Skip to content

Commit 4bdeca8

Browse files
authored
🚀 1.19.4 (#1008)
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent 10b04ff commit 4bdeca8

5 files changed

Lines changed: 5 additions & 9 deletions

File tree

charts/mondoo-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.19.3
19+
version: 1.19.4
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: "1.19.3"
24+
appVersion: "1.19.4"

charts/mondoo-operator/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ spec:
4242
command:
4343
- /mondoo-operator
4444
env:
45-
- name: FEATURE_ENABLE_V9
46-
value: {{ quote .Values.controllerManager.manager.env.featureEnableV9 }}
4745
- name: KUBERNETES_CLUSTER_DOMAIN
4846
value: {{ quote .Values.kubernetesClusterDomain }}
4947
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag

charts/mondoo-operator/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ controllerManager:
1212
- ALL
1313
privileged: false
1414
readOnlyRootFilesystem: true
15-
env:
16-
featureEnableV9: "true"
1715
image:
1816
repository: ghcr.io/mondoohq/mondoo-operator
19-
tag: v1.19.3
17+
tag: v1.19.4
2018
imagePullPolicy: IfNotPresent
2119
resources:
2220
limits:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ kind: Kustomization
1717
images:
1818
- name: controller
1919
newName: ghcr.io/mondoohq/mondoo-operator
20-
newTag: v1.19.3
20+
newTag: v1.19.4

config/webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources:
1010
images:
1111
- name: controller
1212
newName: ghcr.io/mondoohq/mondoo-operator
13-
newTag: v1.19.3
13+
newTag: v1.19.4

0 commit comments

Comments
 (0)