6 Commits

Author SHA1 Message Date
49bfd0b899 Update ghcr.io/immich-app/immich-server Docker tag to v1.138.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-08-15 15:02:57 +00:00
fcb1f64d10 Update kube-prometheus-stack Docker tag to v76.3.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m26s
2025-08-15 15:01:46 +00:00
d7d323f6ac Update ghcr.io/n8n-io/n8n Docker tag to v1.107.2 (#1223)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m58s
2025-08-15 14:01:50 +00:00
d75569a971 Update nginx Docker tag to v1.29.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m43s
2025-08-15 12:01:48 +00:00
43e82c2e9f Update Helm release cloudnative-pg to v0.26.0 (#1219)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 24s
renovate / renovate (push) Successful in 1m47s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudnative-pg](https://cloudnative-pg.io) ([source](https://github.com/cloudnative-pg/charts)) | minor | `0.25.0` -> `0.26.0` |

---

### Release Notes

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

### [`v0.26.0`](https://github.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.26.0)

[Compare Source](https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.25.0...cloudnative-pg-v0.26.0)

CloudNativePG Operator Helm Chart

#### What's Changed

- chore(deps): update sigstore/cosign-installer action to v3.9.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/cloudnative-pg/charts/pull/620
- Release cloudnative-pg-v0.26.0 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in https://github.com/cloudnative-pg/charts/pull/645

**Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.25.0...cloudnative-pg-v0.26.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: #1219
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-15 03:34:33 +00:00
82c7e1b1d7 Update gitea/gitea Docker tag to v1.24.5 (#1220)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m23s
2025-08-14 18:02:09 +00:00
7 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
tag: v1.132.3 tag: v1.138.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -58,7 +58,7 @@ roundcube:
nginx: nginx:
image: image:
repository: nginx repository: nginx
tag: 1.29.0-alpine tag: 1.29.1-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: NGINX_HOST - name: NGINX_HOST

View File

@@ -19,7 +19,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
version: 76.3.0 version: 76.3.1
repository: oci://ghcr.io/prometheus-community/charts repository: oci://ghcr.io/prometheus-community/charts
- name: app-template - name: app-template
alias: ntfy-alertmanager alias: ntfy-alertmanager

View File

@@ -4,7 +4,7 @@ gitea:
replicaCount: 3 replicaCount: 3
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.24.4 tag: 1.24.5
service: service:
http: http:
type: ClusterIP type: ClusterIP

View File

@@ -9,7 +9,7 @@ n8n:
main: main:
image: image:
repository: ghcr.io/n8n-io/n8n repository: ghcr.io/n8n-io/n8n
tag: 1.107.1 tag: 1.107.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: GENERIC_TIMEZONE - name: GENERIC_TIMEZONE
@@ -93,7 +93,7 @@ n8n:
main: main:
image: image:
repository: ghcr.io/n8n-io/n8n repository: ghcr.io/n8n-io/n8n
tag: 1.107.1 tag: 1.107.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- n8n - n8n
@@ -182,7 +182,7 @@ n8n:
main: main:
image: image:
repository: ghcr.io/n8n-io/n8n repository: ghcr.io/n8n-io/n8n
tag: 1.107.1 tag: 1.107.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- n8n - n8n

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: cloudnative-pg - name: cloudnative-pg
version: 0.25.0 version: 0.26.0
repository: https://cloudnative-pg.io/charts/ repository: https://cloudnative-pg.io/charts/
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4 icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
appVersion: 1.26.0 appVersion: 1.26.0

View File

@@ -33,7 +33,7 @@ services:
- postgresql:/var/lib/postgresql/data - postgresql:/var/lib/postgresql/data
gitea: gitea:
image: gitea/gitea:1.24.4 image: gitea/gitea:1.24.5
container_name: gitea container_name: gitea
depends_on: depends_on:
- postgresql - postgresql