update cadvisor to 0.38.6 (#43)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
2c4111c4f3
commit
4a5ed949c4
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: A chart for a Cadvisor deployment
|
||||
name: cadvisor
|
||||
version: 1.2.1
|
||||
appVersion: 0.38.4
|
||||
version: 1.2.2
|
||||
appVersion: 0.38.6
|
||||
home: https://github.com/google/cadvisor
|
||||
sources:
|
||||
- https://github.com/google/cadvisor
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Prometheus MSTeams
|
|||
| Parameter | Description | Default |
|
||||
| ------------------------------ | ------------------------------------------------ | -------------------------- |
|
||||
| `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.pullSecrets` | container image pull secrets | `[]` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gcr.io/cadvisor/cadvisor
|
||||
tag: v0.38.4
|
||||
tag: v0.38.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Reference to one or more secrets to be used when pulling images
|
||||
|
|
|
|||
Loading…
Reference in New Issue