Skip to content

Commit

Permalink
Merge pull request #72 from andrewlecuyer/env-var-versions
Browse files Browse the repository at this point in the history
Update CCP_PGVERSION & CCP_PG_FULLVERSION in the README for PG 11
  • Loading branch information
Jeff McCormick authored Nov 14, 2018
2 parents 223c6e2 + 0c0274b commit 6754b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ export GOPATH=$HOME/cdev
export PATH=$PATH:$GOPATH/bin
export CCP_IMAGE_PREFIX=crunchydata
export CCP_BASEOS=centos7
export CCP_PGVERSION=10
export CCP_PG_FULLVERSION=10.6
export CCP_PGVERSION=11
export CCP_PG_FULLVERSION=11.0
export CCP_VERSION=2.2.0
export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PG_FULLVERSION-$CCP_VERSION
export WATCH_CLI=kubectl
Expand Down

0 comments on commit 6754b02

Please sign in to comment.