Merge pull request #78 from librenms/develop

Merge develop into main
This commit is contained in:
Jacob Winther 2025-05-19 20:08:24 +12:00 committed by GitHub
commit f12cd6636b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 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: 21.0.0 version: 21.1.3
- name: mysql - name: mysql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.3.5 version: 13.0.0
digest: sha256:214163c0521072c3d551f20eea1b9d77384283c25c58c5649ce05e22e73abc28 digest: sha256:ab48525b17834c3b7e491483bb35fad9d11ddbf74368a352cafd59dbbe34d940
generated: "2025-05-06T17:25:55.29966285Z" generated: "2025-05-19T07:25:23.570909791Z"

View File

@ -2,17 +2,17 @@ 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: 5.0.1 version: 5.0.2
appVersion: "25.4.0" appVersion: "25.5.0"
maintainers: maintainers:
- name: jacobw - name: jacobw
url: https://github.com/jacobw url: https://github.com/jacobw
dependencies: dependencies:
- name: redis - name: redis
version: "~21.0.0" version: "~21.1.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled condition: redis.enabled
- name: mysql - name: mysql
version: "~12.3.0" version: "~13.0.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled condition: mysql.enabled

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: 25.4.0 tag: 25.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