From 0eb9ded9c287f60bfcf16c945c5a836ee4670155 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Mon, 25 Sep 2023 17:15:16 +0300 Subject: [PATCH] 1.16.0 Signed-off-by: Ivan Milchev --- charts/mondoo-operator/Chart.yaml | 4 ++-- charts/mondoo-operator/templates/deployment.yaml | 2 ++ charts/mondoo-operator/templates/manager-config.yaml | 3 --- charts/mondoo-operator/templates/manager-rbac.yaml | 3 --- .../mondoo-operator/templates/mondoooperatorconfig-crd.yaml | 4 ++++ charts/mondoo-operator/values.yaml | 5 +---- config/manager/kustomization.yaml | 2 +- config/webhook/kustomization.yaml | 2 +- 8 files changed, 11 insertions(+), 14 deletions(-) diff --git a/charts/mondoo-operator/Chart.yaml b/charts/mondoo-operator/Chart.yaml index c55bbf726..f45bfacbc 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: 1.15.2 +version: 1.16.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: "1.15.2" +appVersion: "1.16.0" diff --git a/charts/mondoo-operator/templates/deployment.yaml b/charts/mondoo-operator/templates/deployment.yaml index 7a58b3936..49dc64b4e 100644 --- a/charts/mondoo-operator/templates/deployment.yaml +++ b/charts/mondoo-operator/templates/deployment.yaml @@ -32,10 +32,12 @@ spec: replicas: {{ .Values.controllerManager.replicas }} selector: matchLabels: + app.kubernetes.io/name: mondoo-operator {{- include "mondoo-operator.selectorLabels" . | nindent 6 }} template: metadata: labels: + app.kubernetes.io/name: mondoo-operator {{- include "mondoo-operator.selectorLabels" . | nindent 8 }} annotations: kubectl.kubernetes.io/default-container: manager diff --git a/charts/mondoo-operator/templates/manager-config.yaml b/charts/mondoo-operator/templates/manager-config.yaml index 8761d5e06..21660a437 100644 --- a/charts/mondoo-operator/templates/manager-config.yaml +++ b/charts/mondoo-operator/templates/manager-config.yaml @@ -1,6 +1,3 @@ -# Copyright (c) Mondoo, Inc. -# SPDX-License-Identifier: BUSL-1.1 - apiVersion: v1 kind: ConfigMap metadata: diff --git a/charts/mondoo-operator/templates/manager-rbac.yaml b/charts/mondoo-operator/templates/manager-rbac.yaml index 029d5f410..328b2d760 100644 --- a/charts/mondoo-operator/templates/manager-rbac.yaml +++ b/charts/mondoo-operator/templates/manager-rbac.yaml @@ -1,6 +1,3 @@ -# Copyright (c) Mondoo, Inc. -# SPDX-License-Identifier: BUSL-1.1 - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml b/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml index 1c9e61598..08e5c15c0 100644 --- a/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml +++ b/charts/mondoo-operator/templates/mondoooperatorconfig-crd.yaml @@ -39,6 +39,10 @@ spec: spec: description: MondooOperatorConfigSpec defines the desired state of MondooOperatorConfig properties: + httpProxy: + description: HttpProxy specifies a proxy to use for HTTP requests to + the Mondoo platform. + type: string metrics: description: Metrics controls the enabling/disabling of metrics report of mondoo-operator diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index c55702b9c..f28011e19 100644 --- a/charts/mondoo-operator/values.yaml +++ b/charts/mondoo-operator/values.yaml @@ -1,6 +1,3 @@ -# Copyright (c) Mondoo, Inc. -# SPDX-License-Identifier: BUSL-1.1 - controllerManager: manager: args: @@ -17,7 +14,7 @@ controllerManager: readOnlyRootFilesystem: true image: repository: ghcr.io/mondoohq/mondoo-operator - tag: v1.15.2 + tag: v1.16.0 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 68f8f5513..fe2f578dd 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: v1.15.2 + newTag: v1.16.0 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 6c829156f..4eb7e0fc1 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -10,4 +10,4 @@ resources: images: - name: controller newName: ghcr.io/mondoohq/mondoo-operator - newTag: v1.15.2 + newTag: v1.16.0