From 1a1d0d23db0c8a40dde6fbc56ec719ec1077d3fc Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 7 Feb 2024 14:46:17 +0200 Subject: [PATCH] Update components versions for carvel deployment. [skip-ci] --- src/deploy/carvel/prepare-cluster.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deploy/carvel/prepare-cluster.sh b/src/deploy/carvel/prepare-cluster.sh index ae992f58c9..b10dd97fe4 100755 --- a/src/deploy/carvel/prepare-cluster.sh +++ b/src/deploy/carvel/prepare-cluster.sh @@ -2,9 +2,9 @@ bold="\033[1m" dim="\033[2m" end="\033[0m" -CERT_MANAGER_VERSION=v1.11.2 -SECRETGEN_CONTROLLER_VERSION=v0.14.3 -KAPP_CONTROLLER_VERSION=v0.45.1 +CERT_MANAGER_VERSION=v1.14.1 +SECRETGEN_CONTROLLER_VERSION=v0.17.0 +KAPP_CONTROLLER_VERSION=v0.48.4 start_time=$(date +%s) echo "Deploying cert-manager $CERT_MANAGER_VERSION" kapp deploy --yes --wait --wait-check-interval 10s --app cert-manager \