mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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 <denis.zhdanov@gmail.com> * Fixing README and values.yaml too Signed-off-by: deniszh <denis.zhdanov@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
cef293ea4e
commit
f4d08bfec3
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: graphiteapp/graphite-statsd
|
||||
tag: 1.1.3
|
||||
tag: 1.1.4-1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user