diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index 9b54c77..0a70ba7 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -40,7 +40,8 @@ pipeline: image: alpine:3.17.2 pull: true commands: - - apk add --no-cache helm kubectl + - apk add --no-cache helm + - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - kubectl get no -o wide