Skip to content

Commit 7da6570

Browse files
aroberts87mavimo
authored andcommitted
chore(rh-shield-operator): bump version for release
1 parent 447a0a9 commit 7da6570

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

rh-shield-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.2.0
6+
VERSION ?= 0.3.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

rh-shield-operator/bundle/manifests/rh-shield-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,14 +370,14 @@ metadata:
370370
]
371371
capabilities: Basic Install
372372
categories: Security, Monitoring
373-
createdAt: "2025-01-02T15:51:05Z"
373+
createdAt: "2025-06-05T18:41:48Z"
374374
description: |
375375
The Sysdig Shield Operator provides a way to deploy Sysdig Shield components on an OpenShift cluster.
376376
operators.operatorframework.io/builder: operator-sdk-v1.38.0
377377
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
378378
repository: https://github.com/sysdiglabs/charts
379379
support: https://sysdig.com
380-
name: rh-shield-operator.v0.2.0
380+
name: rh-shield-operator.v0.3.0
381381
namespace: placeholder
382382
spec:
383383
apiservicedefinitions: {}
@@ -528,7 +528,7 @@ spec:
528528
- --leader-elect
529529
- --health-probe-bind-address=:8081
530530
- --leader-election-id=rh-shield-operator
531-
image: quay.io/sysdig/rh-shield-operator:v0.2.0
531+
image: quay.io/sysdig/rh-shield-operator:v0.3.0
532532
livenessProbe:
533533
httpGet:
534534
path: /healthz
@@ -632,4 +632,4 @@ spec:
632632
provider:
633633
name: Sysdig
634634
url: https://sysdig.com
635-
version: 0.2.0
635+
version: 0.3.0

rh-shield-operator/config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/sysdig/rh-shield-operator
8-
newTag: v0.2.0
8+
newTag: v0.3.0

0 commit comments

Comments
 (0)