Compare commits

..

No commits in common. "main" and "renovate/pin-dependencies" have entirely different histories.

9 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-chmod-data - name: init-chmod-data
image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 image: busybox:1.36@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- sh - sh

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-r17@sha256:5f5da81926e99bde90bd188bb43bf8de4bbcc1da45087e375631693e82d8b1c7 image: bitnami/postgresql:15.7.0-debian-12-r8@sha256:ce7a7ffc45d22300de66499daea425e4447cb83445314d2a5ef1804c10e8d146
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

@ -26,7 +26,7 @@ spec:
fsGroup: 1001 fsGroup: 1001
initContainers: initContainers:
- name: wait-for-gitea - name: wait-for-gitea
image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 image: busybox:1.36@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7
command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"] command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"]
containers: containers:
- name: runner - name: runner

View File

@ -18,7 +18,7 @@ generators:
helmCharts: helmCharts:
- name: postgresql - name: postgresql
releaseName: postgresql releaseName: postgresql
version: 15.5.28 version: 15.5.4
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:0bd79595dbcf155782860716abf4cf79d5ee32a9508b60fa1a88793bbe55b245 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:10fea08805ab76fe9b8ff0d3755db7af3f5a2468a60a48826bd21ec7c8b5000e 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

@ -18,6 +18,6 @@ spec:
serviceAccountName: k9s-sa serviceAccountName: k9s-sa
containers: containers:
- name: k9s - name: k9s
image: ghcr.io/lordmathis/k9s-web:latest@sha256:6db8f8812fa09a93433682bb64a32c16ddf8286091f2886699dd4b84f875d150 image: ghcr.io/lordmathis/k9s-web:latest@sha256:d3dbde4715750509bbad451a2b4dbe40d1d91fefc25e3bc3fc9b48a5d5f733e5
ports: ports:
- containerPort: 7681 - containerPort: 7681

View File

@ -38,5 +38,5 @@ data:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: helper-pod - name: helper-pod
image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 image: busybox:1.36@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7

View File

@ -1,7 +1,7 @@
deployment: deployment:
initContainers: initContainers:
- name: volume-permissions - name: volume-permissions
image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 image: busybox:1.36@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"] command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false