7 Commits

Author SHA1 Message Date
Jochem
992ba1c6c2 Merge pull request #20 from librenms/develop
Update LibreNMS
2024-07-31 12:33:42 +02:00
Jochem
4f2053a1c5 Fix maintainers 2024-07-31 11:58:08 +02:00
Jochem
abdee24ec3 Merge branch 'main' into develop 2024-07-31 11:55:54 +02:00
Jochem
c90f6e3189 Bump version 2024-07-31 11:53:37 +02:00
renovate[bot]
6d597db8ee Update librenms/librenms Docker tag to v24.6.0 (#19)
* Update librenms/librenms Docker tag to v24.6.0

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-31 11:52:22 +02:00
Jochem
bb54381e1d Fix CI values 2024-07-11 22:31:11 +02:00
Jochem
8750eca39b Add ingress object (#16)
* Add ingress and testing values

* Bump version
2024-07-11 20:46:50 +02:00
2 changed files with 5 additions and 5 deletions

View File

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

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.5.0
tag: 24.6.0
# -- Laravel appkey used by LibreNMS, this should be generated by you and is a
# required setting. See the README for more information