From b566db5d4bede3f9d6c0f9fe76472d64bcc73d2d Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Wed, 4 Apr 2018 10:06:38 +0200 Subject: [PATCH] *: Bump version to v0.18.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 f68239b7..3111cbb7 100644 --- a/manifests/prometheus-operator/prometheus-operator.yaml +++ b/manifests/prometheus-operator/prometheus-operator.yaml @@ -18,7 +18,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.17.0 + image: quay.io/coreos/prometheus-operator:v0.18.0 name: prometheus-operator ports: - containerPort: 8080 -- GitLab