Skip to content

Commit 708a2b3

Browse files
authored
operator 3.111.0 (#187)
1 parent fa1f288 commit 708a2b3

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

mirrord-license-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

mirrord-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

mirrord-operator/templates/cluster-role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ rules:
8282
verbs:
8383
- list
8484
- get
85+
- watch
8586
{{- if .Values.operator.sqsSplitting }}
8687
- apiGroups:
8788
- queues.mirrord.metalbear.co

mirrord-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

mirrord-operator/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)