Skip to content

Commit 184bef0

Browse files
committed
adding to readme how to run redis stack with specific version
1 parent 076e1ea commit 184bef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ To install the helm chart with latest images, run:
77
helm install redis-stack charts/redis-stack --values charts/redis-stack/values.yaml
88
```
99

10-
To install the helm chart with redis 7.0.0-RC5, run:
10+
To install the helm chart with specific redis tag, just add ```--set``` tag:
1111

1212
```bash
13-
helm install redis-stack charts/redis-stack --values charts/redis-stack/values_700-RC5.yaml
13+
helm install redis-stack charts/redis-stack --values charts/redis-stack/values.yaml --set statefulset.tag="<TAG>"
1414
```
1515

16-
To install the helm chart with redis 6.2.2-v4, run:
16+
For example, to run redis stack with redis version 7.0.0, run:
1717

1818
```bash
19-
helm install redis-stack charts/redis-stack --values charts/redis-stack/values_622-v4.yaml
19+
helm install redis-stack charts/redis-stack --values charts/redis-stack/values.yaml --set statefulset.tag="7.0.0-RC5"
2020
```
2121

2222
## Usage

0 commit comments

Comments
 (0)