From fe2633dab2e214c5c9eb93ce63e030cc87c67504 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Thu, 10 Oct 2024 12:39:30 -0500 Subject: [PATCH] Bump cert-manager version to v1.16.1 Change-Id: Icf194c348fffde8066be725378e37830177d4a96 --- tools/deployment/common/cert-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/common/cert-manager.sh b/tools/deployment/common/cert-manager.sh index 9c62ae1a4a..27e6c372c7 100755 --- a/tools/deployment/common/cert-manager.sh +++ b/tools/deployment/common/cert-manager.sh @@ -2,7 +2,7 @@ set -eux -: ${CERT_MANAGER_VERSION:="v1.8.0"} +: ${CERT_MANAGER_VERSION:="v1.16.1"} cert_path="/etc/openstack-helm" ca_cert_root="$cert_path/certs/ca"