Compare commits
16 Commits
6198c375c1
...
2aaafa8934
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2aaafa8934 | ||
| 1969750a5d | |||
| 58fbc7d0a8 | |||
| 7fd990019d | |||
| 9898de2022 | |||
| 52fa55b562 | |||
| ab7a6a20fc | |||
| 512b18a939 | |||
| 435f87b9d3 | |||
|
|
c214daff68 | ||
|
|
44d7ca5cb6 | ||
|
|
714cffc2e2 | ||
|
|
c53c520d34 | ||
|
|
dd2eba6578 | ||
|
|
c5ff851c35 | ||
|
|
39aaf3b17c |
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
uses: docker://renovate/renovate:41.46.3
|
||||
uses: docker://renovate/renovate:41.46.7
|
||||
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.2
|
||||
image: lscr.io/linuxserver/code-server:4.102.3
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: flaresolverr
|
||||
image: ghcr.io/flaresolverr/flaresolverr:v3.3.24
|
||||
image: ghcr.io/flaresolverr/flaresolverr:v3.3.25
|
||||
ports:
|
||||
- containerPort: 8191
|
||||
env:
|
||||
|
||||
@@ -15,8 +15,6 @@ spec:
|
||||
app: immich-app
|
||||
spec:
|
||||
runtimeClassName: nvidia
|
||||
nodeSelector:
|
||||
type: immich
|
||||
initContainers:
|
||||
- name: wait-for-redis
|
||||
image: busybox
|
||||
@@ -40,7 +38,7 @@ spec:
|
||||
done
|
||||
containers:
|
||||
- name: immich-server
|
||||
image: ghcr.io/immich-app/immich-server:v1.136.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.137.1
|
||||
ports:
|
||||
- containerPort: 2283
|
||||
env:
|
||||
@@ -63,7 +61,7 @@ spec:
|
||||
- mountPath: /usr/src/app/upload
|
||||
name: pictures
|
||||
- name: immich-machine-learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.137.1-cuda
|
||||
ports:
|
||||
- containerPort: 3003
|
||||
env:
|
||||
@@ -76,6 +74,11 @@ 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.1.1
|
||||
image: collabora/code:25.04.4.2.1
|
||||
ports:
|
||||
- containerPort: 9980
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:8ee06648ea025780c4805cf58fd66e48245bf7e81466751afae4bf84e5ef29ca
|
||||
image: searxng/searxng@sha256:3c0a2ee501266c0bebc2be59b741b4a0287443ade727e27d92b6c2e519ab1d25
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: speedtest
|
||||
image: lscr.io/linuxserver/speedtest-tracker:1.6.5
|
||||
image: lscr.io/linuxserver/speedtest-tracker:1.6.6
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user