update cadvisor to 0.36.0 (#5)

This commit is contained in:
Christian Kotzbauer 2020-03-08 16:40:16 +01:00 committed by GitHub
parent f48b88fa5a
commit 00acb25bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
description: A chart for a Cadvisor deployment description: A chart for a Cadvisor deployment
name: cadvisor name: cadvisor
version: 1.0.0 version: 1.0.1
appVersion: 0.35.0 appVersion: 0.36.0
home: https://github.com/google/cadvisor home: https://github.com/google/cadvisor
sources: sources:
- https://github.com/google/cadvisor - https://github.com/google/cadvisor

View File

@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Prometheus MSTeams
| Parameter | Description | Default | | Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------- | ----------------------------- | | -------------------------------------- | ------------------------------------------------- | ----------------------------- |
| `image.repository` | container image repository | `k8s.gcr.io/cadvisor` | | `image.repository` | container image repository | `k8s.gcr.io/cadvisor` |
| `image.tag` | container image tag | `v0.35.0` | | `image.tag` | container image tag | `v0.36.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` | | `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` | | `tolerations` | node tolerations for pod assignment | `[]` |

View File

@ -1,6 +1,6 @@
image: image:
repository: k8s.gcr.io/cadvisor repository: k8s.gcr.io/cadvisor
tag: v0.35.0 tag: v0.36.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
container: container: