fix(monitoring): update appVersion
This commit is contained in:
parent
21ea6ca1b4
commit
dfe3d22888
3 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: monitoring
|
||||||
description: Deploy helper for probes and scrapeconfig of prometheus-operator
|
description: Deploy helper for probes and scrapeconfig of prometheus-operator
|
||||||
icon: https://prometheus.io/assets/favicons/android-chrome-192x192.png
|
icon: https://prometheus.io/assets/favicons/android-chrome-192x192.png
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= monitoring
|
= 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]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- toYaml $.Values.prometheus.probe.labels | nindent 4 }}
|
{{- toYaml $.Values.prometheus.probe.labels | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
jobName: "blackbox-{{ $probe.name }}-{{ $proto }}"
|
|
||||||
prober:
|
prober:
|
||||||
{{- toYaml $prober.spec | nindent 4}}
|
{{- toYaml $prober.spec | nindent 4}}
|
||||||
module: "{{ $probe.module }}_{{ $proto }}"
|
module: "{{ $probe.module }}_{{ $proto }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue