From e40c5c9101519aa98bba51a07341e9644451807f Mon Sep 17 00:00:00 2001 From: Mikita Iwanowski Date: Mon, 24 Jun 2024 13:38:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=8011.3.0=20(#1137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * release.sh * fix: remove labels * remove -z files --- bundle.Dockerfile | 2 +- charts/mondoo-operator/Chart.yaml | 4 ++-- charts/mondoo-operator/templates/manager-rbac.yaml | 13 +++++++------ charts/mondoo-operator/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/webhook/kustomization.yaml | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 264561ba..1343b71f 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=mondoo-operator LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1 -LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.2 +LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 diff --git a/charts/mondoo-operator/Chart.yaml b/charts/mondoo-operator/Chart.yaml index 321fb849..ad10641b 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.2.2 +version: 11.3.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.2.2" +appVersion: "11.3.0" diff --git a/charts/mondoo-operator/templates/manager-rbac.yaml b/charts/mondoo-operator/templates/manager-rbac.yaml index d6b879ce..c518dd9a 100644 --- a/charts/mondoo-operator/templates/manager-rbac.yaml +++ b/charts/mondoo-operator/templates/manager-rbac.yaml @@ -22,23 +22,24 @@ rules: resources: - daemonsets - deployments - - replicasets - - statefulsets verbs: + - create + - delete - get - list + - patch + - update - watch - apiGroups: - apps resources: + - daemonsets - deployments + - replicasets + - statefulsets verbs: - - create - - delete - get - list - - patch - - update - watch - apiGroups: - batch diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index 8012fc52..23cc76c1 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.2.2 + tag: v11.3.0 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9f50ba6e..23991878 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.2.2 + newTag: v11.3.0 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index e8efb73c..724de799 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.2.2 + newTag: v11.3.0 patchesStrategicMerge: - webhook_patch.yaml