diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index ae96cda..27d5702 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application -version: 3.14.0 -appVersion: "24.6.0" +version: 3.15.0 +appVersion: "24.8.1" maintainers: - name: jochbru url: https://github.com/jochbru diff --git a/charts/librenms/values.yaml b/charts/librenms/values.yaml index dae32cb..f757be1 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: 24.6.0 + tag: 24.8.1 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information