diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 8a9b78c0..44173f4f 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -4,7 +4,7 @@ description: CStor-Operator helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 3.5.0 +version: 3.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 3.5.0 diff --git a/deploy/helm/charts/templates/admission-server.yaml b/deploy/helm/charts/templates/admission-server.yaml index 0909c9d7..dd88ef7c 100644 --- a/deploy/helm/charts/templates/admission-server.yaml +++ b/deploy/helm/charts/templates/admission-server.yaml @@ -43,7 +43,7 @@ spec: value: {{ .Values.admissionServer.failurePolicy }} {{- if .Values.imagePullSecrets }} imagePullSecrets: -{{ toYaml .Values.imagePullSecrets | indent 2 }} +{{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} {{- if .Values.admissionServer.nodeSelector }} nodeSelector: diff --git a/deploy/helm/charts/templates/cleanup-webhook.yaml b/deploy/helm/charts/templates/cleanup-webhook.yaml index ea1d8698..e50325ef 100644 --- a/deploy/helm/charts/templates/cleanup-webhook.yaml +++ b/deploy/helm/charts/templates/cleanup-webhook.yaml @@ -37,3 +37,7 @@ spec: - > kubectl delete validatingWebhookConfiguration openebs-cstor-validation-webhook || true; restartPolicy: OnFailure +{{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} +{{- end }} \ No newline at end of file diff --git a/deploy/helm/charts/templates/csi-controller.yaml b/deploy/helm/charts/templates/csi-controller.yaml index 335a0560..4381dd87 100644 --- a/deploy/helm/charts/templates/csi-controller.yaml +++ b/deploy/helm/charts/templates/csi-controller.yaml @@ -121,7 +121,7 @@ spec: emptyDir: {} {{- if .Values.imagePullSecrets }} imagePullSecrets: -{{ toYaml .Values.imagePullSecrets | indent 2 }} +{{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} {{- if .Values.csiController.nodeSelector }} nodeSelector: diff --git a/deploy/helm/charts/templates/csi-node.yaml b/deploy/helm/charts/templates/csi-node.yaml index df4c2dfd..950c5982 100644 --- a/deploy/helm/charts/templates/csi-node.yaml +++ b/deploy/helm/charts/templates/csi-node.yaml @@ -127,7 +127,7 @@ spec: type: Directory {{- if .Values.imagePullSecrets }} imagePullSecrets: -{{ toYaml .Values.imagePullSecrets | indent 2 }} +{{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} {{- if .Values.csiNode.nodeSelector }} nodeSelector: diff --git a/deploy/helm/charts/templates/cspc-operator.yaml b/deploy/helm/charts/templates/cspc-operator.yaml index 7ba61d35..62e3b5df 100644 --- a/deploy/helm/charts/templates/cspc-operator.yaml +++ b/deploy/helm/charts/templates/cspc-operator.yaml @@ -74,7 +74,7 @@ spec: {{- end }} {{- if .Values.imagePullSecrets }} imagePullSecrets: -{{ toYaml .Values.imagePullSecrets | indent 2 }} +{{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} {{- if .Values.cspcOperator.nodeSelector }} nodeSelector: diff --git a/deploy/helm/charts/templates/cvc-operator.yaml b/deploy/helm/charts/templates/cvc-operator.yaml index 22cd81c4..da389fae 100644 --- a/deploy/helm/charts/templates/cvc-operator.yaml +++ b/deploy/helm/charts/templates/cvc-operator.yaml @@ -64,7 +64,7 @@ spec: {{- end }} {{- if .Values.imagePullSecrets }} imagePullSecrets: -{{ toYaml .Values.imagePullSecrets | indent 2 }} +{{ toYaml .Values.imagePullSecrets | indent 8 }} {{- end }} {{- if .Values.cvcOperator.nodeSelector }} nodeSelector: