Commit Graph

12089 Commits

Author SHA1 Message Date
ZasX 84f9a80e93
chore(zigbee2mqtt): Changed default value for MQTT address (#14030)
**Description**
The default value doesn't make much sense anymore, so I changed it to
the default name for the mosquitto app that it will most likely connect
to.
⚒️ 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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: ZasX <ZasX@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:24:05 +03:00
StevenMcElligott 8a3e364cc2
chore(tdarr): Update to 2.14.01 (#14039)
**Description**

Update to 2.14.01 now that we're on Cobia

⚒️ Fixes  #13544

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:23:29 +03:00
Jon S. Stumpf 6895cfde2a
chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh

**📃 Notes:**
n/a

**✔️ 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
- [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.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:07:52 +03:00
TrueCharts Bot 4a0ad75345
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.8.0 (#14050) 2023-10-28 13:38:32 +02:00
TrueCharts Bot 6f184b87fd
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.3 (#14048) 2023-10-28 10:41:20 +02:00
TrueCharts Bot dce33c8dbe
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#14046) 2023-10-28 09:41:11 +02:00
TrueCharts Bot 1c22e2b3e9
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#14047) 2023-10-28 09:40:56 +02:00
TrueCharts Bot ffcb35d342
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14044) 2023-10-28 08:40:56 +02:00
TrueCharts Bot 280d69a87d
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.0 (#14045) 2023-10-28 08:40:48 +02:00
TrueCharts Bot 6f472911e1
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14042) 2023-10-28 04:45:24 +02:00
TrueCharts Bot a7e9031fc8
chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.4.0 (#14043) 2023-10-28 04:43:26 +02:00
TrueCharts Bot 178ed23fa7
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1085 (#14040) 2023-10-28 03:56:27 +02:00
TrueCharts Bot c97ffa490c
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14037) 2023-10-28 02:57:12 +02:00
TrueCharts Bot 8d50ee924d
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.16 (#14038) 2023-10-28 02:56:19 +02:00
TrueCharts Bot 8dbae3a057
chore(deps): update container image tccr.io/truecharts/linkding to v1.22.2 (#14035) 2023-10-28 00:41:53 +02:00
TrueCharts Bot 389f0aa303
chore(deps): update container image tccr.io/truecharts/autobrr to v1.32.0 (#14036) 2023-10-28 00:40:52 +02:00
Stavros Kois 2a37d142f5
fix(outline): fetch from the correct secret 2023-10-28 01:18:30 +03:00
TrueCharts Bot 8e87719dac
chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.6 (#14034) 2023-10-27 23:39:14 +02:00
TrueCharts Bot 22080bb62a
chore(deps): update webtop (#14033) 2023-10-27 23:34:53 +02:00
TrueCharts Bot 4c91e1758a
chore(deps): update rdesktop (#14032) 2023-10-27 22:37:14 +02:00
TrueCharts Bot 7b2efa0fa7
chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#14031) 2023-10-27 22:36:08 +02:00
TrueCharts Bot fae3e09ad5
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14029) 2023-10-27 21:36:59 +02:00
TrueCharts Bot 41815e6847
chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13964) 2023-10-27 21:17:32 +02:00
TrueCharts Bot ed6522d6e7
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.2 (#14026) 2023-10-27 20:45:19 +02:00
TrueCharts Bot bdf8c56c98
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14025) 2023-10-27 20:40:52 +02:00
StevenMcElligott 66699afcd1
fix(watchyourlan): Fix networking + capabilities (#13979)
**Description**

Adds NET_RAW to enable ARP scanning and enables host-networking by
default since it needs to bind to the interface to scan, otherwise this
chart won't work like ever

⚒️ Fixes  #13972

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-10-27 21:37:35 +03:00
TrueCharts Bot 6c79d7f557
chore(deps): update rdesktop (#14024) 2023-10-27 19:36:42 +02:00
TrueCharts Bot 7b2d5f304d
chore(deps): update container image tccr.io/truecharts/node-red to v3.1.0 (#14023) 2023-10-27 17:41:45 +02:00
TrueCharts Bot b34cf20d6c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14022) 2023-10-27 15:38:56 +02:00
TrueCharts Bot 24198e7edc
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14021) 2023-10-27 13:37:43 +02:00
TrueCharts Bot 420aa23839
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.4 (#14020) 2023-10-27 12:40:35 +02:00
TrueCharts Bot 3ea65da13e
chore(deps): update container image tccr.io/truecharts/searxng to latest (#14019) 2023-10-27 11:37:36 +02:00
TrueCharts Bot 9433ab7479
chore(deps): update container image tccr.io/truecharts/searxng to latest (#14018) 2023-10-27 10:41:43 +02:00
TrueCharts Bot 3c85d660ed
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14017) 2023-10-27 09:42:30 +02:00
TrueCharts Bot 59d292631e
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14015) 2023-10-27 07:39:09 +02:00
TrueCharts Bot 3d5abc44f4
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14014) 2023-10-27 06:40:49 +02:00
TrueCharts Bot 2bea6422b8
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1084 (#14013) 2023-10-27 03:58:59 +02:00
TrueCharts Bot 49dc88ba26
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14012) 2023-10-27 03:58:25 +02:00
TrueCharts Bot 64bb2ecad3
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.15.0 (#14010) 2023-10-27 02:54:33 +02:00
TrueCharts Bot c8d08398b4
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.0 (#14011) 2023-10-27 02:53:12 +02:00
TrueCharts Bot 803de68aa2
chore(deps): update authentik to v2023.10.1 (minor) (#14009) 2023-10-27 01:43:50 +02:00
TrueCharts Bot 0c55d18c34
chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.2 (#14008) 2023-10-27 01:38:59 +02:00
TrueCharts Bot f51ac6bc86
chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.22 (#14007) 2023-10-27 00:40:37 +02:00
TrueCharts Bot 37ccd73369
chore(deps): update container image tccr.io/truecharts/netdata to v1.43.1 (#14006) 2023-10-27 00:39:05 +02:00
TrueCharts Bot 4ad2a3bf29
chore(deps): update container image tccr.io/truecharts/n8n to v1.14.2 (#14005) 2023-10-26 23:42:42 +02:00
TrueCharts Bot a3b8ed47a4
chore(deps): update container image tccr.io/truecharts/metabase to v0.47.6 (#14001) 2023-10-26 22:40:08 +02:00
TrueCharts Bot 9e7bf07de4
chore(deps): update container image tccr.io/truecharts/komga to v1.6.4 (#14000) 2023-10-26 22:39:28 +02:00
TrueCharts Bot 611e4a99ef
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.2 (#13999) 2023-10-26 21:41:02 +02:00
TrueCharts Bot 6c81f8f449
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13998) 2023-10-26 21:40:22 +02:00
TrueCharts Bot 5389db42dd
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13997) 2023-10-26 20:43:42 +02:00
TrueCharts Bot c552800a1c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13996) 2023-10-26 20:43:30 +02:00
TrueCharts Bot feeb24b0f7
chore(deps): update container image tccr.io/truecharts/baserow to v1.21.2 (#13995) 2023-10-26 19:39:55 +02:00
TrueCharts Bot 29ec8ca2a5
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13994) 2023-10-26 18:42:59 +02:00
TrueCharts Bot 62f4bcda55
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13993) 2023-10-26 16:42:57 +02:00
TrueCharts Bot 9b07779a62
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13992) 2023-10-26 12:38:18 +02:00
TrueCharts Bot 4c65109a77
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13990) 2023-10-26 11:40:50 +02:00
TrueCharts Bot 6df0453951
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13991) 2023-10-26 11:39:02 +02:00
TrueCharts Bot ed97d4f62b
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13989) 2023-10-26 10:42:09 +02:00
TrueCharts Bot c6dc316ae6
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13988) 2023-10-26 09:41:32 +02:00
TrueCharts Bot eeb184bd6c
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13987) 2023-10-26 09:40:41 +02:00
TrueCharts Bot 75eb94dc6e
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.0 (#13985) 2023-10-26 07:43:10 +02:00
TrueCharts Bot c1b2e54650
chore(deps): update container image tccr.io/truecharts/n8n to v1.14.0 (#13984) 2023-10-26 07:41:30 +02:00
TrueCharts Bot e7ecf4bd5f
chore(deps): update container image tccr.io/truecharts/jenkins to v2.429.0 (#13983) 2023-10-26 06:40:11 +02:00
TrueCharts Bot 3df553a0ba
chore(deps): update container image tccr.io/truecharts/baserow to v1.21.1 (#13981) 2023-10-26 05:42:42 +02:00
TrueCharts Bot e7db85cd1e
chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#13978) 2023-10-26 04:46:30 +02:00
TrueCharts Bot 5012445345
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13977) 2023-10-26 04:46:28 +02:00
TrueCharts Bot 1070bf9b9b
chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.1 (#13975) 2023-10-26 04:00:35 +02:00
TrueCharts Bot 4cbfb5a7c9
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1078 (#13976) 2023-10-26 03:59:25 +02:00
TrueCharts Bot fc49ea6262
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13974) 2023-10-26 02:57:22 +02:00
TrueCharts Bot 92c85f2a83
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13973) 2023-10-26 02:56:56 +02:00
TrueCharts Bot 30708c4669
chore(deps): update container image tccr.io/truecharts/invidious to latest (#13970) 2023-10-26 01:41:24 +02:00
TrueCharts Bot ca960de6cb
chore(deps): update container image tccr.io/truecharts/n8n to v1.12.2 (#13971) 2023-10-26 01:41:16 +02:00
TrueCharts Bot 27374ebf1f
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13968) 2023-10-26 00:39:40 +02:00
TrueCharts Bot 500b48a966
chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13966) 2023-10-25 23:37:42 +02:00
TrueCharts Bot d466c46c31
chore(deps): update container image tccr.io/truecharts/drawio to v22.0.8 (#13967) 2023-10-25 23:36:52 +02:00
TrueCharts Bot 5042badced
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13965) 2023-10-25 22:40:56 +02:00
TrueCharts Bot df04ccddf7
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13963) 2023-10-25 21:41:11 +02:00
TrueCharts Bot 7ed7ee17f7
chore(deps): update container image tccr.io/truecharts/minio to latest (#13962) 2023-10-25 21:39:49 +02:00
TrueCharts Bot bfd5ea41af
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v8.0.3 (#13959) 2023-10-25 20:44:45 +02:00
TrueCharts Bot 324e421848
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13960) 2023-10-25 20:43:32 +02:00
TrueCharts Bot 82d9c0ab58
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13957) 2023-10-25 17:41:57 +02:00
TrueCharts Bot 9922d73f7b
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13958) 2023-10-25 17:41:45 +02:00
TrueCharts Bot a05bc00d1c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13955) 2023-10-25 16:44:46 +02:00
TrueCharts Bot 30579fe629
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13953) 2023-10-25 14:44:20 +02:00
TrueCharts Bot d9a9ec51c7
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13954) 2023-10-25 14:44:05 +02:00
TrueCharts Bot 2db02aafdc
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#13952) 2023-10-25 09:43:29 +02:00
TrueCharts Bot 447ce6169c
chore(deps): update container image tccr.io/truecharts/calibre to v6.29.0 (#13951) 2023-10-25 09:42:19 +02:00
TrueCharts Bot 019bda6f03
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13950) 2023-10-25 07:42:19 +02:00
TrueCharts Bot a4b96374c4
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1077 (#13949) 2023-10-25 03:59:23 +02:00
TrueCharts Bot 0a6330de8b
chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13948) 2023-10-25 02:53:52 +02:00
TrueCharts Bot a40ee7811e
chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.3 (#13946) 2023-10-24 22:40:45 +02:00
StevenMcElligott 300e202f27
fix(website-shot): Set correct runAsUser (#13710)
**Description**

As discord and verified by @ZasX it seems to need root privs to run

⚒️ Fixes  #13759

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-24 23:34:14 +03:00
TrueCharts Bot 8767fd2438
chore(deps): update container image tccr.io/truecharts/clamav to v1.2.0 (#13667)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/clamav](https://togithub.com/truecharts/containers)
| digest | `7f9ca04` -> `fd820db` |

---

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-24 23:22:32 +03:00
TrueCharts Bot 8f9a2c6dc8
chore(deps): update helm general non-major (#13931)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.9` ->
`7.0.13` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.9` -> `14.0.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.12` -> `14.0.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.10` -> `14.0.14` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.23` ->
`3.0.28` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.27` ->
`9.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.26` ->
`9.0.31` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.25` ->
`3.0.30` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.29` ->
`8.0.34` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.12...clickhouse-7.0.13)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.11...clickhouse-7.0.12)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.10...clickhouse-7.0.11)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.9...clickhouse-7.0.10)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

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

###
[`v14.0.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.14)

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

Function library for TrueCharts

###
[`v14.0.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.13)

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

Function library for TrueCharts

###
[`v14.0.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.12)

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

Function library for TrueCharts

###
[`v14.0.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.11)

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

Function library for TrueCharts

###
[`v14.0.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.10)

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

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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS40IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-24 23:13:28 +03:00
TrueCharts Bot aac1bc166f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13943) 2023-10-24 21:39:46 +02:00
TrueCharts Bot 19215b04ba
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-mate to latest (#13944) 2023-10-24 21:35:44 +02:00
TrueCharts Bot 8d3dda024d
chore(deps): update container image tccr.io/truecharts/minio to latest (#13942) 2023-10-24 20:39:14 +02:00
TrueCharts Bot 6608fb3339
chore(deps): update container image tccr.io/truecharts/arksurvivalevolved to latest (#13941) 2023-10-24 20:35:05 +02:00
TrueCharts Bot a3f9122843
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13939) 2023-10-24 17:44:06 +02:00
TrueCharts Bot 5f7e932741
chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.19 (#13940) 2023-10-24 17:42:58 +02:00
TrueCharts Bot 41310f5ae5
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13938) 2023-10-24 15:45:38 +02:00
TrueCharts Bot 628cbffd9f
chore(deps): update container image tccr.io/truecharts/lancache-prefill to latest (#13937) 2023-10-24 15:44:44 +02:00
TrueCharts Bot e75a472beb
chore(deps): update container image tccr.io/truecharts/boinc to latest (#13935) 2023-10-24 14:43:46 +02:00
TrueCharts Bot c749bc3453
chore(deps): update webtop (#13936) 2023-10-24 14:39:03 +02:00
TrueCharts Bot 600514e7a6
chore(deps): update webtop (#13933) 2023-10-24 09:38:20 +02:00
TrueCharts Bot 0148e12415
chore(deps): update webtop (#13932) 2023-10-24 08:36:02 +02:00
TrueCharts Bot 4098657f74
chore(deps): update webtop (#13930) 2023-10-24 07:36:58 +02:00
TrueCharts Bot ffea3d9d78
chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#13928) 2023-10-24 06:42:39 +02:00
TrueCharts Bot 76cd5103ff
chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#13929) 2023-10-24 06:40:11 +02:00
TrueCharts Bot 8d79ed040d
chore(deps): update helm general non-major (#13925) 2023-10-24 05:59:15 +02:00
TrueCharts Bot 917d4a5769
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13927) 2023-10-24 05:41:11 +02:00
TrueCharts Bot 01492bd6a9
chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.0 (#13926) 2023-10-24 04:51:46 +02:00
TrueCharts Bot 628d18f41c
chore(deps): update helm general non-major (#13920) 2023-10-24 04:08:54 +02:00
TrueCharts Bot 5efe18f659
chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.19 (#13924) 2023-10-24 04:00:40 +02:00
TrueCharts Bot 4d7c84a307
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1076 (#13923) 2023-10-24 04:00:00 +02:00
TrueCharts Bot 3c21ef7db1
chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.2 (#13922) 2023-10-24 02:55:38 +02:00
TrueCharts Bot 10a61ac024
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13921) 2023-10-24 02:54:31 +02:00
TrueCharts Bot 65f5b74632
chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13919) 2023-10-24 00:38:38 +02:00
TrueCharts Bot 3d686132e5
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13917) 2023-10-23 22:46:49 +02:00
TrueCharts Bot 9542f6205e
chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#13918) 2023-10-23 22:37:52 +02:00
TrueCharts Bot cb892354d1
chore(deps): update container image tccr.io/truecharts/frigate-tensorrt to v0.12.1 (#13915) 2023-10-23 21:44:31 +02:00
TrueCharts Bot 7ea82887d1
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13916) 2023-10-23 21:40:55 +02:00
TrueCharts Bot 0f67c1b8f0
chore(deps): update container image tccr.io/truecharts/n8n to v1.12.1 (#13914) 2023-10-23 20:40:27 +02:00
TrueCharts Bot 0e6caff31d
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13913) 2023-10-23 19:40:22 +02:00
TrueCharts Bot 29c40e1365
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13909) 2023-10-23 15:39:08 +02:00
TrueCharts Bot b751337320
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.12 (#13910) 2023-10-23 15:38:28 +02:00
TrueCharts Bot 7d9b774949
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13908) 2023-10-23 14:41:22 +02:00
TrueCharts Bot 3798a99604
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13907) 2023-10-23 14:40:31 +02:00
TrueCharts Bot 249e1ef66a
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#13678) 2023-10-23 13:46:03 +02:00
TrueCharts Bot afef8e9d5a
chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13906) 2023-10-23 08:40:41 +02:00
TrueCharts Bot 4540d848dc
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#13905) 2023-10-23 07:36:30 +02:00
TrueCharts Bot c4e2974c50
chore(deps): update rdesktop (#13904) 2023-10-23 05:35:06 +02:00
TrueCharts Bot 521cc989da
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1073 (#13903) 2023-10-23 04:49:00 +02:00
TrueCharts Bot e5b1ff42b9
chore(deps): update rdesktop (#13902) 2023-10-23 04:46:05 +02:00
TrueCharts Bot 89f154c85a
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-i3 to latest (#13901) 2023-10-23 03:56:52 +02:00
TrueCharts Bot 520ffd412d
chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.6.0 (#13899) 2023-10-23 02:54:12 +02:00
TrueCharts Bot 12acbea0e1
chore(deps): update rdesktop (#13898) 2023-10-23 02:51:11 +02:00
TrueCharts Bot 543164c366
chore(deps): update container image tccr.io/truecharts/cops to latest (#13897) 2023-10-23 01:39:09 +02:00
TrueCharts Bot 0f6bbfdf2f
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#13896) 2023-10-23 00:41:01 +02:00
TrueCharts Bot 9a79334f0c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13895) 2023-10-22 23:43:40 +02:00
TrueCharts Bot deb500c978
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13894) 2023-10-22 22:36:45 +02:00
TrueCharts Bot f095f37681
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13893) 2023-10-22 21:36:05 +02:00
TrueCharts Bot 269b871299
chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.14.01 (#13892) 2023-10-22 20:36:41 +02:00
TrueCharts Bot 617e964ffe
chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg to v1.30.0-cublas-cuda12 (#13891) 2023-10-22 20:32:03 +02:00
TrueCharts Bot 995b67da01
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.5 (#13890) 2023-10-22 18:38:36 +02:00
TrueCharts Bot 2d29561130
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13889) 2023-10-22 18:36:49 +02:00
TrueCharts Bot 8b166bcc1c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13886) 2023-10-22 16:36:13 +02:00
TrueCharts Bot 387d6fc438
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13884) 2023-10-22 15:38:19 +02:00
TrueCharts Bot 1ebce7a00d
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.10.0.4047 (#13883) 2023-10-22 12:35:41 +02:00
TrueCharts Bot a078e5c9c5
chore(deps): update container image tccr.io/truecharts/searxng to latest (#13882) 2023-10-22 12:34:50 +02:00
TrueCharts Bot 877cc02237
chore(deps): update container image tccr.io/truecharts/searxng to latest (#13881) 2023-10-22 11:35:32 +02:00
TrueCharts Bot 1007c961a0
chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13880) 2023-10-22 10:39:41 +02:00
TrueCharts Bot 2bed959d07
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13879) 2023-10-22 09:37:39 +02:00
TrueCharts Bot d172d35d74
chore(deps): update container image tccr.io/truecharts/readarr to v0.3.8.2267 (#13878) 2023-10-22 08:37:58 +02:00
TrueCharts Bot b00f415f96
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13877) 2023-10-22 06:38:31 +02:00
TrueCharts Bot ba277c2d68
chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#13875) 2023-10-22 05:35:03 +02:00
TrueCharts Bot 778d70d075
chore(deps): update container image tccr.io/truecharts/homer to v23.10.1 (#13876) 2023-10-22 05:34:04 +02:00
TrueCharts Bot 565b3457a9
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13873) 2023-10-22 04:46:15 +02:00
TrueCharts Bot 24bf4fff4e
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.14.0 (#13874) 2023-10-22 04:44:52 +02:00
TrueCharts Bot 96090f66c8
chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.0 (#13872) 2023-10-22 04:02:23 +02:00
TrueCharts Bot 0a7a16a5b0
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1066 (#13871) 2023-10-22 04:01:34 +02:00
TrueCharts Bot c9f825eb2a
chore(deps): update container image tccr.io/truecharts/code-server to v4.18.0 (#13870) 2023-10-22 02:52:14 +02:00
TrueCharts Bot 644b9c24ed
chore(deps): update container image tccr.io/truecharts/photoprism to v231021 (#13867) 2023-10-22 01:35:40 +02:00
TrueCharts Bot 0eb525e496
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.3 (#13868) 2023-10-22 01:34:41 +02:00
TrueCharts Bot c9393a89a1
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13865) 2023-10-22 00:35:55 +02:00
TrueCharts Bot 0c926e049b
chore(deps): update container image tccr.io/truecharts/metabase to v0.47.5 (#13866) 2023-10-22 00:35:45 +02:00
TrueCharts Bot f1e479e6bd
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.4 (#13863) 2023-10-21 23:34:58 +02:00
TrueCharts Bot e65b4c9987
chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.14 (#13864) 2023-10-21 23:34:47 +02:00
TrueCharts Bot b5342ff61d
chore(deps): update container image tccr.io/truecharts/calibre-web to v0.6.21 (#13861) 2023-10-21 22:39:15 +02:00
TrueCharts Bot 515132acc5
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.15 (#13862) 2023-10-21 22:39:12 +02:00
TrueCharts Bot 21829e4d46
chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.2.1 (#13860) 2023-10-21 21:40:26 +02:00
TrueCharts Bot f143fbd87f
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13859) 2023-10-21 21:36:22 +02:00
TrueCharts Bot 244bf51ff4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13857) 2023-10-21 20:35:57 +02:00
TrueCharts Bot 24a1ae0b12
chore(deps): update container image tccr.io/truecharts/invidious to latest (#13856) 2023-10-21 20:35:31 +02:00
TrueCharts Bot 86cd2f3f93
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13855) 2023-10-21 19:35:59 +02:00
TrueCharts Bot 48525fac22
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13854) 2023-10-21 19:35:12 +02:00
TrueCharts Bot c16b912ff7
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#13853) 2023-10-21 18:39:06 +02:00
TrueCharts Bot eb98ba7be6
chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#13851) 2023-10-21 16:36:31 +02:00
TrueCharts Bot ddf119294c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13850) 2023-10-21 15:38:39 +02:00
TrueCharts Bot 904337192a
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13848) 2023-10-21 12:35:43 +02:00
TrueCharts Bot 790a5e500b
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#13847) 2023-10-21 11:39:08 +02:00
TrueCharts Bot 1cb77c7dd7
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13846) 2023-10-21 11:38:14 +02:00
TrueCharts Bot 3132b97ecf
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13844) 2023-10-21 10:37:10 +02:00
TrueCharts Bot 3e8ebdf36b
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13845) 2023-10-21 10:36:50 +02:00
TrueCharts Bot 815cf6df5b
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13842) 2023-10-21 09:37:08 +02:00
TrueCharts Bot 3d0bddf5c2
chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#13843) 2023-10-21 09:32:52 +02:00
TrueCharts Bot c71f8b157a
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13840) 2023-10-21 08:37:13 +02:00
TrueCharts Bot 991ceed40a
chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13841) 2023-10-21 08:36:56 +02:00
TrueCharts Bot 900d653b6d
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13839) 2023-10-21 06:37:07 +02:00
TrueCharts Bot 94615fd02f
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13837) 2023-10-21 04:40:37 +02:00
TrueCharts Bot 16faf6a7d6
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1056 (#13838) 2023-10-21 04:39:34 +02:00
TrueCharts Bot 1cd287c2fc
chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13836) 2023-10-21 03:58:13 +02:00
TrueCharts Bot df7cfc604d
chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13835) 2023-10-21 03:56:34 +02:00
TrueCharts Bot 03d0d3aa9c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13834) 2023-10-21 02:53:35 +02:00
TrueCharts Bot cc25b2147b
chore(deps): update container image tccr.io/truecharts/fileflows to v23.10.0 (#13833) 2023-10-21 02:52:33 +02:00
TrueCharts Bot 5af5da037b
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13831) 2023-10-20 23:38:31 +02:00
TrueCharts Bot cb33ebaee3
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.13.0 (#13830) 2023-10-20 22:38:54 +02:00
TrueCharts Bot a843b04d6d
chore(deps): update container image tccr.io/truecharts/filebot to v23.10.1 (#13829) 2023-10-20 22:37:14 +02:00
TrueCharts Bot 04cb6e06d3
chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.2.0 (#13828) 2023-10-20 21:37:33 +02:00
TrueCharts Bot 26bb34150b
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#13827) 2023-10-20 21:37:16 +02:00
TrueCharts Bot 39a663b32d
chore(deps): update webtop (#13826) 2023-10-20 20:36:19 +02:00
TrueCharts Bot 3eb9272576
chore(deps): update rdesktop (#13825) 2023-10-20 20:36:01 +02:00
TrueCharts Bot 2542fd9e03
chore(deps): update container image tccr.io/truecharts/calibre to v6.29.0 (#13824) 2023-10-20 19:39:42 +02:00
TrueCharts Bot 209530b68d
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#13823) 2023-10-20 19:35:06 +02:00
TrueCharts Bot 2364092f52
chore(deps): update container image tccr.io/truecharts/nocodb to v0.202.5 (#13821) 2023-10-20 18:39:46 +02:00
TrueCharts Bot 1727c391ca
chore(deps): update container image tccr.io/truecharts/recyclarr to v6.0.2 (#13822) 2023-10-20 18:38:52 +02:00
ZasX f89cabdf09
Fix probes for pgadmin (#13820)
**Description**
The probes created a session file in the sessions folder every probe, so
multiple files per minute. Over the course of a few months, it great to
a few gigabytes for my install. Changing the probes to /misc/ping is the
solution for kubernetes, as I read in a pgadmin github issue.

I changed runAsNonRoot to true, I don't know why it was set to false.

I also changed the defaults in questions.yaml to correspond to the
placeholders in values.yaml.
⚒️ 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?**
<!--
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
- [ ] ⚠️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-10-20 15:57:45 +00:00
TrueCharts Bot dc3ee6933f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13818) 2023-10-20 17:39:36 +02:00
TrueCharts Bot d6aad98413
chore(deps): update container image tccr.io/truecharts/homepage to v0.7.4 (#13819) 2023-10-20 17:38:48 +02:00
TrueCharts Bot f1ec2de7d4
chore(deps): update container image tccr.io/truecharts/drawio to v22.0.6 (#13816) 2023-10-20 16:36:41 +02:00
TrueCharts Bot 2235d02a89
chore(deps): update container image tccr.io/truecharts/homepage to v0.7.3 (#13817) 2023-10-20 16:36:16 +02:00
TrueCharts Bot 7d1d4daf11
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13814) 2023-10-20 15:41:35 +02:00
TrueCharts Bot 4da8ecbc1a
chore(deps): update container image tccr.io/truecharts/komga to v1.6.2 (#13815) 2023-10-20 15:40:18 +02:00
TrueCharts Bot caff930e1a
chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-10 (#13812) 2023-10-20 14:40:43 +02:00
TrueCharts Bot 481c5ac29d
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#13813) 2023-10-20 14:40:30 +02:00
TrueCharts Bot 516c7a2964
chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-10 (#13810) 2023-10-20 11:39:04 +02:00
TrueCharts Bot 4cc1693d16
chore(deps): update container image tccr.io/truecharts/searxng to latest (#13811) 2023-10-20 11:38:39 +02:00
TrueCharts Bot 7d5c7b0ba7
chore(deps): update jupyter (#13809) 2023-10-20 10:37:46 +02:00
TrueCharts Bot 5caae76276
chore(deps): update container image tccr.io/truecharts/invidious to latest (#13806) 2023-10-20 09:40:02 +02:00
TrueCharts Bot 6463e35144
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13807) 2023-10-20 09:37:33 +02:00
TrueCharts Bot 06249dbfd2
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13805) 2023-10-20 08:38:36 +02:00
TrueCharts Bot 650d98a316
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#13804) 2023-10-20 07:38:06 +02:00
TrueCharts Bot c6a00592d5
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#13803) 2023-10-20 05:40:10 +02:00
TrueCharts Bot f9614d30df
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#13801) 2023-10-20 04:42:30 +02:00
TrueCharts Bot d223e84f7e
chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.8.0 (#13802) 2023-10-20 04:42:17 +02:00
TrueCharts Bot 657d62bfad
chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.5.4 (#13800) 2023-10-20 04:01:42 +02:00
TrueCharts Bot 6bd7ae2a37
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1051 (#13799) 2023-10-20 04:01:11 +02:00
TrueCharts Bot e91cf0e53b
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v8.0.3 (#13796) 2023-10-20 02:54:24 +02:00
TrueCharts Bot 1fd81663b6
chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.2 (#13797) 2023-10-20 02:53:39 +02:00
TrueCharts-Bot ea53b1d2fd Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-20 00:23:24 +00:00
TrueCharts Bot 998fd154e9
chore(deps): update container image tccr.io/truecharts/odoo to v16.0.0 (#13795) 2023-10-20 01:40:49 +02:00
TrueCharts Bot 1b5e091cc6
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13794) 2023-10-20 00:39:12 +02:00
Xstar97TheNoob cef5c805e3
feat(odoo) move odoo stable (#13769)
**Description**
add the default creds and move to stable
⚒️ 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
- [ ] #️⃣ 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
- [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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-10-20 01:07:12 +03:00
TrueCharts Bot d29fde54e7
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13793) 2023-10-19 22:39:59 +02:00
TrueCharts Bot b6bb7d6274
chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.4 (#13792) 2023-10-19 21:37:00 +02:00
TrueCharts Bot 3805e89977
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13790) 2023-10-19 20:39:00 +02:00
TrueCharts Bot b286a2f2f3
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13791) 2023-10-19 20:38:25 +02:00
TrueCharts Bot de150ec923
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13789) 2023-10-19 18:39:36 +02:00
TrueCharts Bot a25d59abbf
chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#13788) 2023-10-19 18:39:16 +02:00
TrueCharts Bot 1cb048a3a4
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13742) 2023-10-19 17:37:56 +02:00
TrueCharts Bot 213da57953
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13787) 2023-10-19 17:36:29 +02:00
TrueCharts Bot 8de6b50323
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.2 (#13786) 2023-10-19 16:36:28 +02:00
TrueCharts Bot 9058c11a0f
chore(deps): update container image tccr.io/truecharts/drawio to v22.0.5 (#13783) 2023-10-19 15:40:51 +02:00
TrueCharts Bot 90a536407c
chore(deps): update container image tccr.io/truecharts/fluidd to v1.26.1 (#13784) 2023-10-19 15:40:16 +02:00
TrueCharts Bot ff9733e305
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13782) 2023-10-19 14:40:53 +02:00
TrueCharts Bot f13f829191
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13781) 2023-10-19 14:39:43 +02:00
TrueCharts Bot 425b48cfa4
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13779) 2023-10-19 12:36:13 +02:00
TrueCharts Bot 563cac7fdd
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13778) 2023-10-19 11:39:57 +02:00
TrueCharts Bot d0269847d4
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13777) 2023-10-19 11:38:52 +02:00
TrueCharts Bot 2b51928dcc
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13775) 2023-10-19 10:41:34 +02:00