From 4de9d1eabc3a71bfd61e4bd957e981a21ce788f7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 15 Jul 2023 10:40:56 +0200 Subject: [PATCH] [bitnami/kube-prometheus] Release 8.15.2 (#17658) * [bitnami/kube-prometheus] Release 8.15.2 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/kube-prometheus/Chart.yaml | 2 +- bitnami/kube-prometheus/README.md | 10 +++++----- bitnami/kube-prometheus/values.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/kube-prometheus/Chart.yaml b/bitnami/kube-prometheus/Chart.yaml index b340cc9ec5..a8cd32b758 100644 --- a/bitnami/kube-prometheus/Chart.yaml +++ b/bitnami/kube-prometheus/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: kube-prometheus sources: - https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus -version: 8.15.1 +version: 8.15.2 diff --git a/bitnami/kube-prometheus/README.md b/bitnami/kube-prometheus/README.md index ee7e4eae44..235aa4b75e 100644 --- a/bitnami/kube-prometheus/README.md +++ b/bitnami/kube-prometheus/README.md @@ -89,7 +89,7 @@ The command removes all the Kubernetes components associated with the chart and | `operator.enabled` | Deploy Prometheus Operator to the cluster | `true` | | `operator.image.registry` | Prometheus Operator image registry | `docker.io` | | `operator.image.repository` | Prometheus Operator image repository | `bitnami/prometheus-operator` | -| `operator.image.tag` | Prometheus Operator image tag (immutable tags are recommended) | `0.66.0-debian-11-r8` | +| `operator.image.tag` | Prometheus Operator image tag (immutable tags are recommended) | `0.66.0-debian-11-r10` | | `operator.image.digest` | Prometheus Operator image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `operator.image.pullPolicy` | Prometheus Operator image pull policy | `IfNotPresent` | | `operator.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -207,7 +207,7 @@ The command removes all the Kubernetes components associated with the chart and | `prometheus.enabled` | Deploy Prometheus to the cluster | `true` | | `prometheus.image.registry` | Prometheus image registry | `docker.io` | | `prometheus.image.repository` | Prometheus image repository | `bitnami/prometheus` | -| `prometheus.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.45.0-debian-11-r2` | +| `prometheus.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.45.0-debian-11-r5` | | `prometheus.image.digest` | Prometheus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `prometheus.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `prometheus.serviceAccount.create` | Specify whether to create a ServiceAccount for Prometheus | `true` | @@ -357,7 +357,7 @@ The command removes all the Kubernetes components associated with the chart and | `prometheus.thanos.create` | Create a Thanos sidecar container | `false` | | `prometheus.thanos.image.registry` | Thanos image registry | `docker.io` | | `prometheus.thanos.image.repository` | Thanos image name | `bitnami/thanos` | -| `prometheus.thanos.image.tag` | Thanos image tag | `0.31.0-scratch-r8` | +| `prometheus.thanos.image.tag` | Thanos image tag | `0.31.0-scratch-r9` | | `prometheus.thanos.image.digest` | Thanos image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `prometheus.thanos.image.pullPolicy` | Thanos image pull policy | `IfNotPresent` | | `prometheus.thanos.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -441,7 +441,7 @@ The command removes all the Kubernetes components associated with the chart and | `alertmanager.enabled` | Deploy Alertmanager to the cluster | `true` | | `alertmanager.image.registry` | Prometheus image registry | `docker.io` | | `alertmanager.image.repository` | Prometheus image repository | `bitnami/alertmanager` | -| `alertmanager.image.tag` | Prometheus image tag (immutable tags are recommended) | `0.25.0-debian-11-r65` | +| `alertmanager.image.tag` | Prometheus image tag (immutable tags are recommended) | `0.25.0-debian-11-r68` | | `alertmanager.image.digest` | Prometheus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `alertmanager.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `alertmanager.serviceAccount.create` | Specify whether to create a ServiceAccount for Alertmanager | `true` | @@ -582,7 +582,7 @@ The command removes all the Kubernetes components associated with the chart and | `blackboxExporter.image.registry` | Blackbox Exporter image registry | `docker.io` | | `blackboxExporter.image.repository` | Blackbox Exporter image repository | `bitnami/blackbox-exporter` | | `blackboxExporter.image.pullPolicy` | Blackbox Exporter image pull policy | `IfNotPresent` | -| `blackboxExporter.image.tag` | Blackbox Exporter image tag (immutable tags are recommended) | `0.24.0-debian-11-r16` | +| `blackboxExporter.image.tag` | Blackbox Exporter image tag (immutable tags are recommended) | `0.24.0-debian-11-r19` | | `blackboxExporter.image.digest` | Blackbox Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `blackboxExporter.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `blackboxExporter.extraEnvVars` | Array with extra environment variables to add to blackboxExporter nodes | `[]` | diff --git a/bitnami/kube-prometheus/values.yaml b/bitnami/kube-prometheus/values.yaml index 722a8a9436..156629ef27 100644 --- a/bitnami/kube-prometheus/values.yaml +++ b/bitnami/kube-prometheus/values.yaml @@ -67,7 +67,7 @@ operator: image: registry: docker.io repository: bitnami/prometheus-operator - tag: 0.66.0-debian-11-r8 + tag: 0.66.0-debian-11-r10 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -518,7 +518,7 @@ prometheus: image: registry: docker.io repository: bitnami/prometheus - tag: 2.45.0-debian-11-r2 + tag: 2.45.0-debian-11-r5 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -1184,7 +1184,7 @@ prometheus: image: registry: docker.io repository: bitnami/thanos - tag: 0.31.0-scratch-r8 + tag: 0.31.0-scratch-r9 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1574,7 +1574,7 @@ alertmanager: image: registry: docker.io repository: bitnami/alertmanager - tag: 0.25.0-debian-11-r65 + tag: 0.25.0-debian-11-r68 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -2161,7 +2161,7 @@ blackboxExporter: image: registry: docker.io repository: bitnami/blackbox-exporter - tag: 0.24.0-debian-11-r16 + tag: 0.24.0-debian-11-r19 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.