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

fix: update bitnami/common dependency chart to support helm 3.2+ #236

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

parkedwards
Copy link
Contributor

@parkedwards parkedwards commented Sep 18, 2023

resolves #235
applies bitnami/charts#19177

we received a community report where a user attempted to update their prefect-helm chart from 2023.09.01 -> 2023.09.07, and seeing this error:

Error: parse error at (prefect-worker/charts/common/templates/_labels.tpl:14): unclosed action

this exception comes from the helper templates we pull in from the bitnami/common chart, specifically the _labels.tpl module. it turns out that the bitnami folks added a template expression with newlines in the bitnami/[email protected] chart, which isn't compatible with older versions of gotpl + helm <= 3.5.x. they've since pushed a fix for 2.10.1, and i've verified this fix locally with an older version of helm

this impacts users who are on an older version of helm, but can resolve it without changing their prefect chart version if they update their helm client. for those who cannot, this PR bumps the bitnami/common version to apply this backwards compatible fix

@parkedwards parkedwards requested review from gabcoyne and a team as code owners September 18, 2023 20:40
@parkedwards parkedwards merged commit 144c73e into main Sep 18, 2023
@parkedwards parkedwards deleted the fix/update-bitnami-commons branch September 18, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update bitnami/common to 2.10.1
2 participants