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

This commit is contained in:
Renovate Bot 2024-06-17 17:13:14 +00:00
parent 8dab1e15ac
commit 8bdff88309
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:54a328c8bb4ab32323b8ee4ff55991c5498ba8f103328787e39f474853811ecc
image: minio/mc:latest@sha256:3adae97df95c66b301b25ca7b38a9d7cfbd93b8f0652687331d552cd046dbfc1
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;