Compare commits
15 Commits
5084bffdc7
...
aff1d48e11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aff1d48e11 | ||
| d7829e2b36 | |||
| 20d126b9f0 | |||
| 0be9a5ac78 | |||
| 27c3a93394 | |||
| 2e8149ccf3 | |||
| 572521c3b6 | |||
| 592bcaae4a | |||
|
|
5a97901ded | ||
|
|
1e11c5d835 | ||
|
|
617e5b2b35 | ||
|
|
1de363eba0 | ||
|
|
2553847cd5 | ||
|
|
14f6c85e2d | ||
|
|
076b79a897 |
@@ -9,7 +9,7 @@ jobs:
|
|||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: renovate/renovate:42.18.0
|
image: renovate/renovate:42.19.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
containers:
|
containers:
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.3.0-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v2.3.1-cuda
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3003
|
- containerPort: 3003
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
done
|
done
|
||||||
containers:
|
containers:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:v2.3.0
|
image: ghcr.io/immich-app/immich-server:v2.3.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ spec:
|
|||||||
- name: postgres-data
|
- name: postgres-data
|
||||||
mountPath: /var/lib/postgresql
|
mountPath: /var/lib/postgresql
|
||||||
- name: inv-companion
|
- name: inv-companion
|
||||||
image: quay.io/invidious/invidious-companion@sha256:a445ef2390360a491c6e4ebee9e53588792ebdbfebf505a6b5df45cffaa8f554
|
image: quay.io/invidious/invidious-companion@sha256:4f2902d95ed38569533812f2956ce2b07dd883562ebc735260ad82513fac6598
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: SERVER_SECRET_KEY
|
- name: SERVER_SECRET_KEY
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pulse
|
- name: pulse
|
||||||
image: rcourtman/pulse:4.31.0
|
image: rcourtman/pulse:4.32.2
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pulse-data
|
- name: pulse-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
image: lscr.io/linuxserver/code-server:4.106.0
|
image: lscr.io/linuxserver/code-server:4.106.2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
done
|
done
|
||||||
containers:
|
containers:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: lscr.io/linuxserver/nextcloud:32.0.1
|
image: lscr.io/linuxserver/nextcloud:32.0.2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: searxng
|
- name: searxng
|
||||||
image: searxng/searxng@sha256:91da34403fc1d2c7ac23d1459af87870d87810b7d50b0c6a4585ab78846cb534
|
image: searxng/searxng@sha256:31c349e2231179d5a13c025a980e6d5b32c148de828b599d339d5dc67f2957cb
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user