Skip to content

Commit

Permalink
[DSD-3973] update postgres to stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 authored Dec 11, 2023
1 parent 22679c2 commit e4cbbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/v3/external/postgres/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kubectl label ns $NS istio-injection=enabled --overwrite

function installing_postgres() {
echo Installing Postgres
helm -n $NS install postgres bitnami/postgresql --version 13.1.5 -f values.yaml --wait
helm -n $NS install postgres bitnami/postgresql --version 12.11.1 -f values.yaml --wait
echo Installed Postgres

echo Installing gateways and virtual services
Expand All @@ -30,4 +30,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_postgres # calling function
installing_postgres # calling function

0 comments on commit e4cbbdc

Please sign in to comment.