Skip to content

Commit 3a93ab4

Browse files
authored
Update README for helm repo add (#31)
1 parent c259713 commit 3a93ab4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Verify helm repo add
4747
run: |
48-
helm repo add ${{ github.event.repository.name }} https://github.com/redis-stack/helm-redis-stack.git
48+
helm repo add ${{ github.event.repository.name }} https://redis-stack.github.io/helm-redis-stack

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ For example, to run redis stack with redis version 7.0.0, run:
2929
helm install redis-stack charts/redis-stack --values charts/redis-stack/values.yaml --set redis_stack.tag="7.0.0-RC5"
3030
```
3131

32+
To add the repo:
33+
34+
```bash
35+
helm repo add redis-stack https://redis-stack.github.io/helm-redis-stack/
36+
```
37+
3238
## Usage
3339

3440
To connect to redis-cli run:

0 commit comments

Comments
 (0)