Merge pull request #64 from ckotzbauer/cadvisor-0.39.2

feat: update cadvisor
This commit is contained in:
Christian Kotzbauer 2021-05-31 19:09:57 +02:00 committed by GitHub
commit 3d5b8b545c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 1.2.3
appVersion: 0.38.6
version: 1.2.4
appVersion: 0.39.2
home: https://github.com/google/cadvisor
sources:
- 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 |
| ------------------------------ | ------------------------------------------------ | -------------------------- |
| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` |
| `image.tag` | container image tag | `v0.38.6` |
| `image.tag` | container image tag | `v0.39.2` |
| `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.38.6
tag: v0.39.2
pullPolicy: IfNotPresent
## Reference to one or more secrets to be used when pulling images