Compare commits
8 Commits
ff6d2178c2
...
47ca30ce06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47ca30ce06 | ||
| 7c7d662ea2 | |||
| 12b5656c21 | |||
| bc3e44065a | |||
| b6aa74c868 | |||
|
|
9bbf6bb588 | ||
|
|
05c237e17f | ||
|
|
4f0c6cf537 |
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
uses: docker://renovate/renovate:41.83.1
|
||||
uses: docker://renovate/renovate:41.83.2
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
- name: immich-machine-learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.3-cuda
|
||||
ports:
|
||||
- containerPort: 3003
|
||||
env:
|
||||
|
||||
@@ -39,7 +39,7 @@ spec:
|
||||
done
|
||||
containers:
|
||||
- name: immich-server
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
ports:
|
||||
- containerPort: 2283
|
||||
env:
|
||||
|
||||
@@ -18,14 +18,14 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:5a946b752b551c4669b40ec44c6d33b80b27f4f6dd9021a0b9d4428e60fd0bf2
|
||||
image: searxng/searxng@sha256:9d16e65d76273806d4373f0b97df3a0c4b554d917018990bab4cdc62a88a4279
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
- name: "INSTANCE_NAME"
|
||||
value: "searxng"
|
||||
- name: BASE_URL
|
||||
value: "https://sear.akshun-lab.uk"
|
||||
value: "https://sear.akshun-lab.cc"
|
||||
volumeMounts:
|
||||
- name: searxng
|
||||
mountPath: /etc/searxng
|
||||
|
||||
Reference in New Issue
Block a user