Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release redis to v20 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.7.1
version: 20.8.0
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 15.2.0
digest: sha256:ee738abeddde5581fd9bc088840048b7514fc52106258e1c1164a0b2b3e1f37a
generated: "2024-01-20T10:12:44.15914716Z"
version: 15.2.2
digest: sha256:8672d6478719f29e6a1449524e011d67173b2e2032418859ac4aa3b193a93f15
generated: "2025-02-20T20:54:33.108292021Z"
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: romm
type: application
home: https://zurdi15.github.io/romm/
icon: https://raw.githubusercontent.com/CrystalNET-org/helm-romm/main/chart/icon.png
version: 0.3.1
version: 0.3.2
# renovate: image=zurdi15/romm
appVersion: "2.3.1"
kubeVersion: ">=1.22.0-0"
Expand All @@ -17,7 +17,7 @@ sources:
- https://github.com/CrystalNET-org/helm-romm
dependencies:
- name: redis
version: ~18.7.0
version: ~20.8.0
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
Expand Down