diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a50e7b16..4b3450e3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,6 +28,9 @@ jobs: uses: actions/checkout@v2 - name: Setup Kubernetes uses: engineerd/setup-kind@v0.5.0 + with: + version: "v0.11.0" + image: kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad - name: Build container image run: | docker build -t test/flagger:latest . diff --git a/test/skipper/kustomization.yaml b/test/skipper/kustomization.yaml index 3cbfea1d..8e78c256 100644 --- a/test/skipper/kustomization.yaml +++ b/test/skipper/kustomization.yaml @@ -32,7 +32,7 @@ patches: $patch: delete containers: - name: skipper-ingress - image: registry.opensource.zalan.do/pathfinder/skipper:v0.13.61 + image: registry.opensource.zalan.do/teapot/skipper:v0.13.61 ports: - name: metrics-port containerPort: 9911