You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withlatest
and thejob.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 thejob.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.The text was updated successfully, but these errors were encountered: