Helm release not getting rolled back #855
Unanswered
rajpopat27
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There is a difference with Helm between a validation error and a release error. When a validation error occurs, no actual release has been made so there is nothing to roll back, and this is likely what you are observing. You can validate this by inspecting your Helm storage using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I deployed the application v0.3 and it got deployed successfully as is shown below
Now to check the rollback capabilities of flux I changed the helm chart and introduced an error intentionally
I changed the apiVersion of Kubernetes deployment to v1 from apps/v1
And upgraded the chart version to 0.4.0
Now the status of release is as below
My question is shouldn't helm rollback the release to the previous working version and the status should be ready with v 0.3.0
As the spec.upgrade.remediation.strategy is rollback
This is the helm release CRD
Beta Was this translation helpful? Give feedback.
All reactions