Open golobitch opened 1 month ago
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 https://github.com/interledger/helm-charts/blob/dcc3704d0dce282fb48573e5f9f7828fa735abb5/charts/rafiki-auth/templates/_helpers.tpl#L74
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 https://github.com/interledger/helm-charts/blob/dcc3704d0dce282fb48573e5f9f7828fa735abb5/charts/rafiki-auth/templates/_helpers.tpl#L74