update cadvisor to 0.38.6 (#43)

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2021-01-10 16:59:14 +01:00 committed by GitHub
parent 2c4111c4f3
commit 4a5ed949c4
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 apiVersion: v1
description: A chart for a Cadvisor deployment description: A chart for a Cadvisor deployment
name: cadvisor name: cadvisor
version: 1.2.1 version: 1.2.2
appVersion: 0.38.4 appVersion: 0.38.6
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 Prometheus MSTeams
| 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.38.4` | | `image.tag` | container image tag | `v0.38.6` |
| `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.38.4 tag: v0.38.6
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