File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ void prepareNode() {
252
252
253
253
kubectl krew install assert
254
254
255
- # v0.15 .0 kuttl version
256
- kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/a67f31ecb2e62f15149ca66d096357050f07b77d /plugins/kuttl.yaml
255
+ # v0.16 .0 kuttl version
256
+ kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/e450fd06ebe9ce200355726b81d13e5e59b9bf47 /plugins/kuttl.yaml
257
257
echo \$ (kubectl kuttl --version) is installed
258
258
259
259
curl -fsSL https://github.com/kyverno/chainsaw/releases/download/v0.1.7/chainsaw_linux_amd64.tar.gz | sudo tar -C /usr/local/bin -xzf - chainsaw
Original file line number Diff line number Diff line change 21
21
- /bin/sh
22
22
- -c
23
23
- |
24
- curl -fsSL -o /tmp/cmctl.tar.gz https://github.com/cert-manager/cert-manager /releases/latest/ download/cmctl-linux-amd64.tar.gz \
25
- && tar -C /tmp -xzf /tmp/ cmctl.tar.gz \
24
+ curl -fsSL -o /tmp/cmctl https://github.com/cert-manager/cmctl /releases/download/v2.0.0/cmctl_linux_amd64 \
25
+ && chmod +x /tmp/ cmctl \
26
26
&& sleep 100500
27
27
restartPolicy : Always
You can’t perform that action at this time.
0 commit comments