File tree 3 files changed +13
-14
lines changed
modules/druid/examples/getting_started
3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
102
102
103
103
echo " Installing PostgreSQL for Druid"
104
104
# 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
112
111
# end::helm-install-postgres[]
113
112
114
113
echo " Install DruidCluster from druid.yaml"
Original file line number Diff line number Diff line change @@ -102,13 +102,12 @@ kubectl rollout status --watch statefulset/simple-hdfs-namenode-default --timeou
102
102
103
103
echo " Installing PostgreSQL for Druid"
104
104
# 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
112
111
# end::helm-install-postgres[]
113
112
114
113
echo " Install DruidCluster from druid.yaml"
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ versions:
9
9
zookeeper : 0.0.0-dev
10
10
hdfs : 0.0.0-dev
11
11
druid : 0.0.0-dev
12
+ postgresql : 16.5.0
You can’t perform that action at this time.
0 commit comments