diff --git a/bitnami/prometheus/CHANGELOG.md b/bitnami/prometheus/CHANGELOG.md index b43d4a46dc..9b8fec1938 100644 --- a/bitnami/prometheus/CHANGELOG.md +++ b/bitnami/prometheus/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.3.16 (2024-08-08) +## 1.3.17 (2024-08-09) -* bitnami/prometheus- Disable server configmap when existingConfigMap is provided ([#28532](https://github.com/bitnami/charts/pull/28532)) +* [bitnami/prometheus] Release 1.3.17 ([#28815](https://github.com/bitnami/charts/pull/28815)) + +## 1.3.16 (2024-08-08) + +* bitnami/prometheus- Disable server configmap when existingConfigMap is provided (#28532) ([5092ebd](https://github.com/bitnami/charts/commit/5092ebdc3a61fe9abdb6fe7ae7fff473a9d0fd8a)), closes [#28532](https://github.com/bitnami/charts/issues/28532) ## 1.3.15 (2024-08-07) diff --git a/bitnami/prometheus/Chart.lock b/bitnami/prometheus/Chart.lock index 9211dace67..0c2e41dc94 100644 --- a/bitnami/prometheus/Chart.lock +++ b/bitnami/prometheus/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:aad727fb6bd333a7ebb22f06f1edcb53349acdbffaa1baffa0266d9a33162dbd -generated: "2024-08-07T16:02:00.776809444Z" + version: 2.22.0 +digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74 +generated: "2024-08-09T20:05:20.295881196Z" diff --git a/bitnami/prometheus/Chart.yaml b/bitnami/prometheus/Chart.yaml index de168aa395..9506ee5375 100644 --- a/bitnami/prometheus/Chart.yaml +++ b/bitnami/prometheus/Chart.yaml @@ -10,11 +10,11 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r27 - name: prometheus - image: docker.io/bitnami/prometheus:2.53.1-debian-12-r3 + image: docker.io/bitnami/prometheus:2.54.0-debian-12-r0 - name: thanos image: docker.io/bitnami/thanos:0.36.0-debian-12-r1 apiVersion: v2 -appVersion: 2.53.1 +appVersion: 2.54.0 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -36,4 +36,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/prometheus - https://github.com/prometheus/prometheus - https://github.com/prometheus-community/helm-charts -version: 1.3.16 +version: 1.3.17 diff --git a/bitnami/prometheus/values.yaml b/bitnami/prometheus/values.yaml index 4874a147d9..d5e790f8fd 100644 --- a/bitnami/prometheus/values.yaml +++ b/bitnami/prometheus/values.yaml @@ -677,7 +677,7 @@ server: image: registry: docker.io repository: bitnami/prometheus - tag: 2.53.1-debian-12-r3 + tag: 2.54.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'