Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/modules/druid/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou

echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid \
--repo https://charts.bitnami.com/bitnami postgresql \
--version 16.1.2 \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
--wait
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version 16.5.0 \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
--wait
# end::helm-install-postgres[]

echo "Install DruidCluster from druid.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou

echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid \
--repo https://charts.bitnami.com/bitnami postgresql \
--version 16.1.2 \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
--wait
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version {{ versions.postgresql }} \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
--wait
# end::helm-install-postgres[]

echo "Install DruidCluster from druid.yaml"
Expand Down
1 change: 1 addition & 0 deletions docs/templating_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ versions:
zookeeper: 0.0.0-dev
hdfs: 0.0.0-dev
druid: 0.0.0-dev
postgresql: 16.5.0