diff --git a/charts/cadvisor/Chart.yaml b/charts/cadvisor/Chart.yaml index 1d2f1c7..da057c1 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.0.0 -appVersion: 0.35.0 +version: 1.0.1 +appVersion: 0.36.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 aabae78..059f288 100644 --- a/charts/cadvisor/README.md +++ b/charts/cadvisor/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Prometheus MSTeams | Parameter | Description | Default | | -------------------------------------- | ------------------------------------------------- | ----------------------------- | | `image.repository` | container image repository | `k8s.gcr.io/cadvisor` | -| `image.tag` | container image tag | `v0.35.0` | +| `image.tag` | container image tag | `v0.36.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `nodeSelector` | node labels for pod assignment | `{}` | | `tolerations` | node tolerations for pod assignment | `[]` | diff --git a/charts/cadvisor/values.yaml b/charts/cadvisor/values.yaml index b5cc6b0..ca774c1 100644 --- a/charts/cadvisor/values.yaml +++ b/charts/cadvisor/values.yaml @@ -1,6 +1,6 @@ image: repository: k8s.gcr.io/cadvisor - tag: v0.35.0 + tag: v0.36.0 pullPolicy: IfNotPresent container: