diff --git a/charts/library/common/templates/_statefulset.tpl b/charts/library/common/templates/_statefulset.tpl index 91b2105ae3d..ab624eef79a 100644 --- a/charts/library/common/templates/_statefulset.tpl +++ b/charts/library/common/templates/_statefulset.tpl @@ -66,7 +66,7 @@ spec: {{- if $vct.storageClass }} storageClassName: {{ if (eq "-" $vct.storageClass) }}""{{- else if (eq "SCALE-ZFS" $vct.storageClass ) }}{{ ( printf "%v-%v" "ix-storage-class" $releaseName ) }}{{- else }}{{ $vct.storageClass | quote }}{{- end }} {{- else if $values.ixChartContext }} - storageClassName: {{ printf "%v-%v" "ix-storage-class" .Release.Name }} + storageClassName: {{ printf "%v-%v" "ix-storage-class" $releaseName }} {{- end }} {{- end }} {{- end }} diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 15923a5c2f2..f008adaafde 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - cloud