Skip to content

Commit ca53349

Browse files
authored
CLOUD-850 - Update kuttl version to v0.17.0 (#684)
1 parent adcac21 commit ca53349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ void prepareNode() {
249249
250250
kubectl krew install assert
251251
252-
# v0.16.0 kuttl version
253-
kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/e450fd06ebe9ce200355726b81d13e5e59b9bf47/plugins/kuttl.yaml
252+
# v0.17.0 kuttl version
253+
kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/336ef83542fd2f783bfa2c075b24599e834dcc77/plugins/kuttl.yaml
254254
echo \$(kubectl kuttl --version) is installed
255255
256256
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

0 commit comments

Comments
 (0)