Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blue-green example shows no difference between active and preview service #130

Open
danielhelfand opened this issue Mar 25, 2022 · 0 comments · May be fixed by #131
Open

blue-green example shows no difference between active and preview service #130

danielhelfand opened this issue Mar 25, 2022 · 0 comments · May be fixed by #131

Comments

@danielhelfand
Copy link

After following the blue-green example README instructions, the instructions ask the user to do the following:

argocd app set blue-green -p image.tag=0.2 && argocd app sync blue-green

This command is supposed to cause both versions of the guestbook app to be deployed at the same time (i.e. tags 0.1 and 0.2). Instead, both the active service (blue-green-helm-guestbook) and preview service (blue-green-helm-guestbook-preview) show the updated version.

This is possibly due to this example being out of date with rollouts changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant