Merge pull request #20 from librenms/develop

Update LibreNMS
This commit is contained in:
Jochem 2024-07-31 12:33:42 +02:00 committed by GitHub
commit 992ba1c6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@ apiVersion: v2
name: librenms name: librenms
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
type: application type: application
version: 3.12.0 version: 3.13.1
appVersion: "24.5.0" appVersion: "24.6.0"
maintainers: maintainers:
- name: TheChef23 - name: jochbru
url: https://github.com/TheChef23 url: https://github.com/jochbru
dependencies: dependencies:
- name: redis - name: redis
version: "~19.6.0" version: "~19.6.0"

View File

@ -6,7 +6,7 @@ librenms:
# -- repository is the image repository to pull from. # -- repository is the image repository to pull from.
repository: librenms/librenms repository: librenms/librenms
# -- tag is image tag to pull. # -- tag is image tag to pull.
tag: 24.5.0 tag: 24.6.0
# -- Laravel appkey used by LibreNMS, this should be generated by you and is a # -- Laravel appkey used by LibreNMS, this should be generated by you and is a
# required setting. See the README for more information # required setting. See the README for more information