From c917509808e977376d259f94f463321b06ccddb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:38:47 +0000 Subject: [PATCH] build(deps): Bump azure/setup-helm Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a to 1a275c3b69536ee54be43f2070a358922e12c8d4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a...1a275c3b69536ee54be43f2070a358922e12c8d4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aegis-next.yml | 2 +- .github/workflows/container-images.yml | 2 +- .github/workflows/e2e-k8s.yml | 4 ++-- .github/workflows/helm.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aegis-next.yml b/.github/workflows/aegis-next.yml index 95de24f..6f2f992 100644 --- a/.github/workflows/aegis-next.yml +++ b/.github/workflows/aegis-next.yml @@ -166,7 +166,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Helm - uses: azure/setup-helm@bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 - name: Lint default values run: helm lint helm/aegisbpf/ diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index 21097bc..8a5c67b 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -108,7 +108,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: azure/setup-helm@bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a # v4 + - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 - name: Login to OCI registry run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index da6c471..87ff822 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -27,7 +27,7 @@ jobs: with: go-version-file: operator/go.mod - - uses: azure/setup-helm@bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a # v4 + - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 - name: Install kind run: | @@ -177,7 +177,7 @@ jobs: with: go-version-file: operator/go.mod - - uses: azure/setup-helm@bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a # v4 + - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 - name: Install kind run: | diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 9b5d921..83176c1 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Helm - uses: azure/setup-helm@bf6a7d304bc2fdb57e0331155b7ebf2c504acf0a # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.4