Skip to content

Commit 32ad6f3

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.24
1 parent 46db5f0 commit 32ad6f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/psc-autoscaler/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ metadata:
1414
{{- toYaml . | nindent 4 }}
1515
{{- end }}
1616
spec:
17+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit | default 10 }}
1718
replicas: {{ .Values.replicaCount }}
18-
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
1919
selector:
2020
matchLabels:
2121
perfectscale.io/psc-autoscaler-cmd: serve

charts/psc-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ revisionHistoryLimit: 10
33
image:
44
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
55
pullPolicy: Always
6-
tag: "v1.0.23"
6+
tag: "v1.0.24"
77
settings:
88
port: 8443
99
env: "prod"

0 commit comments

Comments
 (0)