Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/fake-aws-s3/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: minio
version: 3.2.0
version: 5.0.13
repository: https://charts.min.io/
6 changes: 1 addition & 5 deletions charts/fake-aws-s3/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# See defaults in https://github.com/helm/charts/tree/master/stable/minio
# See defaults in https://github.com/minio/minio/blob/RELEASE.2023-07-07T07-13-57Z/helm/minio/values.yaml
minio:
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2021-10-07T04-19-58Z
pullPolicy: IfNotPresent
fullnameOverride: fake-aws-s3
service:
port: "9000"
Expand Down
3 changes: 1 addition & 2 deletions deploy/dockerephemeral/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ services:

fake_s3:
container_name: demo_wire_s3
# image: minio/minio:RELEASE.2018-05-25T19-49-13Z
image: julialongtin/minio:0.0.9
image: minio/minio:RELEASE.2023-07-07T07-13-57Z
ports:
- "127.0.0.1:4570:9000"
environment:
Expand Down