From c6e1742f78c789342adfcc9d9240e78176bd4b5c Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 20 Nov 2024 16:34:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=2011.4.2=20(#1205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milchev --- charts/mondoo-operator/Chart.yaml | 4 ++-- charts/mondoo-operator/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/webhook/kustomization.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/mondoo-operator/Chart.yaml b/charts/mondoo-operator/Chart.yaml index 46562b2e..feb6d572 100755 --- a/charts/mondoo-operator/Chart.yaml +++ b/charts/mondoo-operator/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 11.4.1 +version: 11.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "11.4.1" +appVersion: "11.4.2" diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index fd5536fc..4f7b66f6 100644 --- a/charts/mondoo-operator/values.yaml +++ b/charts/mondoo-operator/values.yaml @@ -14,7 +14,7 @@ controllerManager: readOnlyRootFilesystem: true image: repository: ghcr.io/mondoohq/mondoo-operator - tag: v11.4.1 + tag: v11.4.2 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index be5e7df3..55a87b61 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/mondoohq/mondoo-operator - newTag: v11.4.1 + newTag: v11.4.2 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 14c717af..e7abc63d 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -10,7 +10,7 @@ resources: images: - name: controller newName: ghcr.io/mondoohq/mondoo-operator - newTag: v11.4.1 + newTag: v11.4.2 patchesStrategicMerge: - webhook_patch.yaml