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 07ff719 commit 163a43dCopy full SHA for 163a43d
charts/psc-autoscaler/templates/deployment.yaml
@@ -18,6 +18,8 @@ spec:
18
{{- include "psc-autoscaler.selectorLabels" . | nindent 6 }}
19
template:
20
metadata:
21
+ annotations:
22
+ checksum/secret: {{ include (print $.Template.BasePath "/admission.yaml") . | sha256sum }}
23
labels:
24
automation.perfectscale.io/enabled: "false"
25
perfectscale.io/psc-autoscaler-cmd: serve
charts/psc-autoscaler/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 3
2
image:
3
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
4
pullPolicy: Always
5
- tag: "v0.1.12"
+ tag: "v0.1.13"
6
settings:
7
env: "prod"
8
logLevel: "DEBUG"
0 commit comments