Skip to content

Commit abeb4fe

Browse files
authored
CLOUD-850 - Update kuttl version to 0.16.0 (#653)
* CLOUD-850 - Update kuttl version to 0.16.0 * Fix cert manager cmctl download in tests
1 parent de01a95 commit abeb4fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ void prepareNode() {
252252
253253
kubectl krew install assert
254254
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
257257
echo \$(kubectl kuttl --version) is installed
258258
259259
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

e2e-tests/conf/cmctl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- /bin/sh
2222
- -c
2323
- |
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 \
2626
&& sleep 100500
2727
restartPolicy: Always

0 commit comments

Comments
 (0)