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
4 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.0.1
version: 19.6.1
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 11.1.15
digest: sha256:ded0f443632043e71c3a56ea1e745b2efca93d6038a64729f5b756fd2e4ca229
generated: "2024-08-09T16:12:50.49918278Z"
version: 11.1.8
digest: sha256:4b82fafdf2c4c72a003d1dc6df9343a089eb5d2f686927d134821854f9633c83
generated: "2024-07-09T10:22:10.255911997Z"

View File

@@ -2,14 +2,14 @@ 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.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: "~20.0.0"
version: "~19.6.0"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
- name: mysql

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