File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/kube-prometheus-stack Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131sources :
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
3636appVersion : v0.85.0
3737kubeVersion : " >=1.25.0-0"
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ metadata:
1010 app.kubernetes.io/component : prometheus
1111{{ include "kube-prometheus-stack.labels" . | indent 4 }}
1212data :
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 }}
You can’t perform that action at this time.
0 commit comments