-
Notifications
You must be signed in to change notification settings - Fork 82
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(charts/dex): Helm - Versioning #129
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Mihai Galos <[email protected]>
Signed-off-by: Mihai Galos <[email protected]>
Signed-off-by: Mihai Galos <[email protected]>
Signed-off-by: Mihai Galos <[email protected]>
Hi @sagikazarmark, is this now ready? |
Signed-off-by: Mihai Galos <[email protected]>
Up @sagikazarmark - any news here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't fix #125
The v prefix should be added to appVersion.
Prefixing also needs to be removed from here: https://github.com/dexidp/helm-charts/blob/master/charts/dex/templates/deployment.yaml#L59
Finally, this change should result in a minor chart version bump.
Overview
This PR adapts the versioning of the Helm chart to make it consistent with other projects and its internally used comments for versioning.
What this PR does / why we need it
Fixes: #125.
Special notes for your reviewer
Checklist
Chart.yaml
(see the contributing guide for details)Chart.yaml
(see the contributing guide for details)make docs