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
|
||||
description: A chart for a Cadvisor deployment
|
||||
name: cadvisor
|
||||
version: 2.2.3
|
||||
appVersion: 0.44.0
|
||||
version: 2.2.4
|
||||
appVersion: 0.47.0
|
||||
home: https://github.com/google/cadvisor
|
||||
sources:
|
||||
- https://github.com/google/cadvisor
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gcr.io/cadvisor/cadvisor
|
||||
tag: v0.44.0
|
||||
tag: v0.47.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Reference to one or more secrets to be used when pulling images
|
||||
|
|
|
|||
Loading…
Reference in New Issue