-
Notifications
You must be signed in to change notification settings - Fork 637
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
Why image version in image name into the deployment #668
Comments
Actually, you need to check out the specific release (tag) then Makefile will extract the version number from there. VERSION ?= $(shell git describe --tags) @shanemcd already mentioned it in the guideline
Otherwise you end up with the latest version (including commit hash, i guess). |
Ok I understand, after translate the docs, maybe, I suggest to write it more cleary into the doc like or an example : $ git checkout $(git describe --tags `git rev-list --tags --max-count=1`) Or for each release update change the README.md. $ git checkout 0.15.0 #if you like to change the release Or |
Ultimately we want to remove the need for running |
ISSUE TYPE
SUMMARY
It seems, when we deploy awx that the image name with his version is inserting into the template.spec.containers[0].image : _ quay.io/ansible/awx-operator:0.15.0-11-g57aa585_
ENVIRONMENT
STEPS TO REPRODUCE
Make deploy
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: