Update integration tests to use kind 0.7.0 (#4282)

I missed these integration test version bumps in #4280 

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
Kevin Leimkuhler 2020-04-23 13:53:00 -07:00 committed by GitHub
parent 60ffd1c2a2
commit c8bca67306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -128,14 +128,14 @@ jobs:
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
version: "v0.6.1"
version: "v0.7.0"
- name: Setup custom_domain KinD cluster
if: matrix.integration_test == 'custom_domain'
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
config: test/testdata/custom_cluster_domain_config.yaml
version: "v0.6.1"
version: "v0.7.0"
- name: Load image archives into the local KinD cluster
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
env:

View File

@ -127,14 +127,14 @@ jobs:
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
version: "v0.6.1"
version: "v0.7.0"
- name: Setup custom_domain KinD cluster
if: matrix.integration_test == 'custom_domain'
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
config: test/testdata/custom_cluster_domain_config.yaml
version: "v0.6.1"
version: "v0.7.0"
- name: Load image archives into the local KinD cluster
env:
PROXY_INIT_IMAGE_NAME: gcr.io/linkerd-io/proxy-init:v1.3.1