File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ keywords:
5
5
- logging
6
6
- fluent-bit
7
7
- fluentd
8
- version : 0.49.1
8
+ version : 0.50.0
9
9
appVersion : 4.0.3
10
10
icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
11
11
home : https://fluentbit.io/
@@ -22,5 +22,5 @@ maintainers:
22
22
23
23
annotations :
24
24
artifacthub.io/changes : |
25
- - kind: changed
26
- description: "Updated Fluent Bit OCI image to v4.0.3. "
25
+ - kind: added
26
+ description: "Add VPA controlledValues option "
Original file line number Diff line number Diff line change 15
15
containerPolicies :
16
16
- containerName : {{ .Chart.Name }}
17
17
{{- with .Values.autoscaling.vpa.controlledResources }}
18
- controlledResources :
18
+ controlledResources :
19
+ {{- toYaml . | nindent 8 }}
20
+ {{- end }}
21
+ {{- with .Values.autoscaling.vpa.controlledValues }}
22
+ controlledValues :
19
23
{{- toYaml . | nindent 8 }}
20
24
{{- end }}
21
25
{{- with .Values.autoscaling.vpa.maxAllowed }}
Original file line number Diff line number Diff line change @@ -244,6 +244,9 @@ autoscaling:
244
244
# List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
245
245
controlledResources : []
246
246
247
+ # Values that the vertical pod autoscaler can control. Allowed values are RequestsAndLimits and RequestsOnly. Default is RequestsAndLimits.
248
+ controlledValues :
249
+
247
250
# Define the max allowed resources for the pod
248
251
maxAllowed : {}
249
252
# cpu: 200m
You can’t perform that action at this time.
0 commit comments