Skip to content

Commit d708bb1

Browse files
committed
bump cert-manager version
Signed-off-by: HunterChen <[email protected]>
1 parent f72fa3d commit d708bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kind load docker-image ${HUB}/runtime:${TAG} --name "${CLUSTER_NAME}"
4848

4949
# Install cert-manager
5050
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
51+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.yaml
5252
echo "Waiting for cert-manager to be ready..."
5353
go install github.com/cert-manager/cmctl/v2@latest && $(go env GOPATH)/bin/cmctl check api --wait=5m
5454
# Install Volcano

0 commit comments

Comments
 (0)