Compare commits
15 Commits
868383c59e
...
a617e706dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a617e706dd | ||
| b9bf19baf0 | |||
|
|
0702433ed2 | ||
| bb95728621 | |||
| 638fb0d624 | |||
| 5070be0ac3 | |||
| 9376c9cf29 | |||
| acb44b9ac0 | |||
| 7c2400bd23 | |||
|
|
2c5e280d1f | ||
|
|
fb62d07717 | ||
|
|
7f1e64d8fc | ||
|
|
2ff716c961 | ||
|
|
05dd594143 | ||
|
|
1a7c97858f |
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: docker://renovate/renovate:41.91.0
|
uses: docker://renovate/renovate:41.91.1
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
key: postgres-password
|
key: postgres-password
|
||||||
containers:
|
containers:
|
||||||
- name: ghostfolio
|
- name: ghostfolio
|
||||||
image: docker.io/ghostfolio/ghostfolio:2.193.0
|
image: docker.io/ghostfolio/ghostfolio:2.195.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
echo "Gitea is ready!"
|
echo "Gitea is ready!"
|
||||||
containers:
|
containers:
|
||||||
- name: runner
|
- name: runner
|
||||||
image: gitea/act_runner@sha256:62a561c82dd67ec77ea600db7eac78ac5fed8e2244950fbf1829c54da12e8e54
|
image: gitea/act_runner@sha256:8477d5b61b655caad4449888bae39f1f34bebd27db56cb15a62dccb3dcf3a944
|
||||||
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
|
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_HOST
|
- name: DOCKER_HOST
|
||||||
|
|||||||
@@ -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:v1.139.4-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v1.140.0-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:v1.139.4
|
image: ghcr.io/immich-app/immich-server:v1.140.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pulse
|
- name: pulse
|
||||||
image: rcourtman/pulse:4.9.1
|
image: rcourtman/pulse:4.10.1
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pulse-data
|
- name: pulse-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: searxng
|
- name: searxng
|
||||||
image: searxng/searxng@sha256:cf4ae7bdd6f2c9211faec7bf39992f1a2bf0753f145589a95aaa87182bfbc6ca
|
image: searxng/searxng@sha256:afa052a77e7ab8e6fcd39aa153822c18b696d5851a2eedb35d2eb1f90e9314cc
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user