Skip to content

Commit

Permalink
Do not use latest image for minio (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored Nov 5, 2024
1 parent 7cdee65 commit 8a13bf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ ext-authz:
arm64: docker.io/istio/ext-authz:1.22.3-debug

minio:
x86: quay.io/minio/minio:latest
p: quay.io/minio/minio:latest
z: quay.io/minio/minio:latest
arm64: quay.io/minio/minio:latest
x86: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
p: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
z: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
arm64: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z

busybox:
x86: quay.io/maistra/busybox:1.28
Expand Down

0 comments on commit 8a13bf3

Please sign in to comment.