This commit is contained in:
2023-10-19 12:39:29 +02:00
parent b77d8da90e
commit 823049e14b
16 changed files with 398 additions and 92 deletions

9
nodered/install.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if [ "$NAMESPACE" = "" ]; then
NAMESPACE=$(cat ../namespace)
fi
helm repo add geek-cookbook https://geek-cookbook.github.io/charts/
helm repo update
helm upgrade --install -n $NAMESPACE -f values.yml nodered geek-cookbook/node-red --version 10.3.2