From dfe3d2288851424714344d5b078122211b8f374d Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 7 Feb 2024 21:48:21 +0100 Subject: [PATCH] fix(monitoring): update appVersion --- monitoring/Chart.yaml | 2 +- monitoring/README.adoc | 2 +- monitoring/templates/probe.yaml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/monitoring/Chart.yaml b/monitoring/Chart.yaml index 6a0a1dd..a574722 100644 --- a/monitoring/Chart.yaml +++ b/monitoring/Chart.yaml @@ -3,7 +3,7 @@ name: monitoring description: Deploy helper for probes and scrapeconfig of prometheus-operator icon: https://prometheus.io/assets/favicons/android-chrome-192x192.png type: application -version: 0.1.1 +version: 0.1.2 maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/monitoring/README.adoc b/monitoring/README.adoc index f072c4f..85b70a1 100644 --- a/monitoring/README.adoc +++ b/monitoring/README.adoc @@ -2,7 +2,7 @@ = monitoring -image::https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square[Version: 0.1.1] +image::https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square[Version: 0.1.2] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] == Maintainers diff --git a/monitoring/templates/probe.yaml b/monitoring/templates/probe.yaml index 4636d78..83ab80e 100644 --- a/monitoring/templates/probe.yaml +++ b/monitoring/templates/probe.yaml @@ -12,7 +12,6 @@ metadata: labels: {{- toYaml $.Values.prometheus.probe.labels | nindent 4 }} spec: - jobName: "blackbox-{{ $probe.name }}-{{ $proto }}" prober: {{- toYaml $prober.spec | nindent 4}} module: "{{ $probe.module }}_{{ $proto }}"