File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
# Redis-stack helm chart
6
6
## Installation
7
7
8
+ To add the repo:
9
+
10
+ ``` bash
11
+ helm repo add redis-stack https://redis-stack.github.io/helm-redis-stack/
12
+ ```
13
+
8
14
To install redis-stack helm chart with latest images, run:
9
15
10
16
``` bash
11
- helm install redis-stack charts/ redis-stack --values charts /redis-stack/values.yaml
17
+ helm install redis-stack redis-stack/redis-stack
12
18
```
13
19
14
20
To install redis-stack-server helm chart with latest images, run:
15
21
16
22
``` bash
17
- helm install redis-stack charts/ redis-stack-server --values charts /redis-stack-server/values.yaml
23
+ helm install redis-stack redis-stack/redis-stack-server
18
24
```
19
25
20
26
To install the helm chart with specific redis tag, just add ``` --set ``` tag:
21
27
22
28
``` bash
23
- helm install redis-stack charts/ redis-stack --values charts /redis-stack/values.yaml --set redis_stack.tag=" <TAG>"
29
+ helm install redis-stack redis-stack/redis-stack --set redis_stack.tag=" <TAG>"
24
30
```
25
31
26
32
For example, to run redis stack with redis version 7.0.0, run:
27
33
28
34
``` bash
29
- helm install redis-stack charts/ redis-stack --values charts /redis-stack/values.yaml --set redis_stack.tag=" 7.0.0-RC5"
35
+ helm install redis-stack redis-stack/redis-stack --set redis_stack.tag=" 7.0.0-RC5"
30
36
```
31
37
32
- To add the repo:
33
-
34
- ``` bash
35
- helm repo add redis-stack https://redis-stack.github.io/helm-redis-stack/
36
- ```
37
38
38
39
## Usage
39
40
You can’t perform that action at this time.
0 commit comments