2 Commits

Author SHA1 Message Date
f08cfd8750 chore(deps): update subcharts (minor & patch)
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 44s
2026-04-11 01:01:27 +00:00
38c54bea1d chore(deps): update alpine/helm docker tag to v4.1.4 (#79)
All checks were successful
changelog / changelog (push) Successful in 13s
check-and-test / check-and-test (push) Successful in 41s
2026-04-11 01:01:10 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.1.3"
HELM_VERSION: "4.1.4"
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
mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/

View File

@@ -15,7 +15,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:4.1.3
container: alpine/helm:4.1.4
steps:
- name: install tools
run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side

View File

@@ -12,4 +12,4 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
version: 5.4.10
digest: sha256:de44967fa7d0aac43212f85474b2e39af5e425de4e07087065afdb855e3df776
generated: "2026-04-11T00:01:15.872680689Z"
generated: "2026-04-11T01:01:24.61451965Z"