Merge pull request #75362 from serathius/gcp-security-patches

Update gcp images with security patches
This commit is contained in:
Kubernetes Prow Robot
2019-03-28 14:25:58 -07:00
committed by GitHub
6 changed files with 12 additions and 12 deletions

View File

@@ -221,7 +221,7 @@ func prometheusExporterPodSpec(metricName string, metricValue int64, port int32)
},
{
Name: "prometheus-to-sd",
Image: "k8s.gcr.io/prometheus-to-sd:v0.3.1",
Image: "k8s.gcr.io/prometheus-to-sd:v0.5.0",
ImagePullPolicy: corev1.PullPolicy("Always"),
Command: []string{"/monitor", fmt.Sprintf("--source=:http://localhost:%d", port),
"--stackdriver-prefix=custom.googleapis.com", "--pod-id=$(POD_ID)", "--namespace-id=$(POD_NAMESPACE)"},