Skip to content

Commit

Permalink
Upgrade cert-manager to v1.12.13 (#517)
Browse files Browse the repository at this point in the history
- cert-manager 1.12 is a LTS release, EOL until May 2025
  • Loading branch information
lhotari committed Aug 15, 2024
1 parent dc81720 commit ac4f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cert-manager/install-cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -e
NAMESPACE=cert-manager
NAME=cert-manager
# check compatibility with k8s versions from https://cert-manager.io/docs/installation/supported-releases/
VERSION=v1.11.4
VERSION=v1.12.13

# Install cert-manager CustomResourceDefinition resources
echo "Installing cert-manager CRD resources ..."
Expand Down

0 comments on commit ac4f5a6

Please sign in to comment.