From 17574ccad6ffa61619bbb8efbd41b41378a43125 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 9 Sep 2018 06:50:13 +0200 Subject: [PATCH] [stable/heapster] upgrade heapster to v1.5.2 (#7621) * upgrade heapster to v1.5.3 Signed-off-by: David J. M. Karlsen * fix maintainer id Signed-off-by: David J. M. Karlsen --- stable/heapster/Chart.yaml | 6 +++--- stable/heapster/README.md | 4 ++-- stable/heapster/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/heapster/Chart.yaml b/stable/heapster/Chart.yaml index 10ffbe5139..47c3d37aa5 100644 --- a/stable/heapster/Chart.yaml +++ b/stable/heapster/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Heapster enables Container Cluster Monitoring and Performance Analysis. name: heapster -version: 0.3.0 -appVersion: 1.3.0 +version: 0.3.1 +appVersion: 1.5.2 home: https://github.com/kubernetes/heapster sources: - https://github.com/kubernetes/heapster @@ -12,6 +12,6 @@ keywords: - cadvisor - monitoring maintainers: -- name: Jose Aguirre +- name: jose5918 email: jose.g.aguirre@intel.com engine: gotpl diff --git a/stable/heapster/README.md b/stable/heapster/README.md index 9133b0d4ef..38d8ae6dd6 100644 --- a/stable/heapster/README.md +++ b/stable/heapster/README.md @@ -33,8 +33,8 @@ The default configuration values for this chart are listed in `values.yaml`. | Parameter | Description | Default | |---------------------------------------|------------------------------------- |---------------------------------------------------| -| `image.repository` | Repository for container image | k8s.gcr.io/heapster | -| `image.tag` | Container image tag | v1.3.0 | +| `image.repository` | Repository for container image | k8s.gcr.io/heapster | +| `image.tag` | Container image tag | v1.5.2 | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `service.name` | Service port name | api | | `service.type` | Type for the service | ClusterIP | diff --git a/stable/heapster/values.yaml b/stable/heapster/values.yaml index 9901941123..46f0885482 100644 --- a/stable/heapster/values.yaml +++ b/stable/heapster/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: k8s.gcr.io/heapster - tag: v1.3.0 + tag: v1.5.2 pullPolicy: IfNotPresent ## Here labels can be added to the heapster deployment # labels: