Skip to content

Commit

Permalink
[bitnami/kube-prometheus] Release 9.5.14 (#29258)
Browse files Browse the repository at this point in the history
* [bitnami/kube-prometheus] Release 9.5.14 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Sep 6, 2024
1 parent c0e0c19 commit 989b2f1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
8 changes: 6 additions & 2 deletions bitnami/kube-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 9.5.13 (2024-09-03)
## 9.5.14 (2024-09-06)

* [bitnami/kube-prometheus] Release 9.5.13 ([#29174](https://github.com/bitnami/charts/pull/29174))
* [bitnami/kube-prometheus] Release 9.5.14 ([#29258](https://github.com/bitnami/charts/pull/29258))

## <small>9.5.13 (2024-09-03)</small>

* [bitnami/kube-prometheus] Release 9.5.13 (#29174) ([4c05231](https://github.com/bitnami/charts/commit/4c05231bd7d0f9bd690221f389dfdc5a617882ae)), closes [#29174](https://github.com/bitnami/charts/issues/29174)

## <small>9.5.12 (2024-08-14)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/kube-prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 4.4.14
- name: kube-state-metrics
repository: oci://registry-1.docker.io/bitnamicharts
version: 4.2.12
version: 4.2.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:4ccc8b0210a70765175e3bb4a77dbff1a825acba167b5bd4378a7e768b0026af
generated: "2024-09-03T11:57:17.815140741Z"
digest: sha256:9a89df0b83ea2543a17cfd143c12c32bc7e2a403a8122661d91d84a24aff87df
generated: "2024-09-06T04:59:47.470958925Z"
12 changes: 6 additions & 6 deletions bitnami/kube-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r20
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r22
- name: blackbox-exporter
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r14
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r16
- name: prometheus
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r2
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r3
- name: prometheus-operator
image: docker.io/bitnami/prometheus-operator:0.76.1-debian-12-r0
image: docker.io/bitnami/prometheus-operator:0.76.1-debian-12-r2
- name: thanos
image: docker.io/bitnami/thanos:0.36.1-debian-12-r1
image: docker.io/bitnami/thanos:0.36.1-debian-12-r2
apiVersion: v2
appVersion: 0.76.1
dependencies:
Expand Down Expand Up @@ -46,4 +46,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
version: 9.5.13
version: 9.5.14
10 changes: 5 additions & 5 deletions bitnami/kube-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.76.1-debian-12-r0
tag: 0.76.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -636,7 +636,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.54.1-debian-12-r2
tag: 2.54.1-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1399,7 +1399,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.36.1-debian-12-r1
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
Expand Down Expand Up @@ -1813,7 +1813,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.27.0-debian-12-r20
tag: 0.27.0-debian-12-r22
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -2502,7 +2502,7 @@ blackboxExporter:
image:
registry: docker.io
repository: bitnami/blackbox-exporter
tag: 0.25.0-debian-12-r14
tag: 0.25.0-debian-12-r16
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 989b2f1

Please sign in to comment.