Update to cadvisor 0.47.0 (#133)
* Update to cadvisor 0.47.0 Signed-off-by: Roman Pertl <roman@pertl.org> * bump version Signed-off-by: Roman Pertl <roman@pertl.org>
This commit is contained in:
parent
cdbcb4e3f4
commit
03e77b9110
|
|
@ -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: 2.2.3
|
version: 2.2.4
|
||||||
appVersion: 0.44.0
|
appVersion: 0.47.0
|
||||||
home: https://github.com/google/cadvisor
|
home: https://github.com/google/cadvisor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/google/cadvisor
|
- https://github.com/google/cadvisor
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: gcr.io/cadvisor/cadvisor
|
repository: gcr.io/cadvisor/cadvisor
|
||||||
tag: v0.44.0
|
tag: v0.47.0
|
||||||
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