From 1f0305949e7fdc738fa35b367823a382cfadd502 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 16 Jan 2020 14:48:06 +0200 Subject: [PATCH] Update Prometheus to v2.15.2 --- charts/flagger/templates/prometheus.yaml | 2 +- kustomize/base/prometheus/deployment.yaml | 2 +- kustomize/base/prometheus/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/flagger/templates/prometheus.yaml b/charts/flagger/templates/prometheus.yaml index 8b5740a9..8d1b0a16 100644 --- a/charts/flagger/templates/prometheus.yaml +++ b/charts/flagger/templates/prometheus.yaml @@ -230,7 +230,7 @@ spec: serviceAccountName: {{ template "flagger.serviceAccountName" . }}-prometheus containers: - name: prometheus - image: "docker.io/prom/prometheus:v2.12.0" + image: "docker.io/prom/prometheus:v2.15.2" imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=2h' diff --git a/kustomize/base/prometheus/deployment.yaml b/kustomize/base/prometheus/deployment.yaml index 9a96d919..9766b632 100644 --- a/kustomize/base/prometheus/deployment.yaml +++ b/kustomize/base/prometheus/deployment.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: flagger-prometheus containers: - name: prometheus - image: prom/prometheus:v2.12.0 + image: prom/prometheus:v2.15.2 imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=2h' diff --git a/kustomize/base/prometheus/kustomization.yaml b/kustomize/base/prometheus/kustomization.yaml index e93975f6..27d4a0cb 100644 --- a/kustomize/base/prometheus/kustomization.yaml +++ b/kustomize/base/prometheus/kustomization.yaml @@ -12,4 +12,4 @@ configMapGenerator: - prometheus.yml images: - name: prom/prometheus - newTag: v2.10.0 + newTag: v2.15.2