Skip to content

Commit 589b0b1

Browse files
authored
Upgrade default cert-manager version to 1.12.16 (#581)
1 parent 5c1b7a9 commit 589b0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cert-manager/install-cert-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -e
2525
NAMESPACE=cert-manager
2626
NAME=cert-manager
2727
# check compatibility with k8s versions from https://cert-manager.io/docs/installation/supported-releases/
28-
VERSION=v1.12.13
28+
VERSION=v1.12.16
2929

3030
# Install cert-manager CustomResourceDefinition resources
3131
echo "Installing cert-manager CRD resources ..."

0 commit comments

Comments
 (0)