We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcac21 commit ca53349Copy full SHA for ca53349
Jenkinsfile
@@ -249,8 +249,8 @@ void prepareNode() {
249
250
kubectl krew install assert
251
252
- # v0.16.0 kuttl version
253
- kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/e450fd06ebe9ce200355726b81d13e5e59b9bf47/plugins/kuttl.yaml
+ # v0.17.0 kuttl version
+ kubectl krew install --manifest-url https://raw.githubusercontent.com/kubernetes-sigs/krew-index/336ef83542fd2f783bfa2c075b24599e834dcc77/plugins/kuttl.yaml
254
echo \$(kubectl kuttl --version) is installed
255
256
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