christianhuth / helm-charts

Helm Charts for various Applications: https://charts.christianhuth.de
MIT License
36 stars 20 forks source link

Error in shlink deployment #985

Closed rhizoet closed 11 months ago

rhizoet commented 11 months ago

We use your chart to deploy shlink backend. I wanted to update the chart to latest version. But when I run helm upgrade I only get

Error: template: shlink-backend/templates/deployment.yaml:84:24: executing "shlink-backend/templates/deployment.yaml" at <include "postgresql.primary.fullname" .Subcharts.postgresql>: error calling include: template: no template "postgresql.primary.fullname" associated with template "gotpl"

What to do? I think you need to adjust the values in the templates because they changed in the postgres-chart? I think primary.fullname does not exist any longer and changed to primary.name.

Are you able to fix this in a short way?

Thanks in advance.

rhizoet commented 11 months ago

Now I understand the include. So it seems that the chart has changed to postgresql.v1.primary.fullname and so on. All includes have now a v1 in it.