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'