Commit Graph

48180 Commits

Author SHA1 Message Date
TrueCharts Bot 5afd29537f chore(flux): update image ghcr.io/fluxcd/flux-manifests v2.6.4 → v2.7.0 (clustertool) (#40258)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/fluxcd/flux-manifests](https://redirect.github.com/fluxcd/flux2)
| minor | `v2.6.4` -> `v2.7.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>fluxcd/flux2 (ghcr.io/fluxcd/flux-manifests)</summary>

###
[`v2.7.0`](https://redirect.github.com/fluxcd/flux2/releases/tag/v2.7.0)

[Compare
Source](https://redirect.github.com/fluxcd/flux2/compare/v2.6.4...v2.7.0)

#### Highlights

Flux v2.7.0 is a feature release. Users are encouraged to upgrade for
the best experience.

For a compressive overview of new features and API changes included in
this release, please refer to the [Announcing Flux 2.7 GA blog
post](https://fluxcd.io/blog/2025/09/flux-v2.7.0/).

Overview of the new features:

- General availability release of the Image Automation APIs
(`ImagePolicy`, `ImageRepository`, `ImageUpdateAutomation`)
- Watch for changes in ConfigMaps and Secrets references
(`Kustomization`, `HelmRelease`)
- Support for remote cluster authentication using Workload Identity
(`Kustomization`, `HelmRelease`)
- Extend the readiness evaluation of dependencies with CEL expressions
(`Kustomization`, `HelmRelease`)
- Support for global SOPS Age decryption keys on single-tenant clusters
(`Kustomization`)
- Support for optional Kustomize components (`Kustomization`)
- Introduce `RetryOnFailure` lifecycle management strategy
(`HelmRelease`)
- Support mTLS for sending alerts to external systems (`Provider`)
- Object-level workload identity authentication (`Bucket`, `Provider`)
- Support mTLS for GitHub App transport (`GitRepository`,
`ImageUpdateAutomation`, `Provider`)
- OpenTelemetry tracing for `Kustomization` and `HelmRelease`
reconciliation (`Provider`)
- Support for 3rd-party source controllers (`ExternalArtifact`)
- Support for source composition and decomposition patterns
(`ArtifactGenerator`)
- `CancelHealthCheckOnNewRevision` feature gate (kustomize-controller)
- `GitSparseCheckout` feature gate (image-automation-controller)

❤️ Big thanks to all the Flux contributors that helped us with this
release!

##### Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

| Kubernetes version | Minimum required |
| ------------------ | ---------------- |
| `v1.32`            | `>= 1.32.0`      |
| `v1.33`            | `>= 1.33.0`      |
| `v1.34`            | `>= 1.34.1`      |

> \[!NOTE]
> Note that the Flux project offers support only for the latest three
minor versions of Kubernetes.
> Backwards compatibility with older versions of Kubernetes and
OpenShift is offered by vendors such as
> [ControlPlane](https://control-plane.io/enterprise-for-flux-cd/) that
provide enterprise support for Flux.

##### OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from
OperatorHub using [Flux
Operator](https://operatorhub.io/operator/flux-operator). The operator
allows the configuration of Flux multi-tenancy lockdown, network
policies, persistent storage, sharding, vertical scaling and the
synchronization of the cluster state from Git repositories, OCI
artifacts, and S3-compatible storage.

#### Upgrade procedure

⚠️ The Flux APIs `v1beta1` and `v2beta1` (deprecated in 2023)
have reached end-of-life and have been removed from the CRDs.

Unless you are using [Flux
Operator](https://redirect.github.com/controlplaneio-fluxcd/flux-operator)
to deploy the Flux controllers, you must run the `flux migrate` command
on clusters before upgrading.

For more details, please refer to the [Flux v2.7 upgrade
guide](https://fluxcd.io/blog/2025/09/flux-v2.7.0/#upgrade-procedure).

#### Components changelog

- source-controller
[v1.7.0](https://redirect.github.com/fluxcd/source-controller/blob/v1.7.0/CHANGELOG.md)
- kustomize-controller
[v1.7.0](https://redirect.github.com/fluxcd/kustomize-controller/blob/v1.7.0/CHANGELOG.md)
- notification-controller
[v1.7.0](https://redirect.github.com/fluxcd/notification-controller/blob/v1.7.0/CHANGELOG.md)
[v1.7.1](https://redirect.github.com/fluxcd/notification-controller/blob/v1.7.1/CHANGELOG.md)
- helm-controller
[v1.4.0](https://redirect.github.com/fluxcd/helm-controller/blob/v1.4.0/CHANGELOG.md)
- image-reflector-controller
[v1.0.0](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v1.0.0/CHANGELOG.md)
[v1.0.1](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v1.0.1/CHANGELOG.md)
- image-automation-controller
[v1.0.0](https://redirect.github.com/fluxcd/image-automation-controller/blob/v1.0.0/CHANGELOG.md)
[v1.0.1](https://redirect.github.com/fluxcd/image-automation-controller/blob/v1.0.1/CHANGELOG.md)
- source-watcher
[v2.0.0](https://redirect.github.com/fluxcd/source-watcher/blob/v2.0.0/CHANGELOG.md)
[v2.0.1](https://redirect.github.com/fluxcd/source-watcher/blob/v1.0.1/CHANGELOG.md)

##### New Documentation

- [ImageRepository v1
specification](https://fluxcd.io/flux/components/image/imagerepositories)
- [ImagePolicy v1
specification](https://fluxcd.io/flux/components/image/imagepolicies)
- [ImageUpdateAutomation v1
specification](https://fluxcd.io/flux/components/image/imageupdateautomations)
- [ExternalArtifact v1
specification](https://fluxcd.io/flux/components/source/externalartifacts)
- [ArtifactGenerator v1beta1
specification](https://fluxcd.io/flux/components/source/artifactgenerators)

#### CLI changelog

- Add backport label for `v2.6.x` by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5379](https://redirect.github.com/fluxcd/flux2/pull/5379)
- Update image-reflector-controller to v0.35.1 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5381](https://redirect.github.com/fluxcd/flux2/pull/5381)
- Add digest pinning to image automation testing by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5383](https://redirect.github.com/fluxcd/flux2/pull/5383)
- correct small typo by
[@&#8203;JIbald](https://redirect.github.com/JIbald) in
[#&#8203;5388](https://redirect.github.com/fluxcd/flux2/pull/5388)
- Remove credentials sync manifests by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5347](https://redirect.github.com/fluxcd/flux2/pull/5347)
- Add sparse checkout to cli by
[@&#8203;ba-work](https://redirect.github.com/ba-work) in
[#&#8203;5389](https://redirect.github.com/fluxcd/flux2/pull/5389)
- fix: Allow Azure CLI calls in `flux push artifact --provider azure` on
DevOps runners by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5390](https://redirect.github.com/fluxcd/flux2/pull/5390)
- Fix `knownhosts key mismatch` regression bug by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5404](https://redirect.github.com/fluxcd/flux2/pull/5404)
- refactor: Use `normalize.UnstructuredList` instead of
`ssa.SetNativeKindsDefaults` by
[@&#8203;cappyzawa](https://redirect.github.com/cappyzawa) in
[#&#8203;5407](https://redirect.github.com/fluxcd/flux2/pull/5407)
- Make service-account name configurable in `flux create tenant` by
[@&#8203;reiSh6phoo9o](https://redirect.github.com/reiSh6phoo9o) in
[#&#8203;5402](https://redirect.github.com/fluxcd/flux2/pull/5402)
- Update toolkit components by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5409](https://redirect.github.com/fluxcd/flux2/pull/5409)
- refactor: cleanup GetArtifactRegistryCredentials error handling by
[@&#8203;cappyzawa](https://redirect.github.com/cappyzawa) in
[#&#8203;5418](https://redirect.github.com/fluxcd/flux2/pull/5418)
- Promote image CLI commands to stable by
[@&#8203;dgunzy](https://redirect.github.com/dgunzy) in
[#&#8203;5421](https://redirect.github.com/fluxcd/flux2/pull/5421)
- Update toolkit components by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5426](https://redirect.github.com/fluxcd/flux2/pull/5426)
- Bump pkg/ssa to v0.49.0 for CABundle validation fix by
[@&#8203;dgunzy](https://redirect.github.com/dgunzy) in
[#&#8203;5431](https://redirect.github.com/fluxcd/flux2/pull/5431)
- \[RFC-0010] Add workload identity support for remote clusters by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5434](https://redirect.github.com/fluxcd/flux2/pull/5434)
- Update toolkit components by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5443](https://redirect.github.com/fluxcd/flux2/pull/5443)
- Fix `flux push artifact` for insecure registries by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5449](https://redirect.github.com/fluxcd/flux2/pull/5449)
- \[RFC-0010] Add workload identity support for remote generic clusters
by [@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5452](https://redirect.github.com/fluxcd/flux2/pull/5452)
- Fix `flux diff kustomization` ignore patterns by
[@&#8203;dgunzy](https://redirect.github.com/dgunzy) in
[#&#8203;5451](https://redirect.github.com/fluxcd/flux2/pull/5451)
- Update dependencies to Kubernetes 1.33.2 by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5453](https://redirect.github.com/fluxcd/flux2/pull/5453)
- build(deps): bump the ci group across 1 directory with 7 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;5435](https://redirect.github.com/fluxcd/flux2/pull/5435)
- Upgrade fluxcd/pkg dependencies by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5455](https://redirect.github.com/fluxcd/flux2/pull/5455)
- ci: Use GITHUB\_TOKEN for API calls in update workflow by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5460](https://redirect.github.com/fluxcd/flux2/pull/5460)
- manifests: Add `app.kubernetes.io/part-of: flux` label to controller
pods by [@&#8203;pinkavaj](https://redirect.github.com/pinkavaj) in
[#&#8203;5440](https://redirect.github.com/fluxcd/flux2/pull/5440)
- Migrate sourcesecret package to runtime/secrets APIs by
[@&#8203;cappyzawa](https://redirect.github.com/cappyzawa) in
[#&#8203;5462](https://redirect.github.com/fluxcd/flux2/pull/5462)
- Implement `flux migrate` command by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5473](https://redirect.github.com/fluxcd/flux2/pull/5473)
- \[RFC-0007] Implementation history update by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5480](https://redirect.github.com/fluxcd/flux2/pull/5480)
- Run conformance tests for Kubernetes 1.34.0 by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5497](https://redirect.github.com/fluxcd/flux2/pull/5497)
- Update to Kubernetes v1.34.0 and Go 1.25.0 by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5499](https://redirect.github.com/fluxcd/flux2/pull/5499)
- build(deps): bump the ci group across 1 directory with 10 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;5500](https://redirect.github.com/fluxcd/flux2/pull/5500)
- Allow the Go runtime to dynamically set `GOMAXPROCS` by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5501](https://redirect.github.com/fluxcd/flux2/pull/5501)
- fix(events): respect `--all-namespaces` flag by
[@&#8203;mohiuddin-khan-shiam](https://redirect.github.com/mohiuddin-khan-shiam)
in [#&#8203;5414](https://redirect.github.com/fluxcd/flux2/pull/5414)
- \[RFC-0011] OpenTelemetry Tracing by
[@&#8203;adri1197](https://redirect.github.com/adri1197) in
[#&#8203;5321](https://redirect.github.com/fluxcd/flux2/pull/5321)
- \[RFC-0012] External Artifact API by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5292](https://redirect.github.com/fluxcd/flux2/pull/5292)
- Add `--show-history` flag to `debug helmrelease` by
[@&#8203;hawkaii](https://redirect.github.com/hawkaii) in
[#&#8203;5505](https://redirect.github.com/fluxcd/flux2/pull/5505)
- Skip release candidates on updates by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5507](https://redirect.github.com/fluxcd/flux2/pull/5507)
- ci: Align azure e2e tests secret names with fluxcd/pkg by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5508](https://redirect.github.com/fluxcd/flux2/pull/5508)
- Update image-reflector-controller to v1.0.0 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5517](https://redirect.github.com/fluxcd/flux2/pull/5517)
- Update source-controller to v1.7.0 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5518](https://redirect.github.com/fluxcd/flux2/pull/5518)
- Add the source-watcher controller to the Flux distribution by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5519](https://redirect.github.com/fluxcd/flux2/pull/5519)
- Add read-only commands for `ArtifactGenerator` kind by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5520](https://redirect.github.com/fluxcd/flux2/pull/5520)
- ci: Add source-watcher to the update workflow by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5521](https://redirect.github.com/fluxcd/flux2/pull/5521)
- Update image-automation-controller to v1.0.0 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5522](https://redirect.github.com/fluxcd/flux2/pull/5522)
- Update image-reflector-controller to v1.0.1 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5525](https://redirect.github.com/fluxcd/flux2/pull/5525)
- Implement `flux [reconcile|suspend|resume] image policy` commands by
[@&#8203;lukas8219](https://redirect.github.com/lukas8219) in
[#&#8203;5492](https://redirect.github.com/fluxcd/flux2/pull/5492)
- Handle `force: enabled` annotation in `flux diff ks` command by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5528](https://redirect.github.com/fluxcd/flux2/pull/5528)
- ci: Refactor CI with `fluxcd/gha-workflows` by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5529](https://redirect.github.com/fluxcd/flux2/pull/5529)
- Remove `ArtifactGenerators` during uninstall by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5531](https://redirect.github.com/fluxcd/flux2/pull/5531)
- Add support for `ExternalArtifact` to `flux trace` by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5532](https://redirect.github.com/fluxcd/flux2/pull/5532)
- Set Kubernetes 1.32 as min supported version by
[@&#8203;stefanprodan](https://redirect.github.com/stefanprodan) in
[#&#8203;5533](https://redirect.github.com/fluxcd/flux2/pull/5533)
- build(deps): bump the ci group with 6 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;5535](https://redirect.github.com/fluxcd/flux2/pull/5535)
- Add support for custom storage namespace in HelmRelease creation by
[@&#8203;prasad89](https://redirect.github.com/prasad89) in
[#&#8203;5534](https://redirect.github.com/fluxcd/flux2/pull/5534)
- Update toolkit components by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5537](https://redirect.github.com/fluxcd/flux2/pull/5537)
- ci: remove cron schedule from update by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5539](https://redirect.github.com/fluxcd/flux2/pull/5539)
- Update source-watcher to v2.0.1 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5540](https://redirect.github.com/fluxcd/flux2/pull/5540)
- Add `--show-history` flag to `debug kustomization` by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;5541](https://redirect.github.com/fluxcd/flux2/pull/5541)
- Update image-automation-controller to v1.0.1 by
[@&#8203;fluxcdbot](https://redirect.github.com/fluxcdbot) in
[#&#8203;5542](https://redirect.github.com/fluxcd/flux2/pull/5542)
- `fluxcd/flux2/action`: Determine latest version without using GitHub
API by [@&#8203;RussellAult](https://redirect.github.com/RussellAult) in
[#&#8203;5509](https://redirect.github.com/fluxcd/flux2/pull/5509)

#### New Contributors

- [@&#8203;JIbald](https://redirect.github.com/JIbald) made their first
contribution in
[#&#8203;5388](https://redirect.github.com/fluxcd/flux2/pull/5388)
- [@&#8203;ba-work](https://redirect.github.com/ba-work) made their
first contribution in
[#&#8203;5389](https://redirect.github.com/fluxcd/flux2/pull/5389)
- [@&#8203;cappyzawa](https://redirect.github.com/cappyzawa) made their
first contribution in
[#&#8203;5407](https://redirect.github.com/fluxcd/flux2/pull/5407)
- [@&#8203;reiSh6phoo9o](https://redirect.github.com/reiSh6phoo9o) made
their first contribution in
[#&#8203;5402](https://redirect.github.com/fluxcd/flux2/pull/5402)
- [@&#8203;pinkavaj](https://redirect.github.com/pinkavaj) made their
first contribution in
[#&#8203;5440](https://redirect.github.com/fluxcd/flux2/pull/5440)
-
[@&#8203;mohiuddin-khan-shiam](https://redirect.github.com/mohiuddin-khan-shiam)
made their first contribution in
[#&#8203;5414](https://redirect.github.com/fluxcd/flux2/pull/5414)
- [@&#8203;adri1197](https://redirect.github.com/adri1197) made their
first contribution in
[#&#8203;5321](https://redirect.github.com/fluxcd/flux2/pull/5321)
- [@&#8203;hawkaii](https://redirect.github.com/hawkaii) made their
first contribution in
[#&#8203;5505](https://redirect.github.com/fluxcd/flux2/pull/5505)
- [@&#8203;lukas8219](https://redirect.github.com/lukas8219) made their
first contribution in
[#&#8203;5492](https://redirect.github.com/fluxcd/flux2/pull/5492)
- [@&#8203;prasad89](https://redirect.github.com/prasad89) made their
first contribution in
[#&#8203;5534](https://redirect.github.com/fluxcd/flux2/pull/5534)
- [@&#8203;RussellAult](https://redirect.github.com/RussellAult) made
their first contribution in
[#&#8203;5509](https://redirect.github.com/fluxcd/flux2/pull/5509)

**Full Changelog**:
<https://github.com/fluxcd/flux2/compare/v2.6.0...v2.7.0>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-01 01:56:52 +02:00
TrueCharts Bot 61561b56a0 chore(flux): update image blocky 18.16.1 → 18.16.2 (clustertool) (#40255)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.16.1` ->
`18.16.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-01 01:55:50 +02:00
TrueCharts Bot 7ecc8b8ff6 chore(helm): update chart redis 17.9.0 → 17.9.1 (#40243)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) |
patch | `17.9.0` -> `17.9.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-09-30 20:22:03 +02:00
TrueCharts Bot accd7667ae chore(helm): update image monica digest to 0ac4439 (#40228) 2025-09-30 20:09:11 +02:00
TrueCharts Bot 78e26d3b0d chore(helm): update image ghcr.io/linuxserver/piwigo digest to a9e8f9f (#40225)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://redirect.github.com/linuxserver/docker-piwigo/packages)
([source](https://redirect.github.com/linuxserver/docker-piwigo)) |
digest | `0d77966` -> `a9e8f9f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 20:08:52 +02:00
TrueCharts Bot d9fbdd3c3a chore(helm): update image lscr.io/linuxserver/cops digest to a9af848 (#40226) 2025-09-30 20:08:43 +02:00
TrueCharts Bot a83df37350 chore(helm): update image ghcr.io/linuxserver/babybuddy digest to 4711720 (#40221) 2025-09-30 20:08:39 +02:00
TrueCharts Bot 92f5a24f0b chore(helm): update image friendica digest to 998b9ca (#40219)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `22441e2` -> `998b9ca` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 20:08:35 +02:00
TrueCharts Bot 6c5f950f79 chore(helm): update chart mariadb 17.5.0 → 17.5.1 (#40240) 2025-09-30 20:06:34 +02:00
TrueCharts Bot fd113ce7ff chore(helm): update image docker.io/jenkins/jenkins 2.529 → 2.530 (#40245) 2025-09-30 20:05:38 +02:00
TrueCharts Bot 09eb1766b4 chore(helm): update chart clickhouse 16.10.0 → 16.10.1 (#40239)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `16.10.0` -> `16.10.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-09-30 20:05:36 +02:00
TrueCharts Bot 39fe5264be chore(helm): update image twinproduction/gatus v5.24.3 → v5.25.1 (#40246)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor
| `19b064c` -> `64262b5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>TwiN/gatus (twinproduction/gatus)</summary>

###
[`v5.25.1`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.25.1)

[Compare
Source](https://redirect.github.com/TwiN/gatus/compare/v5.25.0...v5.25.1)

#### What's Changed

- fix(ui): Make sure EndpointCard aligns even if no group +
hide-hostname by [@&#8203;TwiN](https://redirect.github.com/TwiN) in
[#&#8203;1300](https://redirect.github.com/TwiN/gatus/pull/1300)
- chore: Export validation function by
[@&#8203;TwiN](https://redirect.github.com/TwiN) in
[#&#8203;1301](https://redirect.github.com/TwiN/gatus/pull/1301)

**Full Changelog**:
<https://github.com/TwiN/gatus/compare/v5.25.0...v5.25.1>

###
[`v5.25.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.25.0)

[Compare
Source](https://redirect.github.com/TwiN/gatus/compare/v5.24.3...v5.25.0)

#### What's Changed

- feat(client): Add support for SSH tunneling by
[@&#8203;TwiN](https://redirect.github.com/TwiN) in
[#&#8203;1298](https://redirect.github.com/TwiN/gatus/pull/1298)
- fix(alerting): Limit minimum-reminder-interval to >5m by
[@&#8203;TwiN](https://redirect.github.com/TwiN) in
[#&#8203;1290](https://redirect.github.com/TwiN/gatus/pull/1290)
- fix(alerting): Added description block in teams-workflows by
[@&#8203;rahulchordiya](https://redirect.github.com/rahulchordiya) in
[#&#8203;1275](https://redirect.github.com/TwiN/gatus/pull/1275)
- docs(alerting): Remove SIGNL4 untested warning by
[@&#8203;rons4](https://redirect.github.com/rons4) in
[#&#8203;1289](https://redirect.github.com/TwiN/gatus/pull/1289)

#### New Contributors

- [@&#8203;rons4](https://redirect.github.com/rons4) made their first
contribution in
[#&#8203;1289](https://redirect.github.com/TwiN/gatus/pull/1289)

**Full Changelog**:
<https://github.com/TwiN/gatus/compare/v5.24.3...v5.25.0>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-30 20:05:33 +02:00
TrueCharts Bot 9265467078 chore(helm): update chart memcached 16.8.0 → 16.8.1 (#40241)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| patch | `16.8.0` -> `16.8.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-09-30 20:04:37 +02:00
TrueCharts Bot 911ff6dbab chore(flux): update image spegel 4.8.0 → 4.8.1 (clustertool) (#40237)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | patch | `4.8.0` ->
`4.8.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 20:04:11 +02:00
TrueCharts Bot 090a6463a1 chore(helm): update image docker.io/balabit/syslog-ng 4.10.0 → 4.10.1 (#40244)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/balabit/syslog-ng](https://redirect.github.com/syslog-ng/syslog-ng)
| patch | `ed55d86` -> `ff0d05c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 20:03:58 +02:00
TrueCharts Bot 55979f1031 chore(helm): update chart mongodb 16.8.0 → 16.8.1 (#40242)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) |
patch | `16.8.0` -> `16.8.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-09-30 20:02:42 +02:00
TrueCharts Bot f36362a166 chore(flux): update image blocky 18.16.0 → 18.16.1 (clustertool) (#40230)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.16.0` ->
`18.16.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 20:02:15 +02:00
TrueCharts Bot cddfb84a7f chore(flux): update image kubernetes-dashboard 2.7.0 → 2.7.1 (clustertool) (#40233) 2025-09-30 20:01:30 +02:00
TrueCharts Bot a21ea4fbbc chore(flux): update image volsync 3.9.0 → 3.9.1 (clustertool) (#40238) 2025-09-30 19:56:21 +02:00
TrueCharts Bot a259b6af3e chore(helm): update image lscr.io/linuxserver/webtop digest to 712af0b (#40227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `37399e8` -> `712af0b` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 17:55:35 +00:00
TrueCharts Bot 063b4985a2 chore(helm): update image ghcr.io/linuxserver/duckdns digest to 96fbe7d (#40223) 2025-09-30 19:55:00 +02:00
TrueCharts Bot f29d9ffa9b chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to c7eab9e (#40224)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `2b6c35c` -> `c7eab9e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 17:54:53 +00:00
TrueCharts Bot 0886e9f697 chore(flux): update image metallb-config 9.7.0 → 9.7.1 (clustertool) (#40235) 2025-09-30 19:52:54 +02:00
TrueCharts Bot 8b3cc17d7b chore(helm): update image ghcr.io/linuxserver/ddclient digest to 1de9d22 (#40222) 2025-09-30 19:52:47 +02:00
TrueCharts Bot 30932d5d6a chore(flux): update image kubernetes-reflector 7.7.1 → 7.7.2 (clustertool) (#40234)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch |
`7.7.1` -> `7.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 19:52:39 +02:00
TrueCharts Bot 75f622af88 chore(flux): update image snapshot-controller 4.7.0 → 4.7.1 (clustertool) (#40236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[snapshot-controller](https://truecharts.org/charts/system/snapshot-controller)
([source](https://redirect.github.com/kubernetes-csi/external-snapshotter))
| patch | `4.7.0` -> `4.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 19:52:31 +02:00
TrueCharts Bot 3d386aed6b chore(flux): update image kubelet-csr-approver 2.7.0 → 2.7.1 (clustertool) (#40232)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://truecharts.org/charts/system/kubelet-csr-approver)
([source](https://ghcr.io/postfinance/kubelet-csr-approver)) | patch |
`2.7.0` -> `2.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 19:52:14 +02:00
TrueCharts Bot 5abd57a580 chore(helm): update image ghcr.io/hotio/cloudflareddns digest to 5c3d73d (#40220) 2025-09-30 19:51:53 +02:00
TrueCharts Bot 4eebaf6de3 chore(flux): update image clusterissuer 10.7.0 → 10.7.1 (clustertool) (#40231)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `10.7.0` -> `10.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 19:51:48 +02:00
TrueCharts Bot 8ce1ccd276 chore(container): update docker.io/renovate/renovate docker tag to v41.132.4 (#40229)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.132.2-full` -> `41.132.4-full` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.132.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.132.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.132.3...41.132.4)

##### Bug Fixes

- **github-actions:** uses-with action versions for ruby, deno, bun)
([#&#8203;38294](https://redirect.github.com/renovatebot/renovate/issues/38294))
([804f9ae](https://redirect.github.com/renovatebot/renovate/commit/804f9aefcc94dc1818a67ea833b1a28376c1786c))

###
[`v41.132.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.132.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.132.2...41.132.3)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.51.2
(main)
([#&#8203;38292](https://redirect.github.com/renovatebot/renovate/issues/38292))
([8489251](https://redirect.github.com/renovatebot/renovate/commit/8489251c5c183365f0c3355d7cdd9184c85257ec))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 19:51:21 +02:00
TrueCharts Bot aa33b1e504 chore(helm): update chart common 28.21.0 → 28.21.1 (#40208)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.21.0`
-> `28.21.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-30 16:51:15 +02:00
TrueCharts Bot 670b25877c chore(helm): update image oci.trueforge.org/tccr/nextcloud-fpm digest to 75782bc (#40195)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/tccr/nextcloud-fpm](https://redirect.github.com/trueforge-org/truecharts)
| digest | `f40eb40` -> `75782bc` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-30 14:49:35 +00:00
Alfred Göppel 7f5680e856 Update GitHub link for Talos project
Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-30 16:42:56 +02:00
Alfred Göppel 556aa1ec05 Fix link for Alfi0812's Talos-Cluster
Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-30 16:42:10 +02:00
TrueCharts Bot 97d129e281 chore(helm): update image ghcr.io/linuxserver/budge digest to 761fda1 (#40212)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/budge](https://redirect.github.com/linuxserver/docker-budge/packages)
([source](https://redirect.github.com/linuxserver/docker-budge)) |
digest | `5713e2a` -> `761fda1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 13:50:26 +02:00
TrueCharts Bot bc69b91948 chore(helm): update image ghcr.io/goauthentik/server 2025.8.3 → 2025.8.4 (#40217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`d4747a3` -> `a103984` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 13:42:18 +02:00
TrueCharts Bot 0107455271 chore(helm): update webtop (#40216)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `7fec470` -> `bdea564` |
| lscr.io/linuxserver/webtop | digest | `723354e` -> `e92c248` |
| lscr.io/linuxserver/webtop | digest | `da72272` -> `69626a9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 13:34:15 +02:00
TrueCharts Bot 7a921334db chore(helm): update image ghcr.io/meeb/tubesync digest to fe324a4 (#40214) 2025-09-30 13:33:53 +02:00
TrueCharts Bot a7d2035f25 chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 2b6c35c (#40213) 2025-09-30 13:33:26 +02:00
TrueCharts Bot 74c2551d03 chore(helm): update image docker.io/universalmediaserver/ums digest to 7d78493 (#40211)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/universalmediaserver/ums | digest | `30790cc` -> `7d78493` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 13:32:48 +02:00
TrueCharts Bot 5760300cfd chore(helm): update image ghcr.io/linuxserver/jackett 0.23.87 → 0.24.7 (#40210)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
minor | `507048c` -> `8a0ddaf` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-30 10:53:12 +02:00
TrueCharts Bot 7e306de5c1 chore(helm): update image docker.io/searxng/searxng digest to 8dfb85d (#40202)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `aefb2aa` -> `8dfb85d` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 10:44:04 +02:00
TrueCharts Bot c7cab05183 chore(helm): update image ghcr.io/linuxserver/firefox digest to 7aa3af8 (#40204) 2025-09-30 10:43:45 +02:00
TrueCharts Bot fc392db563 chore(flux): update image kubernetes-reflector 7.7.0 → 7.7.1 (clustertool) (#40207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch |
`7.7.0` -> `7.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-30 10:36:46 +02:00
TrueCharts Bot f4a949ac09 chore(helm): update image ghcr.io/home-operations/jackett 0.23.87 → 0.24.7 (#40209) 2025-09-30 10:34:04 +02:00
TrueCharts Bot b637d83a40 chore(helm): update webtop (#40206)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `b975848` -> `21e43c2` |
| lscr.io/linuxserver/webtop | digest | `8510353` -> `5122103` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 10:27:29 +02:00
TrueCharts Bot b1703561fa chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 1af062e (#40205)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `9123922` -> `1af062e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 10:26:55 +02:00
TrueCharts Bot 99e3249464 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to b10b0fd (#40201)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `de19ad3` ->
`b10b0fd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 10:26:19 +02:00
TrueCharts Bot 5562c11eca chore(helm): update image ghcr.io/linuxserver/digikam digest to 88661a4 (#40203)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
digest | `958d439` -> `88661a4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-30 10:25:51 +02:00
TrueCharts Bot d596f15fe1 chore(helm): update image oci.trueforge.org/tccr/tailscale v1.88.2 → v1.88.3 (#40200)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/tccr/tailscale](https://redirect.github.com/trueforge-org/truecharts)
| patch | `0d650e9` -> `8786125` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-30 06:43:15 +00:00