bump postgres operator version

This commit is contained in:
Edward Viaene
2021-06-16 17:21:11 -04:00
parent f5c7d31ee7
commit 4aba5faca5
2 changed files with 172 additions and 190 deletions

View File

@@ -14,7 +14,7 @@
# This script should be run after the operator has been deployed
PGO_OPERATOR_NAMESPACE="${PGO_OPERATOR_NAMESPACE:-pgo}"
PGO_USER_ADMIN="${PGO_USER_ADMIN:-pgouser-admin}"
PGO_CLIENT_VERSION="${PGO_CLIENT_VERSION:-v4.3.2}"
PGO_CLIENT_VERSION="${PGO_CLIENT_VERSION:-v4.7.0}"
PGO_CLIENT_URL="https://github.com/CrunchyData/postgres-operator/releases/download/${PGO_CLIENT_VERSION}"
PGO_CMD="${PGO_CMD-kubectl}"