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

Merged
renovate merged 1 commits from renovate/minio-mc-latest into main 2024-06-11 17:28:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1a78935812 - Show all commits

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;