Skip to content

Commit c8a7356

Browse files
Fixed RBAC role for operator (#177)
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
1 parent 4feec01 commit c8a7356

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.azure-pipelines/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ extends:
2424
QuayImageName: opstree/redis-operator
2525
GithubImageName: ot-container-kit/redis-operator/redis-operator
2626
BuildDocs: true
27-
AppVersion: "0.9.0"
27+
AppVersion: "0.10.0"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= 0.9.0
2+
VERSION ?= 0.10.0
33
# Default bundle image tag
44
BUNDLE_IMG ?= controller-bundle:$(VERSION)
55
# Options for 'bundle-build'
@@ -12,7 +12,7 @@ endif
1212
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
1313

1414
# Image URL to use all building/pushing image targets
15-
IMG ?= quay.io/opstree/redis-operator:v0.9.0
15+
IMG ?= quay.io/opstree/redis-operator:v0.10.0
1616
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
1717
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
1818

config/rbac/role.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
apiVersion: rbac.authorization.k8s.io/v1
43
kind: ClusterRole
@@ -10,6 +9,8 @@ rules:
109
resources:
1110
- rediss
1211
- redisclusters
12+
- redis
13+
- rediscluster
1314
verbs:
1415
- create
1516
- delete

0 commit comments

Comments
 (0)