Compare commits
1 Commits
2aaafa8934
...
6198c375c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6198c375c1 |
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
uses: docker://renovate/renovate:41.46.7
|
||||
uses: docker://renovate/renovate:41.46.3
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: code-server
|
||||
image: lscr.io/linuxserver/code-server:4.102.3
|
||||
image: lscr.io/linuxserver/code-server:4.102.2
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
env:
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
app: immich-app
|
||||
spec:
|
||||
runtimeClassName: nvidia
|
||||
nodeSelector:
|
||||
type: immich
|
||||
initContainers:
|
||||
- name: wait-for-redis
|
||||
image: busybox
|
||||
@@ -38,7 +40,7 @@ spec:
|
||||
done
|
||||
containers:
|
||||
- name: immich-server
|
||||
image: ghcr.io/immich-app/immich-server:v1.137.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.136.0
|
||||
ports:
|
||||
- containerPort: 2283
|
||||
env:
|
||||
@@ -61,7 +63,7 @@ spec:
|
||||
- mountPath: /usr/src/app/upload
|
||||
name: pictures
|
||||
- name: immich-machine-learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.137.1-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0-cuda
|
||||
ports:
|
||||
- containerPort: 3003
|
||||
env:
|
||||
@@ -74,11 +76,6 @@ spec:
|
||||
volumeMounts:
|
||||
- name: model-cache
|
||||
mountPath: /cache
|
||||
resources:
|
||||
requests:
|
||||
nvidia.com/gpu: 1
|
||||
limits:
|
||||
nvidia.com/gpu: 1
|
||||
volumes:
|
||||
- name: pictures
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: collabora
|
||||
image: collabora/code:25.04.4.2.1
|
||||
image: collabora/code:25.04.4.1.1
|
||||
ports:
|
||||
- containerPort: 9980
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:3c0a2ee501266c0bebc2be59b741b4a0287443ade727e27d92b6c2e519ab1d25
|
||||
image: searxng/searxng@sha256:8ee06648ea025780c4805cf58fd66e48245bf7e81466751afae4bf84e5ef29ca
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: speedtest
|
||||
image: lscr.io/linuxserver/speedtest-tracker:1.6.6
|
||||
image: lscr.io/linuxserver/speedtest-tracker:1.6.5
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user