diff --git a/rh-shield-operator/Makefile b/rh-shield-operator/Makefile index a2f187446..0980fe72b 100644 --- a/rh-shield-operator/Makefile +++ b/rh-shield-operator/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.2.0 +VERSION ?= 0.3.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/rh-shield-operator/bundle/manifests/rh-shield-operator.clusterserviceversion.yaml b/rh-shield-operator/bundle/manifests/rh-shield-operator.clusterserviceversion.yaml index 659fa0581..9e05fd4a7 100644 --- a/rh-shield-operator/bundle/manifests/rh-shield-operator.clusterserviceversion.yaml +++ b/rh-shield-operator/bundle/manifests/rh-shield-operator.clusterserviceversion.yaml @@ -370,14 +370,14 @@ metadata: ] capabilities: Basic Install categories: Security, Monitoring - createdAt: "2025-01-02T15:51:05Z" + createdAt: "2025-06-05T18:41:48Z" description: | The Sysdig Shield Operator provides a way to deploy Sysdig Shield components on an OpenShift cluster. operators.operatorframework.io/builder: operator-sdk-v1.38.0 operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1 repository: https://github.com/sysdiglabs/charts support: https://sysdig.com - name: rh-shield-operator.v0.2.0 + name: rh-shield-operator.v0.3.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -528,7 +528,7 @@ spec: - --leader-elect - --health-probe-bind-address=:8081 - --leader-election-id=rh-shield-operator - image: quay.io/sysdig/rh-shield-operator:v0.2.0 + image: quay.io/sysdig/rh-shield-operator:v0.3.0 livenessProbe: httpGet: path: /healthz @@ -632,4 +632,4 @@ spec: provider: name: Sysdig url: https://sysdig.com - version: 0.2.0 + version: 0.3.0 diff --git a/rh-shield-operator/config/manager/kustomization.yaml b/rh-shield-operator/config/manager/kustomization.yaml index 98af65d23..8ac869a1b 100644 --- a/rh-shield-operator/config/manager/kustomization.yaml +++ b/rh-shield-operator/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/sysdig/rh-shield-operator - newTag: v0.2.0 + newTag: v0.3.0