Skip to content

Commit 35b9dd9

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.17
1 parent 31d424a commit 35b9dd9

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed

charts/psc-autoscaler/crds/workloadautomationstatus.yaml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,106 @@ spec:
6666
type: boolean
6767
isSpecHonored:
6868
type: boolean
69+
replicas:
70+
type: integer
6971
status:
7072
type: object
7173
x-kubernetes-preserve-unknown-fields: true
7274
properties:
75+
selfHealing:
76+
type: object
77+
x-kubernetes-preserve-unknown-fields: true
78+
properties:
79+
status:
80+
type: string
81+
lastDetectedAt:
82+
type: string
83+
format: date-time
7384
automationAppliedAt:
7485
type: string
7586
format: date-time
87+
previous:
88+
type: object
89+
x-kubernetes-preserve-unknown-fields: true
90+
properties:
91+
recommendation:
92+
type: object
93+
x-kubernetes-preserve-unknown-fields: true
94+
properties:
95+
generatedAt:
96+
type: string
97+
format: date-time
98+
date:
99+
type: string
100+
revision:
101+
type: string
102+
revisionHash:
103+
type: string
104+
configVersion:
105+
type: string
106+
workload:
107+
type: object
108+
x-kubernetes-preserve-unknown-fields: true
109+
properties:
110+
waste:
111+
type: number
112+
format: double
113+
indicators:
114+
type: object
115+
x-kubernetes-preserve-unknown-fields: true
116+
additionalProperties:
117+
type: string
118+
containers:
119+
type: object
120+
additionalProperties:
121+
type: object
122+
x-kubernetes-preserve-unknown-fields: true
123+
properties:
124+
indicators:
125+
type: object
126+
x-kubernetes-preserve-unknown-fields: true
127+
additionalProperties:
128+
type: string
129+
resources:
130+
type: object
131+
x-kubernetes-preserve-unknown-fields: true
132+
properties:
133+
requests:
134+
type: object
135+
x-kubernetes-preserve-unknown-fields: true
136+
properties:
137+
cpu:
138+
type: string
139+
memory:
140+
type: string
141+
limits:
142+
type: object
143+
x-kubernetes-preserve-unknown-fields: true
144+
properties:
145+
cpu:
146+
type: string
147+
memory:
148+
type: string
149+
spec:
150+
type: object
151+
x-kubernetes-preserve-unknown-fields: true
152+
properties:
153+
requests:
154+
type: object
155+
x-kubernetes-preserve-unknown-fields: true
156+
properties:
157+
cpu:
158+
type: string
159+
memory:
160+
type: string
161+
limits:
162+
type: object
163+
x-kubernetes-preserve-unknown-fields: true
164+
properties:
165+
cpu:
166+
type: string
167+
memory:
168+
type: string
76169
current:
77170
type: object
78171
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.16"
5+
tag: "v1.0.17"
66
settings:
77
port: 8443
88
env: "prod"

0 commit comments

Comments
 (0)