Skip to content

Commit d127143

Browse files
zcahanaUbuntu
andauthored
promoting version 7.8.6-1 (#6)
Co-authored-by: Ubuntu <[email protected]>
1 parent 5fefd7d commit d127143

File tree

4 files changed

+13
-24
lines changed

4 files changed

+13
-24
lines changed

charts/redis-enterprise-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44
name: redis-enterprise-operator
55
description: A Helm chart for Redis Enterprise Operator for Kubernetes
66

7-
version: 7.8.4-9
8-
appVersion: 7.8.4-9
7+
version: 7.8.6-1
8+
appVersion: 7.8.6-1
99

1010
home: https://redis.com
1111
icon: https://redis.io/wp-content/uploads/2024/04/Logotype.svg

charts/redis-enterprise-operator/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ helm install [RELEASE_NAME] [PATH_TO_CHART]
2121
```
2222

2323
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+
2532
To install the chart on **OpenShift**, set the `openshift.mode=true` value:
2633

2734
```sh

charts/redis-enterprise-operator/templates/role.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,7 @@ rules:
2323
- apiGroups:
2424
- app.redislabs.com
2525
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+
- "*"
3827
verbs:
3928
- delete
4029
- get
@@ -94,6 +83,7 @@ rules:
9483
- get
9584
- list
9685
- watch
86+
- update
9787
- apiGroups:
9888
- ""
9989
resources:
@@ -139,14 +129,6 @@ rules:
139129
- create
140130
- delete
141131
- watch
142-
- apiGroups:
143-
- policy
144-
resourceNames:
145-
- redis-enterprise-psp
146-
resources:
147-
- podsecuritypolicies
148-
verbs:
149-
- use
150132
- apiGroups:
151133
- networking.k8s.io
152134
resources:

charts/redis-enterprise-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ operator:
2020

2121
# Image tag for the operator image.
2222
# This typically represents the operator version.
23-
tag: 7.8.4-9
23+
tag: 7.8.6-1
2424

2525
# Configuration options for the admission webhook
2626
admission:

0 commit comments

Comments
 (0)