Skip to content

Commit

Permalink
[bitnami/minio] Release 15.0.5 (#32222)
Browse files Browse the repository at this point in the history
* [bitnami/minio] Release 15.0.5 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 Feb 28, 2025
1 parent 5dd7af9 commit a1e4a21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions bitnami/minio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 15.0.4 (2025-02-19)
## 15.0.5 (2025-02-28)

* [bitnami/minio] Release 15.0.4 ([#32019](https://github.com/bitnami/charts/pull/32019))
* [bitnami/minio] Release 15.0.5 ([#32222](https://github.com/bitnami/charts/pull/32222))

## <small>15.0.4 (2025-02-19)</small>

* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
* [bitnami/minio] Release 15.0.4 (#32019) ([cb930d3](https://github.com/bitnami/charts/commit/cb930d302faf70eccc8a6383df4584ba44a2a4cc)), closes [#32019](https://github.com/bitnami/charts/issues/32019)

## <small>15.0.3 (2025-02-08)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: minio
image: docker.io/bitnami/minio:2025.2.18-debian-12-r0
image: docker.io/bitnami/minio:2025.2.28-debian-12-r0
- name: minio-client
image: docker.io/bitnami/minio-client:2025.2.15-debian-12-r0
image: docker.io/bitnami/minio-client:2025.2.21-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r38
image: docker.io/bitnami/os-shell:12-debian-12-r39
apiVersion: v2
appVersion: 2025.2.18
appVersion: 2025.2.28
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -34,4 +34,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 15.0.4
version: 15.0.5
6 changes: 3 additions & 3 deletions bitnami/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2025.2.18-debian-12-r0
tag: 2025.2.28-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand All @@ -102,7 +102,7 @@ image:
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2025.2.15-debian-12-r0
tag: 2025.2.21-debian-12-r0
digest: ""
## @param mode MinIO&reg; server mode (`standalone` or `distributed`)
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
Expand Down Expand Up @@ -1121,7 +1121,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r38
tag: 12-debian-12-r39
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit a1e4a21

Please sign in to comment.