File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ To install the helm chart with latest images, run:
7
7
helm install redis-stack charts/redis-stack --values charts/redis-stack/values.yaml
8
8
```
9
9
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 :
11
11
12
12
``` 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> "
14
14
```
15
15
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:
17
17
18
18
``` 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 "
20
20
```
21
21
22
22
## Usage
You can’t perform that action at this time.
0 commit comments