interledger / helm-charts

Interledger Kubernetes Helm Charts
Apache License 2.0
23 stars 6 forks source link

Use rafiki version image from Chart.yaml #41

Open golobitch opened 1 month ago

golobitch commented 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.

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