From eb1aabda7e53eeec423f01aee236a42394bc420d Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Tue, 14 May 2024 17:33:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=2011.2.0?= 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 ++-- .../mondoo-operator/templates/mondoooperatorconfig-crd.yaml | 3 +++ charts/mondoo-operator/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/webhook/kustomization.yaml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/mondoo-operator/Chart.yaml b/charts/mondoo-operator/Chart.yaml index ac2b5acf..10ef7129 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.1.1 +version: 11.2.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.1.1" +appVersion: "11.2.0" diff --git a/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml b/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml index 126ba992..973ce783 100644 --- a/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml +++ b/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml @@ -41,6 +41,9 @@ spec: spec: description: MondooOperatorConfigSpec defines the desired state of MondooOperatorConfig properties: + containerProxy: + description: ContainerProxy specifies a proxy to use for container images. + type: string httpProxy: description: HttpProxy specifies a proxy to use for HTTP requests to the Mondoo Platform. diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index 54db9fbd..3c6393fe 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.1.1 + tag: v11.2.0 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 55eaae2f..4d08c3b7 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.1.1 + newTag: v11.2.0 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 95fbafae..2d2732d7 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.1.1 + newTag: v11.2.0 patchesStrategicMerge: - webhook_patch.yaml