mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 21:07:10 +08:00
[bitnami/prometheus] Release 1.3.13 (#28353)
* [bitnami/prometheus] Release 1.3.13 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.12 (2024-07-16)
|
||||
## 1.3.13 (2024-07-24)
|
||||
|
||||
* [bitnami/prometheus] Global StorageClass as default value ([#28085](https://github.com/bitnami/charts/pull/28085))
|
||||
* [bitnami/prometheus] Release 1.3.13 ([#28353](https://github.com/bitnami/charts/pull/28353))
|
||||
|
||||
## <small>1.3.12 (2024-07-18)</small>
|
||||
|
||||
* [bitnami/prometheus] Global StorageClass as default value (#28085) ([39e4b8a](https://github.com/bitnami/charts/commit/39e4b8a0c2dc8c44db7b2330c825dfea7b595bce)), closes [#28085](https://github.com/bitnami/charts/issues/28085)
|
||||
|
||||
## <small>1.3.11 (2024-07-10)</small>
|
||||
|
||||
|
||||
@@ -6,34 +6,34 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: alertmanager
|
||||
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r14
|
||||
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r16
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r25
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r26
|
||||
- name: prometheus
|
||||
image: docker.io/bitnami/prometheus:2.53.1-debian-12-r0
|
||||
image: docker.io/bitnami/prometheus:2.53.1-debian-12-r1
|
||||
- name: thanos
|
||||
image: docker.io/bitnami/thanos:0.35.1-debian-12-r3
|
||||
apiVersion: v2
|
||||
appVersion: 2.53.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Prometheus is an open source monitoring and alerting system. It enables sysadmins to monitor their infrastructures by collecting metrics from configured targets at given intervals.
|
||||
home: https://github.com/prometheus/prometheus
|
||||
icon: https://bitnami.com/assets/stacks/prometheus/img/prometheus-stack-220x234.png
|
||||
keywords:
|
||||
- prometheus
|
||||
- monitoring
|
||||
- prometheus
|
||||
- monitoring
|
||||
maintainers:
|
||||
- name: Bitnami
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Bitnami
|
||||
url: https://github.com/bitnami/charts
|
||||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/prometheus
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
|
||||
- https://github.com/prometheus/prometheus
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
version: 1.3.12
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/prometheus
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
|
||||
- https://github.com/prometheus/prometheus
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
version: 1.3.13
|
||||
|
||||
@@ -92,7 +92,7 @@ alertmanager:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/alertmanager
|
||||
tag: 0.27.0-debian-12-r14
|
||||
tag: 0.27.0-debian-12-r16
|
||||
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.53.1-debian-12-r0
|
||||
tag: 2.53.1-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1679,7 +1679,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r25
|
||||
tag: 12-debian-12-r26
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user