Skip to content

Commit 04cdc21

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.7
1 parent 4a9f0d6 commit 04cdc21

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/psc-autoscaler/crds/clusterautomationconfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
properties:
5555
stopAllAutomation:
5656
type: boolean
57+
cleanupAllAutomation:
58+
type: boolean
5759
timeConstraints:
5860
type: object
5961
x-kubernetes-preserve-unknown-fields: true

charts/psc-autoscaler/templates/clusterrole.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ rules:
1414
resources: [ "events" ]
1515
verbs: [ "get", "list","watch","create", "patch" ]
1616
- apiGroups: [ "apps" ]
17-
resources: [ "replicasets", "deployments", "statefulsets", "daemonsets", "jobs", "cronjobs" ]
17+
resources: [ "replicasets", "deployments", "statefulsets", "daemonsets" ]
18+
verbs: [ "get", "list", "watch", "patch" ]
19+
- apiGroups: [ "batch" ]
20+
resources: [ "jobs", "cronjobs" ]
1821
verbs: [ "get", "list", "watch", "patch" ]
1922
- apiGroups: [ "argoproj.io" ]
2023
resources: [ "rollouts" ]

charts/psc-autoscaler/values.yaml

Lines changed: 2 additions & 2 deletions
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: "v1.0.6"
5+
tag: "v1.0.7"
66
settings:
77
port: 8443
88
env: "prod"
@@ -18,7 +18,7 @@ settings:
1818
httpProxy: "" #example: http://squid-proxy-service.default:3128
1919
httpsProxy: "" #example$ http://squid-proxy-service.default:3128
2020
noProxy: "" #example: ".cluster.local,.svc.cluster.local,172.20.0.1," the line must end with a coma, 172.20.0.1 it is KUBERNETES_SERVICE_HOST, API SERVICE
21-
excludedNamespaces: ["kube-system"]
21+
excludedNamespaces: []
2222
cmd:
2323
serve:
2424
resources:

0 commit comments

Comments
 (0)