diff --git a/README.md b/README.md
index f0d8b12f4f4ad7fea01d3327d3d5640a4ef3bdf4..74df0c205aeb0a34b4b98eaa058bd7dccb1aa6b4 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 abedb9325f14a5640d3c0348110cd4d77b17ad3a..f550d2415b23ff59b02a9cfcfd6056fec66e68da 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