diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 8e40a7c..9b54b5a 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -3,7 +3,7 @@ name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application version: 4.0.2 -appVersion: "25.3.0" +appVersion: "25.4.0" maintainers: - name: jochbru url: https://github.com/jochbru 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