From 43fb8011899ceb375ba1d7ece49a54b0d302e9fb Mon Sep 17 00:00:00 2001 From: Martin Ostrowski Date: Thu, 21 Jun 2018 13:33:02 -0700 Subject: [PATCH] Change prometheus versions from latest to tag --- cluster/addons/istio/auth/istio-auth.yaml | 4 ++-- cluster/addons/istio/noauth/istio.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/addons/istio/auth/istio-auth.yaml b/cluster/addons/istio/auth/istio-auth.yaml index 5b30bb3b9d5..6ecd26d599c 100644 --- a/cluster/addons/istio/auth/istio-auth.yaml +++ b/cluster/addons/istio/auth/istio-auth.yaml @@ -2595,7 +2595,7 @@ spec: name: istio-statsd-prom-bridge containers: - name: statsd-prom-bridge - image: "gcr.io/istio-release/prom/statsd-exporter:latest" + image: "gcr.io/istio-release/prom/statsd-exporter:v0.6.0" imagePullPolicy: IfNotPresent ports: - containerPort: 9102 @@ -3477,7 +3477,7 @@ spec: containers: - name: prometheus - image: "gcr.io/istio-release/prom/prometheus:latest" + image: "gcr.io/istio-release/prom/prometheus:v2.3.1" imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=6h' diff --git a/cluster/addons/istio/noauth/istio.yaml b/cluster/addons/istio/noauth/istio.yaml index 363ecb9d800..cd44cbef4c1 100644 --- a/cluster/addons/istio/noauth/istio.yaml +++ b/cluster/addons/istio/noauth/istio.yaml @@ -2582,7 +2582,7 @@ spec: name: istio-statsd-prom-bridge containers: - name: statsd-prom-bridge - image: "gcr.io/istio-release/prom/statsd-exporter:latest" + image: "gcr.io/istio-release/prom/statsd-exporter:v0.6.0" imagePullPolicy: IfNotPresent ports: - containerPort: 9102 @@ -3464,7 +3464,7 @@ spec: containers: - name: prometheus - image: "gcr.io/istio-release/prom/prometheus:latest" + image: "gcr.io/istio-release/prom/prometheus:v2.3.1" imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention=6h'