Skip to content

Commit 29c3993

Browse files
trouauxjkroepke
andauthored
[kube-prometheus-stack] support encoded string for thanos sidecar secret (#5999)
Co-authored-by: Jan-Otto Kröpke <[email protected]>
1 parent 9345e18 commit 29c3993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131
sources:
3232
- https://github.com/prometheus-community/helm-charts
3333
- https://github.com/prometheus-operator/kube-prometheus
34-
version: 77.1.2
34+
version: 77.1.3
3535
# renovate: github=prometheus-operator/prometheus-operator
3636
appVersion: v0.85.0
3737
kubeVersion: ">=1.25.0-0"

charts/kube-prometheus-stack/templates/prometheus/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
app.kubernetes.io/component: prometheus
1111
{{ include "kube-prometheus-stack.labels" . | indent 4 }}
1212
data:
13-
object-storage-configs.yaml: {{ toYaml .Values.prometheus.prometheusSpec.thanos.objectStorageConfig.secret | b64enc | quote }}
13+
object-storage-configs.yaml: {{ tpl (toYaml .Values.prometheus.prometheusSpec.thanos.objectStorageConfig.secret) $ | b64enc | quote }}
1414
{{- end }}
1515
{{- end }}

0 commit comments

Comments
 (0)