From ed0e0d9d02700a811b5c6e365db8f3e63f7d43db Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Wed, 17 Nov 2021 10:58:00 +0100 Subject: [PATCH] update cadvisor to 0.43.0 --- charts/cadvisor/Chart.yaml | 4 ++-- charts/cadvisor/README.md | 2 +- charts/cadvisor/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cadvisor/Chart.yaml b/charts/cadvisor/Chart.yaml index 8e42c64..fa6baaa 100644 --- a/charts/cadvisor/Chart.yaml +++ b/charts/cadvisor/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: A chart for a Cadvisor deployment name: cadvisor -version: 1.3.0 -appVersion: 0.39.2 +version: 1.4.0 +appVersion: 0.43.0 home: https://github.com/google/cadvisor sources: - https://github.com/google/cadvisor diff --git a/charts/cadvisor/README.md b/charts/cadvisor/README.md index 2a103bf..784e7cd 100644 --- a/charts/cadvisor/README.md +++ b/charts/cadvisor/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the cAdvisor chart and | Parameter | Description | Default | | ------------------------------ | ------------------------------------------------ | -------------------------- | | `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` | -| `image.tag` | container image tag | `v0.39.2` | +| `image.tag` | container image tag | `v0.43.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullSecrets` | container image pull secrets | `[]` | | `nodeSelector` | node labels for pod assignment | `{}` | diff --git a/charts/cadvisor/values.yaml b/charts/cadvisor/values.yaml index 5ef889f..bca81fe 100644 --- a/charts/cadvisor/values.yaml +++ b/charts/cadvisor/values.yaml @@ -1,6 +1,6 @@ image: repository: gcr.io/cadvisor/cadvisor - tag: v0.39.2 + tag: v0.43.0 pullPolicy: IfNotPresent ## Reference to one or more secrets to be used when pulling images