Skip to content

Commit

Permalink
Move to cert-manager 1.13.1
Browse files Browse the repository at this point in the history
Cert-manager 1.12.0 and 1.13.0 were big releases.  It's time to catch up.

Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Oct 23, 2023
1 parent 139586d commit 3d8f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/integration/kind/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_dependencies () {

# Pull cert-manager into the local cache and push into KIND. Sometimes
# the KIND env cannot pull it from upstream.
CERTVER=v1.11.1
CERTVER=v1.13.1
for part in controller webhook cainjector
do
image=quay.io/jetstack/cert-manager-$part:$CERTVER
Expand Down

0 comments on commit 3d8f845

Please sign in to comment.