File tree Expand file tree Collapse file tree 4 files changed +13
-24
lines changed
charts/redis-enterprise-operator Expand file tree Collapse file tree 4 files changed +13
-24
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ type: application
4
4
name : redis-enterprise-operator
5
5
description : A Helm chart for Redis Enterprise Operator for Kubernetes
6
6
7
- version : 7.8.4-9
8
- appVersion : 7.8.4-9
7
+ version : 7.8.6-1
8
+ appVersion : 7.8.6-1
9
9
10
10
home : https://redis.com
11
11
icon : https://redis.io/wp-content/uploads/2024/04/Logotype.svg
Original file line number Diff line number Diff line change @@ -21,7 +21,14 @@ helm install [RELEASE_NAME] [PATH_TO_CHART]
21
21
```
22
22
23
23
The ` [PATH_TO_CHART] ` may be a path to the chart root directory, or a chart archive on the local filesystem.
24
-
24
+
25
+ Install using the Redis helm repository.
26
+
27
+ ``` sh
28
+ helm repo add redis-enterprise-operator https://helm.redis.io/
29
+ helm install my-redis-enterprise-operator redis-enterprise-operator/redis-enterprise-operator --version 7.8.6-1
30
+ ```
31
+
25
32
To install the chart on ** OpenShift** , set the ` openshift.mode=true ` value:
26
33
27
34
``` sh
Original file line number Diff line number Diff line change @@ -23,18 +23,7 @@ rules:
23
23
- apiGroups :
24
24
- app.redislabs.com
25
25
resources :
26
- - redisenterpriseclusters
27
- - redisenterpriseclusters/status
28
- - redisenterpriseclusters/finalizers
29
- - redisenterprisedatabases
30
- - redisenterprisedatabases/status
31
- - redisenterprisedatabases/finalizers
32
- - redisenterpriseremoteclusters
33
- - redisenterpriseremoteclusters/status
34
- - redisenterpriseremoteclusters/finalizers
35
- - redisenterpriseactiveactivedatabases
36
- - redisenterpriseactiveactivedatabases/status
37
- - redisenterpriseactiveactivedatabases/finalizers
26
+ - " *"
38
27
verbs :
39
28
- delete
40
29
- get
94
83
- get
95
84
- list
96
85
- watch
86
+ - update
97
87
- apiGroups :
98
88
- " "
99
89
resources :
@@ -139,14 +129,6 @@ rules:
139
129
- create
140
130
- delete
141
131
- watch
142
- - apiGroups :
143
- - policy
144
- resourceNames :
145
- - redis-enterprise-psp
146
- resources :
147
- - podsecuritypolicies
148
- verbs :
149
- - use
150
132
- apiGroups :
151
133
- networking.k8s.io
152
134
resources :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ operator:
20
20
21
21
# Image tag for the operator image.
22
22
# This typically represents the operator version.
23
- tag : 7.8.4-9
23
+ tag : 7.8.6-1
24
24
25
25
# Configuration options for the admission webhook
26
26
admission :
You can’t perform that action at this time.
0 commit comments