From 5f05aa7e0732645ad505d7cbb2f30af49af33313 Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Fri, 7 Apr 2017 10:58:17 +0200
Subject: [PATCH] cut 0.8.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 06232af0..524dc292 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.7.0
+         image: quay.io/coreos/prometheus-operator:v0.8.0
          args:
          - "--kubelet-object=kube-system/kubelet"
          - "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1"
-- 
GitLab