[bitnami/prometheus] Release 1.3.9 (#27675)

* [bitnami/prometheus] Release 1.3.9 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-03 07:07:32 +02:00
committed by GitHub
parent 892e9aa2bf
commit c8053a0af7
3 changed files with 13 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.3.8 (2024-06-19)
## 1.3.9 (2024-07-03)
* [bitnami/prometheus] Release 1.3.8 ([#27445](https://github.com/bitnami/charts/pull/27445))
* [bitnami/prometheus] Release 1.3.9 ([#27675](https://github.com/bitnami/charts/pull/27675))
## <small>1.3.8 (2024-06-19)</small>
* [bitnami/prometheus] Release 1.3.8 (#27445) ([71dae51](https://github.com/bitnami/charts/commit/71dae51ed04ea9ae723929f886ace043c7d54a66)), closes [#27445](https://github.com/bitnami/charts/issues/27445)
## <small>1.3.7 (2024-06-18)</small>

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r11
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r13
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r24
- name: prometheus
image: docker.io/bitnami/prometheus:2.53.0-debian-12-r0
image: docker.io/bitnami/prometheus:2.53.0-debian-12-r2
- name: thanos
image: docker.io/bitnami/thanos:0.35.1-debian-12-r1
apiVersion: v2
@@ -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.8
version: 1.3.9

View File

@@ -90,7 +90,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.27.0-debian-12-r11
tag: 0.27.0-debian-12-r13
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.53.0-debian-12-r0
tag: 2.53.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1677,7 +1677,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.