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

This commit is contained in:
Renovate Bot 2024-06-07 07:58:39 +00:00
parent 1f55bd52bb
commit 7254122509
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:b01286612674f6fb17b6ac036c11b70b81b0df6bf9601a1fb653bd7387393438
image: minio/mc:latest@sha256:4c43b8f007557145205a1d751e1d7f24a36994125b3e4f38e83d7c61f3a3872c
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;