update cadvisor to 0.36.0 (#5)
This commit is contained in:
parent
f48b88fa5a
commit
00acb25bc5
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: A chart for a Cadvisor deployment
|
||||
name: cadvisor
|
||||
version: 1.0.0
|
||||
appVersion: 0.35.0
|
||||
version: 1.0.1
|
||||
appVersion: 0.36.0
|
||||
home: https://github.com/google/cadvisor
|
||||
sources:
|
||||
- https://github.com/google/cadvisor
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Prometheus MSTeams
|
|||
| Parameter | Description | Default |
|
||||
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
|
||||
| `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` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
| `tolerations` | node tolerations for pod assignment | `[]` |
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: k8s.gcr.io/cadvisor
|
||||
tag: v0.35.0
|
||||
tag: v0.36.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
container:
|
||||
|
|
|
|||
Loading…
Reference in New Issue