diff --git a/bitnami/prometheus/CHANGELOG.md b/bitnami/prometheus/CHANGELOG.md
index 9789e1ed59..1786a368ec 100644
--- a/bitnami/prometheus/CHANGELOG.md
+++ b/bitnami/prometheus/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 1.3.3 (2024-06-04)
+## 1.3.4 (2024-06-05)
-* [bitnami/prometheus] Bump chart version ([#26662](https://github.com/bitnami/charts/pull/26662))
+* [bitnami/prometheus] Release 1.3.4 ([#26750](https://github.com/bitnami/charts/pull/26750))
+
+## 1.3.3 (2024-06-04)
+
+* [bitnami/prometheus] Bump chart version (#26662) ([85af9c8](https://github.com/bitnami/charts/commit/85af9c8e645767977d8e2c8f639ecd4812119b93)), closes [#26662](https://github.com/bitnami/charts/issues/26662)
## 1.3.2 (2024-05-30)
diff --git a/bitnami/prometheus/Chart.yaml b/bitnami/prometheus/Chart.yaml
index 8fe16ced99..568c6dbedf 100644
--- a/bitnami/prometheus/Chart.yaml
+++ b/bitnami/prometheus/Chart.yaml
@@ -6,34 +6,34 @@ annotations:
licenses: Apache-2.0
images: |
- name: alertmanager
- image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r10
+ image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r11
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: prometheus
- image: docker.io/bitnami/prometheus:2.52.1-debian-12-r0
+ image: docker.io/bitnami/prometheus:2.52.1-debian-12-r1
- name: thanos
image: docker.io/bitnami/thanos:0.35.1-debian-12-r0
apiVersion: v2
appVersion: 2.52.1
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Prometheus is an open source monitoring and alerting system. It enables sysadmins to monitor their infrastructures by collecting metrics from configured targets at given intervals.
home: https://github.com/prometheus/prometheus
icon: https://bitnami.com/assets/stacks/prometheus/img/prometheus-stack-220x234.png
keywords:
- - prometheus
- - monitoring
+- prometheus
+- monitoring
maintainers:
- - name: Bitnami
- url: https://github.com/bitnami/charts
+- name: Bitnami
+ url: https://github.com/bitnami/charts
name: prometheus
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/prometheus
- - https://github.com/bitnami/containers/tree/main/bitnami/prometheus
- - https://github.com/prometheus/prometheus
- - https://github.com/prometheus-community/helm-charts
-version: 1.3.3
+- https://github.com/bitnami/charts/tree/main/bitnami/prometheus
+- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
+- https://github.com/prometheus/prometheus
+- https://github.com/prometheus-community/helm-charts
+version: 1.3.4
diff --git a/bitnami/prometheus/values.yaml b/bitnami/prometheus/values.yaml
index 9a22a2a7e9..2ea5a5b0b3 100644
--- a/bitnami/prometheus/values.yaml
+++ b/bitnami/prometheus/values.yaml
@@ -90,7 +90,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
- tag: 0.27.0-debian-12-r10
+ tag: 0.27.0-debian-12-r11
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -675,7 +675,7 @@ server:
image:
registry: docker.io
repository: bitnami/prometheus
- tag: 2.52.1-debian-12-r0
+ tag: 2.52.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'