diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 2b2e3a0b3..c6a1d6d1d 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: 3.11.0 +version: 3.11.1 diff --git a/bitnami/thanos/templates/query/deployment.yaml b/bitnami/thanos/templates/query/deployment.yaml index 974810cf9..1e85c6124 100644 --- a/bitnami/thanos/templates/query/deployment.yaml +++ b/bitnami/thanos/templates/query/deployment.yaml @@ -88,9 +88,6 @@ spec: {{- if and .Values.receive.enabled $query.dnsDiscovery.enabled }} - --store=dnssrv+_grpc._tcp.{{ include "common.names.fullname" . }}-receive{{ if .Values.receive.service.additionalHeadless }}-headless{{ end }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }} {{- end }} - {{- if and .Values.receive.enabled $query.dnsDiscovery.enabled }} - - --store=dnssrv+_grpc._tcp.{{ include "common.names.fullname" . }}-receive.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }} - {{- end }} {{- range $query.stores }} - --store={{ . }} {{- end }}