Closed Aegdesil closed 6 days 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.
We saw the same error
Name and Version
bitnami/minio 14.8.0
What architecture are you using?
None
What steps will reproduce the bug?
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 thestatefulset.yaml
file.