From 7bfde8e2568658a35cd569a8eee8f76e7bf4e33b Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Mon, 21 Mar 2022 15:19:25 +0300 Subject: [PATCH] [bitnami/nats] Fix context for include inside range extraHosts (#9437) Signed-off-by: Konstantin Grachev --- bitnami/nats/Chart.yaml | 2 +- bitnami/nats/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index 77e4d4711..3988eaa59 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -24,4 +24,4 @@ name: nats sources: - https://github.com/bitnami/bitnami-docker-nats - https://nats.io/ -version: 7.1.10 +version: 7.1.11 diff --git a/bitnami/nats/templates/ingress.yaml b/bitnami/nats/templates/ingress.yaml index 80a6873f1..ecd4587e9 100644 --- a/bitnami/nats/templates/ingress.yaml +++ b/bitnami/nats/templates/ingress.yaml @@ -42,7 +42,7 @@ spec: {{- if eq "true" (include "common.ingress.supportsPathType" $) }} pathType: {{ default "ImplementationSpecific" .pathType }} {{- end }} - backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "tcp-monitoring" "context" $) | nindent 14 }} + backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "tcp-monitoring" "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: