File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11# Current Operator version
2- VERSION ?= 0.9 .0
2+ VERSION ?= 0.10 .0
33# Default bundle image tag
44BUNDLE_IMG ?= controller-bundle:$(VERSION )
55# Options for 'bundle-build'
1212BUNDLE_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)
1717CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
1818
Original file line number Diff line number Diff line change 1-
21---
32apiVersion : rbac.authorization.k8s.io/v1
43kind : ClusterRole
109 resources :
1110 - rediss
1211 - redisclusters
12+ - redis
13+ - rediscluster
1314 verbs :
1415 - create
1516 - delete
You can’t perform that action at this time.
0 commit comments