Commit Graph

38027 Commits

Author SHA1 Message Date
TrueCharts Bot 8cbc7e1bb3 chore(flux): update helm release cilium 1.16.4 → 1.16.5 (clustertool) (#30065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cilium](https://cilium.io/)
([source](https://redirect.github.com/cilium/cilium)) | patch | `1.16.4`
-> `1.16.5` |

---

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

---

### Release Notes

<details>
<summary>cilium/cilium (cilium)</summary>

###
[`v1.16.5`](https://redirect.github.com/cilium/cilium/releases/tag/v1.16.5):
1.16.5

[Compare
Source](https://redirect.github.com/cilium/cilium/compare/1.16.4...1.16.5)

## Summary of Changes

**Minor Changes:**

- hubble: Stop building 32-bit binaries (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35974](https://redirect.github.com/cilium/cilium/issues/35974),
[@&#8203;michi-covalent](https://redirect.github.com/michi-covalent))

**Bugfixes:**

- Address potential connectivity disruption when using either L7 / DNS
Network policies in combination with per-endpoint routes and
hostLegacyRouting, or L7 / DNS network policies in combination with
IPsec network encryption. (Backport PR
[#&#8203;36540](https://redirect.github.com/cilium/cilium/issues/36540),
Upstream PR
[#&#8203;36484](https://redirect.github.com/cilium/cilium/issues/36484),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- bgp: fix race in bgp stores (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35971](https://redirect.github.com/cilium/cilium/issues/35971),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))
- BGPv1: Fix race by reconciliation of services with
externalTrafficPolicy=Local by populating locally available services
after performing service diff (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36230](https://redirect.github.com/cilium/cilium/issues/36230),
[@&#8203;rastislavs](https://redirect.github.com/rastislavs))
- BGPv2: Fix race by reconciliation of services with
externalTrafficPolicy=Local by populating locally available services
after performing service diff (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36165](https://redirect.github.com/cilium/cilium/issues/36165),
[@&#8203;rastislavs](https://redirect.github.com/rastislavs))
- Cilium agent now waits until endpoints have restored before starting
accepting new xDS streams. (Backport PR
[#&#8203;36049](https://redirect.github.com/cilium/cilium/issues/36049),
Upstream PR
[#&#8203;35984](https://redirect.github.com/cilium/cilium/issues/35984),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Cilium no longer keeps old DNS-IP mappings alive while reaping newer
ones, leading to spurious drops in connections to domains with many IPs
associated. (Backport PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;36252](https://redirect.github.com/cilium/cilium/issues/36252),
[@&#8203;bimmlerd](https://redirect.github.com/bimmlerd))
- cilium-health-ep controller is made to be more robust against
successive failures. (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35936](https://redirect.github.com/cilium/cilium/issues/35936),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- DNS proxy port is no longer released when endpoint with a DNS policy
fails to regenerate successfully. A potential deadlock between CEC/CCEC
parser and endpoint policy update is removed. (Backport PR
[#&#8203;36468](https://redirect.github.com/cilium/cilium/issues/36468),
Upstream PR
[#&#8203;36142](https://redirect.github.com/cilium/cilium/issues/36142),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Envoy "initial fetch timeout" warnings are now demoted to info level,
as they are expected to happen during Cilium Agent restart. (Backport PR
[#&#8203;36049](https://redirect.github.com/cilium/cilium/issues/36049),
Upstream PR
[#&#8203;36060](https://redirect.github.com/cilium/cilium/issues/36060),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Fix an issue where pod-to-world traffic goes up stack when BPF host
routing is enabled with tunnel. (Backport PR
[#&#8203;35861](https://redirect.github.com/cilium/cilium/issues/35861),
Upstream PR
[#&#8203;35098](https://redirect.github.com/cilium/cilium/issues/35098),
[@&#8203;jschwinger233](https://redirect.github.com/jschwinger233))
- Fix identity leak for kvstore identity mode (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;34893](https://redirect.github.com/cilium/cilium/issues/34893),
[@&#8203;odinuge](https://redirect.github.com/odinuge))
- Fix potential Cilium agent panic during endpoint restoration,
occurring if the corresponding pod gets deleted while the agent is
restarting. This regression only affects Cilium v1.16.4. (Backport PR
[#&#8203;36302](https://redirect.github.com/cilium/cilium/issues/36302),
Upstream PR
[#&#8203;36292](https://redirect.github.com/cilium/cilium/issues/36292),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- gateway-api: Fix gateway checks for namespace (Backport PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;35452](https://redirect.github.com/cilium/cilium/issues/35452),
[@&#8203;sayboras](https://redirect.github.com/sayboras))
- gha: Remove hostLegacyRouting in clustermesh (Backport PR
[#&#8203;36357](https://redirect.github.com/cilium/cilium/issues/36357),
Upstream PR
[#&#8203;35418](https://redirect.github.com/cilium/cilium/issues/35418),
[@&#8203;sayboras](https://redirect.github.com/sayboras))
- helm: Use an absolute FQDN for the Hubble peer-service endpoint to
avoid incorrect DNS resolution outside the cluster (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;36005](https://redirect.github.com/cilium/cilium/issues/36005),
[@&#8203;devodev](https://redirect.github.com/devodev))
- hubble: consistently use v as prefix for the Hubble version (Backport
PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;35891](https://redirect.github.com/cilium/cilium/issues/35891),
[@&#8203;rolinh](https://redirect.github.com/rolinh))
- iptables: Fix data race in iptables manager (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35902](https://redirect.github.com/cilium/cilium/issues/35902),
[@&#8203;pippolo84](https://redirect.github.com/pippolo84))
- lrp: update LRP services with stale backends on agent restart
(Backport PR
[#&#8203;36106](https://redirect.github.com/cilium/cilium/issues/36106),
Upstream PR
[#&#8203;36036](https://redirect.github.com/cilium/cilium/issues/36036),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- policy: Fix bug that allowed port ranges to be attached to L7
policies, which is not permitted.
([#&#8203;36050](https://redirect.github.com/cilium/cilium/issues/36050),
[@&#8203;nathanjsweet](https://redirect.github.com/nathanjsweet))
- Unbreak the cilium-dbg preflight migrate-identity command (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36089](https://redirect.github.com/cilium/cilium/issues/36089),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- Use `strconv.Itoa` instead of `string()` for the correct behavior when
converting `kafka.ErrorCode` from `int32` to `string`. Add relevant unit
tests for Kafka plugin and handler. (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35856](https://redirect.github.com/cilium/cilium/issues/35856),
[@&#8203;nddq](https://redirect.github.com/nddq))

**CI Changes:**

- \[v1.16] ci: modularize chart CI push workflow
([#&#8203;35958](https://redirect.github.com/cilium/cilium/issues/35958),
[@&#8203;ferozsalam](https://redirect.github.com/ferozsalam))
- gh: conformance-clustermesh: test with IPsec + BPF NodePort (Backport
PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;36384](https://redirect.github.com/cilium/cilium/issues/36384),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- gha: configure environment in build-images-base/image-digests job
(Backport PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;36318](https://redirect.github.com/cilium/cilium/issues/36318),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- node_local_store: prevent racey tests while using mock node store.
(Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35945](https://redirect.github.com/cilium/cilium/issues/35945),
[@&#8203;tommyp1ckles](https://redirect.github.com/tommyp1ckles))
- Remove unnecessary hubble port-forward commands (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;33523](https://redirect.github.com/cilium/cilium/issues/33523),
[@&#8203;michi-covalent](https://redirect.github.com/michi-covalent))

**Misc Changes:**

- \[v1.16] docs: egress masquerade selector
([#&#8203;36333](https://redirect.github.com/cilium/cilium/issues/36333),
[@&#8203;viktor-kurchenko](https://redirect.github.com/viktor-kurchenko))
- \[v1.16] images: bump cni plugins to v1.6.0
([#&#8203;36092](https://redirect.github.com/cilium/cilium/issues/36092),
[@&#8203;ferozsalam](https://redirect.github.com/ferozsalam))
- bugtool: dump tail-call map for bpf_wireguard (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36183](https://redirect.github.com/cilium/cilium/issues/36183),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;36155](https://redirect.github.com/cilium/cilium/issues/36155),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;36275](https://redirect.github.com/cilium/cilium/issues/36275),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all github action dependencies (v1.16)
([#&#8203;36443](https://redirect.github.com/cilium/cilium/issues/36443),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all github action dependencies (v1.16) (patch)
([#&#8203;36277](https://redirect.github.com/cilium/cilium/issues/36277),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;35546](https://redirect.github.com/cilium/cilium/issues/35546),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;36152](https://redirect.github.com/cilium/cilium/issues/36152),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;36279](https://redirect.github.com/cilium/cilium/issues/36279),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.16)
([#&#8203;36444](https://redirect.github.com/cilium/cilium/issues/36444),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update cilium/little-vm-helper action to v0.0.19 (v1.16)
([#&#8203;36153](https://redirect.github.com/cilium/cilium/issues/36153),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update docker.io/library/golang:1.22.9 docker digest to
[`147f428`](https://redirect.github.com/cilium/cilium/commit/147f428)
(v1.16)
([#&#8203;36222](https://redirect.github.com/cilium/cilium/issues/36222),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update go to v1.22.10 (v1.16)
([#&#8203;36441](https://redirect.github.com/cilium/cilium/issues/36441),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/cilium/cilium-envoy docker tag to
v1.30.7-1732605705-2aa20ee3acb68cd38d57669af19508bea8f0ba62 (v1.16)
([#&#8203;36180](https://redirect.github.com/cilium/cilium/issues/36180),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/cilium/cilium-envoy docker tag to
v1.30.8-1733837904-eaae5aca0fb988583e5617170a65ac5aa51c0aa8 (v1.16)
([#&#8203;36495](https://redirect.github.com/cilium/cilium/issues/36495),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/lvh-images/kind docker tag to
bpf-20241129.013349 (v1.16)
([#&#8203;36278](https://redirect.github.com/cilium/cilium/issues/36278),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/lvh-images/kind docker tag to
bpf-20241206.013345 (v1.16)
([#&#8203;36442](https://redirect.github.com/cilium/cilium/issues/36442),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update stable lvh-images (v1.16) (patch)
([#&#8203;36154](https://redirect.github.com/cilium/cilium/issues/36154),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- docs: Add the tls:// prefix before the IP address (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36118](https://redirect.github.com/cilium/cilium/issues/36118),
[@&#8203;liyihuang](https://redirect.github.com/liyihuang))
- docs: Fix typo in multi-pool section title (Backport PR
[#&#8203;36312](https://redirect.github.com/cilium/cilium/issues/36312),
Upstream PR
[#&#8203;36305](https://redirect.github.com/cilium/cilium/issues/36305),
[@&#8203;joestringer](https://redirect.github.com/joestringer))
- docs: In k0s guide, remove dashes to fix invalid Bash variable names.
(Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35923](https://redirect.github.com/cilium/cilium/issues/35923),
[@&#8203;yilas](https://redirect.github.com/yilas))
- docs: lrp: fix kernel version requirement for skipRedirectFromBackend
(Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35921](https://redirect.github.com/cilium/cilium/issues/35921),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- docs: system-requirements: require 5.4 kernel (Backport PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;36386](https://redirect.github.com/cilium/cilium/issues/36386),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- docs: WireGuard doesn't require overlay port in Network Firewalls
(Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36208](https://redirect.github.com/cilium/cilium/issues/36208),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- Endpoint populate new policymap early if empty (Backport PR
[#&#8203;36479](https://redirect.github.com/cilium/cilium/issues/36479),
Upstream PR
[#&#8203;36361](https://redirect.github.com/cilium/cilium/issues/36361),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- envoy: Configure internal_address_config to avoid warning log
(Backport PR
[#&#8203;36015](https://redirect.github.com/cilium/cilium/issues/36015),
Upstream PR
[#&#8203;35943](https://redirect.github.com/cilium/cilium/issues/35943),
[@&#8203;sayboras](https://redirect.github.com/sayboras))
- envoy: Pass tofqdns-proxy-response-max-delay to Envoy (Backport PR
[#&#8203;36468](https://redirect.github.com/cilium/cilium/issues/36468),
Upstream PR
[#&#8203;36330](https://redirect.github.com/cilium/cilium/issues/36330),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- fix(deps): update module golang.org/x/crypto to v0.31.0 \[security]
(v1.16)
([#&#8203;36530](https://redirect.github.com/cilium/cilium/issues/36530),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- Fixed BGP documentation (Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35953](https://redirect.github.com/cilium/cilium/issues/35953),
[@&#8203;seadog007](https://redirect.github.com/seadog007))
- images: Use cilium-builder image instead of golang to build hubble
(Backport PR
[#&#8203;36312](https://redirect.github.com/cilium/cilium/issues/36312),
Upstream PR
[#&#8203;35697](https://redirect.github.com/cilium/cilium/issues/35697),
[@&#8203;learnitall](https://redirect.github.com/learnitall))
- lrp: fix kernel version requirement in warning log (Backport PR
[#&#8203;36286](https://redirect.github.com/cilium/cilium/issues/36286),
Upstream PR
[#&#8203;36141](https://redirect.github.com/cilium/cilium/issues/36141),
[@&#8203;ysksuzuki](https://redirect.github.com/ysksuzuki))
- Makefile: fix swagger definition for automatic renovate updates
(Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35979](https://redirect.github.com/cilium/cilium/issues/35979),
[@&#8203;aanm](https://redirect.github.com/aanm))
- proxy: Take proxy port reference for new redirects immediately
(Backport PR
[#&#8203;36468](https://redirect.github.com/cilium/cilium/issues/36468),
Upstream PR
[#&#8203;36435](https://redirect.github.com/cilium/cilium/issues/36435),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- proxyports: Resolve data races in test (Backport PR
[#&#8203;36468](https://redirect.github.com/cilium/cilium/issues/36468),
Upstream PR
[#&#8203;36399](https://redirect.github.com/cilium/cilium/issues/36399),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- proxyports: Sleep a bit longer in tests (Backport PR
[#&#8203;36468](https://redirect.github.com/cilium/cilium/issues/36468),
Upstream PR
[#&#8203;36389](https://redirect.github.com/cilium/cilium/issues/36389),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Remove duplicated watch on services and endpoint in the cilium-agent
(Backport PR
[#&#8203;36066](https://redirect.github.com/cilium/cilium/issues/36066),
Upstream PR
[#&#8203;35838](https://redirect.github.com/cilium/cilium/issues/35838),
[@&#8203;MrFreezeex](https://redirect.github.com/MrFreezeex))
- Rework error handling logic in neighbor discovery (Backport PR
[#&#8203;36093](https://redirect.github.com/cilium/cilium/issues/36093),
Upstream PR
[#&#8203;35144](https://redirect.github.com/cilium/cilium/issues/35144),
[@&#8203;pippolo84](https://redirect.github.com/pippolo84))
- Silence spurious clustermesh-related warnings (Backport PR
[#&#8203;36225](https://redirect.github.com/cilium/cilium/issues/36225),
Upstream PR
[#&#8203;35867](https://redirect.github.com/cilium/cilium/issues/35867),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- Update documentation for egress masquerading behavior (Backport PR
[#&#8203;36462](https://redirect.github.com/cilium/cilium/issues/36462),
Upstream PR
[#&#8203;36267](https://redirect.github.com/cilium/cilium/issues/36267),
[@&#8203;liyihuang](https://redirect.github.com/liyihuang))

**Other Changes:**

- \[1.16] ci/ipsec-upgrade: increase cilium status wait duration
([#&#8203;36082](https://redirect.github.com/cilium/cilium/issues/36082),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))
- \[v1.16] cilium, service: Fix checkLBSrcRange propagation to LB map
([#&#8203;36511](https://redirect.github.com/cilium/cilium/issues/36511),
[@&#8203;borkmann](https://redirect.github.com/borkmann))
- install: Update image digests for v1.16.4
([#&#8203;36047](https://redirect.github.com/cilium/cilium/issues/36047),
[@&#8203;cilium-release-bot](https://redirect.github.com/cilium-release-bot)\[bot])
- jrajahalme/v1.16 cilium cli
([#&#8203;36541](https://redirect.github.com/cilium/cilium/issues/36541),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Revert "workflows/ipsec: Cover Ingress"
([#&#8203;36116](https://redirect.github.com/cilium/cilium/issues/36116),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))

#### Docker Manifests

##### cilium


`quay.io/cilium/cilium:v1.16.5@&#8203;sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d`

`quay.io/cilium/cilium:stable@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d`

##### clustermesh-apiserver


`quay.io/cilium/clustermesh-apiserver:v1.16.5@&#8203;sha256:37a7fdbef806b78ef63df9f1a9828fdddbf548d1f0e43b8eb10a6bdc8fa03958`

`quay.io/cilium/clustermesh-apiserver:stable@sha256:37a7fdbef806b78ef63df9f1a9828fdddbf548d1f0e43b8eb10a6bdc8fa03958`

##### docker-plugin


`quay.io/cilium/docker-plugin:v1.16.5@&#8203;sha256:d6b4ed076ae921535c2a543d4b5b63af474288ee4501653a1f442c935beb5768`

`quay.io/cilium/docker-plugin:stable@sha256:d6b4ed076ae921535c2a543d4b5b63af474288ee4501653a1f442c935beb5768`

##### hubble-relay


`quay.io/cilium/hubble-relay:v1.16.5@&#8203;sha256:6cfae1d1afa566ba941f03d4d7e141feddd05260e5cd0a1509aba1890a45ef00`

`quay.io/cilium/hubble-relay:stable@sha256:6cfae1d1afa566ba941f03d4d7e141feddd05260e5cd0a1509aba1890a45ef00`

##### operator-alibabacloud


`quay.io/cilium/operator-alibabacloud:v1.16.5@&#8203;sha256:c0edf4c8d089e76d6565d3c57128b98bc6c73d14bb4590126ee746aeaedba5e0`

`quay.io/cilium/operator-alibabacloud:stable@sha256:c0edf4c8d089e76d6565d3c57128b98bc6c73d14bb4590126ee746aeaedba5e0`

##### operator-aws


`quay.io/cilium/operator-aws:v1.16.5@&#8203;sha256:97e1fe0c2b522583033138eb10c170919d8de49d2788ceefdcff229a92210476`

`quay.io/cilium/operator-aws:stable@sha256:97e1fe0c2b522583033138eb10c170919d8de49d2788ceefdcff229a92210476`

##### operator-azure


`quay.io/cilium/operator-azure:v1.16.5@&#8203;sha256:265e2b78f572c76b523f91757083ea5f0b9b73b82f2d9714e5a8fb848e4048f9`

`quay.io/cilium/operator-azure:stable@sha256:265e2b78f572c76b523f91757083ea5f0b9b73b82f2d9714e5a8fb848e4048f9`

##### operator-generic


`quay.io/cilium/operator-generic:v1.16.5@&#8203;sha256:f7884848483bbcd7b1e0ccfd34ba4546f258b460cb4b7e2f06a1bcc96ef88039`

`quay.io/cilium/operator-generic:stable@sha256:f7884848483bbcd7b1e0ccfd34ba4546f258b460cb4b7e2f06a1bcc96ef88039`

##### operator


`quay.io/cilium/operator:v1.16.5@&#8203;sha256:617896e1b23a2c4504ab2c84f17964e24dade3b5845f733b11847202230ca940`

`quay.io/cilium/operator:stable@sha256:617896e1b23a2c4504ab2c84f17964e24dade3b5845f733b11847202230ca940`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 12:20:43 +01:00
TrueCharts Bot 753bda6b9a chore(flux): update helm release metallb 0.14.8 → 0.14.9 (clustertool) (#30066)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [metallb](https://metallb.universe.tf)
([source](https://redirect.github.com/metallb/metallb)) | patch |
`0.14.8` -> `0.14.9` |

---

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

---

### Release Notes

<details>
<summary>metallb/metallb (metallb)</summary>

###
[`v0.14.9`](https://redirect.github.com/metallb/metallb/releases/tag/v0.14.9)

[Compare
Source](https://redirect.github.com/metallb/metallb/compare/v0.14.8...v0.14.9)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-9

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 12:20:09 +01:00
TrueCharts Bot 0bd30d7829 chore(helm): update image ghcr.io/open-webui/open-webui digest to 486412e (#30040)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `7f44971` -> `486412e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:19:53 +01:00
TrueCharts Bot b92ab98394 chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.8.4 (clustertool) (#30063) 2024-12-27 12:17:47 +01:00
TrueCharts Bot 371e8c0322 chore(container): update traefik docker tag to v3.2.3 (#30062)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [traefik](https://redirect.github.com/containous/traefik) | final |
patch | `v3.2.1` -> `v3.2.3` |
| [traefik](https://redirect.github.com/containous/traefik) | stage |
patch | `v3.2.1` -> `v3.2.3` |

---

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

---

### Release Notes

<details>
<summary>containous/traefik (traefik)</summary>

###
[`v3.2.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v323-2024-12-16)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.2.3...v3.2.3)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.2...v3.2.3)

**Documentation:**

- Update reference install documentation with current chart default
([#&#8203;11332](https://redirect.github.com/traefik/traefik/pull/11332)
by [mloiseleur](https://redirect.github.com/mloiseleur))

**Misc:**

- Merge branch v2.11 into v3.2
([#&#8203;11346](https://redirect.github.com/traefik/traefik/pull/11346)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.2
([#&#8203;11337](https://redirect.github.com/traefik/traefik/pull/11337)
by [kevinpollet](https://redirect.github.com/kevinpollet))

###
[`v3.2.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v323-2024-12-16)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.2.2...v3.2.3)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.2...v3.2.3)

**Documentation:**

- Update reference install documentation with current chart default
([#&#8203;11332](https://redirect.github.com/traefik/traefik/pull/11332)
by [mloiseleur](https://redirect.github.com/mloiseleur))

**Misc:**

- Merge branch v2.11 into v3.2
([#&#8203;11346](https://redirect.github.com/traefik/traefik/pull/11346)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.2
([#&#8203;11337](https://redirect.github.com/traefik/traefik/pull/11337)
by [kevinpollet](https://redirect.github.com/kevinpollet))

###
[`v3.2.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v322-2024-12-10)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.2.2...v3.2.2)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.1...v3.2.2)

**Bug fixes:**

- **\[docker,docker/swarm]** Rename traefik.docker.\* labels for Docker
Swarm to traefik.swarm.\*
([#&#8203;11247](https://redirect.github.com/traefik/traefik/pull/11247)
by [anchal00](https://redirect.github.com/anchal00))
- **\[k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.1
([#&#8203;11314](https://redirect.github.com/traefik/traefik/pull/11314)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[plugins]** Fix WASM settings
([#&#8203;11321](https://redirect.github.com/traefik/traefik/pull/11321)
by [juliens](https://redirect.github.com/juliens))
- **\[rules]** Fix models mechanism for default rule syntax
([#&#8203;11300](https://redirect.github.com/traefik/traefik/pull/11300)
by [rtribotte](https://redirect.github.com/rtribotte))

**Documentation:**

- Move callout to the entrypoint page footer
([#&#8203;11305](https://redirect.github.com/traefik/traefik/pull/11305)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Fix incorrect links in v3 migration sections
([#&#8203;11297](https://redirect.github.com/traefik/traefik/pull/11297)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- New Install Reference Documentation
([#&#8203;11213](https://redirect.github.com/traefik/traefik/pull/11213)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

###
[`v3.2.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v322-2024-12-10)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.2.1...v3.2.2)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.1...v3.2.2)

**Bug fixes:**

- **\[docker,docker/swarm]** Rename traefik.docker.\* labels for Docker
Swarm to traefik.swarm.\*
([#&#8203;11247](https://redirect.github.com/traefik/traefik/pull/11247)
by [anchal00](https://redirect.github.com/anchal00))
- **\[k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.1
([#&#8203;11314](https://redirect.github.com/traefik/traefik/pull/11314)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[plugins]** Fix WASM settings
([#&#8203;11321](https://redirect.github.com/traefik/traefik/pull/11321)
by [juliens](https://redirect.github.com/juliens))
- **\[rules]** Fix models mechanism for default rule syntax
([#&#8203;11300](https://redirect.github.com/traefik/traefik/pull/11300)
by [rtribotte](https://redirect.github.com/rtribotte))

**Documentation:**

- Move callout to the entrypoint page footer
([#&#8203;11305](https://redirect.github.com/traefik/traefik/pull/11305)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Fix incorrect links in v3 migration sections
([#&#8203;11297](https://redirect.github.com/traefik/traefik/pull/11297)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- New Install Reference Documentation
([#&#8203;11213](https://redirect.github.com/traefik/traefik/pull/11213)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 12:17:40 +01:00
TrueCharts Bot 8c8f59effe chore(helm): update image ghcr.io/suwayomi/tachidesk digest to e992dec (#30042)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `9065202` -> `e992dec` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:17:09 +01:00
TrueCharts Bot 7b13dc055f chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.31.4 (clustertool) (#30064) 2024-12-27 12:17:01 +01:00
TrueCharts Bot 919f4c8518 chore(container): update docker.io/nextcloud docker tag to v30.0.4 (#30060)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/nextcloud | final | patch | `30.0.2-fpm` -> `30.0.4-fpm` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 12:16:49 +01:00
TrueCharts Bot 15a74d1014 chore(helm): update image ghcr.io/onedr0p/qbittorrent digest to c228a18 (#30039)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/qbittorrent](https://ghcr.io/onedr0p/qbittorrent)
([source](https://redirect.github.com/qbittorrent/qBittorrent)) | digest
| `b905a9e` -> `c228a18` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:14:35 +01:00
TrueCharts Bot 9a64267c89 chore(helm): update image lscr.io/linuxserver/kdenlive digest to c2989bf (#30050)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `56803ff` -> `c2989bf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:13:49 +01:00
TrueCharts Bot 0483bbec7a chore(helm): update image ghcr.io/onedr0p/plex digest to 1f28b5e (#30038)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex) | digest |
`47c6f3d` -> `1f28b5e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:13:39 +01:00
TrueCharts Bot d0399ef972 chore(helm): update image ghcr.io/onedr0p/bazarr digest to a7bceef (#30037)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | digest |
`c0bf914` -> `a7bceef` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:13:07 +01:00
TrueCharts Bot 9b81d9592d chore(helm): update image ghcr.io/neggles/sd-webui-docker digest to 3dff2b0 (#30036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `257ac12` -> `3dff2b0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:12:16 +01:00
TrueCharts Bot 539b601be3 chore(helm): update image ghcr.io/minekube/gate digest to 204d16a (#30034)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `79ab10d` -> `204d16a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:11:09 +01:00
TrueCharts Bot 764978c63a chore(helm): update image ghcr.io/meeb/tubesync digest to db8ed8d (#30033) 2024-12-27 12:11:02 +01:00
TrueCharts Bot 066f556737 chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to c8642d9 (#30031)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/webgrabplus](https://redirect.github.com/linuxserver/docker-webgrabplus/packages)
([source](https://redirect.github.com/linuxserver/docker-webgrabplus)) |
digest | `fe08f6c` -> `c8642d9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:10:59 +01:00
TrueCharts Bot 7572a001cb chore(helm): update image ghcr.io/linuxserver/znc digest to 5ff3aa6 (#30032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/znc](https://redirect.github.com/linuxserver/docker-znc/packages)
([source](https://redirect.github.com/linuxserver/docker-znc)) | digest
| `a5b83e9` -> `5ff3aa6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:07:41 +01:00
TrueCharts Bot 24fa03d0e0 chore(helm): update image ghcr.io/linuxserver/ubooquity digest to 9c5489c (#30030)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ubooquity](https://redirect.github.com/linuxserver/docker-ubooquity/packages)
([source](https://redirect.github.com/linuxserver/docker-ubooquity)) |
digest | `68bcb16` -> `9c5489c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:05:52 +01:00
TrueCharts Bot 2313c3cd8b chore(helm): update image ghcr.io/linuxserver/tvheadend digest to 0309fcf (#30029)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `697995d` -> `0309fcf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:04:41 +01:00
TrueCharts Bot 03f07f876e chore(helm): update image ghcr.io/linuxserver/sickchill digest to e3c4357 (#30026) 2024-12-27 12:03:14 +01:00
TrueCharts Bot a91461128b chore(helm): update image ghcr.io/linuxserver/smokeping digest to 6ab8ea2 (#30027)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://redirect.github.com/linuxserver/docker-smokeping/packages)
([source](https://redirect.github.com/linuxserver/docker-smokeping)) |
digest | `38497c2` -> `6ab8ea2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:03:06 +01:00
TrueCharts Bot c31dae3adf chore(helm): update image ghcr.io/linuxserver/projectsend digest to e707b0d (#30019) 2024-12-27 12:02:11 +01:00
TrueCharts Bot a644c559b2 chore(helm): update image ghcr.io/linuxserver/pylon digest to d2f73ad (#30021)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/pylon](https://redirect.github.com/linuxserver/docker-pylon/packages)
([source](https://redirect.github.com/linuxserver/docker-pylon)) |
digest | `95f8c46` -> `d2f73ad` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:02:09 +01:00
TrueCharts Bot baf2e5d022 chore(helm): update image ghcr.io/linuxserver/piwigo digest to 6fa5684 (#30018)
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 | `d0150ac` -> `6fa5684` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:02:07 +01:00
TrueCharts Bot 028f4383ef chore(helm): update image ghcr.io/linuxserver/rsnapshot digest to ac80405 (#30025) 2024-12-27 12:01:44 +01:00
TrueCharts Bot 3e141f0fcf chore(helm): update image ghcr.io/linuxserver/pwndrop digest to a1da686 (#30020)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/pwndrop](https://redirect.github.com/linuxserver/docker-pwndrop/packages)
([source](https://redirect.github.com/linuxserver/docker-pwndrop)) |
digest | `8036194` -> `a1da686` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 12:01:42 +01:00
TrueCharts Bot 5766f4edb0 chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to be2225f (#30017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| digest | `b2b7c55` -> `be2225f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:01:19 +00:00
TrueCharts Bot eb3eeaf903 chore(helm): update image ghcr.io/linuxserver/resilio-sync digest to 16b1693 (#30024) 2024-12-27 12:01:11 +01:00
TrueCharts Bot e9a22315c3 chore(helm): update image ghcr.io/linuxserver/quassel-core digest to c0c2f40 (#30022) 2024-12-27 12:00:59 +01:00
TrueCharts Bot 6141c76e02 chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 945bdad (#30035)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `a36fd11` -> `945bdad` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:58:16 +01:00
TrueCharts Bot 5b52eb53cc chore(helm): update image ghcr.io/linuxserver/synclounge digest to 669722c (#30028)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://redirect.github.com/linuxserver/docker-synclounge/packages)
([source](https://redirect.github.com/linuxserver/docker-synclounge)) |
digest | `f229e3e` -> `669722c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:58:03 +01:00
TrueCharts Bot 789ea02275 chore(helm): update image ghcr.io/linuxserver/mysql-workbench digest to 86dfaf2 (#30016)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mysql-workbench](https://redirect.github.com/linuxserver/docker-mysql-workbench/packages)
([source](https://redirect.github.com/linuxserver/docker-mysql-workbench))
| digest | `7cbfd1f` -> `86dfaf2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:57:27 +01:00
TrueCharts Bot d7bbe3959d chore(helm): update image ghcr.io/linuxserver/mstream digest to 6831f5a (#30015)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
digest | `72342a9` -> `6831f5a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:55:29 +01:00
TrueCharts Bot 84f5d4e813 chore(helm): update image ghcr.io/linuxserver/medusa digest to 5a69e80 (#30013)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://redirect.github.com/linuxserver/docker-medusa/packages)
([source](https://redirect.github.com/linuxserver/docker-medusa)) |
digest | `30f15cb` -> `5a69e80` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:50:51 +01:00
TrueCharts Bot 2d94482f71 chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 91bb5a8 (#30012)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `ed1928a` -> `91bb5a8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:50:02 +01:00
TrueCharts Bot 9be10a1640 chore(helm): update image ghcr.io/linuxserver/remmina digest to afb8a46 (#30023)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages)
([source](https://redirect.github.com/linuxserver/docker-remmina)) |
digest | `f8ad8ea` -> `afb8a46` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:49:17 +01:00
TrueCharts Bot 1bddb59e68 chore(helm): update image ghcr.io/linuxserver/grocy digest to 7362d90 (#30011)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages)
([source](https://redirect.github.com/linuxserver/docker-grocy)) |
digest | `3664b53` -> `7362d90` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:48:18 +01:00
TrueCharts Bot 003e1b70d9 chore(helm): update image ghcr.io/linuxserver/filezilla digest to 8402660 (#30006)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/filezilla](https://redirect.github.com/linuxserver/docker-filezilla/packages)
([source](https://redirect.github.com/linuxserver/docker-filezilla)) |
digest | `1013363` -> `8402660` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 10:46:52 +00:00
TrueCharts Bot 41aec7345e chore(helm): update image ghcr.io/linuxserver/freshrss digest to 6f21465 (#30009)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
digest | `4ee79fc` -> `6f21465` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 10:46:47 +00:00
TrueCharts Bot 9078038f55 chore(helm): update image ghcr.io/linuxserver/foldingathome digest to a115306 (#30008) 2024-12-27 11:46:42 +01:00
TrueCharts Bot 36a23f0976 chore(helm): update image ghcr.io/linuxserver/grav digest to bf3edae (#30010) 2024-12-27 11:46:41 +01:00
TrueCharts Bot 0cf3a94984 chore(helm): update image ghcr.io/linuxserver/fleet digest to 14987d3 (#30007) 2024-12-27 11:46:36 +01:00
TrueCharts Bot 2c8ba6b4bb chore(helm): update image ghcr.io/linuxserver/emulatorjs digest to 48ad3c7 (#30005)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://redirect.github.com/linuxserver/docker-emulatorjs/packages)
([source](https://redirect.github.com/linuxserver/docker-emulatorjs)) |
digest | `20cb793` -> `48ad3c7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:46:31 +01:00
TrueCharts Bot 04b235c8c8 chore(helm): update image ghcr.io/linuxserver/ddclient digest to 6a73ba7 (#30002)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ddclient](https://redirect.github.com/linuxserver/docker-ddclient/packages)
([source](https://redirect.github.com/linuxserver/docker-ddclient)) |
digest | `58cbdeb` -> `6a73ba7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:44:12 +01:00
TrueCharts Bot 2bbb3a3ece chore(helm): update image ghcr.io/linuxserver/minetest digest to efbd04d (#30014)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/minetest](https://redirect.github.com/linuxserver/docker-minetest/packages)
([source](https://redirect.github.com/linuxserver/docker-minetest)) |
digest | `5218e4e` -> `efbd04d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:42:17 +01:00
TrueCharts Bot de27b0e239 chore(helm): update image ghcr.io/linuxserver/davos digest to 134bf27 (#30001)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/davos](https://redirect.github.com/linuxserver/docker-davos/packages)
([source](https://redirect.github.com/linuxserver/docker-davos)) |
digest | `11f7002` -> `134bf27` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:41:42 +01:00
TrueCharts Bot 73eee4eee8 chore(helm): update image ghcr.io/linuxserver/duckdns digest to f79fb5a (#30004) 2024-12-27 11:40:44 +01:00
TrueCharts Bot 1ef211daed chore(helm): update image ghcr.io/linuxserver/doublecommander digest to b452b2d (#30003)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `1b51bce` -> `b452b2d`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:40:37 +01:00
TrueCharts Bot ddb513dc39 chore(helm): update image ghcr.io/ich777/stun-turn-server digest to 4ce46af (#29990)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ich777/stun-turn-server | digest | `0ef286c` -> `4ce46af` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:39:36 +01:00
TrueCharts Bot c5b0a919ab chore(helm): update image ghcr.io/linuxserver/booksonic-air digest to 381b4e0 (#29998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/booksonic-air | digest | `296a7ed` -> `381b4e0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-27 11:39:09 +01:00