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 46db5f0 commit 32ad6f3Copy full SHA for 32ad6f3
charts/psc-autoscaler/templates/deployment.yaml
@@ -14,8 +14,8 @@ metadata:
14
{{- toYaml . | nindent 4 }}
15
{{- end }}
16
spec:
17
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit | default 10 }}
18
replicas: {{ .Values.replicaCount }}
- revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
19
selector:
20
matchLabels:
21
perfectscale.io/psc-autoscaler-cmd: serve
charts/psc-autoscaler/values.yaml
@@ -3,7 +3,7 @@ revisionHistoryLimit: 10
3
image:
4
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
5
pullPolicy: Always
6
- tag: "v1.0.23"
+ tag: "v1.0.24"
7
settings:
8
port: 8443
9
env: "prod"
0 commit comments