Compare commits
2 Commits
nginx-php-
...
wireguard-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
269ab2c0ad | ||
|
|
4327aa0297 |
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.18
|
appVersion: v0.18
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
name: blocky
|
name: blocky
|
||||||
version: 10.2.0
|
version: 10.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- blocky
|
- blocky
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# blocky
|
# blocky
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
DNS proxy as ad-blocker for local network
|
DNS proxy as ad-blocker for local network
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 10.2.0
|
### Version 10.2.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 2022.4.0
|
appVersion: 2022.4.0
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 13.1.0
|
version: 13.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Home Assistant
|
Home Assistant
|
||||||
|
|
||||||
@@ -175,7 +175,7 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 13.1.0
|
### Version 13.1.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.9.0
|
appVersion: v0.9.0
|
||||||
description: An exporter for metrics in the InfluxDB format, transforms them and exposes them for consumption by Prometheus.
|
description: An exporter for metrics in the InfluxDB format, transforms them and exposes them for consumption by Prometheus.
|
||||||
name: influxdb-exporter
|
name: influxdb-exporter
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- influxdb-exporter
|
- influxdb-exporter
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# influxdb-exporter
|
# influxdb-exporter
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
An exporter for metrics in the InfluxDB format, transforms them and exposes them for consumption by Prometheus.
|
An exporter for metrics in the InfluxDB format, transforms them and exposes them for consumption by Prometheus.
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ Override the default container `args:` with optons:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.1.0
|
### Version 1.1.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Projector is a technology to run and access JetBrains IDEs remotely
|
description: Projector is a technology to run and access JetBrains IDEs remotely
|
||||||
name: jetbrains-projector
|
name: jetbrains-projector
|
||||||
version: 3.3.0
|
version: 3.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- jetbrains
|
- jetbrains
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# jetbrains-projector
|
# jetbrains-projector
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Projector is a technology to run and access JetBrains IDEs remotely
|
Projector is a technology to run and access JetBrains IDEs remotely
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ helm install jetbrains-projector k8s-at-home/jetbrains-projector -f values.yaml
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 3.3.0
|
### Version 3.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.sslGen.enabled (not .Values.sslGen.properties.existingSecret) -}}
|
{{- if and .Values.sslGen.enabled (not .Values.sslGen.properties.existingSecret) -}}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 20.4.0
|
appVersion: 20.4.0
|
||||||
description: kube-ops-view helm package
|
description: kube-ops-view helm package
|
||||||
name: kube-ops-view
|
name: kube-ops-view
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- kube-ops-view
|
- kube-ops-view
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# kube-ops-view
|
# kube-ops-view
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
kube-ops-view helm package
|
kube-ops-view helm package
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.1.0
|
### Version 1.1.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
---
|
---
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.0.0.2255
|
appVersion: v1.0.0.2255
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
name: lidarr
|
name: lidarr
|
||||||
version: 14.1.0
|
version: 14.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# lidarr
|
# lidarr
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Looks and smells like Sonarr but made for music
|
Looks and smells like Sonarr but made for music
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 14.1.0
|
### Version 14.1.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.7.4-2479-g86a32237
|
appVersion: v2.7.4-2479-g86a32237
|
||||||
description: Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware.
|
description: Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware.
|
||||||
name: network-ups-tools
|
name: network-ups-tools
|
||||||
version: 6.3.0
|
version: 6.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- nut
|
- nut
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# network-ups-tools
|
# network-ups-tools
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware.
|
Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware.
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.3.0
|
### Version 6.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Discord bot that provides metrics from a Discord server
|
description: Discord bot that provides metrics from a Discord server
|
||||||
name: promcord
|
name: promcord
|
||||||
version: 5.3.0
|
version: 5.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- promcord
|
- promcord
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# promcord
|
# promcord
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Discord bot that provides metrics from a Discord server
|
Discord bot that provides metrics from a Discord server
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.3.0
|
### Version 5.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.1.1
|
appVersion: 1.1.1
|
||||||
description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
||||||
name: prometheus-nut-exporter
|
name: prometheus-nut-exporter
|
||||||
version: 5.3.0
|
version: 5.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- nut
|
- nut
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# prometheus-nut-exporter
|
# prometheus-nut-exporter
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.3.0
|
### Version 5.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.4.2
|
appVersion: v4.4.2
|
||||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 13.4.0
|
version: 13.4.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# qbittorrent
|
# qbittorrent
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
qBittorrent is a cross-platform free and open-source BitTorrent client
|
qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 13.4.0
|
### Version 13.4.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.1.0.6175
|
appVersion: v4.1.0.6175
|
||||||
description: A fork of Sonarr to work with movies à la Couchpotato
|
description: A fork of Sonarr to work with movies à la Couchpotato
|
||||||
name: radarr
|
name: radarr
|
||||||
version: 16.2.0
|
version: 16.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- radarr
|
- radarr
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# radarr
|
# radarr
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A fork of Sonarr to work with movies à la Couchpotato
|
A fork of Sonarr to work with movies à la Couchpotato
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 16.2.0
|
### Version 16.2.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.0.8.1507
|
appVersion: v3.0.8.1507
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
name: sonarr
|
name: sonarr
|
||||||
version: 16.2.0
|
version: 16.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- sonarr
|
- sonarr
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# sonarr
|
# sonarr
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Smart PVR for newsgroup and bittorrent users
|
Smart PVR for newsgroup and bittorrent users
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 16.2.0
|
### Version 16.2.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.2.2
|
appVersion: v3.2.2
|
||||||
description: Speedtest Exporter made in python using the official speedtest bin
|
description: Speedtest Exporter made in python using the official speedtest bin
|
||||||
name: speedtest-exporter
|
name: speedtest-exporter
|
||||||
version: 5.3.0
|
version: 5.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- speedtest-exporter
|
- speedtest-exporter
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# speedtest-exporter
|
# speedtest-exporter
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Speedtest Exporter made in python using the official speedtest bin
|
Speedtest Exporter made in python using the official speedtest bin
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.3.0
|
### Version 5.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.1.3
|
appVersion: 2.1.3
|
||||||
description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
|
description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
|
||||||
name: unifi-poller
|
name: unifi-poller
|
||||||
version: 10.3.0
|
version: 10.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- unifi
|
- unifi
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# unifi-poller
|
# unifi-poller
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
|
Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 10.3.0
|
### Version 10.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
name: uptimerobot-prometheus
|
name: uptimerobot-prometheus
|
||||||
description: Prometheus Exporter for the official uptimerobot CLI
|
description: Prometheus Exporter for the official uptimerobot CLI
|
||||||
type: application
|
type: application
|
||||||
version: 6.3.0
|
version: 6.3.1
|
||||||
appVersion: 0.0.1
|
appVersion: 0.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- uptimerobot
|
- uptimerobot
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# uptimerobot-prometheus
|
# uptimerobot-prometheus
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Prometheus Exporter for the official uptimerobot CLI
|
Prometheus Exporter for the official uptimerobot CLI
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ You can find an [example grafana dashboard](https://github.com/lekpamartin/uptim
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.3.0
|
### Version 6.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.20210424
|
appVersion: 1.0.20210424
|
||||||
description: Fast, modern, secure VPN tunnel
|
description: Fast, modern, secure VPN tunnel
|
||||||
name: wireguard
|
name: wireguard
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- vpn
|
- vpn
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# wireguard
|
# wireguard
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Fast, modern, secure VPN tunnel
|
Fast, modern, secure VPN tunnel
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ for it to run. Either add it under configSecret or under persistence.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.3.0
|
### Version 1.3.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.configSecret.enabled -}}
|
{{- if .Values.configSecret.enabled -}}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user