Skip to content

Commit 544a9ba

Browse files
authored
chore: Update postgresql chart (#699)
1 parent 18b558e commit 544a9ba

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

docs/modules/druid/examples/getting_started/getting_started.sh

+6-7
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
102102

103103
echo "Installing PostgreSQL for Druid"
104104
# tag::helm-install-postgres[]
105-
helm install postgresql-druid \
106-
--repo https://charts.bitnami.com/bitnami postgresql \
107-
--version 16.1.2 \
108-
--set auth.database=druid \
109-
--set auth.username=druid \
110-
--set auth.password=druid \
111-
--wait
105+
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
106+
--version 16.5.0 \
107+
--set auth.database=druid \
108+
--set auth.username=druid \
109+
--set auth.password=druid \
110+
--wait
112111
# end::helm-install-postgres[]
113112

114113
echo "Install DruidCluster from druid.yaml"

docs/modules/druid/examples/getting_started/getting_started.sh.j2

+6-7
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
102102

103103
echo "Installing PostgreSQL for Druid"
104104
# tag::helm-install-postgres[]
105-
helm install postgresql-druid \
106-
--repo https://charts.bitnami.com/bitnami postgresql \
107-
--version 16.1.2 \
108-
--set auth.database=druid \
109-
--set auth.username=druid \
110-
--set auth.password=druid \
111-
--wait
105+
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
106+
--version {{ versions.postgresql }} \
107+
--set auth.database=druid \
108+
--set auth.username=druid \
109+
--set auth.password=druid \
110+
--wait
112111
# end::helm-install-postgres[]
113112

114113
echo "Install DruidCluster from druid.yaml"

docs/templating_vars.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ versions:
99
zookeeper: 0.0.0-dev
1010
hdfs: 0.0.0-dev
1111
druid: 0.0.0-dev
12+
postgresql: 16.5.0

0 commit comments

Comments
 (0)