Commit Graph

42639 Commits

Author SHA1 Message Date
Kjeld Schouten
784a5fcfde feat(common): add nginx ingress integration (#34469)
**Description**
As discussed we wanted to make setting-up nginx easier for users,
primarily themepark and auth/
This provides an integration to do so.

⚒️ Fixes  #33988

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
2025-04-21 19:03:46 +02:00
kqmaverick
c4f4d8a905 chore(charts): update resource limits (#34568)
**Description**
Updates chart resource limits.

⚒️ Fixes  # 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-21 18:19:16 +02:00
Dennis Jung
bc731980b3 fix(tandoor-recipes): fix homepage widget type (#34619)
**Description**
Fixes the homepage widget type according to
https://gethomepage.dev/widgets/services/tandoor/

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
I've tested it on my local cluster by manual setting the widget type

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-04-21 18:07:16 +02:00
Kjeld Schouten
e014dc220b feat(common): list internal urls in notes.txt (#34048)
**Description**
This renders a line in notes.txt for each service-port combo.
That way users have an easy representation of how they can connect
things internally without needing to guess/know/calculate the url
themselves.

⚒️ Fixes  #31882

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
2025-04-21 18:06:38 +02:00
Kjeld Schouten
3cd69ef570 feat(common): force recreate on single-replica with RWO storage (#33990)
**Description**
This should ensure users cannot set "rolling update" when using RWO
storage and a single-replica, as this would inherently brick pod
updates, as storage would, inherently, stay locked with the previous pod
instance

⚒️ Fixes  #33097

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-21 17:48:32 +02:00
TrueCharts Bot
6d89e33605 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1797 → 0.22.1800 (#34617)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `f5493a2` -> `3f14bd0` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 14:15:36 +02:00
TrueCharts Bot
7d4c6b1487 chore(helm): update image ghcr.io/home-operations/qbittorrent digest to 25ec493 (#34616)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/qbittorrent](https://ghcr.io/home-operations/qbittorrent)
([source](https://redirect.github.com/qbittorrent/qBittorrent)) | digest
| `995c561` -> `25ec493` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 14:15:17 +02:00
Alfred Göppel
e16863e086 fix(plextraktsync): small copy paste fix (#34615)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-04-21 07:55:20 -04:00
TrueCharts Bot
0f5bb26532 chore(website): lock file maintenance (#34612)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-04-21 10:42:43 +02:00
TrueCharts Bot
a5d610250c chore(helm): update jupyter 2025-04-14 → 2025-04-21 (patch) (#34614)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/all-spark-notebook | patch | `c762d19` -> `9a701a2` |
| quay.io/jupyter/base-notebook | patch | `e37f89f` -> `7c85b15` |
| quay.io/jupyter/datascience-notebook | patch | `7bf5432` -> `9dfca2b`
|
| quay.io/jupyter/minimal-notebook | patch | `af152e2` -> `46979cf` |
| quay.io/jupyter/pyspark-notebook | patch | `8c11c34` -> `057652c` |
| quay.io/jupyter/r-notebook | patch | `60e6628` -> `0ff1243` |
| quay.io/jupyter/scipy-notebook | patch | `d381781` -> `9a20735` |
| quay.io/jupyter/tensorflow-notebook | patch | `1bc030d` -> `23c7e3e` |

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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 08:15:55 +02:00
TrueCharts Bot
34554a4e98 chore(helm): update image docker.io/machines/filestash digest to 5cc8c3e (#34613)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `298be35` -> `5cc8c3e` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 08:15:13 +02:00
TrueCharts Bot
2e1f12f7f3 chore(helm): update image ghcr.io/home-operations/prowlarr 1.34.0.5016 → 1.34.1.5021 (#34611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/prowlarr](https://ghcr.io/home-operations/prowlarr)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch |
`a32029d` -> `8194af3` |

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

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)</summary>

###
[`v1.34.1.5021`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.34.1.5021):
1.34.1.5021

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.34.0.5016...v1.34.1.5021)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`0322d70`](0322d70d63)
Fixed: Handle 307 and 308 redirects for indexer download requests
-
[`362f3fe`](362f3fe223)
Bump version to 1.34.1
-
[`075fd24`](075fd24f96)
Downgrade Microsoft.AspNetCore.WebUtilities
-
[`4ba72ea`](4ba72ea7f3)
Bump Swashbuckle to 7.3.2
-
[`46f73c5`](46f73c51bb)
Bump IPAddressRange, Npgsql, System.Text.Json
-
[`3287d45`](3287d45661)
Update timezone offset for AvistaZ trackers
-
[`71937fa`](71937fa44c)
Update timezone offset for FL
-
[`6aefd46`](6aefd46cd4)
Fixed: (SecretCinema) Edition not being decoded
-
[`c8370c9`](c8370c9e00)
Bump version to 1.34.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=184&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 02:34:20 +02:00
TrueCharts Bot
7c38c71218 chore(helm): update image ghcr.io/linuxserver/firefox digest to decc231 (#34606)
This PR contains the following updates:

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

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 02:34:13 +02:00
TrueCharts Bot
6901dde169 chore(helm): update image ghcr.io/linuxserver/grocy digest to 3fdf0e2 (#34607)
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 | `e3159ee` -> `3fdf0e2` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 02:33:37 +02:00
TrueCharts Bot
7a8039d5c3 chore(helm): update image ghcr.io/anotherstranger/borg-server 2.6.10 → 2.6.11 (#34610)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup)
| patch | `7084957` -> `f401f7f` |

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

---

### Release Notes

<details>
<summary>AnotherStranger/docker-borg-backup
(ghcr.io/anotherstranger/borg-server)</summary>

###
[`v2.6.11`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.6.11)

[Compare
Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.10...v2.6.11)

##### Bug Fixes

- use correct preset names for renovate
([66ad614](66ad6140e6))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 02:28:42 +02:00
TrueCharts Bot
4501b815df chore(helm): update image docker.io/itzg/mc-router 1.26.1 → 1.26.2 (#34609)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router)
| patch | `9ebcc75` -> `0686b45` |

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

---

### Release Notes

<details>
<summary>itzg/mc-router (docker.io/itzg/mc-router)</summary>

###
[`v1.26.2`](https://redirect.github.com/itzg/mc-router/releases/tag/1.26.2)

[Compare
Source](https://redirect.github.com/itzg/mc-router/compare/1.26.1...1.26.2)

#### Changelog

- [`a058d6e`](https://redirect.github.com/itzg/mc-router/commit/a058d6e)
Do not autoscale up on status requests
([#&#8203;388](https://redirect.github.com/itzg/mc-router/issues/388))
- [`ea62db5`](https://redirect.github.com/itzg/mc-router/commit/ea62db5)
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
([#&#8203;386](https://redirect.github.com/itzg/mc-router/issues/386))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 02:28:39 +02:00
TrueCharts Bot
805bc26e36 chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to 74b4320 (#34608)
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 | `cd24315` -> `74b4320` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 02:28:31 +02:00
TrueCharts Bot
af0ef5cdf7 chore(helm): update image docker.io/searxng/searxng digest to 1bc1738 (#34605)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `a48e584` -> `1bc1738` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 02:28:16 +02:00
TrueCharts Bot
aecc2463ed chore(helm): update image docker.io/machines/filestash digest to 298be35 (#34604)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `403ffc4` -> `298be35` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-21 02:27:02 +02:00
TrueCharts-Bot
841ea732f9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-21 00:18:19 +00:00
TrueCharts Bot
1f74ba2c8c chore(helm): update image docker.io/soulraven1980/wdosg digest to 022885b (#34601)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/soulraven1980/wdosg | digest | `615130a` -> `022885b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 20:15:23 +02:00
TrueCharts Bot
5d6d39eb88 chore(helm): update image ghcr.io/onedr0p/exportarr v2.1.0 → v2.2.0 (#34603)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/exportarr](https://redirect.github.com/onedr0p/exportarr)
| minor | `ffe2065` -> `320b0ea` |

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

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v2.2.0`](https://redirect.github.com/onedr0p/exportarr/releases/tag/v2.2.0)

[Compare
Source](https://redirect.github.com/onedr0p/exportarr/compare/v2.1.0...v2.2.0)

##### What's Changed

- fix(deps): update module github.com/knadh/koanf/providers/env to
v1.1.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/348](https://redirect.github.com/onedr0p/exportarr/pull/348)
- fix(deps): update module github.com/knadh/koanf/providers/file to
v1.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/349](https://redirect.github.com/onedr0p/exportarr/pull/349)
- fix(deps): update module github.com/prometheus/client_golang to
v1.22.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/347](https://redirect.github.com/onedr0p/exportarr/pull/347)
- fix(deps): update module golang.org/x/sync to v0.13.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/346](https://redirect.github.com/onedr0p/exportarr/pull/346)
- chore(deps): update golang docker tag to v1.24.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/345](https://redirect.github.com/onedr0p/exportarr/pull/345)
- chore(deps): update dependency go to v1.24.2 - autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/344](https://redirect.github.com/onedr0p/exportarr/pull/344)
- fix(deps): update module github.com/knadh/koanf/v2 to v2.2.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/351](https://redirect.github.com/onedr0p/exportarr/pull/351)
- fix(deps): update module github.com/knadh/koanf/providers/confmap to
v1 - autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/352](https://redirect.github.com/onedr0p/exportarr/pull/352)
- fix: update golangci-lint and fix linting issues by
[@&#8203;onedr0p](https://redirect.github.com/onedr0p) in
[https://github.com/onedr0p/exportarr/pull/353](https://redirect.github.com/onedr0p/exportarr/pull/353)
- fix(deps): update module github.com/knadh/koanf/providers/posflag to
v1 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/354](https://redirect.github.com/onedr0p/exportarr/pull/354)
- Add quality weights by
[@&#8203;Saviq](https://redirect.github.com/Saviq) in
[https://github.com/onedr0p/exportarr/pull/350](https://redirect.github.com/onedr0p/exportarr/pull/350)

##### New Contributors

- [@&#8203;Saviq](https://redirect.github.com/Saviq) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/350](https://redirect.github.com/onedr0p/exportarr/pull/350)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-20 20:15:12 +02:00
TrueCharts Bot
3086d33d71 chore(flux): update image jackett 23.3.77 → 23.3.78 (#34602)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.77` ->
`23.3.78` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 20:09:24 +02:00
Alfred Göppel
873bf70122 fix(plextraktsync): BREAKING Move cronjob to values and fix persistence (#34600)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-04-20 17:26:49 +02:00
TrueCharts Bot
02eb855fcd chore(helm): update image docker.io/soulraven1980/wdosg digest to 615130a (#34559)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/soulraven1980/wdosg | digest | `be9aa25` -> `615130a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->

---------

Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-04-20 15:18:07 +00:00
TrueCharts Bot
cf51a823d5 chore(helm): update image tccr.io/tccr/code-server v4.99.2 → v4.99.3 (#34592)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/code-server](https://redirect.github.com/truecharts/public)
| patch | `28edfdd` -> `9f37dfc` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

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-04-20 15:02:07 +00:00
Boemeltrein
3a5e87ff54 clustertool(feat): etcd metrics (#34583)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
In the kube-prometheus-stack included in clustertool, `etcd dashboard`
is added automatically to the grafana dashboard.
To get this dashboard working you need to scrape correctly the metrics.
This can be done with multiple possibilities. I tested two.

1. The easiest option, which is this PR. It exposes the metrics on the
standard port used by the kube-prometheus-stack: 2381.
Disadvantage you can see the metrics via each computer on the same
network as it is just plain http page.

2. A more difficult option. You need to add to the kube-prometheus-stack
the certificates via a `secret` and set the correct ports.
If you are interested, that can be seen with this PR on my own cluster.
a923e4c0e4

Option 2 seems not to be implemented for me in clustertool, so therefore
a PR for option 1.
Up to here if it something OK to include like this.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Made a new TEST Cluster bootstrap with this patch added. That went OK.
Happy to test again when a new clustertool version will be released.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-04-20 16:52:23 +02:00
TrueCharts Bot
70e4a5af9b chore(helm): update image ghcr.io/elfhosted/readarr-develop 0.4.14.2782 → 0.4.15.2787 (#34598)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/elfhosted/readarr-develop](https://redirect.github.com/Readarr/Readarr)
| patch | `62a4573` -> `e2da461` |

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

---

### Release Notes

<details>
<summary>Readarr/Readarr (ghcr.io/elfhosted/readarr-develop)</summary>

###
[`v0.4.15.2787`](https://redirect.github.com/Readarr/Readarr/releases/tag/v0.4.15.2787):
0.4.15.2787

[Compare
Source](https://redirect.github.com/Readarr/Readarr/compare/v0.4.14.2782...v0.4.15.2787)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Readarr within an existing docker
container.***

#### Changes:

-
[`bd8bc0b`](bd8bc0b35b)
Pass messages with arguments to NLog in LoggerExtensions
-
[`ae623f4`](ae623f4481)
Fixed: Use template for log messages in Import Books
-
[`e67d133`](e67d133bb6)
Mark as template for log progress messages
-
[`772ea95`](772ea95ce4)
Multiple Translations updated by Weblate
-
[`5459a7b`](5459a7bb7e)
Bump version to 0.4.15
-
[`614f98f`](614f98f9b4)
Automated API Docs update

This list of changes was [auto
generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=87&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 14:20:05 +02:00
TrueCharts Bot
8aebf74e70 chore(helm): update image ghcr.io/home-operations/radarr 5.22.2.9862 → 5.22.3.9889 (#34599)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | patch |
`9f24da5` -> `df17917` |

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

---

### Release Notes

<details>
<summary>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary>

###
[`v5.22.3.9889`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.22.3.9889):
5.22.3.9889

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.22.2.9862...v5.22.3.9889)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`52a69b6`](52a69b662d)
Convert Add Movie from collection to TypeScript
-
[`7e34d89`](7e34d89069)
Convert Movie Collection Menus to TypeScript
-
[`b0024b2`](b0024b28a5)
Movie file is optional on movie resources
-
[`ae5450f`](ae5450f75d)
Convert Edit Movie Collection modal to TypeScript
-
[`1d1aca1`](1d1aca1a04)
Convert Collection Footer to TypeScript
-
[`3a55316`](3a55316ada)
Improve typings for select options
-
[`9ef7c2a`](9ef7c2a0b4)
Fixed: Autotagging using tag specification
-
[`e759f3f`](e759f3fd0b)
Multiple Translations updated by Weblate
-
[`03429db`](03429db877)
Fixed: Prevent new imports without deleting old movie files
-
[`bb5f421`](bb5f421e38)
Log when expected movie file is missing from disk on upgrade

<details><summary><b>See More</b></summary>

-
[`7dd3ed8`](7dd3ed815a)
Convert Modal components to TypeScript
-
[`cc56482`](cc56482819)
Translate settings for Radarr import list
-
[`40f4184`](40f41847fd)
Fixed: Selected value for empty root folder inputs
-
[`8485fc8`](8485fc8c75)
Fix various typos
-
[`f3026df`](f3026df65d)
Automated API Docs update
-
[`cfd25e9`](cfd25e974f)
Fixed: Free space and missing for selected root folder value
-
[`c52f9c5`](c52f9c5ec4)
New: Ability to change root folder when editing movie
-
[`b91517a`](b91517afd5)
Add React Query
-
[`ee8aaad`](ee8aaadb29)
Fix editing import lists
-
[`0694f2f`](0694f2fa76)
Convert ProviderFieldFormGroup to TypeScript
-
[`2c81f3b`](2c81f3be0f)
Improve typings in FormInputGroup
-
[`8fb2f64`](8fb2f64e98)
Fixed: Tooltips for detailed error messages
-
[`efd2b80`](efd2b80e10)
Fixed: Truncate long text in tag values
-
[`a9bbe06`](a9bbe06966)
Fix: Adding a new root folder from add movie modal
-
[`4c6f80b`](4c6f80b308)
Fixed: Closing on click outside select input and styling on Library
Import
-
[`c8299f7`](c8299f7e57)
Convert Form Components to TypeScript
-
[`445babb`](445babbca8)
Fixed: Parse JAP instead of JPN as Japanese
-
[`e5137d1`](e5137d13e9)
Bump version to 5.22.3

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=167&\_a=release-summary).</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 14:20:01 +02:00
TrueCharts Bot
2a2b1e8166 chore(helm): update image ghcr.io/anotherstranger/borg-server 2.6.9 → 2.6.10 (#34595) 2025-04-20 14:19:50 +02:00
TrueCharts Bot
d5a8d716d6 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1795 → 0.22.1797 (#34597)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `fc561ad` -> `f5493a2` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 14:19:46 +02:00
TrueCharts Bot
2746c2c2f8 chore(helm): update image docker.io/diygod/rsshub digest to 10e4a40 (#34593)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `0ecdb1b` -> `10e4a40` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 14:19:00 +02:00
TrueCharts Bot
ab42cba984 chore(helm): update image ghcr.io/elfhosted/emby 4.9.0.49 → 4.9.0.50 (#34596)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/emby | patch | `5a36d02` -> `0c2a66e` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 14:16:42 +02:00
TrueCharts Bot
9f7178c40e chore(flux): update image clusterissuer 9.6.3 → 9.6.4 (clustertool) (#34594)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 14:11:34 +02:00
TrueCharts Bot
cf85b48928 chore(helm): update image ghcr.io/hotio/whisparr digest to 213c98e (#34587) 2025-04-20 08:21:56 +02:00
TrueCharts Bot
88da19d4eb chore(helm): update image ghcr.io/meeb/tubesync digest to 136621e (#34589) 2025-04-20 08:21:54 +02:00
TrueCharts Bot
ded9795b88 chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to 954581e (#34588) 2025-04-20 08:21:51 +02:00
TrueCharts Bot
945d0b6e5e chore(helm): update image ghcr.io/hotio/rflood digest to 18b327c (#34586) 2025-04-20 08:21:49 +02:00
TrueCharts Bot
9965bbd19a chore(helm): update image ghcr.io/hotio/cloudflareddns digest to 8c27087 (#34585)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `f3eafaf` -> `8c27087` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 08:21:43 +02:00
TrueCharts Bot
97c1c1da54 chore(helm): update rdesktop (#34591)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `f737678` -> `79dcfff` |
| lscr.io/linuxserver/rdesktop | digest | `6408803` -> `d66a481` |
| lscr.io/linuxserver/rdesktop | digest | `d7e5c86` -> `cb2d0b8` |
| lscr.io/linuxserver/rdesktop | digest | `6957dc0` -> `f4670bb` |
| lscr.io/linuxserver/rdesktop | digest | `66fab8a` -> `018e49b` |
| lscr.io/linuxserver/rdesktop | digest | `c5e720d` -> `eabc8ca` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 08:21:22 +02:00
TrueCharts Bot
b39747428c chore(helm): update image hello-world digest to c410884 (#34590) 2025-04-20 08:20:59 +02:00
TrueCharts Bot
f94cd210a6 chore(helm): update image ghcr.io/hotio/autoscan digest to daccc87 (#34584)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/autoscan | digest | `c64b46f` -> `daccc87` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 08:20:55 +02:00
TrueCharts Bot
2a7d318cf6 chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.15.2 → 2.15.3 (#34581)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| patch | `80d1a7f` -> `39b337e` |

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

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.15.3`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.15.3):
Paperless-ngx v2.15.3

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.15.2...v2.15.3)

#### paperless-ngx 2.15.3

##### Bug Fixes

- Fix: do not try deleting original file that was moved to trash dir
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9684](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9684))
- Fix: preserve non-ASCII filenames in document downloads
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9702](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9702))
- Fix: fix breaking api change to document notes user field
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9714](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9714))
- Fix: another doc link fix
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9700](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9700))
- Fix: correctly handle dict data with webhook
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9674](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9674))

##### All App Changes

<details>
<summary>5 changes</summary>

- Fix: do not try deleting original file that was moved to trash dir
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9684](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9684))
- Fix: preserve non-ASCII filenames in document downloads
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9702](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9702))
- Fix: fix breaking api change to document notes user field
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9714](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9714))
- Fix: another doc link fix
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9700](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9700))
- Fix: correctly handle dict data with webhook
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;9674](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9674))

</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 02:34:15 +02:00
TrueCharts Bot
873eaa42ab chore(helm): update image ghcr.io/elfhosted/emby 4.9.0.48 → 4.9.0.49 (#34580) 2025-04-20 02:32:43 +02:00
TrueCharts Bot
f7bc6ad05f chore(helm): update image docker.io/codercom/code-server 4.99.2 → 4.99.3 (#34579) 2025-04-20 02:32:36 +02:00
TrueCharts Bot
1188213480 chore(helm): update image ghcr.io/meeb/tubesync digest to bfc7f11 (#34576) 2025-04-20 02:32:34 +02:00
TrueCharts Bot
f1bb7f70fd chore(helm): update image ghcr.io/home-operations/bazarr digest to 0ac9694 (#34575)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/bazarr](https://ghcr.io/home-operations/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | digest |
`a1b0d3a` -> `0ac9694` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 00:32:31 +00:00
TrueCharts Bot
ff1b65847a chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 34a648d (#34574)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `a7278ad` -> `34a648d` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 02:32:27 +02:00
TrueCharts Bot
a877fa72cd chore(helm): update image ghcr.io/ellite/wallos 2.51.1 → 2.52.0 (#34582)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) |
minor | `7aeca41` -> `fe34f19` |

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

---

### Release Notes

<details>
<summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary>

###
[`v2.52.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2520-2025-04-19)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.51.1...v2.52.0)

##### Features

- new graph cost vs budget on statistics
([#&#8203;793](https://redirect.github.com/ellite/Wallos/issues/793))
([6d67319](6d673195ba))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-20 02:30:09 +02:00
TrueCharts Bot
87bb5de6bc chore(container): update traefik docker tag to v3.3.6 (#34578)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.3.6`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.6)

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

**Important:**

Since `v3.3.6`, the incoming request path is now cleaned before being
used to match the router rules and sent to the backends. Any `/../`,
`/./` or duplicate slash segments in the request path is interpreted
and/or collapsed.

Please read the [migration
guide](https://doc.traefik.io/traefik/v3.3/migration/v3/#request-path-sanitization).

**Documentation:**

- **\[k8s/gatewayapi]** Fix Kubernetes Gateway statusAddress
documentation
([#&#8203;11663](https://redirect.github.com/traefik/traefik/pull/11663)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[tracing]** Document how to pass multiple Headers on tracing with
CLI
([#&#8203;11665](https://redirect.github.com/traefik/traefik/pull/11665)
by [mloiseleur](https://redirect.github.com/mloiseleur))
- Fix typos on what is Traefik docs page
([#&#8203;11685](https://redirect.github.com/traefik/traefik/pull/11685)
by [matthewCmatt](https://redirect.github.com/matthewCmatt))
- Update Welcome Page
([#&#8203;11615](https://redirect.github.com/traefik/traefik/pull/11615)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11703](https://redirect.github.com/traefik/traefik/pull/11703)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.3
([#&#8203;11696](https://redirect.github.com/traefik/traefik/pull/11696)
by [rtribotte](https://redirect.github.com/rtribotte))
- Merge branch v2.11 into v3.3
([#&#8203;11694](https://redirect.github.com/traefik/traefik/pull/11694)
by [rtribotte](https://redirect.github.com/rtribotte))

###
[`v3.3.6`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.6)

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

**Important:**

Since `v3.3.6`, the incoming request path is now cleaned before being
used to match the router rules and sent to the backends. Any `/../`,
`/./` or duplicate slash segments in the request path is interpreted
and/or collapsed.

Please read the [migration
guide](https://doc.traefik.io/traefik/v3.3/migration/v3/#request-path-sanitization).

**Documentation:**

- **\[k8s/gatewayapi]** Fix Kubernetes Gateway statusAddress
documentation
([#&#8203;11663](https://redirect.github.com/traefik/traefik/pull/11663)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[tracing]** Document how to pass multiple Headers on tracing with
CLI
([#&#8203;11665](https://redirect.github.com/traefik/traefik/pull/11665)
by [mloiseleur](https://redirect.github.com/mloiseleur))
- Fix typos on what is Traefik docs page
([#&#8203;11685](https://redirect.github.com/traefik/traefik/pull/11685)
by [matthewCmatt](https://redirect.github.com/matthewCmatt))
- Update Welcome Page
([#&#8203;11615](https://redirect.github.com/traefik/traefik/pull/11615)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11703](https://redirect.github.com/traefik/traefik/pull/11703)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.3
([#&#8203;11696](https://redirect.github.com/traefik/traefik/pull/11696)
by [rtribotte](https://redirect.github.com/rtribotte))
- Merge branch v2.11 into v3.3
([#&#8203;11694](https://redirect.github.com/traefik/traefik/pull/11694)
by [rtribotte](https://redirect.github.com/rtribotte))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-20 02:25:06 +02:00