Skip to content

Commit abfe790

Browse files
author
Jeff McCormick
committed
update quickstarts to use new 3.1 version
1 parent 0772b62 commit abfe790

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/quickstart-for-gke.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
LOG="pgo-installer.log"
1717

18-
export PGORELEASE=3.0
18+
export PGORELEASE=3.1
1919

2020
echo "Testing for dependencies..." | tee -a $LOG
2121

@@ -57,7 +57,7 @@ export GOPATH=$HOME/odev
5757
export GOBIN=$GOPATH/bin
5858
export PATH=$PATH:$GOPATH/bin
5959
export CO_IMAGE_PREFIX=crunchydata
60-
export CO_IMAGE_TAG=centos7-3.0
60+
export CO_IMAGE_TAG=centos7-3.1
6161
export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
6262
export CO_APISERVER_URL=https://127.0.0.1:18443
6363
export PGO_CA_CERT=$COROOT/conf/apiserver/server.crt

examples/quickstart-for-ocp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
LOG="pgo-installer.log"
1717

18-
export PGORELEASE=3.0
18+
export PGORELEASE=3.1
1919

2020
echo "Testing for dependencies..." | tee -a $LOG
2121

@@ -57,7 +57,7 @@ export GOPATH=$HOME/odev
5757
export GOBIN=$GOPATH/bin
5858
export PATH=$PATH:$GOPATH/bin
5959
export CO_IMAGE_PREFIX=crunchydata
60-
export CO_IMAGE_TAG=centos7-3.0
60+
export CO_IMAGE_TAG=centos7-3.1
6161
export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
6262
export CO_APISERVER_URL=https://127.0.0.1:18443
6363
export PGO_CA_CERT=$COROOT/conf/apiserver/server.crt

0 commit comments

Comments
 (0)