chore(deps): update minio/mc:latest docker digest to bde937e

This commit is contained in:
Renovate Bot 2024-07-01 08:27:46 +00:00
parent 660fbfce3e
commit 27b0542a56
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
- name: gitea-regcred - name: gitea-regcred
initContainers: initContainers:
- name: init-s3-bucket - name: init-s3-bucket
image: minio/mc:latest@sha256:3adae97df95c66b301b25ca7b38a9d7cfbd93b8f0652687331d552cd046dbfc1 image: minio/mc:latest@sha256:bde937e5a462e8780f6083a85d46a425422450c8daf4b89e0cef038fe61db197
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: 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; - until mc alias set mlflow-minio http://minio-svc.mlflow.svc.cluster.local:9000 $MINIO_ROOT_USER $MINIO_ROOT_PASSWORD; do sleep 5; done;