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