ricardo_maestas
01/20/2025, 5:41 PMDenis
01/20/2025, 6:06 PMsudo cat /etc/rancher/k3s/k3s.yaml (on the host)ricardo_maestas
01/20/2025, 6:07 PMDanielH
01/20/2025, 6:24 PMJermuk
01/20/2025, 6:54 PMFerdinand
01/21/2025, 8:25 AMsudo $(which helm) repo update && sudo $(which helm) get values united-manufacturing-hub -n united-manufacturing-hub --kubeconfig /etc/rancher/k3s/k3s.yaml > /tmp/v.yaml && sudo $(which helm) upgrade united-manufacturing-hub united-manufacturing-hub/united-manufacturing-hub -n united-manufacturing-hub --reset-values --values /tmp/v.yaml --set nodered.tag=4.0.8 --version 0.27.0 --kubeconfig /etc/rancher/k3s/k3s.yaml --debug
^in this case we set the node red image version to 4.0.8, while emulating the behavior of --reset-then-reuse-values.
See https://github.com/helm/helm/issues/8085#issuecomment-1404248379 for a better explaination of this flag.DanielH
01/21/2025, 9:49 AM