update keda deployment to the latest version with helm (or another way) #2512
-
Hello chops. Perhaps the question is not valid, but I'm not a helm/keda expert: is it possible to update keda deployment i recently done with helm to the latest version from repo? helm repo add kedacore https://kedacore.github.io/charts after few days I run: helm repo update and notice there is a Keda new version. is there a magic trick: helm update keda kedacore/keda or any other magic spell? I know I can uninstall and install again - but ... I'm looking for some more elegant solution. Thank You ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, Helm supports this but this is out of scope for KEDA I'm afraid. This should help you easily upgrade to the latest: (don't forget to |
Beta Was this translation helpful? Give feedback.
-
we can close that now. Thanks folks. |
Beta Was this translation helpful? Give feedback.
Yes, Helm supports this but this is out of scope for KEDA I'm afraid.
This should help you easily upgrade to the latest: (don't forget to
helm repo update
first)https://helm.sh/docs/helm/helm_upgrade/