From caeaaf52ea613f40d8c2e8913cca9fd9e24a96ff Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Fri, 28 Jul 2017 12:06:00 +0200
Subject: [PATCH] *: bump version

---
 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 b2c37fd1..29bbf746 100644
--- a/manifests/prometheus-operator/prometheus-operator.yaml
+++ b/manifests/prometheus-operator/prometheus-operator.yaml
@@ -15,7 +15,7 @@ spec:
       - args:
         - --kubelet-service=kube-system/kubelet
         - --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
-        image: quay.io/coreos/prometheus-operator:v0.11.0
+        image: quay.io/coreos/prometheus-operator:v0.11.1
         name: prometheus-operator
         ports:
         - containerPort: 8080
-- 
GitLab