From be6ccc4abc093503760e5128ba72e098623cd464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:44:53 +0000 Subject: [PATCH] Update dependency helm/helm to v3.15.2 --- .../install-integration-tests-operators-installer.yaml | 2 +- .github/workflows/install-unit-test.yaml | 2 +- .github/workflows/lint-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 38ad0ae6..c1589008 100644 --- a/.github/workflows/install-integration-tests-operators-installer.yaml +++ b/.github/workflows/install-integration-tests-operators-installer.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.0 + HELM_VERSION: v3.15.2 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind diff --git a/.github/workflows/install-unit-test.yaml b/.github/workflows/install-unit-test.yaml index 769ecc54..a0371289 100644 --- a/.github/workflows/install-unit-test.yaml +++ b/.github/workflows/install-unit-test.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.0 + HELM_VERSION: v3.15.2 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index fb6d48ba..2f31ae10 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -18,7 +18,7 @@ jobs: env: branch_name: ${{ github.head_ref || github.ref_name }} # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.0 + HELM_VERSION: v3.15.2 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.3 # renovate: datasource=pypi depName=pybump diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ba35721..56020bb7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.0 + HELM_VERSION: v3.15.2 permissions: contents: write id-token: write