[bitnami/prometheus] Release 1.3.18 (#29043)

* [bitnami/prometheus] Release 1.3.18 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-08-27 16:46:33 +02:00
committed by GitHub
parent b4c9c5fb6b
commit 6ec28b530b
3 changed files with 14 additions and 10 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.3.17 (2024-08-09)
## 1.3.18 (2024-08-27)
* [bitnami/prometheus] Release 1.3.17 ([#28815](https://github.com/bitnami/charts/pull/28815))
* [bitnami/prometheus] Release 1.3.18 ([#29043](https://github.com/bitnami/charts/pull/29043))
## <small>1.3.17 (2024-08-09)</small>
* [bitnami/prometheus] Release 1.3.17 (#28815) ([4354020](https://github.com/bitnami/charts/commit/435402018ffa89024902fdc5501c1e26158f6780)), closes [#28815](https://github.com/bitnami/charts/issues/28815)
## <small>1.3.16 (2024-08-08)</small>

View File

@@ -8,13 +8,13 @@ annotations:
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r18
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
image: docker.io/bitnami/os-shell:12-debian-12-r28
- name: prometheus
image: docker.io/bitnami/prometheus:2.54.0-debian-12-r0
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r0
- name: thanos
image: docker.io/bitnami/thanos:0.36.0-debian-12-r1
image: docker.io/bitnami/thanos:0.36.1-debian-12-r0
apiVersion: v2
appVersion: 2.54.0
appVersion: 2.54.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.17
version: 1.3.18

View File

@@ -677,7 +677,7 @@ server:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.54.0-debian-12-r0
tag: 2.54.1-debian-12-r0
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.0-debian-12-r1
tag: 0.36.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
@@ -1679,7 +1679,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r27
tag: 12-debian-12-r28
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.