Compare commits

...

11 Commits

Author SHA1 Message Date
d7c1ae053e Update .gitea/workflows/renovate.yml 2025-10-24 20:32:03 +00:00
9a1e7fae7d Merge pull request 'Update docker Docker tag to v28.5.1' (#375) from renovate/docker-28.x into main
Reviewed-on: #375
2025-10-15 15:28:20 +00:00
cd8f212e85 Merge pull request 'Update docker.io/ghostfolio/ghostfolio Docker tag to v2.208.0' (#376) from renovate/docker.io-ghostfolio-ghostfolio-2.x into main
Reviewed-on: #376
2025-10-15 15:28:07 +00:00
e3c7b9371e Merge pull request 'Update rcourtman/pulse Docker tag to v4.23.0' (#377) from renovate/rcourtman-pulse-4.x into main
Reviewed-on: #377
2025-10-15 15:27:55 +00:00
891052e9e8 Merge pull request 'Update quay.io/invidious/invidious-companion Docker digest to a96f7a1' (#378) from renovate/quay.io-invidious-invidious-companion into main
Reviewed-on: #378
2025-10-15 15:27:37 +00:00
daca0d07c6 Merge pull request 'Update Helm release prometheus to v27.40.1' (#379) from renovate/prometheus-27.x into main
Reviewed-on: #379
2025-10-15 15:27:25 +00:00
Renovate Bot
5d51888150 Update quay.io/invidious/invidious-companion Docker digest to a96f7a1 2025-10-15 08:59:28 +00:00
Renovate Bot
88798cb22a Update Helm release prometheus to v27.40.1 2025-10-14 00:03:32 +00:00
Renovate Bot
9ea2e301ee Update rcourtman/pulse Docker tag to v4.23.0 2025-10-13 00:04:13 +00:00
Renovate Bot
99bcef6583 Update docker.io/ghostfolio/ghostfolio Docker tag to v2.208.0 2025-10-12 01:15:45 +00:00
Renovate Bot
bb061b7e1d Update docker Docker tag to v28.5.1 2025-10-11 18:31:32 +00:00
6 changed files with 7 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: renovate/renovate:41.97.7 image: renovate/renovate:41.97.7
options: |-
--network=bridge
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -78,7 +78,7 @@ spec:
key: postgres-password key: postgres-password
containers: containers:
- name: ghostfolio - name: ghostfolio
image: docker.io/ghostfolio/ghostfolio:2.207.0 image: docker.io/ghostfolio/ghostfolio:2.208.0
securityContext: securityContext:
capabilities: capabilities:
drop: drop:

View File

@@ -61,7 +61,7 @@ spec:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data
- name: daemon - name: daemon
image: docker:28.4.0-dind image: docker:28.5.1-dind
env: env:
- name: DOCKER_TLS_CERTDIR - name: DOCKER_TLS_CERTDIR
value: /certs value: /certs

View File

@@ -66,7 +66,7 @@ spec:
- name: postgres-data - name: postgres-data
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
- name: inv-companion - name: inv-companion
image: quay.io/invidious/invidious-companion@sha256:919112d8c7b40315f815eba5a70ebe55718cdbac2dc9cb4ae2acafbbafb47d8b image: quay.io/invidious/invidious-companion@sha256:a96f7a1eb88bf0d5882d519c9410f8c7b2d391cafc378b72f3bfd37dd5f0e587
restartPolicy: Always restartPolicy: Always
env: env:
- name: SERVER_SECRET_KEY - name: SERVER_SECRET_KEY

View File

@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: pulse - name: pulse
image: rcourtman/pulse:4.22.0 image: rcourtman/pulse:4.23.0
volumeMounts: volumeMounts:
- name: pulse-data - name: pulse-data
mountPath: /data mountPath: /data

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: prometheus chart: prometheus
version: "27.40.0" version: "27.40.1"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community