Commit Graph

41230 Commits

Author SHA1 Message Date
TrueCharts Bot ce271aba05 chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.786 → v3-3.0.0.800 (#33039)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`fc622d7` -> `e6ac1fc` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-09 07:22:54 +01:00
TrueCharts Bot 3b7592711f chore(helm): update image docker.io/tinymediamanager/tinymediamanager 5.1.3 → 5.1.4 (#33036) 2025-03-09 07:21:48 +01:00
TrueCharts Bot 957512d2af chore(helm): update image docker.io/jvmilazz0/kavita 0.8.4 → 0.8.5 (#33033)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jvmilazz0/kavita](https://redirect.github.com/Kareadita/Kavita)
| patch | `07393ed` -> `70aa4f9` |

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

---

### Release Notes

<details>
<summary>Kareadita/Kavita (docker.io/jvmilazz0/kavita)</summary>

###
[`v0.8.5`](https://redirect.github.com/Kareadita/Kavita/releases/tag/v0.8.5):
- Metadata Downloading &amp; PDF Metadata!

[Compare
Source](https://redirect.github.com/Kareadita/Kavita/compare/v0.8.4...v0.8.5)

It's been some time since the last release and this one is hefty! The
goal of this release is to overhaul Kavita+ experience within Kavita,
but I sneaked in metadata downloading, something I originally envisioned
for Kavita, as well. This release is packed with a lot of goodies, from
the ability to download metadata, greatly improving the PDF experience,
to decreasing the scrobble window from 4 hours to 1 hour, and much more.

##### Metadata Downloading (Kavita+)

When I first started Kavita, I talked about wanting to build a plugin
system to support metadata downloading, so I could have a true Plex
experience. As the application and user base grew, the Plugin system was
too much scope for me to handle and I said goodbye to the idea. Luckily,
Kavita+ is here to provide that opportunity to build it out and all of
last year, I have been slowly laying the foundation to make it a
reality.

Kavita can now automatically download metadata and apply it to your
Series. It currently supports 12 different fields, including Cover
Image, People, Genres, Tags, Age Ratings, and Relationships to name a
few. I wanted to build a system that was functional but simple. Kavita
offers a few controls that should allow enough flexibility to work for
most users. I want to also thank the community for the overwhelming
testing and feedback. The nightly testers and community really brought a
lot of great ideas to polish this feature off.

With that said, I want to set expectations. I'm not looking to build a
komf replacement. This will currently just use metadata from AniList/MAL
and Hardcover once I get around to it.

So how does it work?

##### PDF Metadata

The pains of PDF may finally be over! Kavita now can read PDF metadata
when tagged with Calibre (there is no real metadata format). Thanks to
[@&#8203;microtherion](https://redirect.github.com/microtherion) writing
a custom PDF parser, Kavita can now extract Series, title, volume,
genres, etc from your files and bring a good experience for people
forced to use PDFs.

##### New Stats API

This release also sees the release of an overhauled stat system. The
Stats API is mainly for understanding how many servers are running
Kavita, but there is also a lot of benefit in collecting anonymous data
about the users of Kavita. On multiple occasions, I base decisions for
features or bugs based on that data. However, the original stats API was
quite out of date with what was important, so I overhauled it
drastically. Like always, the code is Open source and nothing is logged
that can identify you. You can take a look at the stat record
[here](https://redirect.github.com/Kareadita/KavitaStats/pull/67). Thank
you to all that continue to report statistics.

##### Misc

I wanted to shout out a few extra features that are included in this
release. First off, Automatic Webtoon mode switching. This is a very
common issue for users that read by comics and webtoons and also a
discovery issue for new users. While I had architected out a grand
solution for this, due to time constraints it never came. This is a good
hold over until that time comes. When Kavita opens a comic that is
likely a webtoon, it will switch into the mode for you automatically.
It's not 100%, but a best guess.

Another new feature is bringing Bionic Reading mode to Kavita's epub
reader via a new font. A few users asked for this and thankfully a font
made it possible.

##### Docker Fix

In the last release, docker users reported the scanner breaking. You can
fix this with the following. The wiki reflects this as well.

> Add `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true` to your docker
compose

##### This Year

With that said, let's talk about what I want to deliver this year. I
have to preface this by saying that this year my time is extremely
constrained. But as always, I have lots of ideas that I want to try and
accomplish. Since my time is limited, I've scaled down my goals to 2
main features:

1. **Journal-style Progress** will allow for a much richer stats
experience and allow for some new functionalities in reading history.
I've already validated this architecture in another project so it
shouldn't be too complex porting back to Kavita.

2. **Kobo Sync** was on my list last year but due to the new scanner,
got pushed away. With the news of Kindle, it seems like a great time to
prioritize it to the front of the list.

These two features are a blend of user wants and my own wants to enable
much richer statistics in the application. I'm sure I'll get side
tracked along the way and deliver something cool. As always, a big thank
you to our users and community. Kavita would not be where it is without
your comments, feedback, and ideas. I'm really grateful that I have a
great community, looking forward to working with you this year.

**Note: AniList API is currently degraded and stuck at 30 requests /
min. I've tried to build out the cache to avoid having to hit them for
the release. Please be patient, I will be continuing my work on Kavita+
to work around these API limits.**

**With metadata being available for PDF, you may loose progress. When
v0.8.5 starts, it will export all progress to
config/progress_export-v0.8.5.csv**


![image](https://redirect.github.com/user-attachments/assets/942d0640-eb36-4523-93bc-d3f882ae29cc)


![image](https://redirect.github.com/user-attachments/assets/7b6ade48-8036-4d0b-b473-bddaf6b10bc2)


![image](https://redirect.github.com/user-attachments/assets/419955c1-9557-44e2-b329-dba43fb2b050)


![image](https://redirect.github.com/user-attachments/assets/4133c843-cc74-4cb6-96b0-5d1c43fa1d61)

### Added

- Added: Added Fast Font to Book Reader. Fast Font is an open source
Bionic Font alternative (FR
[#&#8203;1268](https://redirect.github.com/Kareadita/Kavita/issues/1268))
- Added: Added the ability to read embedded metadata from PDFs that
conform to Calibre's embedding. (FR
[#&#8203;3103](https://redirect.github.com/Kareadita/Kavita/issues/3103))
-   Added: Added a new stat for if the server uses metadata matching
- Added: (Manga Reader) When most of the file dimensions look like
webtoon images, switch into the Webtoon reader on behalf of the user.
-   Added: Series related tab will now show if there are bookmarks
- Added: Added the ability to see release notes of nightly releases in
the changelog/announcements screens.
- Added: The UI will now check for new versions of Kavita (server-level)
and prompt the user with the changelog and force them to refresh to get
the latest UI code. This also takes care of any transloco hacks to clear
the cache. This should help on update day for non-admin users to get the
latest UI code files.
- Added: Added a new long term cache directory (cache-long). Currently
storing Github release history information.
- Added: (Kavita+) Complete overhaul to the Kavita+ license page. Not
only will you have the main license flow, but Kavita will pull down
information about your subscription, including the registered email,
total sub length, when the expiration will be, and if you're on a valid
Kavita install version. Surfaced some of the actionable buttons with
descriptions to hopefully help drive more management through the
software instead of emailing me.
- Added: Added long term caching for Publisher/Favicon fallback so
CoversDb doesn't have to service more requests than needed.
- Added: (Kavita+) There is now a manual match flow in Kavita to match a
series (or fix a match) to AniList (currently the only upstream provider
till Hardcover). Kavita still tries to match automatically, but via this
new action from Series detail page, you can either provide another
search name or Anilist/Mal urls directly to direct match. Likewise, you
can select 'Do Not Match' which will delete any previously matched data,
drop all scrobble events, and prevent matching/scrobbling in the future.
- Added: (Kavita+) Removed the previous error/matched bar from license
screen and broke into it's own page called Matched Metadata. You can now
filter by matched state (either not yet matched, needs manual match,
don't match) and perform said flows from this screen. This should result
in a much easier time navigating your metadata.
- Added: (Kavita+) New screen to see your users and if their AniList
tokens are set or expired.
- Added: (Kavita+) Kavita will now email you (assuming email is setup
and using a real email) whenever your scrobble tokens are about to
expire (5 days out) and the day of, urging you to renew them to avoid
scrobbling issues.
- Added: Kavita now has an email history table for admins to see which
emails were sent out
- Added: (Kavita+) Kavita now implements the feature request to sync
your 'planned' read lists from AniList/MAL into Kavita's Want to Read
(FR
[#&#8203;3153](https://redirect.github.com/Kareadita/Kavita/issues/3153))
- Added: New button to download a person's image from CoverDB. I am
still working out how to approach an automated solution. CoverDB is open
for new entries.
- Added: (Kavita+) Added the ability for individual users to turn on/off
scrobbling to anilist and the want to read sync.
- Added: (Kavita+) Kavita can now download metadata upon add and via the
Match action. Metadata includes series cover image, summary, age rating,
publication status, relationships (assuming already owned), release
year, people (writer, artist, character) - including cover images,
genres, and tags. Provides a flexible system to customize to your needs
or disable altogether.
- Added: (Kavita+) New Library setting to opt a whole library out of
being matched.
- Added: (Kavita+) Ability to override locked fields when performing a
match to update metadata
- Added: Users can now press enter to close (and save) the setting items
that are text inputs

### Changed

- Changed: Changed the maximum line length of text inside of expandable
blocks of text to a readable value (Thanks
[@&#8203;heyhippari](https://redirect.github.com/heyhippari))
- Changed: Allow admins to change non-admin's email accounts on file.
Will automatically assume it's valid.
- Changed: Docker builds will now have extra metadata (Thanks
[@&#8203;halkeye](https://redirect.github.com/halkeye))
- Changed: Cleaned up the person image components to be a better
experience in different states (Thanks
[@&#8203;heyhippari](https://redirect.github.com/heyhippari) )
- Changed: Known for on person page shouldn't show for
Translator/Team/Location.
-   Changed: Updated docker build scripts to include docker labels
- Changed: Massive overhaul to the data collection aspect of Kavita to
ship more helpful information that is more up to date with the
functionalities of Kavita. Stat collection can still be disabled and
will still run after the first 12 hours to give time to opt-out.
- Changed: ReadOnly role is now more inline with the name. Any user with
this role will only be able to rate series and update their want to
read.
-   Changed: Added a new mix mode for Colorscape to darken the colors
- Changed: Reworked handling of an exception for there being 2 progress
entries for a given chapter. This previously would take the first and
set as the new progress, but now it will take the newest and also take
the highest page.
- Changed: Don't show the number of images under a chapter card for
images.
- Changed: Rewrote the changelog/announcement to now be limited to 10
releases and have a better rendering experience.
- Changed: \[TIME] profiling logs from last release is now on Trace as
it's no longer needed anymore.
- Changed: Updated to .NET 9 which brings performance improvements and
patches some security vulnerabilities
- Changed: (Kavita+) When registering a license that was previously
bound to another instance, Kavita will now prompt you to override that
old binding. This is usually the case and thus Kavita can perform the
reset and registration in one flow for you (rather than you using Reset
button then Saving again).
- Changed: (Kavita+) After registering your license a popup will open to
inform you of how Scrobbling works and the next steps you should take.
- Changed: (Kavita+) After adding your Anilist token, Kavita now prompts
you if you want to backfill scrobble events now or later (from
Scrobbling page). This first time generation is important to sync your
history/want to read/ratings from before you added the token. Giving the
user time to setup Series Holds will ensure only data they want exposed
is.
- Changed: (Kavita+) Scrobbling window is decreased from 4 hours to 1
hour
-   Changed: If anilist id is set, will add an AL weblink on person page
- Changed: (Kavita+) Age Rating mappings from Kavita+ Metadata settings
will apply when scanning in series.
- Changed: (Kavita+) When using edit series modal, also recalculate age
rating based on tags/genres
- Changed: (Kavita+) Characters are now ordered based on their role in
the Series (Main, Supporting, Background)
- Changed: (Kavita+) Sleep a little longer for background fetching to
respect AL's new rate limit.
- Changed: (Kavita+) Reset all blacklisted external series metadata to
allow fresh start with the much upgraded code.

### Fixed

- Fixed: Fixed the way the sidebar closes (both on large screens and on
mobile) to prevent text and icons jumping around during the animation.
(Thanks [@&#8203;heyhippari](https://redirect.github.com/heyhippari))
- Fixed: Fixed a bug where if an age restricted user tried to load a
person that they have partial access to, the backend would restrict the
load
- Fixed: Fixed a bug where double tap on an image in manga reader no
longer triggers the bookmark flow.
- Fixed: Fixed the UI using the wrong localization key for On Deck
descriptions
- Fixed: Fixed a bug where updating Team, it would actually write to
Characters for edit series modal.
- Fixed: Fixed a typo in the event widget error message that shows up
when the scan returns an empty root folder for the particular library.
(Thanks [@&#8203;midhun3301](https://redirect.github.com/midhun3301) )
- Fixed: (Kavita+) Fixed a long standing bug where background series
processing (fetching metadata for K+) wasn't pulling anything more than
the first 25 series over and over.
-   Fixed: Fixed add device button being broken
- Fixed: Fixed a bug where an admin editing a user was unable to save
the form without a valid email, even though non-valid emails are
allowed.
-   Fixed: Fixed a bug where person links wouldn't be url encoded
- Fixed: Fixed a bug where characters weren't being saved on the backend
- Fixed: Fixed a bug where progress tooltips would be behind the card
title overlay
- Fixed: Fixed a bug where when the filename and the series
name/localized name are the same, Kavita would get confused and skip the
file.
- Fixed: Fixed a bug where reading a pdf on Kavita then switching to
reading over OPDS, the cache wouldn't work as the images weren't cached,
only the pdf. (Thanks
[@&#8203;m-amazirh](https://redirect.github.com/m-amazirh) for the help)
- Fixed: When downloading image series/chapters, zip them up and use the
folder names on disk for inside the archive
- Fixed: (Manga Reader) Fixed up/down arrow key not scrolling on manga
reader with original layout
- Fixed: Sanitize OPDS feeds in case the user has characters that are
invalid
- Fixed: (Epub Reader) White book theme was unnecessarily overriding
some book styles (Thanks
[@&#8203;Redst0neFlux](https://redirect.github.com/Redst0neFlux))
-   Fixed: Don't darken images on white/paper book themes
- Fixed: Fixed a bug when bulk selecting cards, the read button overlay
shouldn't be present
-   Fixed: Confirmation modals didn't have localized strings.
- Fixed: (Kavita+) Fixed a bug where want to read was scrobbling from
libraries where AllowScrobbling is off.
- Fixed: (Kavita+) Fixed a bug where Want to Read scrobbling was not
respecting library rules
-   Fixed: Fixed Characters field not being wired up in the Save API.
- Fixed: Fixed location locked field not being wired up in the Save API.
- Fixed: Fixed a weird issue where Host name would eat keys when typing
on General settings.
- Fixed: Fixed a bug where clicking a person from Volume/Chapter detail
pages wouldn't load the person profile
- Fixed: Fixed a bug that was calling unneeded checks on Kavita+ license
validation each refresh
- Fixed: Fixed spacing issue on the edit chapter modal (and aligned all
modals to have the same spacing)
- Fixed: Fixed a bug where a progress check on the DB was being handled
which logged a warning to logger.
- Fixed: Fixed the overlay title on cards extending past the card
boundary when in a carousel (Thanks
[@&#8203;Zeoic](https://redirect.github.com/Zeoic))
- Fixed: Fixed a bug where the background job to fill out metadata was
constantly pulling the same blacklisted series over and over again, thus
making no progress.
- Fixed: Fixed a bug where epub images that were hotlinked weren't
loading correctly in the reader.
- Fixed: Fixed removing web links behaving wrongly when removing links
in a specific order (Thanks
[@&#8203;Fesaa](https://redirect.github.com/Fesaa))
-   Fixed: Fixed default cache being 50MB when it should be 75MB
- Fixed: Fixed a bug when a metadata refresh event comes int, the active
tab could get stuck on series detail
-   Fixed: Fixed not being able to update general server settings
- Fixed: (Kavita+) New migration to cleanup super old scrobble events
that might be side-effects of version updates.

### Feature Requests

- Added Fast Font to Book Reader. Fast Font is an open source Bionic
Font alternative (FR
[#&#8203;1268](https://redirect.github.com/Kareadita/Kavita/issues/1268))
- Added the ability to read embedded metadata from PDFs that conform to
Calibre's embedding. (FR
[#&#8203;3103](https://redirect.github.com/Kareadita/Kavita/issues/3103))
- (Kavita+) Kavita now implements the feature request to sync your
'planned' read lists from AniList/MAL into Kavita's Want to Read (FR
[#&#8203;3153](https://redirect.github.com/Kareadita/Kavita/issues/3153))

### Known Issues

- Some covers will disappear after being added to Kavita (rare). If I
can reproduce, I will hotfix.
- Match modal may sometimes appear like there are no results but there
should be. This is due to rate issues, this will be addressed in v0.8.6.
You just need to wait a few minutes for it to be searchable again.
- Don't fall behind (Out of date) modal is popping when it shouldn't (a
hotfix will be issued in a few days)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-09 07:21:41 +01:00
TrueCharts Bot 32c1254cef chore(flux): update image docker.io/rancher/system-upgrade-controller v0.15.1 → v0.15.2 (clustertool) (#33025)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/rancher/system-upgrade-controller](https://redirect.github.com/rancher/system-upgrade-controller)
| patch | `v0.15.1` -> `v0.15.2` |

---

### Release Notes

<details>
<summary>rancher/system-upgrade-controller
(docker.io/rancher/system-upgrade-controller)</summary>

###
[`v0.15.2`](https://redirect.github.com/rancher/system-upgrade-controller/releases/tag/v0.15.2)

[Compare
Source](https://redirect.github.com/rancher/system-upgrade-controller/compare/v0.15.1...v0.15.2)

#### What's Changed

- support k8s 1.32.2 by
[@&#8203;jiaqiluo](https://redirect.github.com/jiaqiluo) in
[https://github.com/rancher/system-upgrade-controller/pull/352](https://redirect.github.com/rancher/system-upgrade-controller/pull/352)

**Full Changelog**:
https://github.com/rancher/system-upgrade-controller/compare/v0.15.1...v0.15.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-09 07:17:58 +01:00
TrueCharts-Bot 4e63ca3927 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-03-09 00:12:17 +00:00
kqmaverick a4880a7b29 docs(add-storage): fix add storage guide and add nfs (#33017)
**Description**
Fixes tabbing on add storage guide and adds an NFS example.

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [X] 📜 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._
2025-03-08 20:57:22 +00:00
Kjeld Schouten 66806eab34 bump immicc
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-03-08 21:17:44 +01:00
Kjeld Schouten dfb004ea46 fix(immicc): allow GPU assignment for ML workload
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-03-08 21:17:22 +01:00
Alfred Göppel 8996d665bc Update 2025-03-08-recent-changes.md (#33016)
**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
- [ ] 🪛 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>
2025-03-08 14:50:55 -05:00
TrueCharts Bot 2c9c5ad760 chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.43.2 → 0.44.0 (#33014)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `aed747d` -> `d315d6f` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `f805015` -> `4593d9f` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `55cef35` -> `d1a69eb` |

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

---

### Release Notes

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v0.44.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.44.0):
0.44.0 Memory usage enhancements, highlighter and more!

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.43.2...v0.44.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

With this update we bring another possible fix to the 90% load issue for
windows users along with multiple big fixes for various tools
Huge memory usage improvements for reading large sized PDFs (50MB+) and
various other tools!

We also ask users to please migrate their docker URL to our proxy URL to
avoid issuers during any package migrations
Please change `stirlingtools/stirling-pdf` (or `frooodle/stirling-pdf`)
to `docker.stirlingpdf.com/stirlingtools/stirling-pdf`
An example for a docker compose could be
`image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest-fat`

##### What's Changed

##### Bug Fixes

- fix desktop client stuck at 90% by
[@&#8203;johnmalek312](https://redirect.github.com/johnmalek312) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3111](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3111)
- Fix error banner not getting removed on correct upload by
[@&#8203;Karlkorv](https://redirect.github.com/Karlkorv) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3114](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3114)
- Fix auto resizing images in view-pdf by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3121](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3121)

##### Enhancements

- 2926 bug undo feature of multitool delete your upload file by
[@&#8203;ConnorYoh](https://redirect.github.com/ConnorYoh) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3101](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3101)
- Memory enhancements and PDF decompress API by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3129](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3129)
- Add highlighter tool to View-pdf by
[@&#8203;ryantang247](https://redirect.github.com/ryantang247) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3113](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3113)

##### Minor Enhancements

- 🤖 format everything with pre-commit by <stirlingbot> by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3103](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3103)

##### Docker Updates

- Devcontainer by [@&#8203;Ludy87](https://redirect.github.com/Ludy87)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3097](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3097)
- Fix: Devcontainer permission by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3102](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3102)
- Update download-security-jar.sh downloadURL by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3126](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3126)

##### Translation Changes

- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3099](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3099)
- translated newly added strings re business & user interaction by
[@&#8203;swanemar](https://redirect.github.com/swanemar) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3116](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3116)
- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3124](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3124)
- Update messages_ja_JP.properties by
[@&#8203;tkymmm](https://redirect.github.com/tkymmm) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3127](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3127)

##### Other Changes

- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3100](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3100)
- Bump actions/create-github-app-token from 1.11.5 to 1.11.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3109](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3109)
- 🌐 Sync Translations + Update README Progress
Table by [@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3135](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3135)

##### New Contributors

- [@&#8203;johnmalek312](https://redirect.github.com/johnmalek312) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3111](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3111)
- [@&#8203;ryantang247](https://redirect.github.com/ryantang247) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3113](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3113)
- [@&#8203;Karlkorv](https://redirect.github.com/Karlkorv) made their
first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/3114](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3114)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.43.2...v0.44.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-08 19:22:39 +01:00
TrueCharts Bot 484b30d706 chore(helm): update image ghcr.io/meeb/tubesync digest to 883e74e (#33010)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/meeb/tubesync | digest | `466b1af` -> `883e74e` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-08 18:22:32 +00:00
TrueCharts Bot f790acbb66 chore(helm): update image public.ecr.aws/bitnami/wordpress digest to c781f8a (#33011)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/wordpress](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/wordpress))
| digest | `bfca8ca` -> `c781f8a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-08 19:22:12 +01:00
Alfred Göppel b8e21adc5f docs(news): Add news-article (#33008)
**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
- [ ] 🪛 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
- [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-03-08 19:13:30 +01:00
Alfred Göppel cccc6218e2 chore(charts): archive prometheus, prometheus-operator & cert-manager (#33009)
**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
- [ ] 🪛 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
- [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-03-08 19:13:20 +01:00
TrueCharts Bot 2f1909f7a4 chore(flux): update image prometheus-operator 11.5.0 → 11.5.1 (clustertool) (#33013) 2025-03-08 19:11:35 +01:00
TrueCharts Bot 5aece1bd00 chore(flux): update image jackett 23.3.41 → 23.3.42 (#33012)
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.41` ->
`23.3.42` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-08 19:11:23 +01:00
Alfred Göppel a51662bdfe fix(docs): Quick start guide (#33006)
**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 https://github.com/truecharts/public/issues/32174
⚒️ Fixes https://github.com/truecharts/public/issues/29000
⚒️ Fixes https://github.com/truecharts/public/issues/33004

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-08 19:04:07 +01:00
Alfred Göppel 9d48f3007e chore(cert-manager, prometheus-operator, prometheus): deprecate (#33007)
**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:**

- [ ] ⚖️ 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-03-08 17:32:42 +01:00
Alfred Göppel 09b0eea3fe docs(troubleshooting) add an basic troubleshooting guide (#33003)
**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
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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._
2025-03-08 15:10:56 +01:00
Alfred Göppel 8f6bb6883b fix(docs): Add fluxcd webhook guide (#33002)
**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
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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._
2025-03-08 15:10:46 +01:00
Alfred Göppel 46db7d757f fix(flexo): move chart to stable (#32997)
**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
- [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-03-08 15:10:24 +01:00
Alfred Göppel 87e274d9dc fix(docs): Core documentation (#33000)
**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.
-->
⚒️ Removed all Scale and Outdated FAQs
⚒️ Redo of Introduction for the Project

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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._
2025-03-08 15:10:04 +01:00
Alfred Göppel 30f648b0cb fix(docs): add intel gpu guide & small nvidia fixes (#33001)
**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
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-03-08 15:09:50 +01:00
TrueCharts Bot 39c026cc57 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1524 → 0.22.1556 (#32998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `fca70f1` -> `b2b7da7` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-08 13:16:12 +01:00
TrueCharts Bot 01d99cf37f fix(deps): update module sigs.k8s.io/controller-runtime v0.20.2 → v0.20.3 (clustertool) (#32999)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime)
| require | patch | `v0.20.2` -> `v0.20.3` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.20.3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.3)

[Compare
Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.20.2...v0.20.3)

#### What's Changed

- 🐛 fix: cache should list out of global cache when present and
necessary by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3127](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3127)
- 🌱 Export envtest.ReadCRDFiles by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3131](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3131)
- 🐛 Fakeclient: Fix dataraces when writing to the scheme by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3145](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3145)
- Revert " Expose all Go runtime metrics" by
[@&#8203;alvaroaleman](https://redirect.github.com/alvaroaleman) in
[https://github.com/kubernetes-sigs/controller-runtime/pull/3147](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3147)

**Full Changelog**:
https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.2...v0.20.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-08 13:08:45 +01:00
Boemeltrein b0fef49454 docs(wg-easy): helmify docs (#32996)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  https://github.com/truecharts/public/issues/32177

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-08 11:13:04 +00:00
Boemeltrein 5aed79a7b9 docs(tailscale): sysctl note (#32995)
**Description**
<!--
As requested on the Discord
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-08 10:57:02 +00:00
Addison McDermid 9813cb45a2 chore(bytestash) Move ByteStash chart to Stable Train (#32993)
Merge changes

**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.
-->
Moving ByteStash chart to Stable Train after a successful deployment to
a test cluster.
⚒️ 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
-->
Deployed to test cluster and confirmed chart deployed successfully,
webpage loaded successfully and persistence working after restarts of
the container.

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

**✔️ Checklist:**

- [x] ⚖️ 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
- [x] 🧪 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._

---------

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-03-08 11:07:28 +01:00
Boemeltrein d33c60c91e docs(zerotier): sysctl note (#32994)
**Description**
<!--
As discussed on the discord adding sysctl note
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-08 11:06:46 +01:00
TrueCharts Bot da90155a0b chore(helm): update image public.ecr.aws/bitnami/alertmanager 0.28.0 → 0.28.1 (#32992)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/alertmanager](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/alertmanager))
| patch | `3284daa` -> `c776d8b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-08 07:24:18 +01:00
TrueCharts Bot e48a82106f chore(helm): update image docker.io/machines/filestash digest to 64cc5b0 (#32991)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `b92cc01` -> `64cc5b0` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-08 07:23:59 +01:00
TrueCharts Bot fde584bcbc chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.97 → 2.0.102 (#32989) 2025-03-08 01:24:41 +01:00
TrueCharts Bot 4ca2488cfe chore(helm): update image lscr.io/linuxserver/cops 3.5.4 → 3.5.7 (#32990) 2025-03-08 01:24:36 +01:00
TrueCharts Bot 338fe3cae2 chore(helm): update image docker.io/searxng/searxng digest to c77b27c (#32988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `cdc4f00` -> `c77b27c` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-08 01:24:34 +01:00
TrueCharts Bot 3de17a7d85 chore(helm): update image docker.io/machines/filestash digest to b92cc01 (#32987)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `b0416e7` -> `b92cc01` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-08 01:24:26 +01:00
TrueCharts-Bot 2d02d233e0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-03-08 00:11:12 +00:00
Boemeltrein 89a9559d44 docs(zerotier): helmify docs (#32986)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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 -->
Removed the 
- net.ipv4.ip_forward 
- net.ipv4.conf.all.src_valid_mark

Also note about hostNetwork.

Really open for feedback, never use this chart myself.

**✔️ 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
- [x] 📄 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-03-07 20:34:30 +00:00
TrueCharts Bot 92d929281f chore(helm): update image public.ecr.aws/bitnami/alertmanager digest to 3284daa (#32982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/alertmanager](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/alertmanager))
| digest | `940e1ee` -> `3284daa` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-07 18:24:55 +00:00
TrueCharts Bot a79282fbb3 chore(helm): update image docker.io/searxng/searxng digest to cdc4f00 (#32981) 2025-03-07 19:24:46 +01:00
TrueCharts Bot e41643beaa chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.41 → 1.1.42 (#32984)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral)
| patch | `df6d33e` -> `021ac04` |

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

---

### Release Notes

<details>
<summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary>

###
[`v1.1.42`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.42)

[Compare
Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.41...1.1.42)

-
[`b949cec`](https://redirect.github.com/Ylianst/MeshCentral/commit/b949cecc)
Version 1.1.42
-
[`c7cbf2f`](https://redirect.github.com/Ylianst/MeshCentral/commit/c7cbf2f1)
Updated Windows x86-32 and 64 agents.
-
[`d49afdd`](https://redirect.github.com/Ylianst/MeshCentral/commit/d49afdd7)
report version/size correctly to control panel
[#&#8203;6860](https://redirect.github.com/Ylianst/MeshCentral/issues/6860)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-07 19:24:39 +01:00
TrueCharts Bot bed7dd6221 chore(flux): update image prometheus-operator 11.4.3 → 11.5.0 (clustertool) (#32985)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | minor |
`11.4.3` -> `11.5.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-07 19:11:22 +01:00
TrueCharts Bot aefdcb780a chore(flux): update image jackett 23.3.40 → 23.3.41 (#32983)
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.40` ->
`23.3.41` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-07 19:10:51 +01:00
Boemeltrein 8ba2074ddb docs(wireguard): helmify docs (#32980)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-07 17:30:58 +01:00
Boemeltrein a42a1378c4 docs(zigbee2mqtt): helmify docs (#32979)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-07 14:30:35 +00:00
Boemeltrein 1d91054461 docs(modsecurity-crs): helmify docs (#32978)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-07 15:08:05 +01:00
Boemeltrein ac3642ef74 docs(webnut): helmify docs (#32977)
**Description**
<!--
helmify docs, the above part Prerequisite, are Truenass Screenshots, but
have nothing todo with the charts.... No idea how to change that part.
So kept as is.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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-03-07 13:33:13 +00:00
Boemeltrein fe12d85a1c docs(TraefikForwardAuth): helmify docs (#32974)
**Description**
<!--
helmify docs
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 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
- [x] 📄 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-07 14:04:41 +01:00
allcontributors[bot] 8022bebfb9 docs: add itconstruct as a contributor for code (#32976)
Adds @itconstruct as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/32975#issuecomment-2706381979)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-03-07 12:53:32 +00:00
Addison McDermid 2cf51e067c feat(bytestash) Add new Chart (#32975)
**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.
-->
Deploy new chart Bytestash
⚒️ 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
- [x] 📜 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
-->
This has been tested using app-template.
Pending test deployment from incubator train once PR is approved.

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 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.

- [x] 🖼️ 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: Addison McDermid <admin@itconstruct.com.au>
Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-03-07 12:53:19 +00:00
TrueCharts Bot 401286eda9 chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 02f98c4 (#32970) 2025-03-07 13:36:10 +01:00