From ea91202eb3eab8875af3d6cbed6d44c839bb4a99 Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Thu, 19 Oct 2017 11:28:34 +0200 Subject: [PATCH] *: bump version to v0.14.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 cc3bf5de..dc2a74cb 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.13.0 + image: quay.io/coreos/prometheus-operator:v0.14.0 name: prometheus-operator ports: - containerPort: 8080 -- GitLab