Update cAdvisor to latest release
Updates cAdvisor to the latest release for x86 arch. See the change log for more info [1]. [1] https://github.com/google/cadvisor/blob/master/CHANGELOG.md Change-Id: I0bd4054e3d2aed67fd27453e3cba321764f09dc9
This commit is contained in:
parent
267cb8b14a
commit
b534c2219f
@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% block prometheus_cadvisor_repository_version %}
|
||||
ENV prometheus_cadvisor_version=0.32.0
|
||||
ENV prometheus_cadvisor_version=0.35.0
|
||||
{% endblock %}
|
||||
|
||||
{% if base_arch in ['x86_64'] %}
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Upgrades cAdvisor from the 0.32 release to the 0.35 release for x86 arch.
|
Loading…
x
Reference in New Issue
Block a user