diff --git a/charts/aaisp-exporter/Chart.yaml b/charts/aaisp-exporter/Chart.yaml index e11e50e..4cba5ae 100644 --- a/charts/aaisp-exporter/Chart.yaml +++ b/charts/aaisp-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.1 description: A prometheus exporter for the Andrew & Arnold CHAOS API name: aaisp-exporter -version: 0.2.1 +version: 0.2.2 kubeVersion: ">=1.16.0-0" keywords: - aaisp-exporter diff --git a/charts/aaisp-exporter/templates/prometheusrules.yaml b/charts/aaisp-exporter/templates/prometheusrules.yaml index 19f4b48..b35955d 100644 --- a/charts/aaisp-exporter/templates/prometheusrules.yaml +++ b/charts/aaisp-exporter/templates/prometheusrules.yaml @@ -1,4 +1,5 @@ {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: diff --git a/charts/aaisp-exporter/templates/servicemonitor.yaml b/charts/aaisp-exporter/templates/servicemonitor.yaml index b424548..b4b1c81 100644 --- a/charts/aaisp-exporter/templates/servicemonitor.yaml +++ b/charts/aaisp-exporter/templates/servicemonitor.yaml @@ -1,4 +1,5 @@ {{- if .Values.metrics.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: diff --git a/charts/hg612-exporter/Chart.yaml b/charts/hg612-exporter/Chart.yaml index 69eb259..bdec81a 100644 --- a/charts/hg612-exporter/Chart.yaml +++ b/charts/hg612-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.2 description: A prometheus exporter for the HG612 modem name: hg612-exporter -version: 1.2.1 +version: 1.2.2 kubeVersion: ">=1.16.0-0" keywords: - hg612-exporter diff --git a/charts/hg612-exporter/templates/prometheusrules.yaml b/charts/hg612-exporter/templates/prometheusrules.yaml index c70cbc9..35ba47a 100644 --- a/charts/hg612-exporter/templates/prometheusrules.yaml +++ b/charts/hg612-exporter/templates/prometheusrules.yaml @@ -1,4 +1,5 @@ {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: diff --git a/charts/hg612-exporter/templates/servicemonitor.yaml b/charts/hg612-exporter/templates/servicemonitor.yaml index b424548..b4b1c81 100644 --- a/charts/hg612-exporter/templates/servicemonitor.yaml +++ b/charts/hg612-exporter/templates/servicemonitor.yaml @@ -1,4 +1,5 @@ {{- if .Values.metrics.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: diff --git a/charts/mqtt-exporter/Chart.yaml b/charts/mqtt-exporter/Chart.yaml index e0c2942..c98ecc6 100644 --- a/charts/mqtt-exporter/Chart.yaml +++ b/charts/mqtt-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: A prometheus exporter for generic MQTT metrics name: mqtt-exporter -version: 1.1.1 +version: 1.1.2 kubeVersion: ">=1.16.0-0" keywords: - mqtt-exporter diff --git a/charts/mqtt-exporter/templates/prometheusrules.yaml b/charts/mqtt-exporter/templates/prometheusrules.yaml index a2edb6e..848b37f 100644 --- a/charts/mqtt-exporter/templates/prometheusrules.yaml +++ b/charts/mqtt-exporter/templates/prometheusrules.yaml @@ -1,4 +1,5 @@ {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: diff --git a/charts/mqtt-exporter/templates/servicemonitor.yaml b/charts/mqtt-exporter/templates/servicemonitor.yaml index b424548..b4b1c81 100644 --- a/charts/mqtt-exporter/templates/servicemonitor.yaml +++ b/charts/mqtt-exporter/templates/servicemonitor.yaml @@ -1,4 +1,5 @@ {{- if .Values.metrics.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: diff --git a/charts/plex-exporter/Chart.yaml b/charts/plex-exporter/Chart.yaml index da47e67..4c4f998 100644 --- a/charts/plex-exporter/Chart.yaml +++ b/charts/plex-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.2 description: A prometheus exporter for Plex Media Server name: plex-exporter -version: 0.1.1 +version: 0.1.2 kubeVersion: ">=1.16.0-0" keywords: - plex-exporter diff --git a/charts/plex-exporter/templates/prometheusrules.yaml b/charts/plex-exporter/templates/prometheusrules.yaml index fc4fee1..f331e7b 100644 --- a/charts/plex-exporter/templates/prometheusrules.yaml +++ b/charts/plex-exporter/templates/prometheusrules.yaml @@ -1,4 +1,5 @@ {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: diff --git a/charts/plex-exporter/templates/servicemonitor.yaml b/charts/plex-exporter/templates/servicemonitor.yaml index b424548..b4b1c81 100644 --- a/charts/plex-exporter/templates/servicemonitor.yaml +++ b/charts/plex-exporter/templates/servicemonitor.yaml @@ -1,4 +1,5 @@ {{- if .Values.metrics.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: diff --git a/charts/vmware-exporter/Chart.yaml b/charts/vmware-exporter/Chart.yaml index ac31f60..7e862a3 100644 --- a/charts/vmware-exporter/Chart.yaml +++ b/charts/vmware-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.18.2 description: A prometheus exporter for vSphere vCenter name: vmware-exporter -version: 0.2.1 +version: 0.2.2 kubeVersion: ">=1.16.0-0" keywords: - vmware-exporter diff --git a/charts/vmware-exporter/templates/prometheusrules.yaml b/charts/vmware-exporter/templates/prometheusrules.yaml index 283d230..c41769f 100644 --- a/charts/vmware-exporter/templates/prometheusrules.yaml +++ b/charts/vmware-exporter/templates/prometheusrules.yaml @@ -1,4 +1,5 @@ {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: diff --git a/charts/vmware-exporter/templates/servicemonitor.yaml b/charts/vmware-exporter/templates/servicemonitor.yaml index b424548..b4b1c81 100644 --- a/charts/vmware-exporter/templates/servicemonitor.yaml +++ b/charts/vmware-exporter/templates/servicemonitor.yaml @@ -1,4 +1,5 @@ {{- if .Values.metrics.enabled }} +{{- include "common.values.setup" . -}} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: