mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/heapster] upgrade heapster to v1.5.2 (#7621)
* upgrade heapster to v1.5.3 Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com> * fix maintainer id Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
5aab720dbd
commit
17574ccad6
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user