mirror of https://github.com/linkerd/linkerd2.git
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:
parent
60ffd1c2a2
commit
c8bca67306
|
@ -128,14 +128,14 @@ jobs:
|
||||||
# engineerd/setup-kind@v0.3.0
|
# engineerd/setup-kind@v0.3.0
|
||||||
uses: engineerd/setup-kind@d0e9be1
|
uses: engineerd/setup-kind@d0e9be1
|
||||||
with:
|
with:
|
||||||
version: "v0.6.1"
|
version: "v0.7.0"
|
||||||
- name: Setup custom_domain KinD cluster
|
- name: Setup custom_domain KinD cluster
|
||||||
if: matrix.integration_test == 'custom_domain'
|
if: matrix.integration_test == 'custom_domain'
|
||||||
# engineerd/setup-kind@v0.3.0
|
# engineerd/setup-kind@v0.3.0
|
||||||
uses: engineerd/setup-kind@d0e9be1
|
uses: engineerd/setup-kind@d0e9be1
|
||||||
with:
|
with:
|
||||||
config: test/testdata/custom_cluster_domain_config.yaml
|
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
|
- name: Load image archives into the local KinD cluster
|
||||||
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
|
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -127,14 +127,14 @@ jobs:
|
||||||
# engineerd/setup-kind@v0.3.0
|
# engineerd/setup-kind@v0.3.0
|
||||||
uses: engineerd/setup-kind@d0e9be1
|
uses: engineerd/setup-kind@d0e9be1
|
||||||
with:
|
with:
|
||||||
version: "v0.6.1"
|
version: "v0.7.0"
|
||||||
- name: Setup custom_domain KinD cluster
|
- name: Setup custom_domain KinD cluster
|
||||||
if: matrix.integration_test == 'custom_domain'
|
if: matrix.integration_test == 'custom_domain'
|
||||||
# engineerd/setup-kind@v0.3.0
|
# engineerd/setup-kind@v0.3.0
|
||||||
uses: engineerd/setup-kind@d0e9be1
|
uses: engineerd/setup-kind@d0e9be1
|
||||||
with:
|
with:
|
||||||
config: test/testdata/custom_cluster_domain_config.yaml
|
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
|
- name: Load image archives into the local KinD cluster
|
||||||
env:
|
env:
|
||||||
PROXY_INIT_IMAGE_NAME: gcr.io/linkerd-io/proxy-init:v1.3.1
|
PROXY_INIT_IMAGE_NAME: gcr.io/linkerd-io/proxy-init:v1.3.1
|
||||||
|
|
Loading…
Reference in New Issue