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 : 69.2.3
34+ version : 69.2.4
3535appVersion : v0.80.0
3636kubeVersion : " >=1.19.0-0"
3737home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ spec:
370370{{- if not .Values.prometheus.agentMode }}
371371{{- if .Values.prometheus.prometheusSpec.thanos }}
372372 thanos :
373- {{- with (omit .Values.prometheus.prometheusSpec.thanos "objectStorageConfig") }}
373+ {{- with (omit .Values.prometheus.prometheusSpec.thanos "objectStorageConfig" "secretProviderClass") }}
374374{{ toYaml . | indent 4 }}
375375{{- end }}
376376{{- if ((.Values.prometheus.prometheusSpec.thanos.objectStorageConfig).existingSecret) }}
You can’t perform that action at this time.
0 commit comments