mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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® 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.
|
||||
|
||||
Reference in New Issue
Block a user