Skip to content

Commit

Permalink
fix: lock down minio gateway version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafilor committed Aug 31, 2021
1 parent 4cd5dbd commit c3b8c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/artifact-repository/overlays/abs/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: minio-gateway
image: minio/minio
image: minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.49f6035b1
args:
- gateway
- azure
Expand Down
2 changes: 1 addition & 1 deletion common/artifact-repository/overlays/gcs/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: minio-gateway
image: minio/minio
image: minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.49f6035b1
volumeMounts:
- name: gcs-credentials
mountPath: /etc/gcs
Expand Down

0 comments on commit c3b8c50

Please sign in to comment.