forked from RemoteSync/librnms-helm-charts
Compare commits
2 Commits
librenms-3
...
ingress
Author | SHA1 | Date | |
---|---|---|---|
|
ff781504b0 | ||
|
7af1bb90ad |
@@ -2,11 +2,11 @@ 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.13.1
|
version: 3.12.0
|
||||||
appVersion: "24.6.0"
|
appVersion: "24.5.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: jochbru
|
- name: TheChef23
|
||||||
url: https://github.com/jochbru
|
url: https://github.com/TheChef23
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
version: "~19.6.0"
|
version: "~19.6.0"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
librenms:
|
librenms:
|
||||||
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
|
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: "true"
|
||||||
|
@@ -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.6.0
|
tag: 24.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
|
||||||
|
Reference in New Issue
Block a user