chore(deps): update minio/mc:latest docker digest to d8c5a42 #124

Merged
renovate merged 1 commits from renovate/minio-mc-latest into main 2024-07-15 13:31:34 +00:00
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:bde937e5a462e8780f6083a85d46a425422450c8daf4b89e0cef038fe61db197
image: minio/mc:latest@sha256:d8c5a42aa39d61e039b8ec137b7c7339e099008f7a5d91de3995eb7d6dba2b1a
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;