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

This commit is contained in:
Renovate Bot 2024-06-11 17:28:52 +00:00
parent bd98bb128a
commit 1a78935812
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:4c43b8f007557145205a1d751e1d7f24a36994125b3e4f38e83d7c61f3a3872c
image: minio/mc:latest@sha256:54a328c8bb4ab32323b8ee4ff55991c5498ba8f103328787e39f474853811ecc
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;