File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
charts/prometheus-adapter Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : prometheus-adapter
3- version : 5.1.1
3+ version : 5.2.0
44appVersion : v0.12.0
55description : A Helm chart for k8s prometheus adapter
66home : https://github.com/kubernetes-sigs/prometheus-adapter
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ metadata:
1616 namespace : {{ include "k8s-prometheus-adapter.namespace" . }}
1717spec :
1818 replicas : {{ .Values.replicas }}
19- {{- if .Values.revisionHistoryLimit }}
2019 revisionHistoryLimit : {{ .Values.revisionHistoryLimit }}
21- {{- end }}
2220 strategy : {{ toYaml .Values.strategy | nindent 4 }}
2321 selector :
2422 matchLabels :
Original file line number Diff line number Diff line change @@ -307,4 +307,4 @@ extraManifests: []
307307 # extra-data: "value"
308308
309309# Optional: set revisionHistoryLimit for the Deployment
310- revisionHistoryLimit : null
310+ revisionHistoryLimit : 10
You can’t perform that action at this time.
0 commit comments