From 84eae97175e198fa63203197e498ccae278010a9 Mon Sep 17 00:00:00 2001 From: Raoof Mohammed Date: Fri, 22 Jun 2018 17:18:00 -0400 Subject: [PATCH] Update statsd exported image from 0.5.0 to 0.6.0 --- pkg/util/k8sutil/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/k8sutil/vault.go b/pkg/util/k8sutil/vault.go index 44c6cb8..b9b232f 100644 --- a/pkg/util/k8sutil/vault.go +++ b/pkg/util/k8sutil/vault.go @@ -53,7 +53,7 @@ const ( exporterStatsdPort = 9125 exporterPromPort = 9102 - exporterImage = "prom/statsd-exporter:v0.5.0" + exporterImage = "prom/statsd-exporter:v0.6.0" ) // EtcdClientTLSSecretName returns the name of etcd client TLS secret for the given vault name