Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot aae78e1a44 chore(deps): update bitnami/postgresql docker tag to v16 2024-06-05 10:50:50 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ spec:
initContainers:
- name: postgres-dump-init
image: bitnami/postgresql:16.3.0-debian-12-r13@sha256:0638e8ca707464bd95d1b9dfaa2537b787cc8a78d02880fe4121dd483ef97b14
image: bitnami/postgresql:16.3.0-debian-12-r12@sha256:9d7c8db688f0775a7fcbef547e88b31d193edc311788dcf8643780d69309800c
command: ["/bin/sh", "-c"]
args: ["pg_dump -h gitea-postgresql -p 5432 -U gitea gitea -Fc > /backup/postgres_backup.dump"]
env:

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: minio
image: minio/minio:latest@sha256:c97dbb0238dbd650ebe3f57dda68984993f466abad70d36c6e3ca306ceec3f58
image: minio/minio:latest@sha256:c6b68f15862830b58d6d373cdc88dd9de93bbd30bfaa7a26f180bd284673cc7d
command:
- /bin/bash
- -c

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:b01286612674f6fb17b6ac036c11b70b81b0df6bf9601a1fb653bd7387393438
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;