We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
Note that feature requests will be converted to the GitHub Discussions "Ideas" section.
Instead of using image version from values.yaml, use it from Chart.yaml.
appVersion should be the image version. If image.tag or image.digest is specified in values.yaml, then use that.
Default should be appVersion from Chart.yaml
This is the relevant piece of code
helm-charts/charts/rafiki-auth/templates/_helpers.tpl
Line 74 in dcc3704
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
Note that feature requests will be converted to the GitHub Discussions "Ideas" section.
Feature Request
Instead of using image version from values.yaml, use it from Chart.yaml.
appVersion should be the image version.
If image.tag or image.digest is specified in values.yaml, then use that.
Default should be appVersion from Chart.yaml
This is the relevant piece of code
helm-charts/charts/rafiki-auth/templates/_helpers.tpl
Line 74 in dcc3704
The text was updated successfully, but these errors were encountered: