Fix wrong architecture digest
This commit is contained in:
parent
9e1c1f1425
commit
0b99dd04c0
|
@ -17,7 +17,7 @@ spec:
|
||||||
- name: gitea-regcred
|
- name: gitea-regcred
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-s3-bucket
|
- name: init-s3-bucket
|
||||||
image: minio/mc:latest@sha256:4030dbab31a2a1311c4ca4fc7c6068e2d60d9d1c418c8e892010057de2972819
|
image: minio/mc:latest@sha256:b01286612674f6fb17b6ac036c11b70b81b0df6bf9601a1fb653bd7387393438
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
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;
|
- until mc alias set mlflow-minio http://minio-svc.mlflow.svc.cluster.local:9000 $MINIO_ROOT_USER $MINIO_ROOT_PASSWORD; do sleep 5; done;
|
||||||
|
|
Loading…
Reference in New Issue