Bump helm/kind-action from 1.6.0 to 1.7.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
32b824633f
commit
8985898f74
2
.github/workflows/e2e-master.yaml
vendored
2
.github/workflows/e2e-master.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
2
.github/workflows/e2e-release-11.0.yaml
vendored
2
.github/workflows/e2e-release-11.0.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-release-11.0-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
2
.github/workflows/e2e-release-12.0.yaml
vendored
2
.github/workflows/e2e-release-12.0.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-release-12.0-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
2
.github/workflows/e2e-release-17.0.yaml
vendored
2
.github/workflows/e2e-release-17.0.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-release-17.0-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
2
.github/workflows/e2e-release-18.0.yaml
vendored
2
.github/workflows/e2e-release-18.0.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-release-18.0-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
2
.github/workflows/e2e-release-26.0.yaml
vendored
2
.github/workflows/e2e-release-26.0.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.6.0
|
||||
uses: helm/kind-action@v1.7.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-release-26.0-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
|
||||
Loading…
Reference in New Issue
Block a user