feat: updated cadvisor
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
4f8a9d03c7
commit
675d231526
|
|
@ -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: 2.3.1
|
version: 2.3.2
|
||||||
appVersion: 0.47.0
|
appVersion: 0.49.1
|
||||||
home: https://github.com/google/cadvisor
|
home: https://github.com/google/cadvisor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/google/cadvisor
|
- https://github.com/google/cadvisor
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ The following table lists the configurable parameters of the cAdvisor chart and
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| ------------------------------ | ------------------------------------------------ | -------------------------- |
|
| ------------------------------ | ------------------------------------------------ | -------------------------- |
|
||||||
| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` |
|
| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` |
|
||||||
| `image.tag` | container image tag | `v0.44.0` |
|
| `image.tag` | container image tag | `v0.49.1` |
|
||||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `image.pullSecrets` | container image pull secrets | `[]` |
|
| `image.pullSecrets` | container image pull secrets | `[]` |
|
||||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: gcr.io/cadvisor/cadvisor
|
repository: gcr.io/cadvisor/cadvisor
|
||||||
tag: v0.47.0
|
tag: v0.49.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Reference to one or more secrets to be used when pulling images
|
## Reference to one or more secrets to be used when pulling images
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue