From b83ba6e8b1e58e4324dd2199e1a21e2c6704f9b2 Mon Sep 17 00:00:00 2001 From: lauren_tb Date: Thu, 23 May 2024 12:55:05 +0100 Subject: [PATCH] pinned json exporter version --- .../templates/blackbox-exporter-deployment.yaml | 2 +- .../cns-team-monitoring/templates/json-exporter-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-helm-charts/cns-team-monitoring/templates/blackbox-exporter-deployment.yaml b/k8s-helm-charts/cns-team-monitoring/templates/blackbox-exporter-deployment.yaml index b7f5029..37e51f8 100644 --- a/k8s-helm-charts/cns-team-monitoring/templates/blackbox-exporter-deployment.yaml +++ b/k8s-helm-charts/cns-team-monitoring/templates/blackbox-exporter-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: blackbox-exporter - image: prom/blackbox-exporter + image: prom/blackbox-exporter:v0.25.0 ports: - containerPort: 9115 args: diff --git a/k8s-helm-charts/cns-team-monitoring/templates/json-exporter-deployment.yaml b/k8s-helm-charts/cns-team-monitoring/templates/json-exporter-deployment.yaml index dcada4d..f218667 100644 --- a/k8s-helm-charts/cns-team-monitoring/templates/json-exporter-deployment.yaml +++ b/k8s-helm-charts/cns-team-monitoring/templates/json-exporter-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: json-exporter - image: quay.io/prometheuscommunity/json-exporter + image: quay.io/prometheuscommunity/json-exporter:v0.6.0 ports: - containerPort: 7979 args: