Compare commits

...

2 Commits

Author SHA1 Message Date
k8s-at-home[bot]
269ab2c0ad chore: Auto-update chart README [skip ci] 2022-05-01 17:31:13 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
4327aa0297 fix: Emergency fix for resources missing common setup 2022-05-01 19:30:42 +02:00
60 changed files with 103 additions and 48 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# blocky # blocky
![Version: 10.2.0](https://img.shields.io/badge/Version-10.2.0-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square) ![Version: 10.2.1](https://img.shields.io/badge/Version-10.2.1-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# home-assistant # home-assistant
![Version: 13.1.0](https://img.shields.io/badge/Version-13.1.0-informational?style=flat-square) ![AppVersion: 2022.4.0](https://img.shields.io/badge/AppVersion-2022.4.0-informational?style=flat-square) ![Version: 13.1.1](https://img.shields.io/badge/Version-13.1.1-informational?style=flat-square) ![AppVersion: 2022.4.0](https://img.shields.io/badge/AppVersion-2022.4.0-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# influxdb-exporter # influxdb-exporter
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square) ![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# jetbrains-projector # jetbrains-projector
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Version: 3.3.1](https://img.shields.io/badge/Version-3.3.1-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# kube-ops-view # kube-ops-view
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 20.4.0](https://img.shields.io/badge/AppVersion-20.4.0-informational?style=flat-square) ![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 20.4.0](https://img.shields.io/badge/AppVersion-20.4.0-informational?style=flat-square)
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

View File

@@ -1,3 +1,4 @@
{{- include "common.values.setup" . -}}
--- ---
kind: ClusterRole kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# lidarr # lidarr
![Version: 14.1.0](https://img.shields.io/badge/Version-14.1.0-informational?style=flat-square) ![AppVersion: v1.0.0.2255](https://img.shields.io/badge/AppVersion-v1.0.0.2255-informational?style=flat-square) ![Version: 14.1.1](https://img.shields.io/badge/Version-14.1.1-informational?style=flat-square) ![AppVersion: v1.0.0.2255](https://img.shields.io/badge/AppVersion-v1.0.0.2255-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# network-ups-tools # network-ups-tools
![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![AppVersion: v2.7.4-2479-g86a32237](https://img.shields.io/badge/AppVersion-v2.7.4--2479--g86a32237-informational?style=flat-square) ![Version: 6.3.1](https://img.shields.io/badge/Version-6.3.1-informational?style=flat-square) ![AppVersion: v2.7.4-2479-g86a32237](https://img.shields.io/badge/AppVersion-v2.7.4--2479--g86a32237-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# promcord # promcord
![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# prometheus-nut-exporter # prometheus-nut-exporter
![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square) ![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# qbittorrent # qbittorrent
![Version: 13.4.0](https://img.shields.io/badge/Version-13.4.0-informational?style=flat-square) ![AppVersion: v4.4.2](https://img.shields.io/badge/AppVersion-v4.4.2-informational?style=flat-square) ![Version: 13.4.1](https://img.shields.io/badge/Version-13.4.1-informational?style=flat-square) ![AppVersion: v4.4.2](https://img.shields.io/badge/AppVersion-v4.4.2-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# radarr # radarr
![Version: 16.2.0](https://img.shields.io/badge/Version-16.2.0-informational?style=flat-square) ![AppVersion: v4.1.0.6175](https://img.shields.io/badge/AppVersion-v4.1.0.6175-informational?style=flat-square) ![Version: 16.2.1](https://img.shields.io/badge/Version-16.2.1-informational?style=flat-square) ![AppVersion: v4.1.0.6175](https://img.shields.io/badge/AppVersion-v4.1.0.6175-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# sonarr # sonarr
![Version: 16.2.0](https://img.shields.io/badge/Version-16.2.0-informational?style=flat-square) ![AppVersion: v3.0.8.1507](https://img.shields.io/badge/AppVersion-v3.0.8.1507-informational?style=flat-square) ![Version: 16.2.1](https://img.shields.io/badge/Version-16.2.1-informational?style=flat-square) ![AppVersion: v3.0.8.1507](https://img.shields.io/badge/AppVersion-v3.0.8.1507-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# speedtest-exporter # speedtest-exporter
![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square) ![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# unifi-poller # unifi-poller
![Version: 10.3.0](https://img.shields.io/badge/Version-10.3.0-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) ![Version: 10.3.1](https://img.shields.io/badge/Version-10.3.1-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# uptimerobot-prometheus # uptimerobot-prometheus
![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) ![Version: 6.3.1](https://img.shields.io/badge/Version-6.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# wireguard # wireguard
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: 1.0.20210424](https://img.shields.io/badge/AppVersion-1.0.20210424-informational?style=flat-square) ![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 1.0.20210424](https://img.shields.io/badge/AppVersion-1.0.20210424-informational?style=flat-square)
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

View File

@@ -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: