From 838876205883661acd09b8d9807935b5db5bb3bc Mon Sep 17 00:00:00 2001 From: Michael Goodness Date: Fri, 25 Nov 2016 09:23:58 -0600 Subject: [PATCH 1/2] Bump Prometheus chart version * Prometheus v1.4.0 * Alertmanager v0.5.1 --- charts/prometheus/Chart.yaml | 2 +- charts/prometheus/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 5c231fa8..9dceac6d 100755 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 1.3.1 +version: 1.4.0 description: A Prometheus Helm chart for Kubernetes. Prometheus is a monitoring system and time series database. home: https://prometheus.io/ sources: diff --git a/charts/prometheus/values.yaml b/charts/prometheus/values.yaml index 4861c3ea..110b30de 100644 --- a/charts/prometheus/values.yaml +++ b/charts/prometheus/values.yaml @@ -10,7 +10,7 @@ alertmanager: ## Alertmanager Docker image ## - image: prom/alertmanager:v0.5.0 + image: prom/alertmanager:v0.5.1 ingress: ## If true, Alertmanager Ingress will be created @@ -160,7 +160,7 @@ server: ## Server Docker image ## - image: prom/prometheus:v1.3.1 + image: prom/prometheus:v1.4.0 ingress: ## If true, Server Ingress will be created From 570b131bcc28fb4299c44973c5ebdb9e65fe1f0f Mon Sep 17 00:00:00 2001 From: Michael Goodness Date: Tue, 29 Nov 2016 12:22:30 -0800 Subject: [PATCH 2/2] Prometheus 1.4.1 --- charts/prometheus/Chart.yaml | 2 +- charts/prometheus/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 9dceac6d..d69528c7 100755 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 1.4.0 +version: 1.4.1 description: A Prometheus Helm chart for Kubernetes. Prometheus is a monitoring system and time series database. home: https://prometheus.io/ sources: diff --git a/charts/prometheus/values.yaml b/charts/prometheus/values.yaml index 110b30de..865da65e 100644 --- a/charts/prometheus/values.yaml +++ b/charts/prometheus/values.yaml @@ -160,7 +160,7 @@ server: ## Server Docker image ## - image: prom/prometheus:v1.4.0 + image: prom/prometheus:v1.4.1 ingress: ## If true, Server Ingress will be created