From 6836902b8187cb8b2f2effebdce4830148e8020d Mon Sep 17 00:00:00 2001 From: Marcel Wagner <wagmarcel@web.de> Date: Sun, 17 Oct 2021 18:16:48 +0200 Subject: [PATCH] Use specific version of zalando postgres operator Closes #525 See also #524 Signed-off-by: Marcel Wagner <wagmarcel@web.de> --- util/deploy_operators.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/deploy_operators.sh b/util/deploy_operators.sh index da616960..ac48f426 100755 --- a/util/deploy_operators.sh +++ b/util/deploy_operators.sh @@ -44,6 +44,7 @@ printf -- "------------------------\033[0m\n" # First, clone the repository and change to the directory git clone https://github.com/zalando/postgres-operator.git cd postgres-operator +git checkout v1.7.0 kubectl apply -f manifests/postgresql.crd.yaml kubectl create -f manifests/configmap.yaml # configuration