Skip to content

Commit e104702

Browse files
authored
Merge pull request #2312 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.11.0
Bump helm/kind-action from 1.10.0 to 1.11.0
2 parents 98a5be8 + e970c1c commit e104702

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/e2e-master.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

Diff for: .github/workflows/e2e-release-11.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-11.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

Diff for: .github/workflows/e2e-release-12.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-12.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

Diff for: .github/workflows/e2e-release-17.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-17.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

Diff for: .github/workflows/e2e-release-18.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-18.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

Diff for: .github/workflows/e2e-release-26.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.10.0
22+
uses: helm/kind-action@v1.11.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-26.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

0 commit comments

Comments
 (0)