feat: updated cadvisor

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2024-04-05 11:49:25 +02:00
parent 4f8a9d03c7
commit 675d231526
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.1
appVersion: 0.47.0
version: 2.3.2
appVersion: 0.49.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.44.0` |
| `image.tag` | container image tag | `v0.49.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.47.0
tag: v0.49.1
pullPolicy: IfNotPresent
## Reference to one or more secrets to be used when pulling images