Skip to content

Commit e9361bd

Browse files
authored
Point Helm chart docs to GitHub (baserow#4356)
1 parent cf44d1b commit e9361bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/helm/baserow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install the chart with the release name `my-baserow` run the following comman
1010

1111
From repo
1212
```bash
13-
helm repo add baserow-chart https://baserow.gitlab.io/baserow-chart
13+
helm repo add baserow-chart https://baserow.github.io/baserow-chart
1414
helm install my-baserow baserow-chart/baserow --namespace baserow --create-namespace --values config.yaml
1515
```
1616

docs/installation/install-with-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before installing Baserow with Helm, ensure you have:
2828
First, add the Baserow Helm chart repository:
2929

3030
```bash
31-
helm repo add baserow-chart https://baserow.gitlab.io/baserow-chart
31+
helm repo add baserow-chart https://baserow.github.io/baserow-chart
3232
helm repo update
3333
```
3434

@@ -325,7 +325,7 @@ Add the Baserow Helm repository and install:
325325
326326
```bash
327327
# Add Baserow chart repository
328-
helm repo add baserow-chart https://baserow.gitlab.io/baserow-chart
328+
helm repo add baserow-chart https://baserow.github.io/baserow-chart
329329
helm repo update
330330

331331
# Install Baserow

0 commit comments

Comments
 (0)