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 ~20.3.0 #25

Open
wants to merge 1 commit into
base: develop
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 charts/librenms/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: 20.0.1
version: 20.3.0
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 11.1.15
digest: sha256:ded0f443632043e71c3a56ea1e745b2efca93d6038a64729f5b756fd2e4ca229
generated: "2024-08-09T16:12:50.49918278Z"
version: 11.1.20
digest: sha256:3867f5805cd060df02c28a36eb7ba69f614dba0d0bbd0d04af1ddd6ba8c245cd
generated: "2024-11-14T14:30:03.582607249Z"
2 changes: 1 addition & 1 deletion charts/librenms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
url: https://github.com/jochbru
dependencies:
- name: redis
version: "~20.0.0"
version: "~20.3.0"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
- name: mysql
Expand Down