Commit Graph

25896 Commits

Author SHA1 Message Date
TrueCharts Bot
ff0d79afa3 chore(deps): update container image ghcr.io/linuxserver/sickchill to 2024.2.20@2cef394 by renovate (#18533) 2024-02-24 19:20:32 +01:00
TrueCharts Bot
2aed3d10e9 chore(deps): update container image ghcr.io/linuxserver/davos to 2.2.2@b5c9114 by renovate (#18531) 2024-02-24 19:20:32 +01:00
TrueCharts Bot
f05edffe73 chore(deps): update container image ghcr.io/linuxserver/grav to 1.7.44@5df80ac by renovate (#18532) 2024-02-24 19:20:30 +01:00
TrueCharts Bot
b6174800c5 chore(deps): update container image docker.io/bellamy/wallos to latest@18f77ed by renovate (#18530) 2024-02-24 19:20:29 +01:00
TrueCharts Bot
50bf219889 chore(deps): update container image docker.io/localai/localai to v2.9.0 by renovate (#18546)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2-cublas-cuda11-ffmpeg-core` ->
`v2.9.0-cublas-cuda11-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2-cublas-cuda11-core` -> `v2.9.0-cublas-cuda11-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2-cublas-cuda12-ffmpeg-core` ->
`v2.9.0-cublas-cuda12-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2-cublas-cuda12-core` -> `v2.9.0-cublas-cuda12-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2-ffmpeg-core` -> `v2.9.0-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.8.2` -> `v2.9.0` |

---

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

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

### [`v2.9.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.9.0)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.8.2...v2.9.0)

This release brings many enhancements, fixes, and a special thanks to
the community for the amazing work and contributions!

We now have sycl images for Intel GPUs, ROCm images for AMD GPUs,and
much more:

- You can find the AMD GPU images tags between the container images
available - look for `hipblas`. For example,
[master-hipblas-ffmpeg-core](https://quay.io/repository/go-skynet/local-ai/tag/master-hipblas-ffmpeg-core).
Thanks to [@&#8203;fenfir](https://togithub.com/fenfir) for this nice
contribution!
- Intel GPU images are tagged with `sycl`. You can find images with two
flavors, sycl-f16 and sycl-f32 respectively. For example,
[master-sycl-f16](https://quay.io/repository/go-skynet/local-ai/tag/master-sycl-f16-core).
Work is in progress to support also diffusers and transformers on Intel
GPUs.
- Thanks to [@&#8203;christ66](https://togithub.com/christ66) first
efforts in supporting the Assistant API were made, and we are planning
to support the Assistant API! Stay tuned for more!
- Now LocalAI supports the Tools API endpoint - it also supports the
(now deprecated) functions API call as usual. We now also have support
for SSE with function calling. See
[https://github.com/mudler/LocalAI/pull/1726](https://togithub.com/mudler/LocalAI/pull/1726)
for more
- Support for Gemma models - did you hear? Google released OSS models
and LocalAI supports it already!
- Thanks to [@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[https://github.com/mudler/LocalAI/pull/1728](https://togithub.com/mudler/LocalAI/pull/1728)
to put efforts in refactoring parts of the code - we are going to
support soon more ways to interface with LocalAI, and not only restful
api!

##### Support the project

First off, a massive thank you to each and every one of you who've
chipped in to squash bugs and suggest cool new features for LocalAI.
Your help, kind words, and brilliant ideas are truly appreciated - more
than words can say!

And to those of you who've been heros, giving up your own time to help
out fellow users on Discord and in our repo, you're absolutely amazing.
We couldn't have asked for a better community.

Just so you know, LocalAI doesn't have the luxury of big corporate
sponsors behind it. It's all us, folks. So, if you've found value in
what we're building together and want to keep the momentum going,
consider showing your support. A little shoutout on your favorite social
platforms using [@&#8203;LocalAI_OSS](https://twitter.com/LocalAI_API)
and [@&#8203;mudler_it](https://twitter.com/mudler_it) or joining our
sponsorship program can make a big difference.

Also, if you haven't yet joined our Discord, come on over! Here's the
link: https://discord.gg/uJAeKSAGDy

Every bit of support, every mention, and every star adds up and helps us
keep this ship sailing. Let's keep making LocalAI awesome together!

Thanks a ton, and here's to more exciting times ahead with LocalAI! 🚀

##### What's Changed

##### Bug fixes 🐛

- Add TTS dependency for cuda based builds fixes
[#&#8203;1727](https://togithub.com/mudler/LocalAI/issues/1727) by
[@&#8203;blob42](https://togithub.com/blob42) in
[https://github.com/mudler/LocalAI/pull/1730](https://togithub.com/mudler/LocalAI/pull/1730)

##### Exciting New Features 🎉

- Build docker container for ROCm by
[@&#8203;fenfir](https://togithub.com/fenfir) in
[https://github.com/mudler/LocalAI/pull/1595](https://togithub.com/mudler/LocalAI/pull/1595)
- feat(tools): support Tool calls in the API by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1715](https://togithub.com/mudler/LocalAI/pull/1715)
- Initial implementation of upload files api. by
[@&#8203;christ66](https://togithub.com/christ66) in
[https://github.com/mudler/LocalAI/pull/1703](https://togithub.com/mudler/LocalAI/pull/1703)
- feat(tools): Parallel function calling by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1726](https://togithub.com/mudler/LocalAI/pull/1726)
- refactor: move part of api packages to core by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[https://github.com/mudler/LocalAI/pull/1728](https://togithub.com/mudler/LocalAI/pull/1728)
- deps(llama.cpp): update, support Gemma models by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1734](https://togithub.com/mudler/LocalAI/pull/1734)

##### 👒 Dependencies

- deps(llama.cpp): update by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1714](https://togithub.com/mudler/LocalAI/pull/1714)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1740](https://togithub.com/mudler/LocalAI/pull/1740)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1718](https://togithub.com/mudler/LocalAI/pull/1718)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1705](https://togithub.com/mudler/LocalAI/pull/1705)
- Update README.md by
[@&#8203;lunamidori5](https://togithub.com/lunamidori5) in
[https://github.com/mudler/LocalAI/pull/1739](https://togithub.com/mudler/LocalAI/pull/1739)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1750](https://togithub.com/mudler/LocalAI/pull/1750)

##### New Contributors

- [@&#8203;fenfir](https://togithub.com/fenfir) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1595](https://togithub.com/mudler/LocalAI/pull/1595)
- [@&#8203;christ66](https://togithub.com/christ66) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1703](https://togithub.com/mudler/LocalAI/pull/1703)
- [@&#8203;blob42](https://togithub.com/blob42) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1730](https://togithub.com/mudler/LocalAI/pull/1730)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.8.2...v2.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:20:23 +01:00
TrueCharts Bot
0bbfa4079e chore(deps): update container image ghcr.io/wg-easy/wg-easy to 11@3804255 by renovate (#18534)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | digest | `4c06c3c` -> `3804255` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:19:50 +01:00
TrueCharts Bot
6cf7ddcbb7 chore(deps): update container image diygod/rsshub to latest@8b82436 by renovate (#18528)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `81bf066` -> `8b82436` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:19:30 +01:00
TrueCharts Bot
6dbabb0e89 chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@8700560 by renovate (#18529) 2024-02-24 19:18:49 +01:00
TrueCharts Bot
1168a68330 chore(deps): update container image bitnami/matomo to 5.0.2@6c74160 by renovate (#18523) 2024-02-24 19:18:47 +01:00
TrueCharts Bot
f9b674ad2e chore(deps): update container image bitnami/solr to 9.5.0@6032dd5 by renovate (#18527)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/solr | digest | `e644f1d` -> `6032dd5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:18:39 +01:00
TrueCharts Bot
6868fdd3e1 chore(deps): update container image bitnami/prometheus to v@74f722e by renovate (#18526)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `1afc5f1` -> `74f722e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:18:19 +01:00
TrueCharts Bot
a96b88bd50 chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@30e5bb9 by renovate (#18522) 2024-02-24 19:17:50 +01:00
TrueCharts Bot
b8341302b8 chore(deps): update container image bitnami/node-exporter to 1.7.0@6d28e73 by renovate (#18525) 2024-02-24 19:17:44 +01:00
TrueCharts Bot
92b5aa6e99 chore(deps): update container image bitnami/memcached to 1.6.23@214eba2 by renovate (#18524)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | digest | `d5d08f8` -> `214eba2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 19:17:36 +01:00
TrueCharts Bot
cc96a85689 chore(deps): update container image redis to v11.3.0@271b2b9 by renovate (#18515)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/bitnami/bitnami-docker-redis)) | minor |
`11.2.1` -> `11.3.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
friendica-13.3.0 romm-7.3.0 humhub-7.3.0 anonaddy-20.3.0 ctfd-4.3.0
2024-02-24 16:08:33 +01:00
TrueCharts Bot
c4ef1c0ad8 chore(deps): update container image mariadb to v13.0.0@a9fbcda by renovate (#18517)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | major |
`12.2.1` -> `13.0.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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.

🔕 **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
gitea-18.2.0 romm-7.2.0 seafile-5.2.0 friendica-13.2.0 fleet-12.2.0 projectsend-12.2.0 monica-12.2.0 piwigo-12.2.0 ctfd-4.2.0 photoprism-20.2.0 anonaddy-20.2.0 chevereto-12.2.0 bookstack-12.2.0 humhub-7.2.0 clarkson-12.2.0 nginx-proxy-manager-9.2.0 servas-4.2.0 wordpress-7.2.0 matomo-13.2.0
2024-02-24 16:54:47 +02:00
TrueCharts Bot
86437b250b chore(deps): update container image memcached to v12.0.0@b92fcfa by renovate (#18518)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/bitnami/bitnami-docker-memcached)) |
major | `11.2.1` -> `12.0.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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.

🔕 **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 16:54:35 +02:00
TrueCharts Bot
05526a14d1 chore(deps): update container image clickhouse to v12.1.0@82963ff by renovate (#18516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://clickhouse.com/)) | major | `11.1.1` -> `12.1.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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.

🔕 **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
plausible-10.2.0
2024-02-24 16:54:01 +02:00
TrueCharts Bot
cf9a6dc1a6 chore(deps): update rdesktop by renovate (#18512)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `07b91b4` -> `c62fa37` |
| lscr.io/linuxserver/rdesktop | digest | `60c94da` -> `d0f9a6f` |
| lscr.io/linuxserver/rdesktop | digest | `3c9a7e1` -> `e29ed1e` |
| lscr.io/linuxserver/rdesktop | digest | `59fef30` -> `67cffc6` |
| lscr.io/linuxserver/rdesktop | digest | `21fd16d` -> `086d23c` |
| lscr.io/linuxserver/rdesktop | digest | `6141b83` -> `bb2eec5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
jenkins-7.2.0 rdesktop-8.1.6 xwiki-12.1.1
2024-02-24 15:38:25 +01:00
TrueCharts Bot
ee5be736af chore(deps): update container image xwiki to 16.0.0-postgres-tomcat@84c9d25 by renovate (#18511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `3c704a1` -> `84c9d25` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 15:26:28 +01:00
TrueCharts Bot
50af8f4251 chore(deps): update container image jenkins/jenkins to v2.446-jdk17@daf90b4 by renovate (#18514)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.444-jdk17` -> `2.446-jdk17` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 15:26:24 +01:00
TrueCharts Bot
e611be21aa chore(deps): update container image bitnami/mariadb to 11.2.3@0792f88 by renovate (#18509)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mariadb | digest | `29e3996` -> `0792f88` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
webtop-9.1.6
2024-02-24 15:25:41 +01:00
TrueCharts Bot
4f3352ee93 chore(deps): update container image bitnami/redis to 7.2.4@413ba6a by renovate (#18510)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/redis | digest | `5cd608e` -> `413ba6a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 15:24:57 +01:00
TrueCharts Bot
4a0054513d chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@4a1ead7 by renovate (#18508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/kube-state-metrics | digest | `73eacb4` -> `4a1ead7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 15:24:41 +01:00
TrueCharts Bot
19ee07b951 chore(deps): update webtop by renovate (#18513)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `fd269ea` -> `c6ef584` |
| lscr.io/linuxserver/webtop | digest | `454f580` -> `3ae7857` |
| lscr.io/linuxserver/webtop | digest | `763f386` -> `f2b3377` |
| lscr.io/linuxserver/webtop | digest | `15100b0` -> `8ded163` |
| lscr.io/linuxserver/webtop | digest | `0dbd4b7` -> `85adf5a` |
| lscr.io/linuxserver/webtop | digest | `d83329f` -> `6406749` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 15:23:32 +01:00
TrueCharts Bot
cfbbb2afd8 chore(deps): update helm chart common to 18.0.1 by renovate (#18507)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`17.5.1` -> `18.0.1` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v18.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-18.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-18.0.0...common-18.0.1)

Function library for TrueCharts

###
[`v18.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-18.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.5.1...common-18.0.0)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

🔕 **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
onlyoffice-document-server-17.1.0 audacity-12.1.0 syncthing-18.1.0 dokuwiki-10.1.0 radarrsync-5.1.0 prusaslicer-novnc-8.1.0 ctfd-4.1.0 soft-serve-6.1.0 conanexiles-5.1.0 wyoming-whisper-4.1.0 wireguard-8.1.0 ddns-updater-9.1.0 adguardhome-sync-6.1.0 teedy-docs-5.1.0 media-roller-5.1.0 healthchecks-14.1.0 mediaelch-5.1.0 cstrikeconditionzero-5.1.0 fireshare-6.1.0 muximux-10.1.0 stackedit-5.1.0 debian-apt-mirror-5.1.0 shoko-server-9.1.0 kanboard-16.1.0 amule-7.1.0 pgadmin-15.1.0 impostor-server-8.1.0 xwiki-12.1.0 openspeedtest-8.1.0 pvk-ii-5.1.0 quiz-game-5.1.0 assettocorsa-5.1.0 pixapop-10.1.0 traggo-6.1.0 babybuddy-16.1.0 ddns-route53-5.1.0 rss-to-telegram-5.1.0 channels-dvr-6.1.0 rustpad-5.1.0 palworld-2.1.0 minecraft-bungeecord-8.1.0 cstrike1-6-5.1.0 sdtd-7.1.0 ghostfolio-4.1.0 xware-5.1.0 meshroom-9.1.0 maloja-5.1.0 factorioservermanager-5.1.0 ecodms-5.1.0 etesync-9.1.0 docusaurus-8.1.0 pixark-5.1.0 debian-bullseye-5.1.0 cloudreve-6.1.0 rdtclient-4.1.0 plex-meta-manager-6.1.0 twtxt-10.1.0 komga-13.1.0 android-8-0-5.1.0 genea-5.1.0 tsmuxer-9.1.0 necesse-5.1.0 promcord-11.1.0 synclounge-9.1.0 hedgedoc-12.1.0 st-reborn-server-5.1.0 vaultwarden-26.1.0 miniflux-14.1.0 kopia-11.1.0 sftpgo-6.1.0 vocechat-server-3.1.0 wyoming-piper-4.1.0 headphones-11.1.0 chevereto-12.1.0 static-web-server-4.1.0 truecommand-19.1.0 nextcloud-29.1.0 shlink-web-client-10.1.0 webgrabplus-9.1.0 wifi-card-5.1.0 hasty-paste-6.1.0 gitea-18.1.0 firezone-3.1.0 deconz-15.1.0 mosquitto-14.1.0 garrysmod-5.1.0 factorio-7.1.0 traktarr-5.1.0 cssource-5.1.0 jupyter-8.1.0 libreddit-8.1.0 teedy-15.1.0 mstream-10.1.0 telethon-downloader-5.1.0 tvhproxy-5.1.0 webtop-9.1.0 hastebin-5.1.0 androiddebugbridge-5.1.0 modsecurity-crs-3.1.0 gaps-18.1.0 import-ics-5.1.0 rflood-5.1.0 plex-auto-languages-8.1.0 browserless-chrome-9.1.0 openhab-9.1.0 mango-5.1.0 shorturl-10.1.0 emby-sync-5.1.0 bitmagnet-1.1.0 redmine-11.1.0 protonmail-bridge-14.1.0 neko-5.1.0 recyclarr-9.1.0 mediagoblin-5.1.0 redm-5.1.0 zerotier-9.1.0 remmina-10.1.0 convos-5.1.0 krusader-5.1.0 lldap-5.1.0 firefox-syncserver-17.1.0 lingva-5.1.0 synctube-7.1.0 linkding-9.1.0 fistfuloffrags-5.1.0 arma3exilemod-5.1.0 changedetection-io-2.1.0 qbitmanage-8.1.0 root-5.1.0 inkscape-desktop-g3-5.1.0 phpldapadmin-13.1.0 csi-driver-smb-3.1.0 kodi-headless-9.1.0 rdesktop-8.1.0 kasm-8.1.0 terraria-tshock-6.1.0 picoshare-9.1.0 github-backup-5.1.0 nitter-6.1.0 navidrome-19.1.0 anki-sync-server-6.1.0 fivem-5.1.0 gamevault-backend-5.1.0 unpoller-10.1.0 glauth-5.1.0 americasarmy-pg-5.1.0 splunk-7.1.0 cert-manager-4.1.0 flame-5.1.0 csgo-5.1.0 clipplex-3.1.0 muse-5.1.0 farmos-5.1.0 ddns-go-10.1.0 clarkson-12.1.0 piwigo-12.1.0 netbootxyz-4.1.0 dockerregistry-5.1.0 mongo-express-6.1.0 ntfy-9.1.0 duckdns-9.1.0 van-dam-4.1.0 spotweb-12.1.0 arma3-5.1.0 imgpush-5.1.0 pocketmine-mp-3.1.0 makemkv-10.1.0 mojopaste-5.1.0 heimdall-20.1.0 deemix-10.1.0 ddclient-9.1.0 obsidian-5.1.0 seedsync-7.1.0 drawio-10.1.0 tubesync-5.1.0 haste-server-13.1.0 velero-4.1.0 kubeapps-2.1.0 adguard-home-9.1.0 firefox-desktop-g3-5.1.0 zigbee2mqtt-11.1.0 pavlovvr-5.1.0 webp-server-5.1.0 jackett-19.1.0 obs-ndi-6.1.0 shaarli-5.1.0 hassconfigurator-5.1.0 satisfactory-9.1.0 unturned-6.1.0 go-playground-5.1.0 cs2-3.1.0 weblate-13.1.0 cloud9-11.1.0 bitcoinwalletgui-5.1.0 clusterissuer-7.1.0 minisatip-9.1.0 speedtest-exporter-10.1.0 rss-bridge-10.1.0 plex-playlist-sync-3.1.0 audiobookshelf-9.1.0 flaresolverr-13.1.0 goaccess-5.1.0 outline-12.1.0 openttd-5.1.0 fabulinus-2.1.0 cura-novnc-8.1.0 phoronix-test-suite-5.1.0 goaccess-npm-logs-5.1.0 traefik-forward-auth-3.1.0 fsm-5.1.0 raspberrymatic-5.1.0 shortipy-5.1.0 esphome-19.1.0 dayz-5.1.0 iyuuplus-9.1.0 qbitrr-4.1.0 kubernetes-reflector-4.1.0 qdirstat-9.1.0 rsnapshot-9.1.0 insurgencysandstorm-5.1.0 handbrake-21.1.0 aurora-files-5.1.0 mylar-13.1.0 domoticz-10.1.0 nullserv-13.1.0 mealie-21.1.0 arksurvivalevolved-7.1.0 custom-app-12.1.0 joplin-server-17.1.0 cryptpad-7.1.0 nntp2nntp-9.1.0 remotely-5.1.0 backuppc-6.1.0 spaceengineers-6.1.0 podgrab-17.1.0 mininote-5.1.0 deepstack-11.1.0 lemur-cfssl-5.1.0 notarius-5.1.0 theforest-5.1.0 firefox-11.1.0 anonaddy-20.1.0 qflood-5.1.0 godaddy-ddns-5.1.0 filebot-9.1.0 xteve-13.1.0 hetzner-ddns-5.1.0 docker-hub-rss-5.1.0 pylon-9.1.0 venstar2mqtt-5.1.0 frigate-13.1.0 hexchat-5.1.0 ethercalc-5.1.0 tt-rss-16.1.0 sinusbot-5.1.0 cloudnative-pg-6.1.0 teamspeak3-10.1.0 electrum-5.1.0 avorion-5.1.0 maintainerr-2.1.0 mc-router-4.1.0 wikijs-15.1.0 vlmcsd-kms-server-5.1.0 romm-7.1.0 chivalry-medievalwarfare-5.1.0 adminer-8.1.0 survivethenights-5.1.0 bender-5.1.0 fastcom-mqtt-5.1.0 ariang-8.1.0 plaxt-8.1.0 socials-5.1.0 notea-5.1.0 trango-5.1.0 photoview-13.1.0 pastey-6.1.0 calibre-web-18.1.0 openra-5.1.0 node-red-18.1.0 wallos-4.1.0 metabase-3.1.0 gokapi-5.1.0 hexo-blog-5.1.0 code-server-11.1.0 photo-stream-5.1.0 z80pack-5.1.0 static-10.1.0 libremdb-7.1.0 traefik-26.1.0 icloudpd-6.1.0 golinks-11.1.0 requestrr-10.1.0 universal-media-server-5.1.0 daysofwar-5.1.0 valheim-10.1.0 virt-manager-5.1.0 mediainfo-9.1.0 metube-12.1.0 thelounge-13.1.0 syslog-ng-9.1.0 cops-8.1.0 dropbox-by-otherguy-5.1.0 tdarr-node-9.1.0 homarr-10.1.0 baikal-5.1.0 odoo-17.1.0 fleet-12.1.0 linkwallet-5.1.0 duplicacy-6.1.0 sonarr-20.1.0 dell-idrac-fan-controller-5.1.0 airdcpp-webclient-10.1.0 whisper-asr-webservice-4.1.0 minetest-8.1.0 hammond-9.1.0 gonic-13.1.0 rsshub-12.1.0 amcrest2mqtt-11.1.0 shlink-13.1.0 kavita-9.1.0 opengl-desktop-g3-5.1.0 prowlarr-15.1.0 jmzhomeproxy-5.1.0 pt-helper-5.1.0 sickchill-11.1.0 wordpress-7.1.0 valetudo-mapper-5.1.0 tdarr-9.1.0 authelia-23.1.0 scrypted-4.1.0 oscam-13.1.0 standardnotes-web-5.1.0 plausible-10.1.0 blender-5.1.0 dayofdefeatsource-5.1.0 wizarr-6.1.0 left4dead-5.1.0 xonotic-5.1.0 vintage-story-5.1.0 chowdown-5.1.0 quassel-core-11.1.0 misskey-8.1.0 nextpvr-9.1.0 openvscode-server-9.1.0 mymediaforalexa-8.1.0 kms-18.1.0 friendica-13.1.0 rtorrent-rutorrent-4.1.0 ring-mqtt-8.1.0 watcharr-4.1.0 fireflyiii-25.1.0 mosdns-9.1.0 tachidesk-docker-6.1.0 avidemux-9.1.0 medusa-10.1.0 lama-cleaner-6.1.0 linkwarden-4.1.0 invidious-9.1.0 chroma-2.1.0 fenrus-5.1.0 alist-9.1.0 postscriptum-5.1.0 whisparr-9.1.0 photostructure-7.1.0 booksonic-air-13.1.0 suistartpage-5.1.0 pyload-ng-5.1.0 reg-13.1.0 uptime-kuma-10.1.0 batnoter-5.1.0 embystat-9.1.0 radarr-20.1.0 deluge-18.1.0 yacreaderlibraryserver-5.1.0 commento-plusplus-11.1.0 rickroll-6.1.0 rimgo-6.1.0 stun-turn-server-6.1.0 posterr-8.1.0 putty-9.1.0 nano-wallet-9.1.0 rmlint-5.1.0 barcodebuddy-5.1.0 cryptofolio-12.1.0 pyload-13.1.0 halflife2deathmatch-5.1.0 songkong-5.1.0 readarr-20.1.0 wekan-14.1.0 smtp-relay-3.1.0 external-service-13.1.0 s3sync-5.1.0 freshrss-18.1.0 pasta-8.1.0 plextraktsync-7.1.0 send-5.1.0 tagspaces-3.1.0 nightscout-5.1.0 googlephotossync-5.1.0 it-tools-4.1.0 monero-node-5.1.0 mordhau-5.1.0 aria2-12.1.0 emulatorjs-9.1.0 unmanic-10.1.0 crypto-exchanges-gateway-5.1.0 minio-11.1.0 owncast-13.1.0 smokeping-10.1.0 theme-park-9.1.0 pretend-youre-xyzzy-13.1.0 flexget-9.1.0 invitarr-5.1.0 lancache-dns-8.1.0 sshwifty-5.1.0 smartctl-exporter-2.1.0 budge-9.1.0 redisinsight-6.1.0 archiveteam-warrior-5.1.0 openebs-3.1.0 jenkins-7.1.0 sia-daemon-5.1.0 home-assistant-24.1.0 thunderbird-5.1.0 servas-4.1.0 paperless-ngx-7.1.0 cloudflareddns-9.1.0 filebrowser-9.1.0 bitcoinunlimited-5.1.0 rcon-webadmin-8.1.0 freeradius-13.1.0 vertex-5.1.0 seafile-5.1.0 prometheus-17.1.0 xmrig-6.1.0 external-ip-5.1.0 anope-5.1.0 core-keeper-dedicated-server-5.1.0 mailpile-5.1.0 v-rising-5.1.0 tautulli-18.1.0 ersatztv-3.1.0 stationeers-5.1.0 meshcentral-15.1.0 multi-scrobbler-6.1.0 colonysurvival-5.1.0 crafty-4-7.1.0 kiwix-serve-8.1.0 digikam-11.1.0 flextv-5.1.0 nexus-oss-5.1.0 etherpad-16.1.0 h5ai-5.1.0 slash-4.1.0 chromium-5.1.0 freecad-desktop-g3-5.1.0 metallb-14.1.0 projectsend-12.1.0 gpodder-5.1.0 homebox-6.1.0 stash-15.1.0 authentik-24.1.0 quake3-5.1.0 logitech-media-server-11.1.0 steam-headless-3.1.0 breitbandmessung-de-5.1.0 endlessh-9.1.0 grafana-13.1.0 scrutiny-10.1.0 mkvcleaver-9.1.0 openaudible-5.1.0 guide2go-5.1.0 answer-3.1.0 onlinecheckyourserver-5.1.0 ipfs-10.1.0 duplicati-13.1.0 lancache-monolithic-8.1.0 jelu-5.1.0 retrobot-8.1.0 yacy-5.1.0 wg-easy-11.1.0 unpackerr-13.1.0 nocodb-13.1.0 bitcoin-node-5.1.0 quassel-web-9.1.0 troddit-5.1.0 longvinter-5.1.0 dontstarvetogether-5.1.0 fotosho-5.1.0 monica-12.1.0 webnut-8.1.0 jdownloader2-16.1.0 apt-cacher-ng-8.1.0 mindustry-5.1.0 homebridge-7.1.0 notifiarr-4.1.0 davos-12.1.0 flood-13.1.0 tubearchivist-redisjson-5.1.0 transmission-20.1.0 urban-terror-5.1.0 clamav-10.1.0 namecheap-ddns-5.1.0 shiori-16.1.0 tauticord-3.1.0 fileflows-10.1.0 storj-node-9.1.0 snippet-box-7.1.0 guacd-9.1.0 barotrauma-5.1.0 alienswarm-reactivedrop-5.1.0 kitchenowl-9.1.0 apache-musicindex-11.1.0 rust-5.1.0 photoprism-20.1.0 netdata-9.1.0 jellystat-3.1.0 memories-of-mars-5.1.0 livestreamdvr-5.1.0 cloudcommander-5.1.0 dashy-6.1.0 mkvtoolnix-10.1.0 rstudio-6.1.0 qwantify-3.1.0 kdenlive-5.1.0 plex-utills-8.1.0 timetagger-5.1.0 omada-controller-14.1.1 pigallery2-5.1.0 mysql-workbench-9.1.0 mattermost-12.1.0 red-discordbot-5.1.0 homelablabelmaker-8.1.0 tinymediamanager-10.1.0 autoscan-8.1.0 quickshare-5.1.0 chromium-desktop-g3-5.1.0 auto-yt-dl-5.1.0 radicale-5.1.0 s3backup-5.1.0 trilium-notes-12.1.0 docker-5.1.0 tasmocompiler-6.1.0 beets-11.1.0 citadel-forgedwithfire-5.1.0 octoprint-13.1.0 owi2plex-5.1.0 znc-9.1.0 corekeeper-5.1.0 passwordpusherephemeral-5.1.0 airsonic-13.1.0 lidarr-20.1.0 actualserver-10.1.0 phpmyadmin-5.1.0 tracks-5.1.0 minio-console-10.1.0 ser2sock-13.1.0 fossil-11.1.0 ztcuui-aio-8.1.0 alienswarm-5.1.0 kitana-5.1.0 littlelink-13.1.0 ubooquity-10.1.0 tailscale-8.1.0 calibre-14.1.0 craftopia-5.1.0 sonsoftheforest-3.1.0 plex-17.1.0 doplarr-9.1.0 metallb-config-6.1.0 foldingathome-9.1.0 dns-doh-companion-5.1.0 librespeed-13.1.0 nzbhydra-19.1.0 prpdf-5.1.0 tandoor-recipes-16.1.0 ispy-agent-dvr-9.1.0 blocky-13.1.0 restic-rest-server-5.1.0 baserow-12.1.0 nzbget-20.1.0 jellyseerr-9.1.0 cloudflared-10.1.0 dashmachine-5.1.0 bwapp-5.1.0 dillinger-9.1.0 homepage-7.1.0 cyberchef-9.1.0 lanraragi-9.1.0 leaf2mqtt-11.1.0 searxng-7.1.0 grafana-image-renderer-5.1.0 blender-desktop-g3-5.1.0 double-take-10.1.0 external-dns-4.1.0 tanoshi-5.1.0 autobrr-8.1.0 strapi-13.1.0 yourls-5.1.0 shapeshifter-obfuscator-5.1.0 acestream-6.1.0 pihole-15.1.0 hyperion-ng-13.1.0 whoogle-10.1.0 dashdot-8.1.0 filezilla-11.1.0 metatube-5.1.0 newyearcountdownclock-5.1.0 xen-orchestra-8.1.1 megasync-6.1.0 organizr-18.1.0 post-recording-5.1.0 flowise-4.1.0 guacamole-13.1.0 filestash-6.1.0 cowyo-5.1.0 grav-11.1.0 plexripper-8.1.0 papermerge-12.1.0 sqlite-web-5.1.0 chronograf-5.1.0 portainer-8.1.0 ipmi-tools-6.1.0 sabnzbd-18.1.0 llalon-github-backup-5.1.0 lastoasis-5.1.0 hurtworld-5.1.0 ferdi-server-11.1.0 nginx-proxy-manager-9.1.0 slack-invite-5.1.0 tonido-5.1.0 tasmobackup-6.1.0 overseerr-13.1.0 discordgsm-7.1.0 ollama-3.0.0 prometheus-operator-6.1.0 homer-9.1.0 kerio-connect-5.1.0 youtubedl-material-10.1.0 borg-server-4.1.0 watchyourlan-8.1.0 ciao-5.1.0 gravity-3.1.0 couchpotato-9.1.0 czkawka-9.1.0 sqlitebrowser-10.1.0 nvidia-gpu-exporter-2.1.0 explainshell-5.1.0 collabora-5.1.0 sickgear-11.1.0 plexanisync-6.1.0 pinry-9.1.0 minecraft-bedrock-8.1.0 emby-18.1.0 bookstack-12.1.0 proxmox-backup-server-3.1.0 openbooks-4.1.0 youtransfer-7.1.0 minecraft-java-8.1.0 verysync-9.1.0 hoobs-5.1.0 blog-11.1.0 pwm-5.1.0 novnc-10.1.0 traccar-15.1.0 neverwinternights-ee-5.1.0 fmd2-wine-5.1.0 fileshelter-6.1.0 unifi-20.1.0 matomo-13.1.0 observium-5.1.0 rss-proxy-5.1.0 pwndrop-9.1.0 snapdrop-9.1.0 grocy-18.1.0 kdenlive-vnc-5.1.0 zoneminder-5.1.0 piaware-12.1.0 photoshow-10.1.0 gridcoinwalletgui-5.1.0 sheetable-6.1.0 rapidphotodownloader-5.1.0 automatic-music-downloader-9.1.0 humhub-7.1.0 nosqlclient-5.1.0 ombi-18.1.0 cadquery-server-5.1.0 airsonic-advanced-13.1.0 tasmoadmin-8.1.0 apache-webdav-5.1.0 serpbear-3.1.0 uptimerobot-prometheus-11.1.0 counterstrike2d-5.1.0 dispatch-5.1.0 dailynotes-5.1.0 starmade-5.1.0 simply-shorten-8.1.0 damselfly-5.1.0 ngircd-9.1.0 twonky-server-5.1.0 fluttercoin-wallet-5.1.0 kerbalspaceprogram-lmp-5.1.0 local-ai-9.1.0 qinglong-9.1.0 resilio-sync-14.1.0 zwavejs2mqtt-19.1.0 ffmpeg-mkvdts2ac3-5.1.0 appdaemon-16.1.0 htpcmanager-9.1.0 dizquetv-14.1.0 bitcoind-5.1.0 n8n-13.1.0 tar1090-5.1.0 fluidd-9.1.0 jellyfin-18.1.0 keeweb-5.1.0 tvheadend-19.1.0 vikunja-13.1.0 storm-5.1.0 codeproject-ai-server-2.1.0 doublecommander-12.1.0 sourcegraph-5.1.0 lazylibrarian-18.1.0 website-shot-10.1.0 qbittorrent-19.1.0 boinc-9.1.0 bazarr-18.1.0 chronos-8.1.0 automatic-ripping-machine-3.1.0
2024-02-24 16:08:24 +02:00
TrueCharts Bot
c6472b278f chore(deps): update container image common to v18.0.1@f7c035f by renovate (#18506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `17.5.0` ->
`18.0.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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.

🔕 **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://togithub.com/renovatebot/renovate).

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-24 16:08:01 +02:00
TrueCharts Bot
8e29cfa982 chore(deps): update container image mbentley/omada-controller to 5.13@b6b2001 by renovate (#18504) 2024-02-24 15:05:43 +01:00
TrueCharts Bot
68a3cb026f chore(deps): update container image ronivay/xen-orchestra to 5.136.0@c66d431 by renovate (#18505)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | digest | `f5934fe` -> `c66d431` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
xen-orchestra-8.0.1
2024-02-24 15:05:42 +01:00
Kjeld Schouten
81fcfd21d2 Update resources.yaml 2024-02-24 14:37:18 +01:00
TrueCharts Bot
756eaa22fc chore(deps): update yokawasa/action-setup-kube-tools action to v0.11.0 by renovate (#18502)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[yokawasa/action-setup-kube-tools](https://togithub.com/yokawasa/action-setup-kube-tools)
| action | minor | `v0.10.0` -> `v0.11.0` |

---

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

---

### Release Notes

<details>
<summary>yokawasa/action-setup-kube-tools
(yokawasa/action-setup-kube-tools)</summary>

###
[`v0.11.0`](https://togithub.com/yokawasa/action-setup-kube-tools/releases/tag/v0.11.0)

[Compare
Source](https://togithub.com/yokawasa/action-setup-kube-tools/compare/v0.10.0...v0.11.0)

#### What's Changed

- Support `arch-type` by
[@&#8203;yokawasa](https://togithub.com/yokawasa) in
[https://github.com/yokawasa/action-setup-kube-tools/pull/53](https://togithub.com/yokawasa/action-setup-kube-tools/pull/53)
- release v0.11.0 by [@&#8203;yokawasa](https://togithub.com/yokawasa)
in
[https://github.com/yokawasa/action-setup-kube-tools/pull/54](https://togithub.com/yokawasa/action-setup-kube-tools/pull/54)

**Full Changelog**:
https://github.com/yokawasa/action-setup-kube-tools/compare/v0.10.0...v0.11.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-24 13:13:44 +01:00
Kjeld Schouten
2d2d8894a5 chore(bitmagnet): move to stable 2024-02-24 10:10:26 +01:00
Michael Pardatscher
bebec13c5a Fix typo in language variable for wyoming-whisper (#18498)
**Description**
The language variable at questions.yaml for wyoming whisper contained a
typo, causing the app to default to english, effectively blocking usage
of other STT languages supported by the model.

⚒️ Fixes  No ticket existing (yet)

**⚙️ 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

**🧪 How Has This Been Tested?**
Not at all, but at least it shouldn't make it worse? 😅 

**📃 Notes:**
Nothing else to say.

**✔️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

---------

Signed-off-by: Michael Pardatscher <michael@pardatscher.net>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
wyoming-whisper-4.0.1
2024-02-24 10:08:51 +01:00
Kjeld Schouten
e2ec0b02c6 chore: BREAKING CHANGE remove SCALE-GPU GUI support in favor of custom-GPU GUI longvinter-5.0.0 mysql-workbench-9.0.0 codeproject-ai-server-2.0.0 boinc-9.0.0 bitcoind-5.0.0 vikunja-13.0.0 doublecommander-12.0.0 keeweb-5.0.0 nosqlclient-5.0.0 organizr-18.0.0 resilio-sync-14.0.0 troddit-5.0.0 sourcegraph-5.0.0 zwavejs2mqtt-19.0.0 starmade-5.0.0 tar1090-5.0.0 piaware-12.0.0 blog-11.0.0 fileshelter-6.0.0 pwm-5.0.0 kerbalspaceprogram-lmp-5.0.0 rapidphotodownloader-5.0.0 appdaemon-16.0.0 minecraft-bedrock-8.0.0 youtransfer-7.0.0 collabora-5.0.0 borg-server-4.0.0 damselfly-5.0.0 slack-invite-5.0.0 dailynotes-5.0.0 filestash-6.0.0 local-ai-9.0.0 ipmi-tools-6.0.0 ombi-18.0.0 filezilla-11.0.0 acestream-6.0.0 serpbear-3.0.0 searxng-7.0.0 double-take-10.0.0 tasmoadmin-8.0.0 apache-webdav-5.0.0 librespeed-13.0.0 gridcoinwalletgui-5.0.0 twonky-server-5.0.0 rust-5.0.0 baserow-12.0.0 ispy-agent-dvr-9.0.0 doplarr-9.0.0 actualserver-10.0.0 grocy-18.0.0 phpmyadmin-5.0.0 trilium-notes-12.0.0 rss-proxy-5.0.0 pwndrop-9.0.0 quickshare-5.0.0 omada-controller-14.0.0 neverwinternights-ee-5.0.0 livestreamdvr-5.0.0 barotrauma-5.0.0 verysync-9.0.0 transmission-20.0.0 proxmox-backup-server-3.0.0 explainshell-5.0.0 plexanisync-6.0.0 sickgear-11.0.0 mindustry-5.0.0 webnut-8.0.0 fileflows-10.0.0 czkawka-9.0.0 dontstarvetogether-5.0.0 unpackerr-13.0.0 youtubedl-material-10.0.0 nocodb-13.0.0 plexripper-8.0.0 breitbandmessung-de-5.0.0 ciao-5.0.0 gravity-3.0.0 quake3-5.0.0 ipfs-10.0.0 stash-15.0.0 kerio-connect-5.0.0 slash-4.0.0 tasmobackup-6.0.0 kdenlive-vnc-5.0.0 chronograf-5.0.0 sia-daemon-5.0.0 papermerge-12.0.0 red-discordbot-5.0.0 colonysurvival-5.0.0 multi-scrobbler-6.0.0 mailpile-5.0.0 grav-11.0.0 filebrowser-9.0.0 smartctl-exporter-2.0.0 smokeping-10.0.0 guacamole-13.0.0 invitarr-5.0.0 it-tools-4.0.0 megasync-6.0.0 monero-node-5.0.0 barcodebuddy-5.0.0 unmanic-10.0.0 newyearcountdownclock-5.0.0 commento-plusplus-11.0.0 embystat-9.0.0 dashdot-8.0.0 pihole-15.0.0 external-dns-4.0.0 yourls-5.0.0 fireflyiii-25.0.0 batnoter-5.0.0 whisparr-9.0.0 invidious-9.0.0 plausible-10.0.0 grafana-image-renderer-5.0.0 standardnotes-web-5.0.0 cyberchef-9.0.0 oscam-13.0.0 wordpress-7.0.0 tanoshi-5.0.0 baikal-5.0.0 tubearchivist-redisjson-5.0.0 dashmachine-5.0.0 nzbget-20.0.0 libremdb-7.0.0 static-10.0.0 tandoor-recipes-16.0.0 universal-media-server-5.0.0 code-server-11.0.0 posterr-8.0.0 prpdf-5.0.0 trango-5.0.0 romm-7.0.0 s3backup-5.0.0 iyuuplus-9.0.0 sonsoftheforest-3.0.0 maintainerr-2.0.0 pylon-9.0.0 wikijs-15.0.0 kitana-5.0.0 logitech-media-server-11.0.0 minio-console-10.0.0 ser2sock-13.0.0 firefox-11.0.0 ubooquity-10.0.0 sinusbot-5.0.0 passwordpusherephemeral-5.0.0 backuppc-6.0.0 octoprint-13.0.0 nntp2nntp-9.0.0 domoticz-10.0.0 citadel-forgedwithfire-5.0.0 insurgencysandstorm-5.0.0 tasmocompiler-6.0.0 chromium-desktop-g3-5.0.0 raspberrymatic-5.0.0 tailscale-8.0.0 clusterissuer-7.0.0 qwantify-3.0.0 weblate-13.0.0 obs-ndi-6.0.0 plex-utills-8.0.0 kdenlive-5.0.0 firefox-desktop-g3-5.0.0 adguard-home-9.0.0 makemkv-10.0.0 dashy-6.0.0 mojopaste-5.0.0 memories-of-mars-5.0.0 pigallery2-5.0.0 mongo-express-6.0.0 netdata-9.0.0 muse-5.0.0 kitchenowl-9.0.0 apache-musicindex-11.0.0 unpoller-10.0.0 phpldapadmin-13.0.0 guacd-9.0.0 inkscape-desktop-g3-5.0.0 firefox-syncserver-17.0.0 browserless-chrome-9.0.0 tauticord-3.0.0 clamav-10.0.0 external-ip-5.0.0 emby-sync-5.0.0 traktarr-5.0.0 webgrabplus-9.0.0 davos-12.0.0 apt-cacher-ng-8.0.0 recyclarr-9.0.0 anything-llm-1.0.0 wyoming-piper-4.0.0 ntfy-9.0.0 archivebox-1.0.0 yacy-5.0.0 maloja-5.0.0 duplicati-13.0.0 answer-3.0.0 minecraft-bungeecord-8.0.0 pixark-5.0.0 guide2go-5.0.0 impostor-server-8.0.0 grafana-13.0.0 traggo-6.0.0 fireshare-6.0.0 stackedit-5.0.0 pyload-13.0.0 chromium-5.0.0 adguardhome-sync-6.0.0 h5ai-5.0.0 conanexiles-5.0.0 wyoming-whisper-4.0.0 gpodder-5.0.0 dokuwiki-10.0.0 etherpad-16.0.0 shoko-server-9.0.0 kiwix-serve-8.0.0 twofauth-1.0.0 muximux-10.0.0 meshcentral-15.0.0 bitcoin-node-5.0.0 onlyoffice-document-server-17.0.0 tautulli-18.0.0 mstream-10.0.0 pvk-ii-5.0.0 twtxt-10.0.0 anope-5.0.0 babybuddy-16.0.0 vertex-5.0.0 docusaurus-8.0.0 bitcoinunlimited-5.0.0 cloudreve-6.0.0 truecommand-19.0.0 st-reborn-server-5.0.0 servas-4.0.0 paperless-ngx-7.0.0 archiveteam-warrior-5.0.0 scrutiny-10.0.0 static-web-server-4.0.0 pretend-youre-xyzzy-13.0.0 firezone-3.0.0 minio-11.0.0 libreddit-8.0.0 modsecurity-crs-3.0.0 mango-5.0.0 import-ics-5.0.0 convos-5.0.0 qbitmanage-8.0.0 aria2-12.0.0 external-service-13.0.0 googlephotossync-5.0.0 fistfuloffrags-5.0.0 tagspaces-3.0.0 tvhproxy-5.0.0 send-5.0.0 root-5.0.0 shlink-web-client-10.0.0 fivem-5.0.0 nitter-6.0.0 flame-5.0.0 plextraktsync-7.0.0 pasta-8.0.0 drawio-10.0.0 halflife2deathmatch-5.0.0 songkong-5.0.0 dockerregistry-5.0.0 seedsync-7.0.0 webp-server-5.0.0 rtorrent-rutorrent-4.0.0 flaresolverr-13.0.0 booksonic-air-13.0.0 yacreaderlibraryserver-5.0.0 qbitrr-4.0.0 imgpush-5.0.0 radarr-20.0.0 jackett-19.0.0 reg-13.0.0 unturned-6.0.0 postscriptum-5.0.0 outline-12.0.0 chroma-2.0.0 traefik-forward-auth-3.0.0 medusa-10.0.0 mosdns-9.0.0 tachidesk-docker-6.0.0 mylar-13.0.0 lemur-cfssl-5.0.0 filebot-9.0.0 docker-hub-rss-5.0.0 kms-18.0.0 cloudnative-pg-6.0.0 vintage-story-5.0.0 chowdown-5.0.0 adminer-8.0.0 plaxt-8.0.0 avorion-5.0.0 dayofdefeatsource-5.0.0 photoview-13.0.0 scrypted-4.0.0 traefik-26.0.0 tdarr-9.0.0 prowlarr-15.0.0 metube-12.0.0 kavita-9.0.0 requestrr-10.0.0 icloudpd-6.0.0 hammond-9.0.0 gonic-13.0.0 airdcpp-webclient-10.0.0 cops-8.0.0 sonarr-20.0.0 fleet-12.0.0 sickchill-11.0.0 whisper-asr-webservice-4.0.0 tdarr-node-9.0.0 duplicacy-6.0.0 shlink-13.0.0 syslog-ng-9.0.0 left4dead-5.0.0 mymediaforalexa-8.0.0 openra-5.0.0 openvscode-server-9.0.0 avidemux-9.0.0 virt-manager-5.0.0 uptime-kuma-10.0.0 daysofwar-5.0.0 photostructure-7.0.0 golinks-11.0.0 z80pack-5.0.0 putty-9.0.0 gokapi-5.0.0 smtp-relay-3.0.0 rmlint-5.0.0 emulatorjs-9.0.0 pastey-6.0.0 rimgo-6.0.0 ariang-8.0.0 chivalry-medievalwarfare-5.0.0 nightscout-5.0.0 vlmcsd-kms-server-5.0.0 flexget-9.0.0 bender-5.0.0 budge-9.0.0 teamspeak3-10.0.0 tt-rss-16.0.0 ethercalc-5.0.0 venstar2mqtt-5.0.0 rcon-webadmin-8.0.0 cloudflareddns-9.0.0 core-keeper-dedicated-server-5.0.0 mediainfo-9.0.0 godaddy-ddns-5.0.0 openaudible-5.0.0 sshwifty-5.0.0 stationeers-5.0.0 notarius-5.0.0 flextv-5.0.0 mininote-5.0.0 projectsend-12.0.0 anonaddy-20.0.0 steam-headless-3.0.0 onlinecheckyourserver-5.0.0 flood-13.0.0 jdownloader2-16.0.0 spaceengineers-6.0.0 quassel-web-9.0.0 monica-12.0.0 remotely-5.0.0 storj-node-9.0.0 arksurvivalevolved-7.0.0 custom-app-12.0.0 shiori-16.0.0 corekeeper-5.0.0 cryptpad-7.0.0 dayz-5.0.0 docker-5.0.0 handbrake-21.0.0 airsonic-13.0.0 qdirstat-9.0.0 autoscan-8.0.0 radicale-5.0.0 tracks-5.0.0 bitcoinwalletgui-5.0.0 fabulinus-2.0.0 goaccess-npm-logs-5.0.0 ztcuui-aio-8.0.0 cura-novnc-8.0.0 bwapp-5.0.0 goaccess-5.0.0 plex-playlist-sync-3.0.0 rss-bridge-10.0.0 speedtest-exporter-10.0.0 leaf2mqtt-11.0.0 hyperion-ng-13.0.0 blocky-13.0.0 pavlovvr-5.0.0 dns-doh-companion-5.0.0 hassconfigurator-5.0.0 go-playground-5.0.0 metatube-5.0.0 satisfactory-9.0.0 flowise-4.0.0 post-recording-5.0.0 hurtworld-5.0.0 haste-server-13.0.0 velero-4.0.0 overseerr-13.0.0 snapdrop-9.0.0 ddclient-9.0.0 obsidian-5.0.0 ollama-2.0.0 pinry-9.0.0 pocketmine-mp-3.0.0 podgrab-17.0.0 deepstack-11.0.0 arma3-5.0.0 duckdns-9.0.0 netbootxyz-4.0.0 watchyourlan-8.0.0 couchpotato-9.0.0 clarkson-12.0.0 ddns-go-10.0.0 traccar-15.0.0 qbittorrent-19.0.0 bookstack-12.0.0 piwigo-12.0.0 sheetable-6.0.0 glauth-5.0.0 humhub-7.0.0 uptimerobot-prometheus-11.0.0 ngircd-9.0.0 n8n-13.0.0 htpcmanager-9.0.0 anki-sync-server-6.0.0 website-shot-10.0.0 github-backup-5.0.0 bazarr-18.0.0 automatic-ripping-machine-3.0.0 kasm-8.0.0 lazylibrarian-18.0.0 storm-5.0.0 jellyfin-18.0.0 fluidd-9.0.0 rdesktop-8.0.0 kodi-headless-9.0.0 bitmagnet-1.0.0 tvheadend-19.0.0 dizquetv-14.0.0 arma3exilemod-5.0.0 qinglong-9.0.0 synctube-7.0.0 lingva-5.0.0 minecraft-java-8.0.0 fluttercoin-wallet-5.0.0 ffmpeg-mkvdts2ac3-5.0.0 mediagoblin-5.0.0 neko-5.0.0 airsonic-advanced-13.0.0 counterstrike2d-5.0.0 dispatch-5.0.0 openhab-9.0.0 cadquery-server-5.0.0 automatic-music-downloader-9.0.0 rflood-5.0.0 photoshow-10.0.0 zoneminder-5.0.0 redmine-11.0.0 fmd2-wine-5.0.0 observium-5.0.0 teedy-15.0.0 matomo-13.0.0 unifi-20.0.0 novnc-10.0.0 androiddebugbridge-5.0.0 hoobs-5.0.0 openbooks-4.0.0 hastebin-5.0.0 webtop-9.0.0 emby-18.0.0 factorio-7.0.0 lldap-5.0.0 nvidia-gpu-exporter-2.0.0 simply-shorten-8.0.0 sqlitebrowser-10.0.0 hasty-paste-6.0.0 gitea-18.0.0 prometheus-operator-6.0.0 homer-9.0.0 llalon-github-backup-5.0.0 nzbhydra-19.0.0 headphones-11.0.0 chevereto-12.0.0 discordgsm-7.0.0 tonido-5.0.0 semaphore-1.0.0 shortipy-5.0.0 nginx-proxy-manager-9.0.0 vocechat-server-3.0.0 lastoasis-5.0.0 sabnzbd-18.0.0 vaultwarden-26.0.0 portainer-8.0.0 sqlite-web-5.0.0 ring-mqtt-8.0.0 promcord-11.0.0 cowyo-5.0.0 xen-orchestra-8.0.0 komga-13.0.0 ferdi-server-11.0.0 android-8-0-5.0.0 whoogle-10.0.0 strapi-13.0.0 shapeshifter-obfuscator-5.0.0 rdtclient-4.0.0 plex-meta-manager-6.0.0 autobrr-8.0.0 blender-desktop-g3-5.0.0 factorioservermanager-5.0.0 lanraragi-9.0.0 homepage-7.0.0 pixapop-10.0.0 dillinger-9.0.0 sdtd-7.0.0 ghostfolio-4.0.0 cloudflared-10.0.0 jellyseerr-9.0.0 restic-rest-server-5.0.0 alienswarm-5.0.0 assettocorsa-5.0.0 ddns-route53-5.0.0 foldingathome-9.0.0 pgadmin-15.0.0 plex-17.0.0 metallb-config-6.0.0 kanboard-16.0.0 craftopia-5.0.0 calibre-14.0.0 atuin-2.0.0 lidarr-20.0.0 healthchecks-14.0.0 mediaelch-5.0.0 fossil-11.0.0 littlelink-13.0.0 ddns-updater-9.0.0 znc-9.0.0 owi2plex-5.0.0 ctfd-4.0.0 mattermost-12.0.0 beets-11.0.0 auto-yt-dl-5.0.0 prusaslicer-novnc-8.0.0 tinymediamanager-10.0.0 radarrsync-5.0.0 rstudio-6.0.0 audacity-12.0.0 homelablabelmaker-8.0.0 syncthing-18.0.0 jellystat-3.0.0 sftpgo-6.0.0 soft-serve-6.0.0 mkvtoolnix-10.0.0 timetagger-5.0.0 wireguard-8.0.0 cloudcommander-5.0.0 teedy-docs-5.0.0 photoprism-20.0.0 cstrikeconditionzero-5.0.0 endlessh-9.0.0 alienswarm-reactivedrop-5.0.0 snippet-box-7.0.0 debian-apt-mirror-5.0.0 namecheap-ddns-5.0.0 urban-terror-5.0.0 amule-7.0.0 notifiarr-4.0.0 openspeedtest-8.0.0 xwiki-12.0.0 etesync-9.0.0 homebridge-7.0.0 quiz-game-5.0.0 fotosho-5.0.0 rss-to-telegram-5.0.0 wg-easy-11.0.0 channels-dvr-6.0.0 retrobot-8.0.0 cstrike1-6-5.0.0 jelu-5.0.0 lancache-monolithic-8.0.0 meshroom-9.0.0 xware-5.0.0 media-roller-5.0.0 mkvcleaver-9.0.0 ecodms-5.0.0 palworld-2.0.0 authentik-24.0.0 qflood-5.0.0 debian-bullseye-5.0.0 homebox-6.0.0 necesse-5.0.0 synclounge-9.0.0 owncast-13.0.0 freecad-desktop-g3-5.0.0 crafty-4-7.0.0 digikam-11.0.0 hedgedoc-12.0.0 nexus-oss-5.0.0 genea-5.0.0 ersatztv-3.0.0 v-rising-5.0.0 xmrig-6.0.0 kopia-11.0.0 miniflux-14.0.0 freeradius-13.0.0 seafile-5.0.0 tsmuxer-9.0.0 wifi-card-5.0.0 prometheus-17.0.0 thunderbird-5.0.0 home-assistant-24.0.0 jenkins-7.0.0 openebs-3.0.0 metallb-14.0.0 nextcloud-29.0.0 redisinsight-6.0.0 mordhau-5.0.0 gaseous-server-1.0.0 theme-park-9.0.0 crypto-exchanges-gateway-5.0.0 rustpad-5.0.0 lancache-dns-8.0.0 mosquitto-14.0.0 freshrss-18.0.0 deconz-15.0.0 garrysmod-5.0.0 s3sync-5.0.0 nano-wallet-9.0.0 wekan-14.0.0 readarr-20.0.0 jupyter-8.0.0 cryptofolio-12.0.0 telethon-downloader-5.0.0 plex-auto-languages-8.0.0 picoshare-9.0.0 joplin-server-17.0.0 mealie-21.0.0 gaps-18.0.0 cssource-5.0.0 stun-turn-server-6.0.0 protonmail-bridge-14.0.0 deluge-18.0.0 redm-5.0.0 rickroll-6.0.0 suistartpage-5.0.0 zerotier-9.0.0 pyload-ng-5.0.0 remmina-10.0.0 chronos-8.0.0 krusader-5.0.0 linkding-9.0.0 shorturl-10.0.0 changedetection-io-2.0.0 alist-9.0.0 fenrus-5.0.0 csi-driver-smb-3.0.0 lama-cleaner-6.0.0 terraria-tshock-6.0.0 watcharr-4.0.0 gamevault-backend-5.0.0 americasarmy-pg-5.0.0 linkwarden-4.0.0 friendica-13.0.0 splunk-7.0.0 nextpvr-9.0.0 farmos-5.0.0 cert-manager-4.0.0 aurora-files-5.0.0 xonotic-5.0.0 misskey-8.0.0 quassel-core-11.0.0 csgo-5.0.0 authelia-23.0.0 valetudo-mapper-5.0.0 blender-5.0.0 spotweb-12.0.0 pt-helper-5.0.0 clipplex-3.0.0 jmzhomeproxy-5.0.0 opengl-desktop-g3-5.0.0 amcrest2mqtt-11.0.0 wizarr-6.0.0 van-dam-4.0.0 minetest-8.0.0 rsshub-12.0.0 tubesync-5.0.0 dell-idrac-fan-controller-5.0.0 dropbox-by-otherguy-5.0.0 odoo-17.0.0 heimdall-20.0.0 deemix-10.0.0 homarr-10.0.0 valheim-10.0.0 xteve-13.0.0 kubeapps-2.0.0 thelounge-13.0.0 zigbee2mqtt-11.0.0 nullserv-13.0.0 linkwallet-5.0.0 photo-stream-5.0.0 hexo-blog-5.0.0 shaarli-5.0.0 socials-5.0.0 audiobookshelf-9.0.0 cs2-3.0.0 metabase-3.0.0 wallos-4.0.0 cloud9-11.0.0 node-red-18.0.0 minisatip-9.0.0 navidrome-19.0.0 calibre-web-18.0.0 notea-5.0.0 survivethenights-5.0.0 openttd-5.0.0 fastcom-mqtt-5.0.0 phoronix-test-suite-5.0.0 fsm-5.0.0 mc-router-4.0.0 electrum-5.0.0 esphome-19.0.0 kubernetes-reflector-4.0.0 frigate-13.0.0 theforest-5.0.0 rsnapshot-9.0.0 hexchat-5.0.0 hetzner-ddns-5.0.0 2024-02-24 09:34:20 +01:00
kqmaverick
d0a32957d3 add(bitmagnet): add bitmagnet to incubator (#18500)
**Description**
Add bitmagnet to incubator.

⚒️ 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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
bitmagnet-0.0.1
2024-02-24 01:47:15 +00:00
TrueCharts-Bot
a2af42c095 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-24 00:08:31 +00:00
Lukas Holzner
e994c3279d feat(semaphore) add semaphore (#18492)
**Description**

Semaphore is a modern, open source alternative to Ansible Tower. It is a
self-hosted web-based solution that allows you to create and manage
Ansible projects, playbooks, and roles, while also providing a web
interface for running and monitoring Ansible tasks.
home: https://truecharts.org/charts/stable/semaphore

⚒️ 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

**🧪 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
- [ x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ x ] 📄 I have made corresponding changes to the documentation
- [x ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
semaphore-0.0.1
2024-02-23 16:49:14 -05:00
HoMS1987
e880b0d4bc Added only one word to nextcloud migration guide (#18497)
This single word added would have helped me much during my many tries to
install nextcloud 🙈
Hopefully, if added, it will help other users.

Changed "Install with a temporary user" to "Install with a temporary
admin user".

**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 change

**🧪 How Has This Been Tested?**
<!--
only added one word in documentation
-->

**📃 Notes:**
no 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
- [x] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: HoMS1987 <49567220+HoMS1987@users.noreply.github.com>
2024-02-23 11:02:08 +01:00
Alec Fenichel
7d6ff34049 feat(cert-manager) add SCALE GUI for dns01RecursiveNameserversOnly (#18493)
**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)-->

Adds support for the `dns01RecursiveNameserversOnly` flag as described
here:
https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check.

**⚙️ 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

**🧪 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 corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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>
cert-manager-3.5.0
2024-02-23 11:00:54 +01:00
TrueCharts Bot
859962710e chore(deps): update authentik to v2024.2.1@f0a41b5 by renovate (patch) (#18494) authentik-23.1.4 2024-02-23 07:22:18 +01:00
TrueCharts Bot
94024f66ff chore(deps): update container image kubeapps to v14.5.1@9804a73 by renovate (#18496)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| minor | `14.4.6` -> `14.5.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
kubeapps-1.4.0
2024-02-23 07:22:14 +01:00
TrueCharts Bot
ae944fb449 chore(deps): update helm chart common to 17.5.1 by renovate (#18495)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.5.0` -> `17.5.1` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.5.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.5.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.5.0...common-17.5.1)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
ollama-1.2.3
2024-02-23 07:18:35 +01:00
TrueCharts-Bot
a0aa313424 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-23 00:08:17 +00:00
TrueCharts Bot
783383ac26 chore(deps): update container image mongodb to v11.3.0@57ddd87 by renovate (#18424)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://www.mongodb.com)) | minor | `11.1.22` -> `11.3.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
wekan-13.8.0 youtubedl-material-9.4.0 mongo-express-5.4.0
2024-02-22 14:56:57 +01:00
Conall360
eee16e5acd ClusterIssuer: Fixing spaces in "-----BEGIN CERTIFICATE-----" or "-----BEGIN PRIVATE KEY-----" introducing extra newlines (#18486)
**Description**
The template replaces all spaces with newlines. This causes the spaces
in "-----BEGIN CERTIFICATE-----" or "-----BEGIN PRIVATE KEY-----" to
introduce extra newlines and malforms the cert and key. The change first
replaces the spaces in the BEGIN/END segments with _ before removing
them again

⚒️ 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

**🧪 How Has This Been Tested?**
I forked the catalogue repository, made the change there and added it to
TrueNAS. Was able to successfully set the CA Key/Cert for the
clusterissuer.

Normal KeyPairVerified 1s (x3 over 2d11h) cert-manager-clusterissuers
Signing CA verified

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

**✔️ 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 corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [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
---

_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._
clusterissuer-6.3.1
2024-02-22 14:55:33 +01:00
Nick Sweeting
d6ed8c78d2 fix(archivebox): Remove unused postgres section from questions.yaml, add docs (#18488)
**Description**

The `postgres` section in `questions.yaml` was added by accident in the
[original new chart PR](https://github.com/truecharts/charts/pull/18258)
because I copy-pasted a template from an existing project to modify and
didn't notice that line.

Additional minor changes included:

- enable pod `liveness` `probe` on `/health/` by default
- explicitly set `runAsNonRoot: false` and ingress port `protocol: http`
- add new `docs/installation_guide.md`

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

Tested in TrueNAS scale by installing incubator chart `archivebox` and
setting postgres instaces to 0.

**📝 Notes:**

I still need help with a `missing Chart.yaml` error to get this working:
-
https://github.com/truecharts/charts/pull/18258#issuecomment-1958457400
-
https://www.reddit.com/r/truenas/comments/1awtcbw/help_with_contributing_new_archivebox_chart/

**✔️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

---------

Signed-off-by: Nick Sweeting <github@sweeting.me>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-02-22 14:55:00 +01:00
TrueCharts Bot
a2db01abe5 chore(deps): update container image common to v17.5.0@c10ebfb by renovate (#18408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.4.2` ->
`17.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.22` ->
`17.5.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
pyload-ng-4.3.0 dayz-4.3.0 podgrab-16.3.0 deepstack-10.3.0 deemix-9.3.0 mealie-20.6.0 shortipy-4.3.0 qflood-4.3.0 chronos-7.3.0 joplin-server-16.4.0 linkwallet-4.3.0 aurora-files-4.3.0 xteve-12.3.0 twtxt-9.3.0 hetzner-ddns-4.3.0 esphome-18.1.0 vikunja-12.4.0 odoo-16.3.0 picoshare-8.3.0 electrum-4.3.0 hexchat-4.3.0 rsnapshot-8.3.0 theforest-4.3.0 frigate-12.3.0 doublecommander-11.3.0 kubernetes-reflector-3.3.0 fastcom-mqtt-4.3.0 fsm-4.3.0 mc-router-3.3.0 phoronix-test-suite-4.3.0 openttd-4.3.0 survivethenights-4.3.0 notea-4.3.0 double-take-9.3.0 wizarr-5.3.0 navidrome-18.4.0 website-shot-9.3.0 minisatip-8.3.0 node-red-17.3.0 resilio-sync-13.3.0 wallos-3.3.0 cloud9-10.3.0 calibre-web-17.3.0 organizr-17.3.0 metabase-2.3.0 cs2-2.3.0 nosqlclient-4.3.0 valheim-9.3.0 socials-4.3.0 photo-stream-4.3.0 hexo-blog-4.3.0 shaarli-4.3.0 audiobookshelf-8.4.0 starmade-4.3.0 thelounge-12.3.0 zigbee2mqtt-10.6.0 kubeapps-1.3.0 nullserv-12.3.0 heimdall-19.3.0 boinc-8.3.0 sourcegraph-4.4.0 zwavejs2mqtt-18.6.0 dell-idrac-fan-controller-4.3.0 troddit-4.3.0 dropbox-by-otherguy-4.3.0 tar1090-4.3.0 piaware-11.3.0 blog-10.3.0 rsshub-11.5.0 fileshelter-5.2.0 van-dam-3.4.0 minetest-7.3.0 tubesync-4.3.0 keeweb-4.3.0 amcrest2mqtt-10.3.0 blender-4.3.0 drawio-9.3.0 shlink-web-client-9.3.0 kerbalspaceprogram-lmp-4.3.0 appdaemon-15.3.0 jmzhomeproxy-4.3.0 mstream-9.3.0 homarr-9.4.0 pt-helper-4.3.0 clipplex-2.3.0 slack-invite-4.3.0 bitcoind-4.3.0 spotweb-11.3.0 minecraft-bedrock-7.3.0 valetudo-mapper-4.3.0 authelia-22.5.0 csgo-4.3.0 requestrr-9.2.0 opengl-desktop-g3-4.3.0 collabora-4.3.0 youtransfer-6.3.0 misskey-7.5.0 borg-server-3.3.0 damselfly-4.3.0 cert-manager-3.4.0 nextpvr-8.3.0 gamevault-backend-4.5.0 xonotic-4.3.0 fenrus-4.3.0 splunk-6.4.0 linkwarden-3.4.0 americasarmy-pg-4.3.0 friendica-12.5.0 rapidphotodownloader-4.3.0 ombi-17.3.0 watcharr-3.8.0 farmos-4.3.0 fileflows-9.3.0 lama-cleaner-5.3.0 csi-driver-smb-2.4.0 terraria-tshock-5.3.0 filestash-5.3.0 dailynotes-4.3.0 changedetection-io-1.2.0 alist-8.5.0 krusader-4.3.0 rickroll-5.3.0 gaps-17.3.0 zerotier-8.3.0 suistartpage-4.3.0 redm-4.3.0 deluge-17.3.0 protonmail-bridge-13.4.0 pixapop-9.3.0 cssource-4.3.0 s3sync-4.3.0 local-ai-8.34.0 wekan-13.7.0 plex-auto-languages-7.3.0 jupyter-7.3.0 cryptofolio-11.3.0 stun-turn-server-5.3.0 readarr-19.3.0 telethon-downloader-4.3.0 ipmi-tools-5.3.0 garrysmod-4.3.0 rustpad-4.3.0 nano-wallet-8.3.0 deconz-14.4.0 freshrss-17.3.0 filezilla-10.4.0 lancache-dns-7.3.0 acestream-5.3.0 tasmoadmin-7.2.0 theme-park-8.3.0 linkding-8.4.0 crypto-exchanges-gateway-4.3.0 quassel-core-10.3.0 searxng-6.3.0 serpbear-2.3.0 mosquitto-13.3.0 librespeed-12.3.0 apache-webdav-4.3.0 gridcoinwalletgui-4.3.0 tsmuxer-8.2.0 redisinsight-5.3.0 metallb-13.4.0 nextcloud-28.5.0 rss-proxy-4.3.0 baserow-11.4.0 rust-4.3.0 openebs-2.3.0 ipfs-9.4.0 ispy-agent-dvr-8.4.0 doplarr-8.3.0 home-assistant-23.3.0 twonky-server-4.3.0 thunderbird-4.3.0 pwm-4.3.0 grocy-17.4.0 prometheus-16.8.0 phpmyadmin-4.3.0 trilium-notes-11.3.0 seafile-4.4.0 pwndrop-8.3.0 miniflux-13.4.0 freeradius-12.3.0 quickshare-4.3.0 kopia-10.3.0 genea-4.3.0 v-rising-4.4.0 digikam-10.3.0 wifi-card-4.3.0 nexus-oss-4.5.0 necesse-4.3.0 hedgedoc-11.3.0 unmanic-9.3.0 xmrig-5.1.0 omada-controller-13.2.0 neverwinternights-ee-4.3.0 ersatztv-2.3.0 crafty-4-6.3.0 freecad-desktop-g3-4.3.0 lancache-monolithic-7.3.0 explainshell-4.3.0 authentik-23.1.0 synclounge-8.3.0 owncast-12.3.0 jenkins-6.10.0 homebox-5.3.0 xware-4.3.0 debian-bullseye-4.3.0 palworld-1.2.0 barotrauma-4.3.0 mkvcleaver-8.1.0 media-roller-4.3.0 meshroom-8.3.0 verysync-8.3.0 wg-easy-10.1.0 cstrike1-6-4.3.0 jelu-4.3.0 homebridge-6.3.0 retrobot-7.3.0 channels-dvr-5.3.0 quiz-game-4.3.0 longvinter-4.3.0 etesync-8.4.0 fotosho-4.3.0 xwiki-11.2.0 notifiarr-3.3.0 amule-6.3.0 rss-to-telegram-4.3.0 proxmox-backup-server-2.4.0 namecheap-ddns-4.3.0 wireguard-7.3.0 openspeedtest-7.3.0 alienswarm-reactivedrop-4.3.0 snippet-box-6.3.0 mindustry-4.3.0 cstrikeconditionzero-4.3.0 photoprism-19.4.0 debian-apt-mirror-4.3.0 timetagger-4.3.0 cloudcommander-4.3.0 teedy-docs-4.3.0 webnut-7.3.0 soft-serve-5.3.0 urban-terror-4.3.0 endlessh-8.3.0 syncthing-17.3.0 jellystat-2.3.0 homelablabelmaker-7.3.0 sftpgo-5.3.0 audacity-11.3.0 radarrsync-4.3.0 auto-yt-dl-4.3.0 plexanisync-5.3.0 littlelink-12.3.0 prusaslicer-novnc-7.3.0 transmission-19.3.0 ctfd-3.4.0 minio-console-9.3.0 owi2plex-4.3.0 znc-8.3.0 czkawka-8.1.0 mattermost-11.4.0 beets-10.3.0 livestreamdvr-4.3.0 ddns-updater-8.3.0 mediaelch-4.3.0 fossil-10.3.0 healthchecks-13.4.0 lidarr-19.3.0 sia-daemon-4.3.0 calibre-13.6.0 dontstarvetogether-4.3.0 kanboard-15.3.0 craftopia-4.3.0 unpackerr-12.4.0 metallb-config-5.3.0 plexripper-7.3.0 nocodb-12.6.0 plex-16.4.0 domoticz-9.3.0 pgadmin-14.5.0 assettocorsa-4.3.0 alienswarm-4.3.0 foldingathome-8.3.0 ferdi-server-10.3.0 mailpile-4.3.0 restic-rest-server-4.3.0 breitbandmessung-de-4.3.0 ghostfolio-3.14.0 ciao-4.3.0 dillinger-8.3.0 sdtd-6.3.0 rstudio-5.3.0 jellyseerr-8.3.0 gravity-2.4.0 homepage-6.5.0 whoogle-9.3.0 quake3-4.3.0 lanraragi-8.3.0 speedtest-exporter-9.3.0 blender-desktop-g3-4.3.0 ddns-route53-4.3.0 kerio-connect-4.3.0 autobrr-7.7.0 plex-meta-manager-5.4.0 shapeshifter-obfuscator-4.3.0 rdtclient-3.3.0 stash-14.4.0 strapi-12.3.0 sqlite-web-4.3.0 android-8-0-4.3.0 factorioservermanager-4.3.0 komga-12.4.0 xen-orchestra-7.6.0 ring-mqtt-7.3.0 cowyo-4.3.0 vaultwarden-25.3.0 sickgear-10.3.0 portainer-7.3.0 promcord-10.3.0 tinymediamanager-9.2.0 ddns-go-9.3.0 sabnzbd-17.4.0 slash-3.1.0 tasmobackup-5.3.0 lastoasis-4.3.0 multi-scrobbler-5.3.0 chronograf-4.3.0 nginx-proxy-manager-8.5.0 vocechat-server-2.3.0 tonido-4.3.0 chevereto-11.4.0 discordgsm-6.4.0 ecodms-4.3.0 papermerge-11.4.0 nzbhydra-18.3.0 headphones-10.3.0 lldap-4.3.0 homer-8.3.0 red-discordbot-4.3.0 gitea-17.4.0 prometheus-operator-5.3.0 actualserver-9.2.0 llalon-github-backup-4.3.0 emby-17.4.0 simply-shorten-7.3.0 hasty-paste-5.5.0 colonysurvival-4.3.0 kdenlive-vnc-4.3.0 nvidia-gpu-exporter-1.1.0 factorio-6.3.0 grav-10.3.0 smartctl-exporter-1.1.0 hastebin-4.3.0 openbooks-3.3.0 hoobs-4.3.0 androiddebugbridge-4.3.0 webtop-8.3.0 unifi-19.3.0 guacamole-12.3.0 invitarr-4.3.0 it-tools-3.3.0 matomo-12.3.0 redmine-10.3.0 observium-4.3.0 zoneminder-4.3.0 external-dns-3.3.0 fmd2-wine-4.3.0 rflood-4.3.0 automatic-music-downloader-8.3.0 teedy-14.3.0 mordhau-4.3.0 openhab-8.3.0 cadquery-server-4.3.0 pihole-14.3.0 monero-node-4.3.0 barcodebuddy-4.3.0 dispatch-4.3.0 mediagoblin-4.3.0 codeproject-ai-server-1.2.0 counterstrike2d-4.3.0 neko-4.3.0 airsonic-advanced-12.3.0 tvheadend-18.3.0 ffmpeg-mkvdts2ac3-4.3.0 newyearcountdownclock-4.3.0 synctube-6.3.0 commento-plusplus-10.3.0 cloudflared-9.3.0 lingva-4.3.0 megasync-5.3.0 qinglong-8.4.0 ubooquity-9.3.0 fluttercoin-wallet-4.3.0 dizquetv-13.3.0 arma3exilemod-4.3.0 filebrowser-8.4.0 rdesktop-7.3.0 batnoter-4.3.0 fluidd-8.4.0 embystat-8.3.0 fireflyiii-24.4.0 lazylibrarian-17.3.0 dashdot-7.5.0 storm-4.3.0 jellyfin-17.3.0 yourls-4.3.0 htpcmanager-8.3.0 kasm-7.4.0 automatic-ripping-machine-2.3.0 kodi-headless-8.3.0 github-backup-4.3.0 anki-sync-server-5.3.0 shorturl-9.3.0 tubearchivist-redisjson-4.3.0 whisparr-8.3.0 bazarr-17.3.0 medusa-9.3.0 invidious-8.3.0 wordpress-6.5.0 ngircd-8.3.0 glauth-4.3.0 bookstack-11.5.0 dashmachine-4.3.0 uptimerobot-prometheus-10.3.0 uptime-kuma-9.3.0 humhub-6.5.0 piwigo-11.6.0 sheetable-5.3.0 standardnotes-web-4.3.0 teamspeak3-9.3.0 traccar-14.5.0 netbootxyz-3.3.0 qbittorrent-18.3.0 duckdns-8.3.0 minecraft-java-7.3.0 oscam-12.3.0 n8n-12.12.0 cyberchef-8.6.0 tanoshi-4.3.0 baikal-4.4.0 clarkson-11.4.0 couchpotato-8.3.0 watchyourlan-7.3.0 nzbget-19.2.0 grafana-image-renderer-4.3.0 libremdb-6.4.0 arma3-4.3.0 pocketmine-mp-2.3.0 pinry-8.3.0 tandoor-recipes-15.2.0 obsidian-4.3.0 ddclient-8.3.0 snapdrop-8.3.0 velero-3.5.0 overseerr-12.3.0 hurtworld-4.3.0 haste-server-12.3.0 code-server-10.4.0 post-recording-4.3.0 prpdf-4.3.0 satisfactory-8.3.0 flowise-3.4.0 trango-4.3.0 blocky-12.5.0 metatube-4.3.0 go-playground-4.3.0 dns-doh-companion-4.3.0 hassconfigurator-4.3.0 firefox-10.2.0 pavlovvr-4.3.0 hyperion-ng-12.3.0 goaccess-4.3.0 leaf2mqtt-10.3.0 plex-playlist-sync-2.3.0 romm-6.6.0 cura-novnc-7.3.0 bwapp-4.3.0 radicale-4.3.0 s3backup-4.3.0 tracks-4.3.0 ztcuui-aio-7.2.0 goaccess-npm-logs-4.3.0 fabulinus-1.2.0 bitcoinwalletgui-4.3.0 maintainerr-1.2.0 autoscan-7.3.0 qdirstat-8.2.0 remotely-4.3.0 iyuuplus-8.3.0 logitech-media-server-10.3.0 docker-4.2.0 handbrake-20.2.0 airsonic-12.3.0 universal-media-server-4.3.0 cryptpad-6.3.0 mediainfo-8.3.0 corekeeper-4.3.0 mysql-workbench-8.3.0 sonsoftheforest-2.3.0 monica-11.4.0 shiori-15.3.0 custom-app-11.3.0 arksurvivalevolved-6.3.0 storj-node-8.3.0 sqlitebrowser-9.3.0 kitana-4.3.0 quassel-web-8.3.0 onlinecheckyourserver-4.3.0 ser2sock-12.3.0 spaceengineers-5.3.0 jdownloader2-15.2.0 airdcpp-webclient-9.3.0 passwordpusherephemeral-4.3.0 flood-12.3.0 octoprint-12.3.0 nntp2nntp-8.3.0 anonaddy-19.4.0 steam-headless-2.3.0 wikijs-14.3.0 sinusbot-4.3.0 projectsend-11.4.0 mininote-4.3.0 tt-rss-15.2.0 notarius-4.3.0 stationeers-4.3.0 sshwifty-4.3.0 ethercalc-4.3.0 flextv-4.3.0 godaddy-ddns-4.3.0 openaudible-4.3.0 photoshow-9.3.0 clamav-9.4.0 core-keeper-dedicated-server-4.3.0 citadel-forgedwithfire-4.3.0 cloudflareddns-8.3.0 backuppc-5.3.0 venstar2mqtt-4.3.0 rcon-webadmin-7.3.0 tasmocompiler-5.3.0 insurgencysandstorm-4.3.0 rimgo-5.3.0 bender-4.3.0 budge-8.3.0 raspberrymatic-4.3.0 chivalry-medievalwarfare-4.3.0 nightscout-4.3.0 vlmcsd-kms-server-4.3.0 flexget-8.4.0 qwantify-2.3.0 ariang-7.3.0 pastey-5.3.0 rmlint-4.3.0 mongo-express-5.3.0 gokapi-4.3.0 smtp-relay-2.3.0 smokeping-9.3.0 emulatorjs-8.4.0 pylon-8.3.0 putty-8.2.0 golinks-10.3.0 tailscale-7.4.0 photostructure-6.2.0 rss-bridge-9.2.0 clusterissuer-6.3.0 daysofwar-4.3.0 avidemux-8.2.0 virt-manager-4.3.0 openvscode-server-8.4.0 z80pack-4.3.0 openra-4.3.0 mymediaforalexa-7.3.0 left4dead-4.3.0 syslog-ng-8.4.0 mkvtoolnix-9.2.0 chromium-desktop-g3-4.3.0 weblate-12.4.0 posterr-7.3.0 shlink-12.4.0 duplicacy-5.3.0 tdarr-node-8.3.0 obs-ndi-5.3.0 sickchill-10.3.0 kitchenowl-8.5.0 whisper-asr-webservice-3.3.0 firefox-desktop-g3-4.3.0 sonarr-19.2.0 gonic-12.3.0 cops-7.4.0 kdenlive-4.3.0 adguard-home-8.3.0 icloudpd-5.3.0 hammond-8.3.0 kavita-8.3.0 fleet-11.4.0 metube-11.2.0 prowlarr-14.5.0 plex-utills-7.3.0 dashy-5.3.0 memories-of-mars-4.3.0 traefik-25.4.0 tdarr-8.3.0 filebot-8.1.0 photoview-12.3.0 scrypted-3.5.0 avorion-4.3.0 radarr-19.4.0 dayofdefeatsource-4.3.0 plaxt-7.3.0 chowdown-4.3.0 adminer-7.3.0 pigallery2-4.3.0 cloudnative-pg-5.4.0 vintage-story-4.3.0 docker-hub-rss-4.3.0 kms-17.3.0 youtubedl-material-9.3.0 lemur-cfssl-4.3.0 muse-4.4.0 novnc-9.3.0 tachidesk-docker-5.2.0 mylar-12.3.0 netdata-8.3.0 traefik-forward-auth-2.3.0 chroma-1.2.0 muximux-9.3.0 postscriptum-4.3.0 outline-11.5.0 apache-musicindex-10.3.0 guacd-8.3.0 mosdns-8.3.0 reg-12.3.0 imgpush-4.3.0 external-ip-4.3.0 yacreaderlibraryserver-4.3.0 unturned-5.3.0 booksonic-air-12.3.0 flaresolverr-12.3.0 rtorrent-rutorrent-3.3.0 webp-server-4.3.0 inkscape-desktop-g3-4.3.0 dockerregistry-4.3.0 phpldapadmin-12.3.0 seedsync-6.3.0 songkong-4.3.0 halflife2deathmatch-4.3.0 plextraktsync-6.4.0 qbitrr-3.5.0 jackett-18.3.0 firefox-syncserver-16.3.0 browserless-chrome-8.4.0 tauticord-2.8.0 flame-4.3.0 nitter-5.4.0 apt-cacher-ng-7.3.0 traktarr-4.3.0 tagspaces-2.3.0 fivem-4.3.0 tvhproxy-4.3.0 wyoming-piper-3.3.0 davos-11.1.0 remmina-9.3.0 send-4.5.0 pasta-7.3.0 googlephotossync-4.4.0 fistfuloffrags-4.3.0 etherpad-15.3.0 aria2-11.3.0 convos-4.3.0 root-4.3.0 import-ics-4.3.0 webgrabplus-8.3.0 recyclarr-8.3.0 modsecurity-crs-2.3.0 paperless-ngx-6.8.0 qbitmanage-7.3.0 libreddit-7.3.0 minio-10.3.0 mango-4.3.0 external-service-12.3.0 pretend-youre-xyzzy-12.3.0 static-web-server-3.6.0 dokuwiki-9.3.0 st-reborn-server-4.3.0 servas-3.5.0 firezone-2.3.0 emby-sync-4.3.0 makemkv-9.2.0 babybuddy-15.4.0 static-9.3.0 docusaurus-7.3.0 cloudreve-5.2.0 maloja-4.3.0 vertex-4.3.0 truecommand-18.2.0 anope-4.3.0 archiveteam-warrior-4.3.0 pvk-ii-4.3.0 bitcoin-node-4.3.0 bitcoinunlimited-4.3.0 tautulli-17.3.0 meshcentral-14.3.0 onlyoffice-document-server-16.3.0 yacy-4.3.0 minecraft-bungeecord-7.3.0 answer-2.3.0 kiwix-serve-7.3.0 gpodder-4.3.0 shoko-server-8.3.0 chromium-4.3.0 scrutiny-9.3.0 conanexiles-4.3.0 wyoming-whisper-3.3.0 pixark-4.3.0 h5ai-4.3.0 adguardhome-sync-5.4.0 stackedit-4.3.0 pyload-12.3.0 guide2go-4.3.0 fireshare-5.3.0 traggo-5.3.0 grafana-12.3.0 impostor-server-7.4.0 duplicati-12.3.0 plausible-9.3.0 mojopaste-4.3.0 ntfy-8.4.0 unpoller-9.3.0
2024-02-22 01:31:17 +01:00
TrueCharts-Bot
8965459106 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-22 00:08:32 +00:00
TrueCharts Bot
9a38b4702b chore(deps): update container image ghcr.io/ollama-webui/ollama-webui to main@d5a5c11 by renovate (#17872)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ollama-webui/ollama-webui | digest | `06e060b` -> `d5a5c11` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 23:25:48 +01:00
Kjeld Schouten
206feb9feb Delete charts/stable/projectzomboidreporter-frontend directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 22:31:01 +01:00