Skip to content

Commit 83ad64b

Browse files
committed
doc: use current chart url
1 parent 8c3d456 commit 83ad64b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/papercups/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ This chart was designed to deploy [papercups](https://papercups.io) to your Kube
99
### Install the Helm repository
1010

1111
```
12-
$ helm repo add papercups https://charts.papercups.io/
13-
$ helm install papercups papercups/papercups \
12+
$ helm repo add papercups-io https://papercups-io.github.io/charts/
13+
$ helm install papercups papercups-io/papercups \
1414
--set secrets.SECRET_KEY_BASE=<`mix phx.gen.secret` if you donut have one already> \
1515
--set secret.DATABASE_URL="ecto://papercups:changeit@papercups-db-postgresql.default.svc.cluster.local/papercups"
1616
```
1717

1818
## Prerequisites
19+
1920
### Backend Database
2021

2122
#### Using the Bitnami PostgreSQL chart
@@ -27,7 +28,6 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami
2728
$ helm install papercups-db bitnami/postgresql --set postgresqlUsername=papercups,postgresqlPassword=changeit,postgresqlDatabase=papercups
2829
```
2930

30-
# Values
3131
## Values
3232

3333
| Key | Type | Default | Description |

0 commit comments

Comments
 (0)