Skip to content

Commit

Permalink
[bitnami/minio] Release 14.7.11 (#29588)
Browse files Browse the repository at this point in the history
* [bitnami/minio] Release 14.7.11 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 24, 2024
1 parent 464c683 commit 4d4155e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions bitnami/minio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 14.7.10 (2024-09-17)
## 14.7.11 (2024-09-24)

* [bitnami/minio] fix: :bug: Add sleep to avoid race condition in provisioning ([#29478](https://github.com/bitnami/charts/pull/29478))
* [bitnami/minio] Release 14.7.11 ([#29588](https://github.com/bitnami/charts/pull/29588))

## <small>14.7.10 (2024-09-17)</small>

* [bitnami/minio] fix: :bug: Add sleep to avoid race condition in provisioning (#29478) ([c522a3c](https://github.com/bitnami/charts/commit/c522a3c203b3d2fc381698384c58e63ab2bba5c0)), closes [#29478](https://github.com/bitnami/charts/issues/29478)

## <small>14.7.9 (2024-09-16)</small>

Expand Down
8 changes: 4 additions & 4 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:2024.9.13-debian-12-r0
image: docker.io/bitnami/minio:2024.9.22-debian-12-r0
- name: minio-client
image: docker.io/bitnami/minio-client:2024.9.9-debian-12-r0
image: docker.io/bitnami/minio-client:2024.9.16-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 2024.9.13
appVersion: 2024.9.22
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: 14.7.10
version: 14.7.11
4 changes: 2 additions & 2 deletions bitnami/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2024.9.13-debian-12-r0
tag: 2024.9.22-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -98,7 +98,7 @@ image:
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2024.9.9-debian-12-r0
tag: 2024.9.16-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

0 comments on commit 4d4155e

Please sign in to comment.