From 7c7d16ab586c087cd5d1474ef135f9b644b55ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:15:32 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.14.4 --- .github/workflows/install-test.yaml | 2 +- .github/workflows/lint-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-test.yaml b/.github/workflows/install-test.yaml index ec7d628a..8f580b06 100644 --- a/.github/workflows/install-test.yaml +++ b/.github/workflows/install-test.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.14.3 + HELM_VERSION: v3.14.4 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.2 # renovate: datasource=github-releases depName=kubernetes-sigs/kind diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2563a53a..5eb4113a 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.14.3 + HELM_VERSION: v3.14.4 # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: v3.12.2 # renovate: datasource=pypi depName=pybump diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b72cac8f..420d63b4 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.14.3 + HELM_VERSION: v3.14.4 permissions: contents: write id-token: write