Skip to content

Commit 690a2f6

Browse files
Bump helm/kind-action from 1.9.0 to 1.10.0 (#1530)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 488c678 commit 690a2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-e2e-gov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
- name: Create k8s Kind Cluster
1818
if: ${{ !env.ACT }}
19-
uses: helm/kind-action@v1.9.0
19+
uses: helm/kind-action@v1.10.0
2020
with:
2121
version: v0.20.0
2222
config: test/helper/e2e/config/kind.yaml

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
awk '{gsub(/cloud.mongodb.com/, "cloud-qa.mongodb.com", $0); print}' bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml > tmp && mv tmp bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml
227227
- name: Create k8s Kind Cluster
228228
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
229-
uses: helm/kind-action@v1.9.0
229+
uses: helm/kind-action@v1.10.0
230230
with:
231231
version: v0.22.0
232232
config: test/helper/e2e/config/kind.yaml

0 commit comments

Comments
 (0)