From f4d08bfec3aeaedb3b0d1417987d744ff9a6abcb Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Sun, 16 Sep 2018 21:14:11 +0200 Subject: [PATCH] [stable/graphite] Upgrading Graphite version to 1.1.4 (#7749) * [stable/graphite] Upgrading Graphite version to 1.1.4 1.1.4 is latest stable Graphite version, plus docker image 1.1.4-1 contains valuable fixes - see https://github.com/graphite-project/docker-graphite-statsd/releases/tag/v1.1.4-1 Signed-off-by: deniszh * Fixing README and values.yaml too Signed-off-by: deniszh --- stable/graphite/Chart.yaml | 4 ++-- stable/graphite/README.md | 2 +- stable/graphite/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/graphite/Chart.yaml b/stable/graphite/Chart.yaml index 4ca3e930f2..a946a0240f 100644 --- a/stable/graphite/Chart.yaml +++ b/stable/graphite/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -version: 0.1.1 -appVersion: "1.1.3" +version: 0.1.2 +appVersion: "1.1.4-1" description: Graphite metrics server name: graphite home: https://graphiteapp.org/ diff --git a/stable/graphite/README.md b/stable/graphite/README.md index 28c0761f10..32344e9e36 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.3` | +| `image.tag` | Docker image | `1.1.4-1` | | `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/values.yaml b/stable/graphite/values.yaml index d72ff4b907..740827beac 100644 --- a/stable/graphite/values.yaml +++ b/stable/graphite/values.yaml @@ -2,7 +2,7 @@ image: repository: graphiteapp/graphite-statsd - tag: 1.1.3 + tag: 1.1.4-1 pullPolicy: IfNotPresent service: