Skip to content

Commit fd258a9

Browse files
authored
fake-aws-s3 chart: Upgrade to minio 5.0.13 (#3565)
1 parent 805f1ff commit fd258a9

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

charts/fake-aws-s3/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: minio
3-
version: 3.2.0
3+
version: 5.0.13
44
repository: https://charts.min.io/

charts/fake-aws-s3/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# See defaults in https://github.com/helm/charts/tree/master/stable/minio
1+
# See defaults in https://github.com/minio/minio/blob/RELEASE.2023-07-07T07-13-57Z/helm/minio/values.yaml
22
minio:
3-
mcImage:
4-
repository: quay.io/minio/mc
5-
tag: RELEASE.2021-10-07T04-19-58Z
6-
pullPolicy: IfNotPresent
73
fullnameOverride: fake-aws-s3
84
service:
95
port: "9000"

deploy/dockerephemeral/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ services:
5757

5858
fake_s3:
5959
container_name: demo_wire_s3
60-
# image: minio/minio:RELEASE.2018-05-25T19-49-13Z
61-
image: julialongtin/minio:0.0.9
60+
image: minio/minio:RELEASE.2023-07-07T07-13-57Z
6261
ports:
6362
- "127.0.0.1:4570:9000"
6463
environment:

0 commit comments

Comments
 (0)