File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0.6
18+ version : 1.0.7
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 3.110 .0"
24+ appVersion : " 3.111 .0"
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.24 .0
18+ version : 1.25 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 3.110 .0"
24+ appVersion : " 3.111 .0"
Original file line number Diff line number Diff line change 8282 verbs :
8383 - list
8484 - get
85+ - watch
8586{{- if .Values.operator.sqsSplitting }}
8687- apiGroups :
8788 - queues.mirrord.metalbear.co
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ spec:
118118 - name : OPERATOR_LICENSE_PATH
119119 value : /license/license.pem
120120 {{- else if .Values.license.key }}
121+ {{- range $key, $val := .Values.operator.extraEnv }}
122+ - name : {{ $key }}
123+ value : {{ $val | quote }}
124+ {{- end }}
121125 envFrom :
122126 - secretRef :
123127 name : {{ .Values.license.file.secret }}
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ operator:
3232 podAnnotations : {}
3333 podLabels : {}
3434 jsonLog : false
35+ # Define additional environment variables for the operator.
36+ extraEnv : {}
3537 # Has to be set to `true` in order to use the SQS queue splitting feature.
3638 sqsSplitting : false
3739 # Has to be set to `true` in order to use the Kafka queue splitting feature.
You can’t perform that action at this time.
0 commit comments