mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 08:47:10 +08:00
[bitnami/prometheus] Release 1.3.17 (#28815)
* [bitnami/prometheus] Release 1.3.17 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:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.3.16 (2024-08-08)
|
||||
## 1.3.17 (2024-08-09)
|
||||
|
||||
* bitnami/prometheus- Disable server configmap when existingConfigMap is provided ([#28532](https://github.com/bitnami/charts/pull/28532))
|
||||
* [bitnami/prometheus] Release 1.3.17 ([#28815](https://github.com/bitnami/charts/pull/28815))
|
||||
|
||||
## <small>1.3.16 (2024-08-08)</small>
|
||||
|
||||
* bitnami/prometheus- Disable server configmap when existingConfigMap is provided (#28532) ([5092ebd](https://github.com/bitnami/charts/commit/5092ebdc3a61fe9abdb6fe7ae7fff473a9d0fd8a)), closes [#28532](https://github.com/bitnami/charts/issues/28532)
|
||||
|
||||
## <small>1.3.15 (2024-08-07)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.21.0
|
||||
digest: sha256:aad727fb6bd333a7ebb22f06f1edcb53349acdbffaa1baffa0266d9a33162dbd
|
||||
generated: "2024-08-07T16:02:00.776809444Z"
|
||||
version: 2.22.0
|
||||
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
|
||||
generated: "2024-08-09T20:05:20.295881196Z"
|
||||
|
||||
@@ -10,11 +10,11 @@ annotations:
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r27
|
||||
- name: prometheus
|
||||
image: docker.io/bitnami/prometheus:2.53.1-debian-12-r3
|
||||
image: docker.io/bitnami/prometheus:2.54.0-debian-12-r0
|
||||
- name: thanos
|
||||
image: docker.io/bitnami/thanos:0.36.0-debian-12-r1
|
||||
apiVersion: v2
|
||||
appVersion: 2.53.1
|
||||
appVersion: 2.54.0
|
||||
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.16
|
||||
version: 1.3.17
|
||||
|
||||
@@ -677,7 +677,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus
|
||||
tag: 2.53.1-debian-12-r3
|
||||
tag: 2.54.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user