We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cc4ed commit e2b68afCopy full SHA for e2b68af
test/e2e/setup.sh
@@ -48,7 +48,7 @@ kind load docker-image ${HUB}/runtime:${TAG} --name "${CLUSTER_NAME}"
48
49
# Install cert-manager
50
echo "Start to install cert-manager"
51
-kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.yaml
+kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.yaml
52
echo "Waiting for cert-manager to be ready..."
53
go install github.com/cert-manager/cmctl/v2@latest && $(go env GOPATH)/bin/cmctl check api --wait=5m
54
# Install Volcano
0 commit comments