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

Upgrade librenms #32

Merged
merged 14 commits into from
Dec 3, 2024
Merged
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.4.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:329a8866f0818e5a3e357592506dd8847c824ada67ae9b716daceab0eb7b40a7
generated: "2024-12-02T10:42:37.680187566Z"
6 changes: 3 additions & 3 deletions charts/librenms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: librenms
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
type: application
version: 3.15.0
appVersion: "24.8.1"
version: 3.16.0
appVersion: "24.10.1"
maintainers:
- name: jochbru
url: https://github.com/jochbru
dependencies:
- name: redis
version: "~20.0.0"
version: "~20.4.0"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
- name: mysql
Expand Down
2 changes: 1 addition & 1 deletion charts/librenms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ librenms:
# -- repository is the image repository to pull from.
repository: librenms/librenms
# -- tag is image tag to pull.
tag: 24.8.1
tag: 24.10.1

# -- Laravel appkey used by LibreNMS, this should be generated by you and is a
# required setting. See the README for more information
Expand Down
Loading