File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: gcloud-sqlproxy
19
19
sources :
20
20
- https://github.com/rimusz/charts
21
21
type : application
22
- version : 0.24.0
22
+ version : 0.24.1
Original file line number Diff line number Diff line change @@ -20,12 +20,16 @@ spec:
20
20
- type : Resource
21
21
resource :
22
22
name : cpu
23
- targetAverageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
23
+ target :
24
+ type : Utilization
25
+ averageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
24
26
{{- end }}
25
27
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
26
28
- type : Resource
27
29
resource :
28
30
name : memory
29
- targetAverageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
31
+ target :
32
+ type : Utilization
33
+ averageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
30
34
{{- end }}
31
35
{{- end }}
You can’t perform that action at this time.
0 commit comments