We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0ff0 commit e642fd2Copy full SHA for e642fd2
code/local-kubernetes-cluster-installation/install-application-stack.sh
@@ -59,7 +59,7 @@ unzip $RELEASENAME.zip
59
cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/postgres-db/
60
helm repo add bitnami https://charts.bitnami.com/bitnami
61
helm repo update
62
-helm upgrade --install pgdb bitnami/postgresql -f pg-values.yaml --namespace pg --create-namespace --version 12.2.6
+helm upgrade --install pgdb bitnami/postgresql -f pg-values.yaml --namespace pg --create-namespace --version 12.2.7
63
64
# Monitoring
65
cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/monitoring/
0 commit comments