Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot aac51701e5 chore(deps): update bitnami/postgresql docker tag to v16 2024-06-07 08:04:59 +00:00
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ generators:
helmCharts: helmCharts:
- name: gitea - name: gitea
releaseName: gitea releaseName: gitea
version: 10.2.0 version: 10.1.4
repo: https://dl.gitea.io/charts/ repo: https://dl.gitea.io/charts/
namespace: gitea namespace: gitea
valuesMerge: merge valuesMerge: merge

View File

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

View File

@ -18,7 +18,7 @@ generators:
helmCharts: helmCharts:
- name: postgresql - name: postgresql
releaseName: postgresql releaseName: postgresql
version: 15.5.4 version: 15.5.2
repo: oci://registry-1.docker.io/bitnamicharts repo: oci://registry-1.docker.io/bitnamicharts
namespace: mlflow namespace: mlflow
valuesInline: valuesInline:

View File

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

View File

@ -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:54a328c8bb4ab32323b8ee4ff55991c5498ba8f103328787e39f474853811ecc image: minio/mc:latest@sha256:4c43b8f007557145205a1d751e1d7f24a36994125b3e4f38e83d7c61f3a3872c
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;

View File

@ -12,7 +12,7 @@ generators:
helmCharts: helmCharts:
- name: k8s-monitoring - name: k8s-monitoring
releaseName: grafana-k8s-monitoring releaseName: grafana-k8s-monitoring
version: 1.0.13 version: 1.0.12
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
namespace: monitoring namespace: monitoring
valuesFile: values.yaml valuesFile: values.yaml