Skip to content

Commit cf30e90

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v0.1.30
1 parent e18d09f commit cf30e90

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/psc-autoscaler/templates/clusterrole.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ rules:
1616
- apiGroups: [ "apps" ]
1717
resources: [ "replicasets", "deployments", "statefulsets", "daemonsets", "jobs", "cronjobs" ]
1818
verbs: [ "get", "list", "watch", "patch" ]
19+
- apiGroups: [ "argoproj.io" ]
20+
resources: [ "rollouts" ]
21+
verbs: [ "get", "list", "watch", "patch" ]
1922
- apiGroups: [ "perfectscale.io" ]
2023
resources: [ "workloads" ]
2124
verbs: [ "create", "get", "delete", "list", "patch", "update", "watch" ]

charts/psc-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v0.1.29"
5+
tag: "v0.1.30"
66
settings:
77
port: 8443
88
env: "prod"

0 commit comments

Comments
 (0)