mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-05-18 22:17:07 +00:00
bump postgres operator version
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user