Relative Content

Tag Archive for kubernetesrollbackargocdargo-rollouts

Does argo-rollout revert the git changes incase deployment fail

I have a Java application that I deploy using Argo Rollouts via Helm charts, which are stored in an artifact repository. When I need to update to a new version, I simply change the version in the Chart.yaml file and Argo Rollouts automatically deploys the new version.