From de4506f8c0fec0eca67eaed08141dc36d36750d4 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Wed, 27 Apr 2022 15:28:47 +0200 Subject: [PATCH] update to cadvisor@0.44.1 Signed-off-by: Christian Kotzbauer --- 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 0097049..e695244 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: 2.0.0 -appVersion: 0.43.0 +version: 2.1.0 +appVersion: 0.44.1 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 45d568f..9405dd5 100644 --- a/charts/cadvisor/README.md +++ b/charts/cadvisor/README.md @@ -48,7 +48,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.43.0` | +| `image.tag` | container image tag | `v0.44.1` | | `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 78181a3..2884a6d 100644 --- a/charts/cadvisor/values.yaml +++ b/charts/cadvisor/values.yaml @@ -1,6 +1,6 @@ image: repository: gcr.io/cadvisor/cadvisor - tag: v0.43.0 + tag: v0.44.1 pullPolicy: IfNotPresent ## Reference to one or more secrets to be used when pulling images