From e80fb0cab8f5ca1b7afa5557750cfe78be700b4f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 13 Dec 2022 20:55:07 +0100 Subject: [PATCH] [bitnami/wavefront] Release 4.2.8 (#13945) * [bitnami/wavefront] Release 4.2.8 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/wavefront/Chart.lock | 6 +++--- bitnami/wavefront/Chart.yaml | 4 ++-- bitnami/wavefront/README.md | 4 ++-- bitnami/wavefront/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/wavefront/Chart.lock b/bitnami/wavefront/Chart.lock index 0ccf48f00..62d745081 100644 --- a/bitnami/wavefront/Chart.lock +++ b/bitnami/wavefront/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 3.2.6 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.1 -digest: sha256:d1563a8ef4f51a99b081ec5bb7a28eb6d1e4f9ef043b542a81710fa0bac32aab -generated: "2022-12-02T12:06:13.384524684Z" + version: 2.2.2 +digest: sha256:ad9f9663ef3434e43d67fe12fe015b98b2dc3e216b51ee0158df53ec63572bed +generated: "2022-12-13T19:09:33.290188596Z" diff --git a/bitnami/wavefront/Chart.yaml b/bitnami/wavefront/Chart.yaml index c4d976048..cc48ce6e3 100644 --- a/bitnami/wavefront/Chart.yaml +++ b/bitnami/wavefront/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Analytics apiVersion: v2 -appVersion: 1.12.0 +appVersion: 1.13.0 dependencies: - condition: kube-state-metrics.enabled name: kube-state-metrics @@ -30,4 +30,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/wavefront-proxy - https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes - https://github.com/wavefrontHQ/wavefront-proxy -version: 4.2.7 +version: 4.2.8 diff --git a/bitnami/wavefront/README.md b/bitnami/wavefront/README.md index bf05779d0..fc35dc1e0 100644 --- a/bitnami/wavefront/README.md +++ b/bitnami/wavefront/README.md @@ -114,7 +114,7 @@ The command removes all the Kubernetes components associated with the chart and | `collector.enabled` | Setup and enable the Wavefront collector to gather metrics | `true` | | `collector.image.registry` | Wavefront collector image registry | `docker.io` | | `collector.image.repository` | Wavefront collector image repository | `bitnami/wavefront-kubernetes-collector` | -| `collector.image.tag` | Wavefront collector image tag (immutable tags are recommended) | `1.12.0-scratch-r4` | +| `collector.image.tag` | Wavefront collector image tag (immutable tags are recommended) | `1.13.0-scratch-r0` | | `collector.image.digest` | Wavefront collector image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `collector.image.pullPolicy` | image pull policy | `IfNotPresent` | | `collector.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -189,7 +189,7 @@ The command removes all the Kubernetes components associated with the chart and | `proxy.enabled` | Setup and enable Wavefront proxy to send metrics through | `true` | | `proxy.image.registry` | Wavefront proxy image registry | `docker.io` | | `proxy.image.repository` | Wavefront proxy image repository | `bitnami/wavefront-proxy` | -| `proxy.image.tag` | Wavefront proxy image tag (immutable tags are recommended) | `11.4.0-debian-11-r32` | +| `proxy.image.tag` | Wavefront proxy image tag (immutable tags are recommended) | `11.4.0-debian-11-r36` | | `proxy.image.digest` | Wavefront proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `proxy.image.pullPolicy` | Wavefront proxy image pull policy | `IfNotPresent` | | `proxy.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/wavefront/values.yaml b/bitnami/wavefront/values.yaml index ba4650fe8..dda74b253 100644 --- a/bitnami/wavefront/values.yaml +++ b/bitnami/wavefront/values.yaml @@ -134,7 +134,7 @@ collector: image: registry: docker.io repository: bitnami/wavefront-kubernetes-collector - tag: 1.12.0-scratch-r4 + tag: 1.13.0-scratch-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -532,7 +532,7 @@ proxy: image: registry: docker.io repository: bitnami/wavefront-proxy - tag: 11.4.0-debian-11-r32 + tag: 11.4.0-debian-11-r36 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'