We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd6792 commit ec430a1Copy full SHA for ec430a1
tests/e2e-openshift/Dockerfile
@@ -26,7 +26,7 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
26
&& mv kubectl-kuttl_0.15.0_linux_x86_64 /usr/local/bin/kuttl
27
28
# Install Chainsaw e2e
29
-RUN go install github.com/kyverno/chainsaw@v0.1.7
+RUN go install github.com/kyverno/chainsaw@v0.2.0
30
31
# Install kubectl and oc
32
RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
0 commit comments