From 145249a441de399689f76e52c1f97b9f97c51469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 01:28:05 +0000 Subject: [PATCH] Update Docker image quay.io/prometheus/prometheus to v2.39.1 --- projects/grafana/values/kube-prometheus-stack.yaml | 4 ++-- projects/grafana/values/prometheus.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/grafana/values/kube-prometheus-stack.yaml b/projects/grafana/values/kube-prometheus-stack.yaml index 7ba19c58..bab188d0 100644 --- a/projects/grafana/values/kube-prometheus-stack.yaml +++ b/projects/grafana/values/kube-prometheus-stack.yaml @@ -1771,7 +1771,7 @@ prometheus: image: repository: quay.io/prometheus/prometheus - tag: v2.39.0 + tag: v2.39.1 strategy: type: Recreate @@ -2193,7 +2193,7 @@ prometheus: ## image: repository: quay.io/prometheus/prometheus - tag: v2.39.0 + tag: v2.39.1 sha: "" ## Tolerations for use with node taints diff --git a/projects/grafana/values/prometheus.yaml b/projects/grafana/values/prometheus.yaml index e9efbd1e..52ed21d5 100644 --- a/projects/grafana/values/prometheus.yaml +++ b/projects/grafana/values/prometheus.yaml @@ -24,7 +24,7 @@ server: enabled: true image: repository: quay.io/prometheus/prometheus - tag: v2.39.0 + tag: v2.39.1 strategy: type: Recreate