Compare commits

..

1 Commits

Author SHA1 Message Date
90416da7e0 chore(deps): update valkey docker tag to v5
Some checks failed
commitlint / check-and-test (pull_request) Successful in 5s
check-and-test / check-and-test (pull_request) Failing after 26s
2026-01-25 13:09:55 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.1.0"
HELM_VERSION: "3.19.0"
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.0
container: alpine/helm:3.19.0
steps:
- name: install tools
run: |

View File

@@ -10,6 +10,6 @@ dependencies:
version: 3.0.24
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.31
digest: sha256:ceb6a1890cfdc2627abb85d3e2a4baa64d30afd21dcfabce978a824a67f0a2bb
generated: "2025-08-30T00:03:04.59764502Z"
version: 5.1.2
digest: sha256:e6ccd5d54cc4b089b91183d5a14974b7d03983ae2fb2921585b084becbd44658
generated: "2026-01-25T13:09:50.25269675Z"

View File

@@ -58,5 +58,5 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.31
version: 5.1.2
condition: valkey.enabled