Skip to content

Commit c7aae05

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.2
1 parent 6acb22c commit c7aae05

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

charts/psc-autoscaler/crds/workloadautomationstatus.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ spec:
2626
# One and only one version must be marked as the storage version.
2727
storage: true
2828
additionalPrinterColumns:
29-
- name: RecommendationDate
30-
type: string
31-
jsonPath: .status.current.recommendation.date
29+
- name: RecommendationAge
30+
type: date
31+
jsonPath: .status.current.recommendation.generatedAt
32+
- name: RecommendationAppliedAge
33+
type: date
34+
jsonPath: .status.automationAppliedAt
3235
- name: CpuRequest
3336
type: string
3437
jsonPath: .status.current.workload.containers..resources.requests.cpu
@@ -59,6 +62,9 @@ spec:
5962
type: object
6063
x-kubernetes-preserve-unknown-fields: true
6164
properties:
65+
automationAppliedAt:
66+
type: string
67+
format: date-time
6268
current:
6369
type: object
6470
x-kubernetes-preserve-unknown-fields: true
@@ -67,6 +73,9 @@ spec:
6773
type: object
6874
x-kubernetes-preserve-unknown-fields: true
6975
properties:
76+
generatedAt:
77+
type: string
78+
format: date-time
7079
date:
7180
type: string
7281
revision:
@@ -146,6 +155,9 @@ spec:
146155
type: object
147156
x-kubernetes-preserve-unknown-fields: true
148157
properties:
158+
generatedAt:
159+
type: string
160+
format: date-time
149161
date:
150162
type: string
151163
revision:

charts/psc-autoscaler/values.yaml

Lines changed: 6 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.1"
5+
tag: "v1.0.2"
66
settings:
77
port: 8443
88
env: "prod"
@@ -122,8 +122,12 @@ integrationTests:
122122
# Cluster automation configuration
123123
clusterAutomationConfig:
124124
automation:
125+
workloadTypes:
126+
Deployment:
127+
operational:
128+
automationMode: "Enabled"
125129
operational:
126-
stopAllAutomation: false
130+
stopAllAutomation: true
127131
timeConstraints:
128132
maxAutomationFrequency: "30m"
129133
maintenanceWindow:

0 commit comments

Comments
 (0)