From a070f7867b60a80b4653e46491eaeb2b0dcf62dc Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 30 Jun 2022 09:17:41 +0000 Subject: [PATCH] [bitnami/kube-prometheus] Release 8.0.9 updating components versions Signed-off-by: Bitnami Containers --- bitnami/kube-prometheus/Chart.yaml | 2 +- bitnami/kube-prometheus/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/kube-prometheus/Chart.yaml b/bitnami/kube-prometheus/Chart.yaml index 4b1144e5a6..fcab98a89c 100644 --- a/bitnami/kube-prometheus/Chart.yaml +++ b/bitnami/kube-prometheus/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/bitnami/bitnami-docker-prometheus - https://github.com/bitnami/bitnami-docker-alertmanager - https://github.com/prometheus-operator/kube-prometheus -version: 8.0.8 +version: 8.0.9 diff --git a/bitnami/kube-prometheus/values.yaml b/bitnami/kube-prometheus/values.yaml index c359a7685d..636bbd89d2 100644 --- a/bitnami/kube-prometheus/values.yaml +++ b/bitnami/kube-prometheus/values.yaml @@ -63,7 +63,7 @@ operator: image: registry: docker.io repository: bitnami/prometheus-operator - tag: 0.57.0-debian-11-r8 + tag: 0.57.0-debian-11-r9 ## 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 @@ -495,7 +495,7 @@ prometheus: image: registry: docker.io repository: bitnami/prometheus - tag: 2.36.2-debian-11-r1 + tag: 2.36.2-debian-11-r2 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -1408,7 +1408,7 @@ alertmanager: image: registry: docker.io repository: bitnami/alertmanager - tag: 0.24.0-debian-11-r8 + tag: 0.24.0-debian-11-r9 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -1967,7 +1967,7 @@ blackboxExporter: image: registry: docker.io repository: bitnami/blackbox-exporter - tag: 0.21.1-debian-11-r0 + tag: 0.21.1-debian-11-r1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.