File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
13
13
14
14
name : DevOps
15
15
# Please make sure that version and appVersion are always the same.
16
- version : 0.1.62
17
- appVersion : 0.1.62
16
+ version : 0.1.63
17
+ appVersion : 0.1.63
Original file line number Diff line number Diff line change @@ -23,13 +23,17 @@ spec:
23
23
- type : Resource
24
24
resource :
25
25
name : cpu
26
- targetAverageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
26
+ target :
27
+ type : Utilization
28
+ averageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
27
29
{{- end }}
28
30
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
29
31
- type : Resource
30
32
resource :
31
33
name : memory
32
- targetAverageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
34
+ target :
35
+ type : Utilization
36
+ averageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
33
37
{{- end }}
34
38
{{- if .Values.autoscaling.externalMetric.metricName }}
35
39
- type : External
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
13
13
14
14
name : DevOps
15
15
# Please make sure that version and appVersion are always the same.
16
- version : 1.0.9
17
- appVersion : 1.0.9
16
+ version : 1.0.10
17
+ appVersion : 1.0.10
You can’t perform that action at this time.
0 commit comments