forked from RemoteSync/librnms-helm-charts
Compare commits
9 Commits
ingress
...
librenms-3
Author | SHA1 | Date | |
---|---|---|---|
|
992ba1c6c2 | ||
|
4f2053a1c5 | ||
|
abdee24ec3 | ||
|
c90f6e3189 | ||
|
6d597db8ee | ||
|
62b40e4657 | ||
|
bb54381e1d | ||
|
8750eca39b | ||
|
cd178d3a0a |
@@ -2,11 +2,11 @@ apiVersion: v2
|
||||
name: librenms
|
||||
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
|
||||
type: application
|
||||
version: 3.12.0
|
||||
appVersion: "24.5.0"
|
||||
version: 3.13.1
|
||||
appVersion: "24.6.0"
|
||||
maintainers:
|
||||
- name: TheChef23
|
||||
url: https://github.com/TheChef23
|
||||
- name: jochbru
|
||||
url: https://github.com/jochbru
|
||||
dependencies:
|
||||
- name: redis
|
||||
version: "~19.6.0"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
librenms:
|
||||
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
|
||||
ingress:
|
||||
enabled: "true"
|
||||
enabled: true
|
||||
|
@@ -6,7 +6,7 @@ librenms:
|
||||
# -- repository is the image repository to pull from.
|
||||
repository: librenms/librenms
|
||||
# -- tag is image tag to pull.
|
||||
tag: 24.5.0
|
||||
tag: 24.6.0
|
||||
|
||||
# -- Laravel appkey used by LibreNMS, this should be generated by you and is a
|
||||
# required setting. See the README for more information
|
||||
|
Reference in New Issue
Block a user