-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: prepend v to .Chart.AppVersion for image #99
Conversation
Thank you for your PR. make docs - knows the release TAG, and it can check the version in |
What else should I add? |
how about this It will replace latest tag in Chart.yaml, if we set right version - the Chart.yaml would not change. |
Are you ok with the chart version reflecting as v{ACTUAL_VERSION} vs. ACTUAL_VERSION |
Hello, What do you think? |
7860dc6
to
107633c
Compare
/m |
/m |
@kanya-approve Thank you. |
Resolves siderolabs#96 Co-authored-by: Brian Kanya <[email protected]> Signed-off-by: Serge Logvinov <[email protected]>
107633c
to
3c9d805
Compare
/m |
What?
This is supposed to resolve #96. This will prepend v to the image.
Why?
Helm deployment fails because the "ghcr.io/siderolabs/talos-cloud-controller-manager:1.4.0" image does not exist.
Acceptance
make conformance
)make lint
)make unit
)