Skip to content

Commit

Permalink
Update components versions for carvel deployment. [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Feb 7, 2024
1 parent 1b8edd6 commit 1a1d0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/deploy/carvel/prepare-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1a1d0d2

Please sign in to comment.