From bd2c880bf3d573aec5085a26b8aaaf383440d38c Mon Sep 17 00:00:00 2001 From: poyaz Date: Sat, 23 Mar 2024 15:01:04 +0330 Subject: [PATCH] [UPDATE] Update cert-manager to v1.14.4 Signed-off-by: poyaz --- e2e/lib/k8up.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/lib/k8up.bash b/e2e/lib/k8up.bash index f80b59d7b..ac7615b42 100755 --- a/e2e/lib/k8up.bash +++ b/e2e/lib/k8up.bash @@ -222,7 +222,7 @@ given_s3_storage() { give_self_signed_issuer() { ns=${NAMESPACE=${DETIK_CLIENT_NAMESPACE}} - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml kubectl wait -n cert-manager --for=condition=Available deployment/cert-manager-webhook --timeout=120s yq $(yq --help | grep -q eval && echo e) '.metadata.namespace='\"${MINIO_NAMESPACE}\"'' definitions/cert/issure.yaml | kubectl apply -f -