This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new ac4f5a6 Upgrade cert-manager to v1.12.13 (#517)
ac4f5a6 is described below
commit ac4f5a662776e23cb9b526f93e41b9f24828414f
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Aug 15 11:34:20 2024 +0300
Upgrade cert-manager to v1.12.13 (#517)
- cert-manager 1.12 is a LTS release, EOL until May 2025
---
scripts/cert-manager/install-cert-manager.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/cert-manager/install-cert-manager.sh
b/scripts/cert-manager/install-cert-manager.sh
index 4cbecf9..38f94d4 100755
--- a/scripts/cert-manager/install-cert-manager.sh
+++ b/scripts/cert-manager/install-cert-manager.sh
@@ -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 ..."