2 Commits

Author SHA1 Message Date
Jochem
ff781504b0 Bump version 2024-07-11 20:46:32 +02:00
Jochem
7af1bb90ad Add ingress and testing values 2024-07-11 14:27:47 +02:00
3 changed files with 6 additions and 6 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.13.1
appVersion: "24.6.0"
version: 3.12.0
appVersion: "24.5.0"
maintainers:
- name: jochbru
url: https://github.com/jochbru
- name: TheChef23
url: https://github.com/TheChef23
dependencies:
- name: redis
version: "~19.6.0"

View File

@@ -1,4 +1,4 @@
librenms:
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
ingress:
enabled: true
enabled: "true"

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