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

Add 'latest' image tag for easier manual deployment #549

Open
marcomicera opened this issue Oct 28, 2020 · 0 comments
Open

Add 'latest' image tag for easier manual deployment #549

marcomicera opened this issue Oct 28, 2020 · 0 comments

Comments

@marcomicera
Copy link
Member

Quartermaster can be deployed both with GitHub Actions and manually.

Manual deployment requires developers to specify Docker image tags in the QMSTR kustomization.yaml file, as the GitHub Actions workflow does not tag those images with latest and the job.yaml doesn't specify any tags at all (kustomize takes care of adding those).

Proposed solution

This step could be made optional if we include the latest tag in the job.yaml file and let the GitHub Actions workflow add such a tag to all images.

Developers would still be able to manually set those tags in kustomization.yaml and the GitHub Actions workflow would still be deploying sha-tagged images.

@marcomicera marcomicera transferred this issue from another repository Feb 2, 2021
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

No branches or pull requests

1 participant