@@ -42,29 +42,29 @@ helm install --wait hive-operator {{ helm.repo_name }}/hive-operator --version {
4242echo " Install minio for S3"
4343# tag::helm-install-minio[]
4444helm install minio \
45- --version {{ versions.minio }} \
46- --namespace default \
47- --set mode=standalone \
48- --set replicas=1 \
49- --set persistence.enabled=false \
50- --set buckets[0].name=hive,buckets[0].policy=none \
51- --set users[0].accessKey=hive,users[0].secretKey=hivehive,users[0].policy=readwrite \
52- --set resources.requests.memory=1Gi \
53- --set service.type=NodePort,service.nodePort=null \
54- --set consoleService.type=NodePort,consoleService.nodePort=null \
55- --repo https://charts.min.io/ minio
45+ --version {{ versions.minio }} \
46+ --namespace default \
47+ --set mode=standalone \
48+ --set replicas=1 \
49+ --set persistence.enabled=false \
50+ --set buckets[0].name=hive,buckets[0].policy=none \
51+ --set users[0].accessKey=hive,users[0].secretKey=hivehive,users[0].policy=readwrite \
52+ --set resources.requests.memory=1Gi \
53+ --set service.type=NodePort,service.nodePort=null \
54+ --set consoleService.type=NodePort,consoleService.nodePort=null \
55+ --repo https://charts.min.io/ minio
5656# end::helm-install-minio[]
5757
5858echo " Install postgres for Hive"
5959# tag::helm-install-postgres[]
60- helm install postgresql \
61- --version {{ versions.postgresql }} \
62- --namespace default \
63- --set auth.username=hive \
64- --set auth.password=hive \
65- --set auth.database=hive \
66- --set primary.extendedConfiguration=" password_encryption=md5" \
67- --repo https://charts.bitnami.com/bitnami postgresql
60+ helm install postgresql oci://registry-1.docker.io/bitnamicharts/postgresql \
61+ --version {{ versions.postgresql }} \
62+ --namespace default \
63+ --set auth.username=hive \
64+ --set auth.password=hive \
65+ --set auth.database=hive \
66+ --set primary.extendedConfiguration=" password_encryption=md5" \
67+ --wait
6868# end::helm-install-postgres[]
6969;;
7070" stackablectl" )
0 commit comments