Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Update statsd exporter image from 0.5.0 to 0.6.0 #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/util/k8sutil/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down