From 82161fbaf0bd07ff64ba07fd58ea18b5da4c4663 Mon Sep 17 00:00:00 2001 From: Mikita Iwanowski Date: Tue, 30 Jul 2024 18:33:32 +0200 Subject: [PATCH] helm chart --- 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 ad10641b..15cd01c4 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.3.0 +version: 11.4.0 # 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.3.0" +appVersion: "11.4.0" diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index 23cc76c1..aaaa5341 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.3.0 + tag: v11.4.0 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 23991878..8bccc13b 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.3.0 + newTag: v11.4.0 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 724de799..e963f66c 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.3.0 + newTag: v11.4.0 patchesStrategicMerge: - webhook_patch.yaml