boomerang-io / charts

Helm charts for Boomerang Projects
Apache License 2.0
3 stars 5 forks source link

Fix on using the appVersion #36

Closed morarucostel closed 3 years ago

morarucostel commented 3 years ago

Picking-up the correct appVersion from Chart.yaml file

Closes #

When deploying the charts it failed with:

helm.go:81: [debug] template: bmrg-flow/templates/deployment-service.yaml:14:24: executing "bmrg-flow/templates/deployment-service.yaml" at <include (print $.Template.BasePath "/configmap.yaml") $>: error calling include: template: bmrg-flow/templates/configmap.yaml:46:26: executing "bmrg-flow/templates/configmap.yaml" at <$.Chart.appVersion>: can't evaluate field appVersion in type interface {}

It looks like we need to use the {{ .Chart.AppVersion }} format for it to work.

Changelog

New

Changed

Removed

Testing / Reviewing

In the standalone2 environment.