From 277cf7cd9b0bfd19a85a49e4b1f6bb903dbc8bb0 Mon Sep 17 00:00:00 2001 From: Daniel Arteaga Date: Fri, 14 Aug 2020 18:43:11 +0200 Subject: [PATCH] fix(thanos) change objstore mount path for ruler (#3396) --- bitnami/thanos/Chart.yaml | 2 +- bitnami/thanos/templates/ruler/statefulset.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 48a812d1b..a732e9b92 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 2.3.0 +version: 2.3.1 appVersion: 0.14.0 description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations. engine: gotpl diff --git a/bitnami/thanos/templates/ruler/statefulset.yaml b/bitnami/thanos/templates/ruler/statefulset.yaml index 4242a6d8c..531ac248f 100644 --- a/bitnami/thanos/templates/ruler/statefulset.yaml +++ b/bitnami/thanos/templates/ruler/statefulset.yaml @@ -87,7 +87,7 @@ spec: - --label=replica="$(POD_NAME)" - --label=ruler_cluster="{{ .Values.ruler.clusterName }}" - --alert.label-drop="replica" - - --objstore.config-file=/conf/objstore.yml + - --objstore.config-file=/conf/objstore/objstore.yml - --rule-file=/conf/rules/ruler.yml {{- range .Values.ruler.queries }} - --query={{ . }} @@ -123,7 +123,7 @@ spec: {{- if .Values.existingObjstoreSecretItems }} mountPath: /conf {{- else }} - mountPath: /conf/objstore.yml + mountPath: /conf/objstore {{- end }} - name: data mountPath: /data