From e5938d1205935540f09727623c8d71f7532b38bf Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Tue, 9 May 2017 12:24:00 +0200 Subject: [PATCH] *: bump Prometheus Operator tags in manifests --- manifests/prometheus-operator/prometheus-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/prometheus-operator/prometheus-operator.yaml b/manifests/prometheus-operator/prometheus-operator.yaml index 8be3b967..24c8f86a 100644 --- a/manifests/prometheus-operator/prometheus-operator.yaml +++ b/manifests/prometheus-operator/prometheus-operator.yaml @@ -14,7 +14,7 @@ spec: serviceAccountName: prometheus-operator containers: - name: prometheus-operator - image: quay.io/coreos/prometheus-operator:v0.8.2 + image: quay.io/coreos/prometheus-operator:v0.9.0 args: - "--kubelet-service=kube-system/kubelet" - "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1" -- GitLab