diff --git a/charts/cadvisor/Chart.yaml b/charts/cadvisor/Chart.yaml index c59f5cb..d321ca9 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.2.0 -appVersion: 0.44.1 +version: 2.2.1 +appVersion: 0.44.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 9434fc4..bf5a2ce 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.44.1` | +| `image.tag` | container image tag | `v0.44.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 e5924dc..ad25d91 100644 --- a/charts/cadvisor/values.yaml +++ b/charts/cadvisor/values.yaml @@ -1,6 +1,6 @@ image: repository: gcr.io/cadvisor/cadvisor - tag: v0.44.1 + tag: v0.44.0 pullPolicy: IfNotPresent ## Reference to one or more secrets to be used when pulling images