bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.02k stars 9.22k forks source link

[bitnami/minio] Templating error in latest minio chart #30108

Closed Aegdesil closed 6 days ago

Aegdesil commented 2 weeks ago

Name and Version

bitnami/minio 14.8.0

What architecture are you using?

None

What steps will reproduce the bug?

  1. Deploy the helm chart with default values

What is the expected behavior?

Minio deploys without errors

What do you see instead?

I get this error: Error: UPGRADE FAILED: template: [...]/charts/minio/templates/distributed/statefulset.yaml:341:22: executing "[...]/charts/minio/templates/distributed/statefulset.yaml" at <.Values.persistence.selector>: can't evaluate field Values in type int

Additional information

The bug was introduced in #29897, there is a .Values instead of a $.Values at line 341 of the statefulset.yaml file.

carrodher commented 2 weeks ago

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

HaveFun83 commented 1 week ago

We saw the same error