feat: update cadvisor
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
dd5e0fde01
commit
b39c90cf5a
|
|
@ -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.3
|
version: 1.2.4
|
||||||
appVersion: 0.38.6
|
appVersion: 0.39.2
|
||||||
home: https://github.com/google/cadvisor
|
home: https://github.com/google/cadvisor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/google/cadvisor
|
- https://github.com/google/cadvisor
|
||||||
|
|
|
||||||
|
|
@ -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.38.6` |
|
| `image.tag` | container image tag | `v0.39.2` |
|
||||||
| `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 | `{}` |
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: gcr.io/cadvisor/cadvisor
|
repository: gcr.io/cadvisor/cadvisor
|
||||||
tag: v0.38.6
|
tag: v0.39.2
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue