Skip to content

Commit

Permalink
Update MinIO Docker image in test and sandbox (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk authored Jan 8, 2021
1 parent f90e94a commit 676a87a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9071,7 +9071,7 @@ spec:
value: minio
- name: MINIO_SECRET_KEY
value: miniostorage
image: minio/minio:RELEASE.2019-06-04T01-15-58Z
image: minio/minio:RELEASE.2020-12-16T05-05-17Z
name: minio
ports:
- containerPort: 9000
Expand Down
2 changes: 1 addition & 1 deletion deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ spec:
value: minio
- name: MINIO_SECRET_KEY
value: miniostorage
image: minio/minio:RELEASE.2019-06-04T01-15-58Z
image: minio/minio:RELEASE.2020-12-16T05-05-17Z
name: minio
ports:
- containerPort: 9000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: minio-storage
emptyDir: {}
containers:
- image: "minio/minio:RELEASE.2019-06-04T01-15-58Z"
- image: "minio/minio:RELEASE.2020-12-16T05-05-17Z"
name: minio
env:
- name: MINIO_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/test/dependencies/storage/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: minio-storage
emptyDir: {}
containers:
- image: "minio/minio:RELEASE.2019-06-04T01-15-58Z"
- image: "minio/minio:RELEASE.2020-12-16T05-05-17Z"
name: minio
env:
- name: MINIO_ACCESS_KEY
Expand Down

0 comments on commit 676a87a

Please sign in to comment.