[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2022-08-08 07:43:38 +00:00
committed by Philip Gough
parent 0453645e0a
commit d33c2670d8
20 changed files with 62 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: blackbox-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.21.1
app.kubernetes.io/version: 0.22.0
name: blackbox-exporter
namespace: monitoring
spec:
@@ -23,14 +23,14 @@ spec:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: blackbox-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.21.1
app.kubernetes.io/version: 0.22.0
spec:
automountServiceAccountToken: true
containers:
- args:
- --config.file=/etc/blackbox_exporter/config.yml
- --web.listen-address=:19115
image: quay.io/prometheus/blackbox-exporter:v0.21.1
image: quay.io/prometheus/blackbox-exporter:v0.22.0
name: blackbox-exporter
ports:
- containerPort: 19115