From fdf040d55923554e7560c87e5bddcc89397a563b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:06:42 +0000 Subject: [PATCH] Update dependency helm/helm to v3.16.3 --- .../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 35ea5356..9ddf89b4 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.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.4 # 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 5677153b..1b32a15b 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.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13705ca6..cf93dbc6 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.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.4 # renovate: datasource=pypi depName=pybump diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 873aecc5..f6d9e3a9 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.3 + HELM_VERSION: v3.16.3 permissions: contents: write id-token: write