Skip to content

Commit

Permalink
Pinning minio/minio container tag in starter-azure.yaml because minio…
Browse files Browse the repository at this point in the history
… gateway functionality was dropped in later releases

Signed-off-by: Mark Rossett <[email protected]>
  • Loading branch information
marosset committed Dec 9, 2024
1 parent a03555c commit 9664cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/prow/cluster/starter/starter-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,8 @@ spec:
spec:
containers:
- name: minio
image: minio/minio:latest
# RELEASE.2022-04-29T01-27-09Z is the last minio release that contains gateway functionality
image: minio/minio:RELEASE.2022-04-29T01-27-09Z
args:
- gateway
- azure
Expand Down

0 comments on commit 9664cbb

Please sign in to comment.