Skip to content

Commit

Permalink
Minor change to version of Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbitbus committed Apr 3, 2023
1 parent 52f0ff0 commit e642fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e642fd2

Please sign in to comment.