Skip to content

Commit b826c2f

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.21
1 parent 228b5f7 commit b826c2f

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

charts/psc-autoscaler/crds/clusterautomationconfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ spec:
7575
type: object
7676
x-kubernetes-preserve-unknown-fields: true
7777
properties:
78+
maintenanceWindowIgnoredForResiliency:
79+
type: boolean
7880
maxAutomationFrequency:
7981
type: string
8082
wasteMaxAutomationFrequency:
@@ -251,6 +253,8 @@ spec:
251253
type: string
252254
fixResiliencyMaxAutomationFrequency:
253255
type: string
256+
maintenanceWindowIgnoredForResiliency:
257+
type: boolean
254258
maintenanceWindow:
255259
type: object
256260
x-kubernetes-preserve-unknown-fields: true

charts/psc-autoscaler/crds/namespaceautomationconfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ spec:
7373
type: object
7474
x-kubernetes-preserve-unknown-fields: true
7575
properties:
76+
maintenanceWindowIgnoredForResiliency:
77+
type: boolean
7678
maxAutomationFrequency:
7779
type: string
7880
wasteMaxAutomationFrequency:
@@ -249,6 +251,8 @@ spec:
249251
type: string
250252
fixResiliencyMaxAutomationFrequency:
251253
type: string
254+
maintenanceWindowIgnoredForResiliency:
255+
type: boolean
252256
maintenanceWindow:
253257
type: object
254258
x-kubernetes-preserve-unknown-fields: true

charts/psc-autoscaler/crds/workloadautomationconfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
type: object
7575
x-kubernetes-preserve-unknown-fields: true
7676
properties:
77+
maintenanceWindowIgnoredForResiliency:
78+
type: boolean
7779
maxAutomationFrequency:
7880
type: string
7981
wasteMaxAutomationFrequency:

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

0 commit comments

Comments
 (0)