Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/prometheus] Release 1.3.2 #26569

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.3.1 (2024-05-28)
## 1.3.2 (2024-05-30)

* [bitnami/prometheus] Add chart source URL to sources list ([#26487](https://github.com/bitnami/charts/pull/26487))
* [bitnami/prometheus] Release 1.3.2 ([#26569](https://github.com/bitnami/charts/pull/26569))

## <small>1.3.1 (2024-05-28)</small>

* [bitnami/prometheus] Add chart source URL to sources list (#26487) ([ee8dc41](https://github.com/bitnami/charts/commit/ee8dc416fdbf7562a1992835629b5d6583c0e59d)), closes [#26487](https://github.com/bitnami/charts/issues/26487)

## 1.3.0 (2024-05-24)

Expand Down
10 changes: 5 additions & 5 deletions bitnami/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ annotations:
- name: alertmanager
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r10
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: prometheus
image: docker.io/bitnami/prometheus:2.52.0-debian-12-r2
image: docker.io/bitnami/prometheus:2.52.1-debian-12-r0
- name: thanos
image: docker.io/bitnami/thanos:0.35.0-debian-12-r4
image: docker.io/bitnami/thanos:0.35.1-debian-12-r0
apiVersion: v2
appVersion: 2.52.0
appVersion: 2.52.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -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.1
version: 1.3.2
6 changes: 3 additions & 3 deletions bitnami/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ server:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.52.0-debian-12-r2
tag: 2.52.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1069,7 +1069,7 @@ server:
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.35.0-debian-12-r4
tag: 0.35.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
Expand Down Expand Up @@ -1677,7 +1677,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r21
tag: 12-debian-12-r22
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
Loading