Skip to content

Commit 65b61ef

Browse files
authored
omitting secretProviderClass stanza from spec.Thanos (#5315)
related to #1900 Signed-off-by: nathan wagner <nathan_wagner@gap.com>
1 parent 1e108cf commit 65b61ef

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: 69.2.3
34+
version: 69.2.4
3535
appVersion: v0.80.0
3636
kubeVersion: ">=1.19.0-0"
3737
home: https://github.com/prometheus-operator/kube-prometheus

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) }}

0 commit comments

Comments
 (0)