Skip to content

Commit ebc267c

Browse files
fix(quickstart): update minio image to RELEASE.2024-11-07 to fix ARM64 crash (#6390)
Signed-off-by: Shivansh Sahu <sahushivansh142@gmail.com>
1 parent a6793cb commit ebc267c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

quickstart/manifests/control-plane.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ spec:
793793
spec:
794794
containers:
795795
- name: minio
796-
image: minio/minio:RELEASE.2020-08-26T00-00-49Z
796+
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
797797
args:
798798
- server
799799
- /data
@@ -812,3 +812,4 @@ spec:
812812
- name: minio
813813
containerPort: 9000
814814
protocol: TCP
815+

0 commit comments

Comments
 (0)