From 3fe68649e1091f66f9638bfb48cbda3fc01f0d58 Mon Sep 17 00:00:00 2001 From: Guilherme Souza <101073+guilhermef@users.noreply.github.com> Date: Thu, 18 Feb 2021 09:42:46 +0100 Subject: [PATCH] [bitnami/thanos] Fix query receive service discovery (#5510) --- bitnami/thanos/Chart.yaml | 2 +- bitnami/thanos/templates/query/deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 }}