2 Commits

Author SHA1 Message Date
5a3972de2a Update ghcr.io/actualbudget/actual Docker tag to v25.11.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (pull_request) Successful in 16s
2025-11-04 17:02:49 +00:00
23e5e92fb1 Update ghcr.io/gethomepage/homepage Docker tag to v1.6.0 (#1939)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 3m26s
2025-11-04 17:01:49 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.5.0
tag: v1.6.0
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -15,7 +15,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.5.0
tag: v1.6.0
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -32,7 +32,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
homepage:
image: ghcr.io/gethomepage/homepage:v1.5.0
image: ghcr.io/gethomepage/homepage:v1.6.0
container_name: homepage
labels:
traefik.enable: true