Fix liting

This commit is contained in:
Jochem 2024-07-09 12:15:46 +02:00
parent 251e29fafe
commit c608f26117
3 changed files with 14 additions and 13 deletions

View File

@ -5,5 +5,5 @@ dependencies:
- name: mysql - name: mysql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 10.3.0 version: 10.3.0
digest: sha256:7b8a3f1182b70837c842c8a9fe7c1fa913cadd6800f1f780f94c357af7fca21f digest: sha256:f1e63eec3d96520ef7cd365ece9a281d57e48f811fd9e19d47baefa37fceee76
generated: "2024-07-05T12:50:36.211666249Z" generated: "2024-07-09T11:51:38.284682+02:00"

View File

@ -4,12 +4,15 @@ description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring s
type: application type: application
version: 3.10.1 version: 3.10.1
appVersion: "24.5.0" appVersion: "24.5.0"
maintainers:
- name: TheChef23
url: https://github.com/TheChef23
dependencies: dependencies:
- name: redis - name: redis
version: "~19.6.0" version: "~19.6.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
when: redis.enabled == true condition: redis.enabled
- name: mysql - name: mysql
version: "~10.3.0" version: "~10.3.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
when: mysql.enabled == true condition: mysql.enabled

View File

@ -21,8 +21,6 @@ librenms:
$config['distributed_poller_group'] = '0'; $config['distributed_poller_group'] = '0';
$config['distributed_poller'] = true; $config['distributed_poller'] = true;
# Frontend container configurations options # Frontend container configurations options
frontend: frontend:
replicas: 1 replicas: 1