diff --git a/charts/librenms/Chart.lock b/charts/librenms/Chart.lock index 80ad145..d964527 100644 --- a/charts/librenms/Chart.lock +++ b/charts/librenms/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.11.2 + version: 20.12.0 - name: mysql repository: https://charts.bitnami.com/bitnami - version: 12.3.1 -digest: sha256:d60f6cc0103b8a2022e939a3ac6e2a655ad62292e0228d76ccacaf5d40c2a279 -generated: "2025-03-10T08:56:36.5861678Z" + version: 12.3.3 +digest: sha256:63e74f030c93f076a31e686b9efa0e1b126a3ea80445eaef8f95806c6e629913 +generated: "2025-04-15T12:49:29.451154869Z" diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index eee3773..8097ba3 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application -version: 4.0.2 -appVersion: "25.3.0" +version: 4.0.3 +appVersion: "25.4.0" maintainers: - - name: jochbru - url: https://github.com/jochbru + - name: jacobw + url: https://github.com/jacobw dependencies: - name: redis - version: "~20.11.0" + version: "~20.12.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled - name: mysql diff --git a/charts/librenms/values.yaml b/charts/librenms/values.yaml index c3a62b4..665949f 100644 --- a/charts/librenms/values.yaml +++ b/charts/librenms/values.yaml @@ -6,7 +6,7 @@ librenms: # -- repository is the image repository to pull from. repository: librenms/librenms # -- tag is image tag to pull. - tag: 25.3.0 + tag: 25.4.0 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information