Compare commits

..

18 Commits

Author SHA1 Message Date
Renovate Bot c306577296 chore(deps): update postgresql docker tag to v15.5.28 2024-09-09 12:08:15 +00:00
Renovate Bot be047848dd chore(deps): update minio/minio:latest docker digest to 0bd7959 2024-09-09 12:07:49 +00:00
Renovate Bot ca0f00da96 chore(deps): update minio/mc:latest docker digest to 10fea08 2024-09-09 11:50:23 +00:00
Renovate Bot 7dea9a7db3 chore(deps): update busybox:1.36 docker digest to 34b191d 2024-09-09 11:49:57 +00:00
Renovate Bot 4a8f58be41 chore(deps): update minio/minio:latest docker digest to be3db71 2024-07-15 13:32:56 +00:00
Renovate Bot b7115b24dd chore(deps): update minio/mc:latest docker digest to d8c5a42 2024-07-15 13:31:28 +00:00
Renovate Bot 2280a49726 chore(deps): update bitnami/postgresql docker tag to v16.3.0-debian-12-r17 2024-07-03 09:27:06 +00:00
Renovate Bot f0673adc10 chore(deps): update ghcr.io/lordmathis/k9s-web:latest docker digest to 6db8f88 2024-07-03 09:26:42 +00:00
Renovate Bot 0ccd72f22b chore(deps): update minio/minio:latest docker digest to fce0a90 2024-07-01 08:28:10 +00:00
Renovate Bot 27b0542a56 chore(deps): update minio/mc:latest docker digest to bde937e 2024-07-01 08:27:46 +00:00
Renovate Bot 660fbfce3e chore(deps): update minio/minio:latest docker digest to c717507 2024-06-17 17:13:39 +00:00
Renovate Bot 8bdff88309 chore(deps): update minio/mc:latest docker digest to 3adae97 2024-06-17 17:13:14 +00:00
Mathis 8dab1e15ac Merge pull request 'chore(deps): update bitnami/postgresql docker tag to v16' (#107) from renovate/bitnami-postgresql-16.x into main
Reviewed-on: #107
2024-06-17 17:12:01 +00:00
Renovate Bot c411c258c3 chore(deps): update bitnami/postgresql docker tag to v16 2024-06-12 09:59:08 +00:00
Renovate Bot 0177679162 chore(deps): update postgresql docker tag to v15.5.5 2024-06-12 09:52:10 +00:00
Renovate Bot 543f7e3a12 chore(deps): update bitnami/postgresql docker tag to v15.7.0-debian-12-r9 2024-06-12 09:51:40 +00:00
Renovate Bot 3272bace5a chore(deps): update minio/minio:latest docker digest to bf46153 2024-06-11 17:29:16 +00:00
Renovate Bot 1a78935812 chore(deps): update minio/mc:latest docker digest to 54a328c 2024-06-11 17:28:52 +00:00
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:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41
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:15.7.0-debian-12-r8@sha256:ce7a7ffc45d22300de66499daea425e4447cb83445314d2a5ef1804c10e8d146 image: bitnami/postgresql:16.3.0-debian-12-r17@sha256:5f5da81926e99bde90bd188bb43bf8de4bbcc1da45087e375631693e82d8b1c7
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:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41
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.4 version: 15.5.28
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:c97dbb0238dbd650ebe3f57dda68984993f466abad70d36c6e3ca306ceec3f58 image: minio/minio:latest@sha256:0bd79595dbcf155782860716abf4cf79d5ee32a9508b60fa1a88793bbe55b245
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:4c43b8f007557145205a1d751e1d7f24a36994125b3e4f38e83d7c61f3a3872c image: minio/mc:latest@sha256:10fea08805ab76fe9b8ff0d3755db7af3f5a2468a60a48826bd21ec7c8b5000e
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:d3dbde4715750509bbad451a2b4dbe40d1d91fefc25e3bc3fc9b48a5d5f733e5 image: ghcr.io/lordmathis/k9s-web:latest@sha256:6db8f8812fa09a93433682bb64a32c16ddf8286091f2886699dd4b84f875d150
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:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41

View File

@ -1,7 +1,7 @@
deployment: deployment:
initContainers: initContainers:
- name: volume-permissions - name: volume-permissions
image: busybox:1.36@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 image: busybox:1.36@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41
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