Skip to content

Commit bd81be7

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.32
1 parent 3b89c39 commit bd81be7

File tree

5 files changed

+173
-152
lines changed

5 files changed

+173
-152
lines changed

charts/psc-autoscaler/crds/clusterautomationconfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ spec:
6363
type: string
6464
podResizePendingStrategy:
6565
type: string
66+
duringRolloutInProgress:
67+
type: string
6668
workloadLabelSelectors:
6769
type: array
6870
items:
@@ -241,6 +243,8 @@ spec:
241243
type: string
242244
podResizePendingStrategy:
243245
type: string
246+
duringRolloutInProgress:
247+
type: string
244248
workloadLabelSelectors:
245249
type: array
246250
items:

charts/psc-autoscaler/crds/namespaceautomationconfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ spec:
6161
type: string
6262
podResizePendingStrategy:
6363
type: string
64+
duringRolloutInProgress:
65+
type: string
6466
workloadLabelSelectors:
6567
type: array
6668
items:
@@ -239,6 +241,8 @@ spec:
239241
type: string
240242
podResizePendingStrategy:
241243
type: string
244+
duringRolloutInProgress:
245+
type: string
242246
workloadLabelSelectors:
243247
type: array
244248
items:

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: string
7575
podResizePendingStrategy:
7676
type: string
77+
duringRolloutInProgress:
78+
type: string
7779
timeConstraints:
7880
type: object
7981
x-kubernetes-preserve-unknown-fields: true

0 commit comments

Comments
 (0)