Skip to content

Commit

Permalink
[UPDATE] Update cert-manager to v1.14.4
Browse files Browse the repository at this point in the history
Signed-off-by: poyaz <pooya_azarpour@yahoo.com>
  • Loading branch information
poyaz committed Mar 23, 2024
1 parent 6b659b8 commit bd2c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/lib/k8up.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit bd2c880

Please sign in to comment.