Add helm chart

This commit is contained in:
Jochem
2024-07-03 21:29:02 +02:00
parent b0e7eaa3d1
commit 614feeee46
19 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v2
name: librenms
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
type: application
version: 3.8.0
appVersion: "24.5.0"
dependencies:
- name: redis
version: "~19.5.0"
repository: "https://charts.bitnami.com/bitnami"
when: redis.enabled == true
- name: mysql
version: "~10.3.0"
repository: "https://charts.bitnami.com/bitnami"
when: mysql.enabled == true