[bitnami/minio] Release 16.0.1 (#32749)

* [bitnami/minio] Release 16.0.1 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-02 03:28:15 +02:00
committed by GitHub
parent 7b564351b4
commit 351fb511b7
4 changed files with 14 additions and 10 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 16.0.0 (2025-03-13)
## 16.0.1 (2025-04-02)
* [bitnami/minio] Set `usePasswordFiles=true` by default ([#32361](https://github.com/bitnami/charts/pull/32361))
* [bitnami/minio] Release 16.0.1 ([#32749](https://github.com/bitnami/charts/pull/32749))
## 16.0.0 (2025-03-27)
* [bitnami/minio] Set `usePasswordFiles=true` by default (#32361) ([4f16379](https://github.com/bitnami/charts/commit/4f1637923c52c3f209a20e3dc617c3433de4083c)), closes [#32361](https://github.com/bitnami/charts/issues/32361)
## <small>15.0.7 (2025-03-12)</small>
+4 -4
View File
@@ -7,11 +7,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: minio
image: docker.io/bitnami/minio:2025.3.12-debian-12-r0
image: docker.io/bitnami/minio:2025.3.12-debian-12-r3
- name: minio-client
image: docker.io/bitnami/minio-client:2025.3.12-debian-12-r0
image: docker.io/bitnami/minio-client:2025.3.12-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r39
image: docker.io/bitnami/os-shell:12-debian-12-r40
apiVersion: v2
appVersion: 2025.3.12
dependencies:
@@ -35,4 +35,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 16.0.0
version: 16.0.1
+1 -1
View File
@@ -684,4 +684,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+3 -3
View File
@@ -75,7 +75,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2025.3.12-debian-12-r0
tag: 2025.3.12-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -102,7 +102,7 @@ image:
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2025.3.12-debian-12-r0
tag: 2025.3.12-debian-12-r2
digest: ""
## @param mode MinIO&reg; server mode (`standalone` or `distributed`)
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
@@ -1121,7 +1121,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r39
tag: 12-debian-12-r40
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.