2 Commits

Author SHA1 Message Date
9d3421dc0c chore(deps): update alpine/helm docker tag to v4.1.0
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 52s
2026-01-24 01:01:07 +00:00
c91533b456 chore(deps): update unittests/bash/bats digest to 5f12b31 (#13)
All checks were successful
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 50s
2026-01-24 01:00:59 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm - name: Install helm
env: env:
# renovate: datasource=docker depName=alpine/helm # renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.0.5" HELM_VERSION: "4.1.0"
run: | run: |
curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin
mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/ mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/

View File

@@ -15,7 +15,7 @@ env:
jobs: jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine/helm:4.0.5 container: alpine/helm:4.1.0
steps: steps:
- name: install tools - name: install tools
run: | run: |