diff --git a/bitnami/geode/Chart.yaml b/bitnami/geode/Chart.yaml index 7928c89960..a6746dc0c4 100644 --- a/bitnami/geode/Chart.yaml +++ b/bitnami/geode/Chart.yaml @@ -22,4 +22,4 @@ name: geode sources: - https://github.com/bitnami/bitnami-docker-geode - https://github.com/apache/geode -version: 0.4.10 +version: 0.4.11 diff --git a/bitnami/geode/templates/ingress.yaml b/bitnami/geode/templates/ingress.yaml index 58233b456c..3388a226b3 100644 --- a/bitnami/geode/templates/ingress.yaml +++ b/bitnami/geode/templates/ingress.yaml @@ -38,7 +38,7 @@ spec: {{- if eq "true" (include "common.ingress.supportsPathType" $) }} pathType: {{ default "ImplementationSpecific" .pathType }} {{- end }} - backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-locator" (include "common.names.fullname" .)) "servicePort" "http" "context" $) | nindent 14 }} + backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-locator" (include "common.names.fullname" $)) "servicePort" "http" "context" $) | nindent 14 }} {{- end }} {{- if or (and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.ingress.annotations )) .Values.ingress.selfSigned)) .Values.ingress.extraTls }} tls: