Skip to content

Commit c6e1742

Browse files
authored
🚀 11.4.2 (#1205)
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent be6d552 commit c6e1742

4 files changed

Lines changed: 5 additions & 5 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: 11.4.1
19+
version: 11.4.2
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: "11.4.1"
24+
appVersion: "11.4.2"

charts/mondoo-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ controllerManager:
1414
readOnlyRootFilesystem: true
1515
image:
1616
repository: ghcr.io/mondoohq/mondoo-operator
17-
tag: v11.4.1
17+
tag: v11.4.2
1818
imagePullPolicy: IfNotPresent
1919
resources:
2020
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: v11.4.1
20+
newTag: v11.4.2

config/webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
images:
1111
- name: controller
1212
newName: ghcr.io/mondoohq/mondoo-operator
13-
newTag: v11.4.1
13+
newTag: v11.4.2
1414

1515
patchesStrategicMerge:
1616
- webhook_patch.yaml

0 commit comments

Comments
 (0)