11 Commits

Author SHA1 Message Date
dbcab2c639 chore(deps): update gitea to v1.26.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m43s
lint-test-helm / lint-helm (pull_request) Successful in 1m4s
lint-test-helm / validate-kubeconform (pull_request) Successful in 2m17s
2026-04-28 16:13:03 +00:00
4a936b649b Merge pull request 'chore(deps): update searxng/searxng:latest docker digest to ba3fbb7' (#6348) from renovate/unified-searxng into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m49s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 8m18s
2026-04-28 16:06:10 +00:00
48c8c92478 chore(deps): update searxng/searxng:latest docker digest to ba3fbb7
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m7s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 4m6s
2026-04-28 16:05:42 +00:00
ab0ecad16c Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.150.0' (#6344) from renovate/unified-renovate into main
All checks were successful
render-manifests / render-manifests (push) Successful in 17m14s
renovate / renovate (push) Successful in 7m20s
2026-04-28 11:03:36 +00:00
d99409a5f1 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.150.0 2026-04-28 11:02:58 +00:00
553834502b Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.149.0' (#6343) from renovate/unified-renovate into main
All checks were successful
renovate / renovate (push) Successful in 3m52s
2026-04-28 10:06:40 +00:00
dcb1689ce3 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.149.0 2026-04-28 10:05:54 +00:00
06b8558361 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.147.0' (#6342) from renovate/unified-renovate into main
All checks were successful
renovate / renovate (push) Successful in 6m48s
2026-04-28 08:05:34 +00:00
0d9802dbb8 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.147.0 2026-04-28 08:05:05 +00:00
d604b53054 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.146.0' (#6341) from renovate/unified-renovate into main
All checks were successful
renovate / renovate (push) Successful in 5m53s
2026-04-28 03:04:37 +00:00
f071e3444a chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.146.0 2026-04-28 03:03:58 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-js
container: ghcr.io/renovatebot/renovate:43.145.0@sha256:5e024261a94758005b772fd55a8ee2e8f9a8a308c438a5a08e411bb1b44d1a17
container: ghcr.io/renovatebot/renovate:43.150.0@sha256:f2d4c467a8eb4b885630a8ca7d068173db69a5a1156ba41480c0a3a2e011d759
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -56,4 +56,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png
# renovate: datasource=github-releases depName=go-gitea/gitea
appVersion: 1.26.0
appVersion: 1.26.1

View File

@@ -9,7 +9,7 @@ gitea:
maxUnavailable: 1
image:
repository: gitea/gitea
tag: 1.25.5
tag: 1.26.1
service:
http:
type: ClusterIP

View File

@@ -10,7 +10,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:c9100c29c14a77d5289263a671580226c3b8a396a1a0130d2f500f57076a0119
tag: latest@sha256:ba3fbb767c9dcc29509fcbef00268a3a5d3535ed57e19a7582a56058f8b2c5c4
env:
- name: SEARXNG_BASE_URL
value: http://searxng-api.searxng:8080
@@ -38,7 +38,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:c9100c29c14a77d5289263a671580226c3b8a396a1a0130d2f500f57076a0119
tag: latest@sha256:ba3fbb767c9dcc29509fcbef00268a3a5d3535ed57e19a7582a56058f8b2c5c4
env:
- name: SEARXNG_BASE_URL
value: https://searxng.alexlebens.net/

View File

@@ -33,7 +33,7 @@ services:
- postgresql18:/var/lib/postgresql
gitea:
image: gitea/gitea:1.26.0@sha256:af07b88edbb2173d20932f9c75ebcf4e61d7d5c2d6a7ab5cc6b97cba28aea352
image: gitea/gitea:1.26.1@sha256:d8667667b4ccbd1f67b86a376bffcc0a17b16cf71309ed04e3918231776d47dd
container_name: gitea
depends_on:
- postgresql