We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125158a commit 86c4ceaCopy full SHA for 86c4cea
charts/perfectscale-agent/templates/deployment.yaml
@@ -15,8 +15,8 @@ metadata:
15
{{- toYaml . | nindent 4 }}
16
{{- end }}
17
spec:
18
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit | default 10 }}
19
replicas: {{ .Values.replicaCount }}
- revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
20
selector:
21
matchLabels:
22
{{- include "helm.selectorLabels" . | nindent 6 }}
charts/perfectscale-agent/values.yaml
@@ -3,7 +3,7 @@ revisionHistoryLimit: 10
3
image:
4
repository: public.ecr.aws/perfectscale-io/psc-exporter
5
pullPolicy: Always
6
- tag: "v1.0.61"
+ tag: "v1.0.62"
7
initContainer:
8
9
repository: public.ecr.aws/perfectscale-io/alpine
0 commit comments