From 126eec909c9d5b0ca2e9f35ef4096a8791fb969c Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Wed, 15 May 2024 16:02:16 +0200 Subject: [PATCH] build(deps): bump helm/kind-action from 1.9.0 to 1.10.0 part two (#821) * 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 * fixed kind actio nfor integrationUITests 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> --- .github/workflows/integration_ui_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration_ui_tests.yml b/.github/workflows/integration_ui_tests.yml index e1ea48126..93b95447f 100644 --- a/.github/workflows/integration_ui_tests.yml +++ b/.github/workflows/integration_ui_tests.yml @@ -23,11 +23,9 @@ jobs: validate-wrappers: true - 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