Skip to content

Commit

Permalink
chore: switch default S3 storage to MinIO (#878)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Apr 4, 2024
1 parent 4b10571 commit d4535ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/878.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`MinIO` is now the default S3 storage, instead of `localstack`.
7 changes: 7 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## [25.1.0] - 2024-04-04

### Changed

- The default S3 storage is now MinIO, instead of localstack.


## [25.0.0] - 2024-04-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 25.0.0
version: 25.1.0
appVersion: 0.45.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down
4 changes: 2 additions & 2 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ docker-registry:
## @skip minio
##
minio:
enabled: false
enabled: true
auth:
rootUser: minio
rootPassword: minio1234
Expand All @@ -892,7 +892,7 @@ minio:
## @skip localstack
##
localstack:
enabled: true
enabled: false
service:
edgeService:
nodePort: ""
Expand Down

0 comments on commit d4535ac

Please sign in to comment.