diff --git a/bitnami/prometheus/CHANGELOG.md b/bitnami/prometheus/CHANGELOG.md index 2bf076176427ab..c6c059c0eaca9d 100644 --- a/bitnami/prometheus/CHANGELOG.md +++ b/bitnami/prometheus/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.3.1 (2024-05-28) +## 1.3.2 (2024-05-30) -* [bitnami/prometheus] Add chart source URL to sources list ([#26487](https://github.com/bitnami/charts/pull/26487)) +* [bitnami/prometheus] Release 1.3.2 ([#26569](https://github.com/bitnami/charts/pull/26569)) + +## 1.3.1 (2024-05-28) + +* [bitnami/prometheus] Add chart source URL to sources list (#26487) ([ee8dc41](https://github.com/bitnami/charts/commit/ee8dc416fdbf7562a1992835629b5d6583c0e59d)), closes [#26487](https://github.com/bitnami/charts/issues/26487) ## 1.3.0 (2024-05-24) diff --git a/bitnami/prometheus/Chart.yaml b/bitnami/prometheus/Chart.yaml index 872575ef317506..2502147f18a7f1 100644 --- a/bitnami/prometheus/Chart.yaml +++ b/bitnami/prometheus/Chart.yaml @@ -8,13 +8,13 @@ annotations: - name: alertmanager image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r10 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: prometheus - image: docker.io/bitnami/prometheus:2.52.0-debian-12-r2 + image: docker.io/bitnami/prometheus:2.52.1-debian-12-r0 - name: thanos - image: docker.io/bitnami/thanos:0.35.0-debian-12-r4 + image: docker.io/bitnami/thanos:0.35.1-debian-12-r0 apiVersion: v2 -appVersion: 2.52.0 +appVersion: 2.52.1 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.1 +version: 1.3.2 diff --git a/bitnami/prometheus/values.yaml b/bitnami/prometheus/values.yaml index 9a36a22b124ac1..9a22a2a7e9719e 100644 --- a/bitnami/prometheus/values.yaml +++ b/bitnami/prometheus/values.yaml @@ -675,7 +675,7 @@ server: image: registry: docker.io repository: bitnami/prometheus - tag: 2.52.0-debian-12-r2 + tag: 2.52.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1069,7 +1069,7 @@ server: image: registry: docker.io repository: bitnami/thanos - tag: 0.35.0-debian-12-r4 + tag: 0.35.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1677,7 +1677,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.