From d5285e02881f44610625976f5cd2d4ec98c650c1 Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Thu, 24 Aug 2017 11:14:50 +0200 Subject: [PATCH] *: bump version to v0.12.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 29bbf746..5f6d02ea 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.1 + image: quay.io/coreos/prometheus-operator:v0.12.0 name: prometheus-operator ports: - containerPort: 8080 -- GitLab