feat: update cadvisor

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2025-04-06 11:18:30 +02:00
parent 1ce0ef22c3
commit 0813fbf1cf
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 | `{}` |

View File

@ -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