feat: update cadvisor
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
1ce0ef22c3
commit
0813fbf1cf
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: A chart for a Cadvisor deployment
|
||||
name: cadvisor
|
||||
version: 2.3.3
|
||||
appVersion: 0.49.1
|
||||
version: 2.4.0
|
||||
appVersion: 0.52.1
|
||||
home: https://github.com/google/cadvisor
|
||||
sources:
|
||||
- https://github.com/google/cadvisor
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ The following table lists the configurable parameters of the cAdvisor chart and
|
|||
| Parameter | Description | Default |
|
||||
| ------------------------------ | ------------------------------------------------ | -------------------------- |
|
||||
| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` |
|
||||
| `image.tag` | container image tag | `v0.49.1` |
|
||||
| `image.tag` | container image tag | `v0.52.1` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | container image pull secrets | `[]` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gcr.io/cadvisor/cadvisor
|
||||
tag: v0.49.1
|
||||
tag: v0.52.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Reference to one or more secrets to be used when pulling images
|
||||
|
|
|
|||
Loading…
Reference in New Issue