From bf04d6cbc8f1389e00afd75e018d67f106d19f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:40:34 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.9.0 to 1.10.0 (#810) * build(deps): bump helm/kind-action from 1.9.0 to 1.10.0 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](https://github.com/helm/kind-action/compare/99576bfa6ddf9a8e612d83b513da5a75875caced...0025e74a8c7512023d06dc019c617aa3cf561fde) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix kind action Signed-off-by: GitHub --------- Signed-off-by: dependabot[bot] Signed-off-by: GitHub Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephane Bouchet --- .github/workflows/ci.yml | 6 ++---- .github/workflows/integration_ui_tests.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5397963d9..f7e0e31af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,13 +73,11 @@ jobs: add-job-summary: 'on-failure' add-job-summary-as-pr-comment: 'on-failure' validate-wrappers: true - - uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced #v1.9.0 + - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde #v1.10.0 name: Start cluster - with: - version: v0.11.1 - name: Setup cluster run: | - curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.19.1/install.sh | bash -s v0.19.1 + curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh | bash -s v0.26.0 kubectl create -f https://operatorhub.io/install/service-binding-operator.yaml kubectl create -f https://operatorhub.io/install/stable/cloud-native-postgresql.yaml nb=0 diff --git a/.github/workflows/integration_ui_tests.yml b/.github/workflows/integration_ui_tests.yml index 854607fdf..e1ea48126 100644 --- a/.github/workflows/integration_ui_tests.yml +++ b/.github/workflows/integration_ui_tests.yml @@ -21,7 +21,7 @@ jobs: add-job-summary: 'on-failure' add-job-summary-as-pr-comment: 'on-failure' validate-wrappers: true - - uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced #v1.9.0 + - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde #v1.10.0 name: Start cluster with: version: v0.11.1