Skip to content

Commit f7ac6f4

Browse files
committed
add clickhouse addon permissions
1 parent 42fbba4 commit f7ac6f4

File tree

8 files changed

+1574
-10
lines changed

8 files changed

+1574
-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.1.5
6+
VERSION ?= 0.1.6
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.1.5
1+
0.1.6

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,14 +1136,14 @@ metadata:
11361136
capabilities: Basic Install
11371137
categories: Integration & Delivery
11381138
certified: "false"
1139-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5
1140-
createdAt: "2024-10-04T14:18:51Z"
1139+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.6
1140+
createdAt: "2025-01-04T20:25:23Z"
11411141
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
11421142
operators.operatorframework.io/builder: operator-sdk-v1.34.1
11431143
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
11441144
repository: https://github.com/kubero-dev/kubero
11451145
support: Kubero Community
1146-
name: kubero-operator.v0.1.5
1146+
name: kubero-operator.v0.1.6
11471147
namespace: placeholder
11481148
spec:
11491149
apiservicedefinitions: {}
@@ -1411,6 +1411,12 @@ spec:
14111411
- tunnelbindings
14121412
verbs:
14131413
- '*'
1414+
- apiGroups:
1415+
- clickhouse.altinity.com
1416+
resources:
1417+
- clickhouseinstallations
1418+
verbs:
1419+
- '*'
14141420
- apiGroups:
14151421
- application.kubero.dev
14161422
resources:
@@ -2040,7 +2046,7 @@ spec:
20402046
- --leader-elect
20412047
- --leader-election-id=kubero-operator
20422048
- --zap-log-level=info
2043-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5
2049+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.6
20442050
livenessProbe:
20452051
httpGet:
20462052
path: /healthz
@@ -2127,4 +2133,4 @@ spec:
21272133
provider:
21282134
name: kubero
21292135
url: https://github.com/kubero-dev/
2130-
version: 0.1.5
2136+
version: 0.1.6

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.1.5
16+
newTag: v0.1.6

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.1.5
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.6
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
@@ -150,6 +150,12 @@ rules:
150150
- "tunnelbindings"
151151
verbs:
152152
- "*"
153+
- apiGroups:
154+
- "clickhouse.altinity.com"
155+
resources:
156+
- "clickhouseinstallations"
157+
verbs:
158+
- "*"
153159
##
154160
## Rules for application.kubero.dev/v1alpha1, Kind: Kubero
155161
##

0 commit comments

Comments
 (0)