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: dependencies:
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 20.4.0 version: 19.6.1
- name: mysql - name: mysql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 11.1.20 version: 11.1.8
digest: sha256:329a8866f0818e5a3e357592506dd8847c824ada67ae9b716daceab0eb7b40a7 digest: sha256:4b82fafdf2c4c72a003d1dc6df9343a089eb5d2f686927d134821854f9633c83
generated: "2024-12-02T10:42:37.680187566Z" generated: "2024-07-09T10:22:10.255911997Z"

View File

@@ -2,14 +2,14 @@ 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.17.0 version: 3.12.0
appVersion: "24.11.0" appVersion: "24.5.0"
maintainers: maintainers:
- name: jochbru - name: TheChef23
url: https://github.com/jochbru url: https://github.com/TheChef23
dependencies: dependencies:
- name: redis - name: redis
version: "~20.4.0" version: "~19.6.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled condition: redis.enabled
- name: mysql - name: mysql

View File

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

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.11.0 tag: 24.5.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