From a14318bfff5345829ad3f680a33880c397bce017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 21 Nov 2018 01:54:34 +0100 Subject: [PATCH] - raised grahpite version to 1.1.4-10 (#9415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - renamed statsd configmap Signed-off-by: André Bauer --- stable/graphite/Chart.yaml | 4 ++-- stable/graphite/README.md | 2 +- .../{statsd-configmap.yaml => configmap-statsd.yaml} | 0 stable/graphite/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename stable/graphite/templates/{statsd-configmap.yaml => configmap-statsd.yaml} (100%) diff --git a/stable/graphite/Chart.yaml b/stable/graphite/Chart.yaml index d8f81aa8b1..1accf3e733 100644 --- a/stable/graphite/Chart.yaml +++ b/stable/graphite/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -version: 0.1.3 -appVersion: "1.1.4-3" +version: 0.1.4 +appVersion: "1.1.4-10" description: Graphite metrics server name: graphite home: https://graphiteapp.org/ diff --git a/stable/graphite/README.md b/stable/graphite/README.md index a5465ba8e6..d1b39ad5e4 100644 --- a/stable/graphite/README.md +++ b/stable/graphite/README.md @@ -37,7 +37,7 @@ The following table lists the configurable parameters of the Graphite chart and | Parameter | Description | Default | |--------------------------------|----------------------------------------------|----------------------------------------| | `image.repository` | Docker image repo | `graphiteapp/graphite-statsd` | -| `image.tag` | Docker image | `1.1.4-3` | +| `image.tag` | Docker image | `1.1.4-10` | | `image.pullPolicy` | Docker image pull policy | `IfNotPresent` | | `service.type` | Service type | `ClusterIP` | | `service.port` | Service port of Graphite UI | `8080` | diff --git a/stable/graphite/templates/statsd-configmap.yaml b/stable/graphite/templates/configmap-statsd.yaml similarity index 100% rename from stable/graphite/templates/statsd-configmap.yaml rename to stable/graphite/templates/configmap-statsd.yaml diff --git a/stable/graphite/values.yaml b/stable/graphite/values.yaml index 192b680020..4390854302 100644 --- a/stable/graphite/values.yaml +++ b/stable/graphite/values.yaml @@ -2,7 +2,7 @@ image: repository: graphiteapp/graphite-statsd - tag: 1.1.4-3 + tag: 1.1.4-10 pullPolicy: IfNotPresent service: