Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in deployment.yaml (imagePullPolicy) #52

Closed
op-euga opened this issue Oct 9, 2023 · 4 comments
Closed

error in deployment.yaml (imagePullPolicy) #52

op-euga opened this issue Oct 9, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@op-euga
Copy link

op-euga commented Oct 9, 2023

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

in the main container.

@dlen
Copy link
Member

dlen commented Oct 9, 2023

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

@dlen dlen self-assigned this Oct 9, 2023
@dlen dlen added the bug Something isn't working label Oct 9, 2023
@op-euga
Copy link
Author

op-euga commented Oct 9, 2023

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

dlen added a commit that referenced this issue Oct 9, 2023
Feature/gh 52

See merge request passbolt/passbolt-ops/charts-passbolt!39
@dlen
Copy link
Member

dlen commented Oct 9, 2023

This should have been fixed in 0.4.4.

Thanks again for the heads up!

@dlen dlen closed this as completed Oct 9, 2023
@op-euga
Copy link
Author

op-euga commented Oct 9, 2023

works!! thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants