From 6571c71e8ca00cced4373ae664b8da99f0437fcb Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Thu, 20 Jul 2017 17:49:54 +0200 Subject: [PATCH] *: bump version to v0.11.0 --- 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 d574b89f..64635192 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.10.1 + image: quay.io/coreos/prometheus-operator:v0.11.0 args: - "--kubelet-service=kube-system/kubelet" - "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1" -- GitLab