forked from RemoteSync/librnms-helm-charts
Compare commits
10 Commits
librenms-3
...
librenms-4
Author | SHA1 | Date | |
---|---|---|---|
|
4ef38d9ce1 | ||
|
43e9b90822 | ||
|
62d381f444 | ||
|
61f573cf40 | ||
|
d6725a562f | ||
|
e52e4ca911 | ||
|
d7d5a25941 | ||
|
dab97a4d19 | ||
|
45db6b2ba7 | ||
|
5d508b16df |
@@ -4,6 +4,6 @@ dependencies:
|
|||||||
version: 20.11.2
|
version: 20.11.2
|
||||||
- name: mysql
|
- name: mysql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 11.1.20
|
version: 12.3.1
|
||||||
digest: sha256:98e21356d5f7a0ae37cc2bcd0fe3b55ad80bb892e0ecee13551164ed5580f527
|
digest: sha256:d60f6cc0103b8a2022e939a3ac6e2a655ad62292e0228d76ccacaf5d40c2a279
|
||||||
generated: "2025-03-10T08:50:31.291990148Z"
|
generated: "2025-03-10T08:56:36.5861678Z"
|
||||||
|
@@ -2,8 +2,8 @@ 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.19.0
|
version: 4.0.0
|
||||||
appVersion: "25.2.0"
|
appVersion: "25.3.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: jochbru
|
- name: jochbru
|
||||||
url: https://github.com/jochbru
|
url: https://github.com/jochbru
|
||||||
@@ -13,6 +13,6 @@ dependencies:
|
|||||||
repository: "https://charts.bitnami.com/bitnami"
|
repository: "https://charts.bitnami.com/bitnami"
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: mysql
|
- name: mysql
|
||||||
version: "~11.1.0"
|
version: "~12.3.0"
|
||||||
repository: "https://charts.bitnami.com/bitnami"
|
repository: "https://charts.bitnami.com/bitnami"
|
||||||
condition: mysql.enabled
|
condition: mysql.enabled
|
||||||
|
@@ -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.2.0
|
tag: 25.3.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
|
||||||
|
Reference in New Issue
Block a user