Skip to content

Commit 62a520d

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.9
1 parent 6f0318d commit 62a520d

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

charts/psc-autoscaler/crds/clusterautomationconfig.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ spec:
5656
type: boolean
5757
cleanupAllAutomation:
5858
type: boolean
59+
workloadLabelSelectors:
60+
type: array
61+
items:
62+
type: object
63+
x-kubernetes-preserve-unknown-fields: true
64+
properties:
65+
key:
66+
type: string
67+
value:
68+
type: string
69+
allowAutomation:
70+
type: boolean
5971
timeConstraints:
6072
type: object
6173
x-kubernetes-preserve-unknown-fields: true
@@ -210,6 +222,18 @@ spec:
210222
properties:
211223
automationMode:
212224
type: string
225+
workloadLabelSelectors:
226+
type: array
227+
items:
228+
type: object
229+
x-kubernetes-preserve-unknown-fields: true
230+
properties:
231+
key:
232+
type: string
233+
value:
234+
type: string
235+
allowAutomation:
236+
type: boolean
213237
timeConstraints:
214238
type: object
215239
x-kubernetes-preserve-unknown-fields: true

charts/psc-autoscaler/crds/namespaceautomationconfig.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ spec:
5454
properties:
5555
automationMode:
5656
type: string
57+
workloadLabelSelectors:
58+
type: array
59+
items:
60+
type: object
61+
x-kubernetes-preserve-unknown-fields: true
62+
properties:
63+
key:
64+
type: string
65+
value:
66+
type: string
67+
allowAutomation:
68+
type: boolean
5769
timeConstraints:
5870
type: object
5971
x-kubernetes-preserve-unknown-fields: true
@@ -208,6 +220,18 @@ spec:
208220
properties:
209221
automationMode:
210222
type: string
223+
workloadLabelSelectors:
224+
type: array
225+
items:
226+
type: object
227+
x-kubernetes-preserve-unknown-fields: true
228+
properties:
229+
key:
230+
type: string
231+
value:
232+
type: string
233+
allowAutomation:
234+
type: boolean
211235
timeConstraints:
212236
type: object
213237
x-kubernetes-preserve-unknown-fields: true

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: "v1.0.8"
5+
tag: "v1.0.9"
66
settings:
77
port: 8443
88
env: "prod"

0 commit comments

Comments
 (0)