Skip to content

Commit e642fd2

Browse files
committed
Minor change to version of Postgres
1 parent 52f0ff0 commit e642fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/local-kubernetes-cluster-installation/install-application-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unzip $RELEASENAME.zip
5959
cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/postgres-db/
6060
helm repo add bitnami https://charts.bitnami.com/bitnami
6161
helm repo update
62-
helm upgrade --install pgdb bitnami/postgresql -f pg-values.yaml --namespace pg --create-namespace --version 12.2.6
62+
helm upgrade --install pgdb bitnami/postgresql -f pg-values.yaml --namespace pg --create-namespace --version 12.2.7
6363

6464
# Monitoring
6565
cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/monitoring/

0 commit comments

Comments
 (0)