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

This commit is contained in:
Renovate Bot 2024-09-09 11:50:23 +00:00
parent 7dea9a7db3
commit ca0f00da96
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:d8c5a42aa39d61e039b8ec137b7c7339e099008f7a5d91de3995eb7d6dba2b1a
image: minio/mc:latest@sha256:10fea08805ab76fe9b8ff0d3755db7af3f5a2468a60a48826bd21ec7c8b5000e
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;