From ce426b50e3c055685faee6c6ea3f3123d765d391 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 23 Mar 2020 11:15:15 +0200 Subject: [PATCH] install: Update Prometheus to v2.16.0 --- charts/flagger/templates/prometheus.yaml | 2 +- kustomize/base/prometheus/deployment.yaml | 2 +- kustomize/base/prometheus/kustomization.yaml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/charts/flagger/templates/prometheus.yaml b/charts/flagger/templates/prometheus.yaml index 8d1b0a16..46986a8e 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.15.2" + image: "docker.io/prom/prometheus:v2.16.0" imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=2h' diff --git a/kustomize/base/prometheus/deployment.yaml b/kustomize/base/prometheus/deployment.yaml index 9766b632..1541b16b 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.15.2 + image: prom/prometheus:v2.16.0 imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=2h' diff --git a/kustomize/base/prometheus/kustomization.yaml b/kustomize/base/prometheus/kustomization.yaml index 27d4a0cb..7ecadf6d 100644 --- a/kustomize/base/prometheus/kustomization.yaml +++ b/kustomize/base/prometheus/kustomization.yaml @@ -10,6 +10,3 @@ configMapGenerator: - name: flagger-prometheus files: - prometheus.yml -images: - - name: prom/prometheus - newTag: v2.15.2