Skip to content

Commit 57191d5

Browse files
committed
release v0.0.2 - adds bitnami replacement, switches bitnami to bitnamilegacy
1 parent d74fb58 commit 57191d5

File tree

7 files changed

+2342
-10
lines changed

7 files changed

+2342
-10
lines changed

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-rc.4
6+
VERSION ?= 0.2.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")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-rc.4
1+
0.2.0

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,14 +1372,14 @@ metadata:
13721372
capabilities: Basic Install
13731373
categories: Integration & Delivery
13741374
certified: "false"
1375-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.4
1376-
createdAt: "2025-08-24T17:26:37Z"
1375+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0
1376+
createdAt: "2025-08-27T20:33:07Z"
13771377
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
13781378
operators.operatorframework.io/builder: operator-sdk-v1.41.1
13791379
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
13801380
repository: https://github.com/kubero-dev/kubero
13811381
support: Kubero Community
1382-
name: kubero-operator.v0.2.0-rc.4
1382+
name: kubero-operator.v0.2.0
13831383
namespace: placeholder
13841384
spec:
13851385
apiservicedefinitions: {}
@@ -2444,7 +2444,7 @@ spec:
24442444
- --leader-elect
24452445
- --leader-election-id=kubero-operator
24462446
- --zap-log-level=info
2447-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.4
2447+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0
24482448
livenessProbe:
24492449
httpGet:
24502450
path: /healthz
@@ -2531,4 +2531,4 @@ spec:
25312531
provider:
25322532
name: kubero
25332533
url: https://github.com/kubero-dev/
2534-
version: 0.2.0-rc.4
2534+
version: 0.2.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/kubero-dev/kubero-operator/kuberoapp
16-
newTag: v0.2.0-rc.4
16+
newTag: v0.2.0

config/manifests/bases/kubero-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Integration & Delivery
88
certified: "false"
9-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.4
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0
1010
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
1111
repository: https://github.com/kubero-dev/kubero
1212
support: Kubero Community

0 commit comments

Comments
 (0)