passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
40 stars 27 forks source link

error in deployment.yaml (imagePullPolicy) #52

Closed op-euga closed 9 months ago

op-euga commented 9 months ago

imagePullPolicy: .Values.app.image.pullPolicy missing {{}} should be imagePullPolicy: {{ .Values.app.image.pullPolicy }}

in the main container.

dlen commented 9 months ago

Thanks for the report! We'll do a hotfix today!

op-euga commented 9 months ago

You're welcome. thx for the quick response and fix.

dlen commented 9 months ago

This should have been fixed in 0.4.4.

Thanks again for the heads up!

op-euga commented 9 months ago

works!! thx.