Skip to content

Commit 6c17962

Browse files
committed
use bitnami legacy as global base repository in Bitnami addons
1 parent 0f9de59 commit 6c17962

File tree

18 files changed

+4699
-10
lines changed

18 files changed

+4699
-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.1
6+
VERSION ?= 0.2.0-rc.3
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.1
1+
0.2.0-rc.3

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 11 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.1
1376-
createdAt: "2025-08-18T22:02:23Z"
1375+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.3
1376+
createdAt: "2025-08-24T13:06:02Z"
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.1
1382+
name: kubero-operator.v0.2.0-rc.3
13831383
namespace: placeholder
13841384
spec:
13851385
apiservicedefinitions: {}
@@ -1674,6 +1674,12 @@ spec:
16741674
- clusters
16751675
verbs:
16761676
- '*'
1677+
- apiGroups:
1678+
- elasticsearch.k8s.elastic.co
1679+
resources:
1680+
- elasticsearches
1681+
verbs:
1682+
- '*'
16771683
- apiGroups:
16781684
- application.kubero.dev
16791685
resources:
@@ -2438,7 +2444,7 @@ spec:
24382444
- --leader-elect
24392445
- --leader-election-id=kubero-operator
24402446
- --zap-log-level=info
2441-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.1
2447+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.3
24422448
livenessProbe:
24432449
httpGet:
24442450
path: /healthz
@@ -2525,4 +2531,4 @@ spec:
25252531
provider:
25262532
name: kubero
25272533
url: https://github.com/kubero-dev/
2528-
version: 0.2.0-rc.1
2534+
version: 0.2.0-rc.3

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.1
16+
newTag: v0.2.0-rc.3

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.1
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.0-rc.3
1010
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
1111
repository: https://github.com/kubero-dev/kubero
1212
support: Kubero Community

config/rbac/role.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ rules:
162162
- "clusters"
163163
verbs:
164164
- "*"
165+
- apiGroups:
166+
- "elasticsearch.k8s.elastic.co"
167+
resources:
168+
- "elasticsearches"
169+
verbs:
170+
- "*"
165171
##
166172
## Rules for application.kubero.dev/v1alpha1, Kind: Kubero
167173
##

0 commit comments

Comments
 (0)