Skip to content

Commit

Permalink
[bitnami/minio] Release 14.7.7 (#29318)
Browse files Browse the repository at this point in the history
* [bitnami/minio] Release 14.7.7 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 10, 2024
1 parent bb6c8e3 commit f0167a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 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.6 (2024-09-09)
## 14.7.7 (2024-09-10)

* [bitnami/minio]: fix missing `metrics.enabled` docs. ([#29270](https://github.com/bitnami/charts/pull/29270))
* [bitnami/minio] Release 14.7.7 ([#29318](https://github.com/bitnami/charts/pull/29318))

## <small>14.7.6 (2024-09-09)</small>

* [bitnami/minio]: fix missing `metrics.enabled` docs. (#29270) ([1780940](https://github.com/bitnami/charts/commit/17809407c8b44b14be0cda439b98cad70705bb07)), closes [#29270](https://github.com/bitnami/charts/issues/29270)

## <small>14.7.5 (2024-09-06)</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:2024.8.29-debian-12-r2
image: docker.io/bitnami/minio:2024.9.9-debian-12-r0
- name: minio-client
image: docker.io/bitnami/minio-client:2024.8.26-debian-12-r2
image: docker.io/bitnami/minio-client:2024.9.9-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r29
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 2024.8.29
appVersion: 2024.9.9
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.6
version: 14.7.7
6 changes: 3 additions & 3 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.8.29-debian-12-r2
tag: 2024.9.9-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.8.26-debian-12-r2
tag: 2024.9.9-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 @@ -1108,7 +1108,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r29
tag: 12-debian-12-r30
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit f0167a5

Please sign in to comment.