File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
charts/kube-prometheus-stack
charts/crds/templates/upgrade Expand file tree Collapse file tree 3 files changed +5
-1
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.0 .0
34+ version : 69.1 .0
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 8686 args :
8787 - apply
8888 - --server-side
89+ {{- if .Values.upgradeJob.forceConflicts }}
90+ - --force-conflicts
91+ {{- end }}
8992 - --filename
9093 - /tmp/crds.yaml
9194 {{- with .Values.upgradeJob.resources }}
Original file line number Diff line number Diff line change 3838 # # This feature is in preview, off by default and may change in the future.
3939 upgradeJob :
4040 enabled : false
41+ forceConflicts : false
4142 image :
4243 busybox :
4344 registry : docker.io
You can’t perform that action at this time.
0 commit comments