update cadvisor to 0.38.4 (#39)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
67de6a6c9e
commit
a36a6852cf
|
|
@ -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.0
|
version: 1.2.1
|
||||||
appVersion: 0.37.0
|
appVersion: 0.38.4
|
||||||
home: https://github.com/google/cadvisor
|
home: https://github.com/google/cadvisor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/google/cadvisor
|
- https://github.com/google/cadvisor
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,9 @@ The command removes all the Kubernetes components associated with the chart and
|
||||||
The following table lists the configurable parameters of the Prometheus MSTeams chart and their default values.
|
The following table lists the configurable parameters of the Prometheus MSTeams chart and their default values.
|
||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| ------------------------------ | ------------------------------------------------ | --------------------- |
|
| ------------------------------ | ------------------------------------------------ | -------------------------- |
|
||||||
| `image.repository` | container image repository | `k8s.gcr.io/cadvisor` |
|
| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` |
|
||||||
| `image.tag` | container image tag | `v0.37.0` |
|
| `image.tag` | container image tag | `v0.38.4` |
|
||||||
| `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: k8s.gcr.io/cadvisor
|
repository: gcr.io/cadvisor/cadvisor
|
||||||
tag: v0.37.0
|
tag: v0.38.4
|
||||||
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