From 0bda22e3801e5b9e0f4f1d256963682acfec5e4d Mon Sep 17 00:00:00 2001 From: Laurent Godet <mevoyasf@gmail.com> Date: Fri, 9 Mar 2018 15:03:48 +0000 Subject: [PATCH] Update Prometheus to 2.2.1 --- manifests/prometheus/prometheus-k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/prometheus/prometheus-k8s.yaml b/manifests/prometheus/prometheus-k8s.yaml index 6e7f239d..6ce11e9f 100644 --- a/manifests/prometheus/prometheus-k8s.yaml +++ b/manifests/prometheus/prometheus-k8s.yaml @@ -6,7 +6,7 @@ metadata: prometheus: k8s spec: replicas: 2 - version: v2.2.0-rc.1 + version: v2.2.1 serviceAccountName: prometheus-k8s serviceMonitorSelector: matchExpressions: -- GitLab