[bitnami/prometheus] Release 1.3.20 (#29263)

* [bitnami/prometheus] Release 1.3.20 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-09-06 08:00:44 +02:00
committed by GitHub
parent a2c18c736e
commit c09f49a176
3 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.3.19 (2024-08-27)
## 1.3.20 (2024-09-06)
* [bitnami/prometheus] Release 1.3.19 ([#29062](https://github.com/bitnami/charts/pull/29062))
* [bitnami/prometheus] Release 1.3.20 ([#29263](https://github.com/bitnami/charts/pull/29263))
## <small>1.3.19 (2024-08-27)</small>
* [bitnami/prometheus] Release 1.3.19 (#29062) ([9a60dba](https://github.com/bitnami/charts/commit/9a60dbae90aa9e2d6914cab10505dd0471d100dc)), closes [#29062](https://github.com/bitnami/charts/issues/29062)
## <small>1.3.18 (2024-08-27)</small>

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r19
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r22
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r28
image: docker.io/bitnami/os-shell:12-debian-12-r29
- name: prometheus
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r1
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r4
- name: thanos
image: docker.io/bitnami/thanos:0.36.1-debian-12-r0
image: docker.io/bitnami/thanos:0.36.1-debian-12-r2
apiVersion: v2
appVersion: 2.54.1
dependencies:
@@ -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.19
version: 1.3.20

View File

@@ -92,7 +92,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.27.0-debian-12-r19
tag: 0.27.0-debian-12-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -677,7 +677,7 @@ server:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.54.1-debian-12-r1
tag: 2.54.1-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1071,7 +1071,7 @@ server:
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.36.1-debian-12-r0
tag: 0.36.1-debian-12-r2
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
@@ -1679,7 +1679,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r28
tag: 12-debian-12-r29
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.