Skip to content

Commit

Permalink
[bitnami/prometheus] Release 1.3.2 (#26569)
Browse files Browse the repository at this point in the history
* [bitnami/prometheus] Release 1.3.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored May 30, 2024
1 parent b21c6f4 commit aea5efe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions bitnami/prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

## <small>1.3.1 (2024-05-28)</small>

* [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)

Expand Down
10 changes: 5 additions & 5 deletions bitnami/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions bitnami/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit aea5efe

Please sign in to comment.