Closed
Description
Installation with helm and chart from operator/helm-releases/operator-7.1.0.tgz from main branch fails when providing a sidecarImage repository and tag. Installation done with ArgoCD using helm template.
Expected Behavior
Helm should be able to generate the templates succesfully.
Current Behavior
Helm templating and installation fails with the message:
error: yaml parse error on operator/templates/operator-deployment.yaml: error converting yaml to json: yaml: line 49: did not find expected key.
Possible Solution
Add missing indent in lines 53 and 54 of the operator-deployment.yaml template as in previous releases of the Helm Chart.
Steps to Reproduce (for bugs)
Template helm chart operator-7.1.0.tgz setting the following values:
- operator.sidecarImage.repository
- operator.sidecarImage.tag
Context
Regression
Yes Indents were present in the previous helm chart release.Your Environment
- Version used (
minio-operator
):v7.1.0 - Environment name and version (e.g. kubernetes v1.17.2): kubernetes v1.32.0, ArgoCD v2.14.10.