Skip to content

Commit 1208a64

Browse files
committedJan 27, 2025··
update README
1 parent 812a770 commit 1208a64

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ Please first refer to the [BunkerWeb documentation](https://docs.bunkerweb.io/la
88

99
## Helm repository
1010

11-
The BunkerWeb Helm chart repository is available at `https://repo.bunkerweb.io/helm` :
11+
The BunkerWeb Helm chart repository is available at `https://repo.bunkerweb.io/charts` :
1212
```bash
13-
helm repo add https://repo.bunkerweb.io/charts
13+
helm repo add bunkerweb https://repo.bunkerweb.io/charts
14+
```
15+
16+
You can then use the `bunkerweb` helm chart from that repository :
17+
```bash
18+
helm install -f myvalues.yaml mybunkerweb bunkerweb/bunkerweb
1419
```
1520

1621
## Values

0 commit comments

Comments
 (0)
Please sign in to comment.