11 Commits

Author SHA1 Message Date
3c92a0fc18 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (pull_request) Successful in 48s
2025-11-25 12:03:51 +00:00
4deaa0aeed Update goharbor/registry-photon Docker tag to v2.14.1 (#2132)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m11s
2025-11-25 12:02:38 +00:00
34b9314adc Update goharbor/nginx-photon Docker tag to v2.14.1 (#2131)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 6s
renovate / renovate (push) Has been cancelled
2025-11-25 12:02:28 +00:00
8881c23feb Update goharbor/harbor-registryctl Docker tag to v2.14.1 (#2130)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-25 12:02:19 +00:00
3845395b21 Update goharbor/harbor-portal Docker tag to v2.14.1 (#2129)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-25 12:02:08 +00:00
4f1866dd85 Update goharbor/harbor-jobservice Docker tag to v2.14.1 (#2128)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-25 12:01:59 +00:00
6f1180d3a3 Update goharbor/harbor-exporter Docker tag to v2.14.1 (#2127)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-25 12:01:51 +00:00
b166705cf8 Update searxng/searxng:latest Docker digest to f1620d6 (#2125)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-11-25 12:01:36 +00:00
0a0e786578 Update searxng/searxng:latest Docker digest to cdbe292 (#2124)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m27s
2025-11-25 11:01:26 +00:00
4e4ac0caf7 Update searxng/searxng:latest Docker digest to befab10 (#2123)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m14s
2025-11-25 06:01:35 +00:00
d20fa4fa67 upgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m24s
2025-11-24 21:44:54 -06:00
5 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ audiobookshelf:
apprise-api:
image:
repository: caronc/apprise
tag: 1.2.5
tag: 1.2.6
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:4cf7a26323427642f28a9f98f342b3ac91d356d7de0828ad2646f60647919ed4
tag: latest@sha256:f1620d65869da6ec337e395cb9c0d2839146f3129e6afb956bb3a92bc4242a3d
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -43,7 +43,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:4cf7a26323427642f28a9f98f342b3ac91d356d7de0828ad2646f60647919ed4
tag: latest@sha256:f1620d65869da6ec337e395cb9c0d2839146f3129e6afb956bb3a92bc4242a3d
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

@@ -157,7 +157,7 @@ qbittorrent:
apprise-api:
image:
repository: caronc/apprise
tag: 1.2.5
tag: 1.2.6
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -34,12 +34,12 @@ harbor:
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.14.0
tag: v2.14.1
replicas: 0
portal:
image:
repository: goharbor/harbor-portal
tag: v2.14.0
tag: v2.14.1
replicas: 2
core:
image:
@@ -52,7 +52,7 @@ harbor:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.14.0
tag: v2.14.1
replicas: 2
jobLoggers:
- stdout
@@ -61,11 +61,11 @@ harbor:
registry:
image:
repository: goharbor/registry-photon
tag: v2.14.0
tag: v2.14.1
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.14.0
tag: v2.14.1
existingSecret: harbor-secret
relativeurls: true
credentials:
@@ -92,7 +92,7 @@ harbor:
exporter:
image:
repository: goharbor/harbor-exporter
tag: v2.14.0
tag: v2.14.1
replicas: 2
postgres-17-cluster:
mode: recovery

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun
postgresql:
image: docker.io/postgres:17.7-alpine3.21
image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres
env_file:
- .env