Skip to content

Commit

Permalink
Merge pull request #32 from librenms/develop
Browse files Browse the repository at this point in the history
Upgrade librenms
  • Loading branch information
jochbru authored Dec 3, 2024
2 parents 8ab2cf7 + 4225c25 commit 56adeb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit 56adeb5

Please sign in to comment.