mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: update bitnami to use legacy image (#19891)
This commit is contained in:
@@ -46,6 +46,7 @@ on the internet that explain sensible configurations for this chart. Example:
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install postgresql bitnami/postgresql \
|
||||
--namespace coder \
|
||||
--set image.repository=bitnamilegacy/postgresql
|
||||
--set auth.username=coder \
|
||||
--set auth.password=coder \
|
||||
--set auth.database=coder \
|
||||
|
||||
@@ -109,6 +109,7 @@ The steps here follow the Microsoft tutorial for a Coder deployment.
|
||||
```shell
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install coder-db bitnami/postgresql \
|
||||
--set image.repository=bitnamilegacy/postgresql
|
||||
--namespace coder \
|
||||
--set auth.username=coder \
|
||||
--set auth.password=coder \
|
||||
|
||||
@@ -55,6 +55,7 @@ For proof-of-concept deployments, you can use Bitnami Helm chart to install Post
|
||||
```console
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install coder-db bitnami/postgresql \
|
||||
--set image.repository=bitnamilegacy/postgresql
|
||||
--namespace coder \
|
||||
--set auth.username=coder \
|
||||
--set auth.password=coder \
|
||||
|
||||
Reference in New Issue
Block a user