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

Bump supported Helm version to 3.10.0 #1197

Closed
ligfx opened this issue Apr 16, 2024 · 0 comments · Fixed by #1199
Closed

Bump supported Helm version to 3.10.0 #1197

ligfx opened this issue Apr 16, 2024 · 0 comments · Fixed by #1199

Comments

@ligfx
Copy link

ligfx commented Apr 16, 2024

What happened?

d91f5573d525e100240c0d21beda8b152e6674af introduced some template code that uses {{ break }}, which doesn't exist until Go 1.18 / Helm 3.10.0

Running with older versions of Helm:

Error: parse error at (redpanda/templates/_helpers.go.tpl:7): function "break" not defined
helm.go:84: [debug] parse error at (redpanda/templates/_helpers.go.tpl:7): function "break" not defined

What did you expect to happen?

.

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

.

Anything else we need to know?

No response

Which are the affected charts?

Redpanda

Chart Version(s)

Looks like it affects 5.7.36 and up:

image

Cloud provider

.

RafalKorepta added a commit that referenced this issue Apr 16, 2024
RafalKorepta added a commit that referenced this issue Apr 16, 2024
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 a pull request may close this issue.

1 participant