Merge pull request #37 from librenms/develop

Upgrade LibreNMS
This commit is contained in:
Jochem 2025-01-13 11:02:48 +01:00 committed by GitHub
commit efc92a5626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 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: 20.6.0
- name: mysql - name: mysql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 11.1.20 version: 11.1.20
digest: sha256:329a8866f0818e5a3e357592506dd8847c824ada67ae9b716daceab0eb7b40a7 digest: sha256:165b6a17235534d36cd4eb2ec95267e28e9ea3d374d173e9c0a8cddb8f1b7600
generated: "2024-12-02T10:42:37.680187566Z" generated: "2024-12-17T03:40:18.302396575Z"

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.18.0
appVersion: "24.11.0" appVersion: "24.12.0"
maintainers: maintainers:
- name: jochbru - name: jochbru
url: https://github.com/jochbru url: https://github.com/jochbru
dependencies: dependencies:
- name: redis - name: redis
version: "~20.4.0" version: "~20.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

@ -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.12.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