Fix wrong architecture digest

This commit is contained in:
Mathis 2024-06-05 10:46:12 +00:00
parent 9e1c1f1425
commit 0b99dd04c0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
- name: gitea-regcred
initContainers:
- name: init-s3-bucket
image: minio/mc:latest@sha256:4030dbab31a2a1311c4ca4fc7c6068e2d60d9d1c418c8e892010057de2972819
image: minio/mc:latest@sha256:b01286612674f6fb17b6ac036c11b70b81b0df6bf9601a1fb653bd7387393438
command: ["/bin/sh", "-c"]
args:
- until mc alias set mlflow-minio http://minio-svc.mlflow.svc.cluster.local:9000 $MINIO_ROOT_USER $MINIO_ROOT_PASSWORD; do sleep 5; done;