Compare commits
9 Commits
daca0d07c6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d7c1ae053e | |||
| 9a1e7fae7d | |||
| cd8f212e85 | |||
| e3c7b9371e | |||
| 891052e9e8 | |||
|
|
5d51888150 | ||
|
|
9ea2e301ee | ||
|
|
99bcef6583 | ||
|
|
bb061b7e1d |
@@ -10,6 +10,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: renovate/renovate:41.97.7
|
||||
options: |-
|
||||
--network=bridge
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
@@ -78,7 +78,7 @@ spec:
|
||||
key: postgres-password
|
||||
containers:
|
||||
- name: ghostfolio
|
||||
image: docker.io/ghostfolio/ghostfolio:2.207.0
|
||||
image: docker.io/ghostfolio/ghostfolio:2.208.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
- name: daemon
|
||||
image: docker:28.4.0-dind
|
||||
image: docker:28.5.1-dind
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
|
||||
@@ -66,7 +66,7 @@ spec:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
- name: inv-companion
|
||||
image: quay.io/invidious/invidious-companion@sha256:919112d8c7b40315f815eba5a70ebe55718cdbac2dc9cb4ae2acafbbafb47d8b
|
||||
image: quay.io/invidious/invidious-companion@sha256:a96f7a1eb88bf0d5882d519c9410f8c7b2d391cafc378b72f3bfd37dd5f0e587
|
||||
restartPolicy: Always
|
||||
env:
|
||||
- name: SERVER_SECRET_KEY
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: pulse
|
||||
image: rcourtman/pulse:4.22.0
|
||||
image: rcourtman/pulse:4.23.0
|
||||
volumeMounts:
|
||||
- name: pulse-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user