5 Commits

Author SHA1 Message Date
Jochem
8ab2cf737c Merge pull request #24 from librenms/develop
Update librenms
2024-09-01 17:26:15 +02:00
Jochem
6a3ed61098 Bump chart 2024-09-01 17:09:31 +02:00
Jochem
2b87f80fcb Merge pull request #23 from librenms/renovate/librenms-librenms-24.x
Update librenms/librenms Docker tag to v24.8.1
2024-09-01 17:08:26 +02:00
renovate[bot]
4e563ae728 Apply automatic changes 2024-08-25 23:29:25 +00:00
renovate[bot]
767f882144 Update librenms/librenms Docker tag to v24.8.1 2024-08-25 23:29:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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