diff --git a/stable/hazelcast-enterprise/Chart.yaml b/stable/hazelcast-enterprise/Chart.yaml index cfa841b0..96013b89 100644 --- a/stable/hazelcast-enterprise/Chart.yaml +++ b/stable/hazelcast-enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: hazelcast-enterprise -version: 5.10.8 +version: 5.10.9 appVersion: "5.3.2" kubeVersion: ">=1.19.0-0" description: Hazelcast is a streaming and memory-first application platform for fast, stateful, data-intensive workloads on-premises, at the edge or as a fully managed cloud service. diff --git a/stable/hazelcast-enterprise/templates/service-external.yaml b/stable/hazelcast-enterprise/templates/service-external.yaml index 56a4bc16..87b4a248 100644 --- a/stable/hazelcast-enterprise/templates/service-external.yaml +++ b/stable/hazelcast-enterprise/templates/service-external.yaml @@ -12,12 +12,12 @@ metadata: app.kubernetes.io/instance: "{{ $.Release.Name }}" app.kubernetes.io/managed-by: "{{ $.Release.Service }}" pod: {{ $targetPod }} - {{- range $key, $value := (merge nil .Values.externalAccess.service.labels .Values.commonLabels) }} + {{- range $key, $value := (merge nil $.Values.externalAccess.service.labels $.Values.commonLabels) }} {{ $key }}: {{ $value | quote }} {{- end }} - {{- if or .Values.externalAccess.service.annotations .Values.commonAnnotations }} + {{- if or $.Values.externalAccess.service.annotations $.Values.commonAnnotations }} annotations: - {{- range $key, $val := (merge nil .Values.externalAccess.service.annotations .Values.commonAnnotations) }} + {{- range $key, $val := (merge nil $.Values.externalAccess.service.annotations $.Values.commonAnnotations) }} {{ $key }}: {{ $val | quote }} {{- end }} {{- end }} diff --git a/stable/hazelcast/Chart.yaml b/stable/hazelcast/Chart.yaml index 68e4f4ef..037814ab 100644 --- a/stable/hazelcast/Chart.yaml +++ b/stable/hazelcast/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: hazelcast -version: 5.8.9 +version: 5.8.10 appVersion: "5.3.2" kubeVersion: ">=1.19.0-0" description: Hazelcast is a streaming and memory-first application platform for fast, stateful, data-intensive workloads on-premises, at the edge or as a fully managed cloud service. diff --git a/stable/hazelcast/templates/service-external.yaml b/stable/hazelcast/templates/service-external.yaml index 56a4bc16..87b4a248 100644 --- a/stable/hazelcast/templates/service-external.yaml +++ b/stable/hazelcast/templates/service-external.yaml @@ -12,12 +12,12 @@ metadata: app.kubernetes.io/instance: "{{ $.Release.Name }}" app.kubernetes.io/managed-by: "{{ $.Release.Service }}" pod: {{ $targetPod }} - {{- range $key, $value := (merge nil .Values.externalAccess.service.labels .Values.commonLabels) }} + {{- range $key, $value := (merge nil $.Values.externalAccess.service.labels $.Values.commonLabels) }} {{ $key }}: {{ $value | quote }} {{- end }} - {{- if or .Values.externalAccess.service.annotations .Values.commonAnnotations }} + {{- if or $.Values.externalAccess.service.annotations $.Values.commonAnnotations }} annotations: - {{- range $key, $val := (merge nil .Values.externalAccess.service.annotations .Values.commonAnnotations) }} + {{- range $key, $val := (merge nil $.Values.externalAccess.service.annotations $.Values.commonAnnotations) }} {{ $key }}: {{ $val | quote }} {{- end }} {{- end }}