From a36a6852cfec58f3db9f7614d2fc392933252159 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sun, 15 Nov 2020 21:39:50 +0100 Subject: [PATCH] update cadvisor to 0.38.4 (#39) Signed-off-by: Christian Kotzbauer --- charts/cadvisor/Chart.yaml | 4 ++-- charts/cadvisor/README.md | 38 ++++++++++++++++++------------------- charts/cadvisor/values.yaml | 4 ++-- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/charts/cadvisor/Chart.yaml b/charts/cadvisor/Chart.yaml index 5c91add..62327ef 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.2.0 -appVersion: 0.37.0 +version: 1.2.1 +appVersion: 0.38.4 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 dcfbc41..6ebab6d 100644 --- a/charts/cadvisor/README.md +++ b/charts/cadvisor/README.md @@ -41,25 +41,25 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the Prometheus MSTeams chart and their default values. -| Parameter | Description | Default | -| ------------------------------ | ------------------------------------------------ | --------------------- | -| `image.repository` | container image repository | `k8s.gcr.io/cadvisor` | -| `image.tag` | container image tag | `v0.37.0` | -| `image.pullPolicy` | container image pull policy | `IfNotPresent` | -| `image.pullSecrets` | container image pull secrets | `[]` | -| `nodeSelector` | node labels for pod assignment | `{}` | -| `tolerations` | node tolerations for pod assignment | `[]` | -| `affinity` | node affinity for pod assignment | `{}` | -| `container.port` | the container and service port to use | 8080 | -| `container.additionalArgs` | additional container arguments | see values.yaml | -| `container.hostPaths` | hostPaths to mount in the container | see values.yaml | -| `resources` | pod resource requests & limits | `{}` | -| `serviceAccount.create` | create a own serviceAccount for the pod | `true` | -| `serviceAccount.name` | name of the serviceAccount to create | `""` | -| `podAnnotations` | annotations for the daemonset pods | `{}` | -| `podSecurityPolicy.create` | create a own PodSecurityPolicy for the pod | `false` | -| `podSecurityPolicy.privileged` | create the PodSecurityPolicy as privileged | `false` | -| `metrics.enabled` | create ServiceMonitor CR for Prometheus operator | `false` | +| Parameter | Description | Default | +| ------------------------------ | ------------------------------------------------ | -------------------------- | +| `image.repository` | container image repository | `gcr.io/cadvisor/cadvisor` | +| `image.tag` | container image tag | `v0.38.4` | +| `image.pullPolicy` | container image pull policy | `IfNotPresent` | +| `image.pullSecrets` | container image pull secrets | `[]` | +| `nodeSelector` | node labels for pod assignment | `{}` | +| `tolerations` | node tolerations for pod assignment | `[]` | +| `affinity` | node affinity for pod assignment | `{}` | +| `container.port` | the container and service port to use | 8080 | +| `container.additionalArgs` | additional container arguments | see values.yaml | +| `container.hostPaths` | hostPaths to mount in the container | see values.yaml | +| `resources` | pod resource requests & limits | `{}` | +| `serviceAccount.create` | create a own serviceAccount for the pod | `true` | +| `serviceAccount.name` | name of the serviceAccount to create | `""` | +| `podAnnotations` | annotations for the daemonset pods | `{}` | +| `podSecurityPolicy.create` | create a own PodSecurityPolicy for the pod | `false` | +| `podSecurityPolicy.privileged` | create the PodSecurityPolicy as privileged | `false` | +| `metrics.enabled` | create ServiceMonitor CR for Prometheus operator | `false` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/charts/cadvisor/values.yaml b/charts/cadvisor/values.yaml index 98300b3..df8f3e5 100644 --- a/charts/cadvisor/values.yaml +++ b/charts/cadvisor/values.yaml @@ -1,6 +1,6 @@ image: - repository: k8s.gcr.io/cadvisor - tag: v0.37.0 + repository: gcr.io/cadvisor/cadvisor + tag: v0.38.4 pullPolicy: IfNotPresent ## Reference to one or more secrets to be used when pulling images