diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 1e7b6f4afd..de0729c425 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -28,4 +28,4 @@ name: thanos sources: - https://github.com/bitnami/bitnami-docker-thanos - https://thanos.io -version: 10.3.2 +version: 10.3.3 diff --git a/bitnami/thanos/templates/storegateway/ingress-grpc.yaml b/bitnami/thanos/templates/storegateway/ingress-grpc.yaml index 8f571e8b43..852391f543 100644 --- a/bitnami/thanos/templates/storegateway/ingress-grpc.yaml +++ b/bitnami/thanos/templates/storegateway/ingress-grpc.yaml @@ -41,9 +41,9 @@ spec: {{- end }} backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-%s" (include "common.names.fullname" $) "storegateway") "servicePort" "grpc" "context" $) | nindent 14 }} {{- end }} - {{- if or (and .Values.storegateway.ingress.grpc.tls (or (include "thanos.ingress.certManagerRequest" .Values.storegateway.ingress.grpc.annotations) .Values.storegateway.ingress.grpc.selfSigned)) .Values.storegateway.ingress.grpc.extraTls }} + {{- if or (and .Values.storegateway.ingress.grpc.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.storegateway.ingress.grpc.annotations)) .Values.storegateway.ingress.grpc.selfSigned)) .Values.storegateway.ingress.grpc.extraTls }} tls: - {{- if and .Values.storegateway.ingress.grpc.tls (or (include "thanos.ingress.certManagerRequest" .Values.storegateway.ingress.grpc.annotations) .Values.storegateway.ingress.grpc.selfSigned) }} + {{- if and .Values.storegateway.ingress.grpc.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.storegateway.ingress.grpc.annotations)) .Values.storegateway.ingress.grpc.selfSigned) }} - hosts: - {{ .Values.storegateway.ingress.grpc.hostname }} secretName: {{ printf "%s-tls" .Values.storegateway.ingress.grpc.hostname }}