From 0faefbb713f48b2eff76a9fd60d8f04d447a0f55 Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Mon, 12 Dec 2016 20:43:36 -0800
Subject: [PATCH] use prometheus-operator v0.1.0

v0.1.0 introduced handling Alertmanager clusters.
---
 README.md                          | 1 -
 manifests/prometheus-operator.yaml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f0d8b12f..74df0c20 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,6 @@ ConfigMaps based on label selection.
 
 ## Roadmap
 
-* Alertmanager Operator automatically handling HA clusters
 * Grafana Operator that dynamically discovers and deploys dashboards from ConfigMaps
 * KPM/Helm packages to easily provide production-ready cluster-monitoring setup (essentially contents of `hack/cluster-monitoring`)
 * Add meta-monitoring to default cluster monitoring setup
diff --git a/manifests/prometheus-operator.yaml b/manifests/prometheus-operator.yaml
index abedb932..f550d241 100644
--- a/manifests/prometheus-operator.yaml
+++ b/manifests/prometheus-operator.yaml
@@ -13,7 +13,7 @@ spec:
     spec:
       containers:
        - name: prometheus-operator
-         image: quay.io/coreos/prometheus-operator:latest
+         image: quay.io/coreos/prometheus-operator:v0.1.0
          resources:
            requests:
              cpu: 100m
-- 
GitLab