Skip to content

Commit d3a3142

Browse files
Bump helm/kind-action from 1.8.0 to 1.9.0 (#1372)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.8.0...v1.9.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 c907a51 commit d3a3142

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
@@ -15,7 +15,7 @@ jobs:
1515
submodules: true
1616
- name: Create k8s Kind Cluster
1717
if: ${{ !env.ACT }}
18-
uses: helm/kind-action@v1.8.0
18+
uses: helm/kind-action@v1.9.0
1919
with:
2020
version: v0.20.0
2121
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
@@ -205,7 +205,7 @@ jobs:
205205
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
206206
- name: Create k8s Kind Cluster
207207
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
208-
uses: helm/kind-action@v1.8.0
208+
uses: helm/kind-action@v1.9.0
209209
with:
210210
version: v0.11.1
211211
config: test/helper/e2e/config/kind.yaml

0 commit comments

Comments
 (0)