update cadvisor to 0.43.0

This commit is contained in:
Christian Kotzbauer 2021-11-17 10:58:00 +01:00
parent 4d55f6ad92
commit ed0e0d9d02
3 changed files with 4 additions and 4 deletions

View File

@ -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: 1.3.0 version: 1.4.0
appVersion: 0.39.2 appVersion: 0.43.0
home: https://github.com/google/cadvisor home: https://github.com/google/cadvisor
sources: sources:
- https://github.com/google/cadvisor - https://github.com/google/cadvisor

View File

@ -44,7 +44,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.39.2` | | `image.tag` | container image tag | `v0.43.0` |
| `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 | `{}` |

View File

@ -1,6 +1,6 @@
image: image:
repository: gcr.io/cadvisor/cadvisor repository: gcr.io/cadvisor/cadvisor
tag: v0.39.2 tag: v0.43.0
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