From e642fd215ee77bd43aa8c57a53336019c63c9047 Mon Sep 17 00:00:00 2001 From: Sachin Agarwal Date: Sun, 2 Apr 2023 23:31:52 -0400 Subject: [PATCH] Minor change to version of Postgres --- .../install-application-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/local-kubernetes-cluster-installation/install-application-stack.sh b/code/local-kubernetes-cluster-installation/install-application-stack.sh index 00f87c7..afb0527 100755 --- a/code/local-kubernetes-cluster-installation/install-application-stack.sh +++ b/code/local-kubernetes-cluster-installation/install-application-stack.sh @@ -59,7 +59,7 @@ unzip $RELEASENAME.zip cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/postgres-db/ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update -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 # Monitoring cd /home/$INSTALLUSER/$RELEASEDIRNAME/code/k8s-common-code/monitoring/