forked from RemoteSync/librnms-helm-charts
Test pipeline
Test pipeline Test pipeline Fix pipeline Fix liting
This commit is contained in:
@@ -2,14 +2,17 @@ apiVersion: v2
|
||||
name: librenms
|
||||
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
|
||||
type: application
|
||||
version: 3.10.0
|
||||
version: 3.10.1
|
||||
appVersion: "24.5.0"
|
||||
maintainers:
|
||||
- name: TheChef23
|
||||
url: https://github.com/TheChef23
|
||||
dependencies:
|
||||
- name: redis
|
||||
version: "~19.6.0"
|
||||
repository: "https://charts.bitnami.com/bitnami"
|
||||
when: redis.enabled == true
|
||||
condition: redis.enabled
|
||||
- name: mysql
|
||||
version: "~10.3.0"
|
||||
repository: "https://charts.bitnami.com/bitnami"
|
||||
when: mysql.enabled == true
|
||||
condition: mysql.enabled
|
||||
|
Reference in New Issue
Block a user