Compare commits

...

275 Commits

Author SHA1 Message Date
TrueCharts Bot
32af56cd0b chore(deps): update container image common to v17.4.2@faeebbc by renovate (#18175)
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.2.30` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.26` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.3.9` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.21` ->
`17.4.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-17 14:17:43 +01:00
Kjeld Schouten
07c3b1c599 Merge branch 'master' of github.com:truecharts/charts 2024-02-17 14:15:38 +01:00
Kjeld Schouten
86f4fd1f75 no message 2024-02-17 14:15:20 +01:00
Kjeld Schouten
512dea10b6 feat(kubeapps): add support for tokenless login (#18259)
**Description**
This adds alpha code to test if we can make kubeapps work without pesky
token login.

**⚙️ 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:**
For production use of this, users should explicitly:
A. Setup NetworkPolicies
B. Add a GOOD authentication proxy in front

**✔️ 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 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-17 13:40:00 +01:00
Kjeld Schouten
b874cffb26 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 13:01:35 +01:00
Kjeld Schouten
6cd5139c5b chore(licensing): move to AGPL
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 12:59:38 +01:00
StevenMcElligott
0c157e70f2 feat(outline): Add local storage + persistance (#18257)
**Description**

App seems to be missing persistence and there's a note for Docker to add
local storage ->
https://docs.getoutline.com/s/hosting/doc/file-storage-N4M0T6Ypu7 so
might as well do it right

⚒️ Fixes  #18245 

**⚙️ 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 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 <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 11:18:32 +01:00
TrueCharts-Bot
eac17c7bfd Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-17 00:08:43 +00:00
Kjeld Schouten
5a8e4c24cd Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 17:13:49 +01:00
Kjeld Schouten
1dc43a5e55 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:43:52 +01:00
Kjeld Schouten
9cbb43f474 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:15:07 +01:00
Kjeld Schouten
a07c7f57d3 Revert "feat(kubeapps): add tokenlessloginoption"
This reverts commit b7ab46c33b.
2024-02-16 15:27:58 +01:00
Kjeld Schouten
ce9d71d611 Revert "ahh yes"
This reverts commit bc603c4c24.
2024-02-16 15:27:54 +01:00
Kjeld Schouten
bc603c4c24 ahh yes 2024-02-16 15:26:44 +01:00
Kjeld Schouten
b7ab46c33b feat(kubeapps): add tokenlessloginoption 2024-02-16 15:26:09 +01:00
TrueCharts-Bot
69f7e1f275 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-16 00:08:25 +00:00
Kjeld Schouten
150fcccfda Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:44 +01:00
Kjeld Schouten
925d88e556 Update ct-install.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:23 +01:00
Kjeld Schouten
03384a9406 Update ct-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:10 +01:00
Kjeld Schouten
40c346e789 chore: add our own GPU GUI for SCALE (#18254)
**Description**
We want to migrate away from using TrueNAS-Only GPU elements where we
can.
On top of this, the "allocate x" language in the way iX-Systems has
designed the GPU selection GUI is *terrible*.

This replaces said GUI with our own.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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:**
For the NVIDIA GPU's to work, we likely need a runtime selection trick
added to common.

**✔️ 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 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 <kjeld@schouten-lebbing.nl>
2024-02-15 19:37:04 +01:00
Kjeld Schouten
fa6f561f30 chore: BREAKING CHANGE, remove scale certs on ingressList
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:48 +01:00
Kjeld Schouten
2c639fc071 chore: BREAKING CHANGE, remove scale certs on ingress
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:18 +01:00
TrueCharts-Bot
b685bef5eb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-15 00:08:49 +00:00
TrueCharts Bot
bf6c5196f4 chore(deps): update container image ghcr.io/tasmoadmin/tasmoadmin to v4.0.0@5b06426 by renovate (#18198)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin)
| major | `v3.3.3` -> `v4.0.0` |

---

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

---

### Release Notes

<details>
<summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary>

###
[`v4.0.0`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0)

#### Breaking changes

Consult
https://github.com/TasmoAdmin/TasmoAdmin/blob/master/UPGRADE.md#from-3---4

#### What's Changed

- Bump phpunit/phpunit from 10.5.5 to 10.5.7 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1084](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1084)
- Bump phpstan/phpstan from 1.10.55 to 1.10.56 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1085](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1085)
- Bump friendsofphp/php-cs-fixer from 3.46.0 to 3.47.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1083](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1083)
- Bump friendsofphp/php-cs-fixer from 3.47.0 to 3.48.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1087](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1087)
- Bump phpunit/phpunit from 10.5.7 to 10.5.9 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1088](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1088)
- Bump phpstan/phpstan from 1.10.56 to 1.10.57 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1089](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1089)
- Rework assets by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1090](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1090)
- Remove eval usage from sonoff by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1091](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1091)
- Enable resource watcher for dev flow by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1092](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1092)
- Tidy up JS by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1093](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1093)
- Bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1100](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1100)
- Bump symfony/browser-kit from 6.4.0 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1098](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1098)
- Bump prettier from 3.2.4 to 3.2.5 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1094](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1094)
- Bump symfony/http-client from 6.4.2 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1095](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1095)
- Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1096](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1096)
- Bump symfony/routing from 6.4.2 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1097](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1097)
- Run prettier on CI by [@&#8203;inverse](https://togithub.com/inverse)
in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1101](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1101)
- Remove node_modules after package by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1102](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1102)

**Full Changelog**:
https://github.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 23:49:11 +02:00
TrueCharts Bot
77f9495fab chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v23.0@c0cf2b7 by renovate (#18232)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget)
| major | `22.0` -> `23.0` |

---

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

---

### Release Notes

<details>
<summary>nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)</summary>

### [`v23.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v23.0)

[Compare
Source](https://togithub.com/nzbgetcom/nzbget/compare/v22.0...v23.0)

#### What's Changed

-   Features:
- Extension Manager
[#&#8203;76](7348b19cf8);
- The new nzbget extension system, which makes it easy to
download/update/delete
            extensions with backward compatibility with the old system;
- extensions [master
list](https://togithub.com/nzbgetcom/nzbget-extensions/);
        -   changed:
- RPC request "configtemplates" - no longer returns script templates,
but only the config template;
        -   added:
            -   new RPC requests:
- "loadextensions" - loads all extensions from {ScriptDIR} and returns
an array of structures in JSON/XML formats;
- "updateextension" - downloads by url and name and installs the
extension. Returns 'true' or error response in JSON/XML formats;
- "deleteextension" - deletes extension by name. Returns 'true' or error
response in JSON/XML formats;
- "downloadextension" - downloads by url and installs the extension.
Returns 'true' or error response in JSON/XML formats;
- "testextension" - tries to find the right executor program for the
extension, e.g. Python.
Returns 'true' or error response in JSON/XML formats;
- "EXTENSION MANAGER" section in webui to download/delete/update
extensions;
            -   Boost.Json library to work with JSON;
            -   more unit tests;
        -   refactored:
- replaced raw pointers with smart pointers and const refs where
possible for memory safty reasons;
        -   removed:
            -   testdata_FILES from Makefile.am;
            -   EMail and Logger scripts;
- Docker support
[#&#8203;55](1913e331bb);
- Synology support (spk)
[#&#8203;72](3f8fd6d433);
- QNAP support
[#&#8203;158](9676c77dc8);
- aarch64 mipseb mipsel ppc6xx ppc500 architectures to linux build
[#&#8203;61](959985473c)
[#&#8203;146](fcc104dc29);
- article read chunk size
[#&#8203;52](1aa42f2df9);
- Added ArticleReadChunkSize config option which allows to adjust
the buffer size for customization on different platforms, which can lead
to increased performance;
- increased the number of default connections to 8
[#&#8203;54](55eca4ce57);
- automatic search for a suitable interpreter on POSIX
[#&#8203;74](ec0756d5f6);
- certificate verification levels
[#&#8203;150](5956a17e26);
        -   levels:
- None: NO certificate signing check, NO certificate hostname check;
- Minimal: certificate signing check, NO certificate hostname check;
- Strict: certificate signing check, certificate hostname check;
- tested on a mock nzbget NNTP nserv server with self-signed certificate
and got expected results:
            -   "Strict" -> test failed;
            -   "Minimal" -> test failed;
            -   "None" -> test passed";
-   Bug fixies:
- possible memory corruption
[#&#8203;148](16ab25d578);
-   For developers:
- fixed unit tests (Windows only for now) and started migration to CMake
[#&#8203;64](73e8c00d29);
- We are going to completely migrate to CMake as a more universal one
for cross-platform development and drop autotools and MSBuild;
- using libxml2 on Windows and vcpkg package manager to install
dependencies
[#&#8203;70](f8cb2bda41);
- libxml2 library is now used on Windows to work with xml in the same
way we already do on Linux and macOS;
- removed platform-dependent code for working with xml on Windows;

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 23:12:13 +02:00
Xstar97TheNoob
f0f4c9976b fix(palworld) fix palworld GAME_PARAMS env (#18246)
**Description**
potential fix for GAME_PARAMS.

⚒️ 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 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._
2024-02-14 23:11:00 +02:00
TrueCharts Bot
0fe06b59e3 chore(deps): update ignored updates to v17.2.31@150c611 by renovate (#17077) 2024-02-14 19:29:43 +01:00
Kjeld Schouten
59aef2b79d remove dev and unstable 2024-02-14 18:11:03 +01:00
Kjeld Schouten
fda7a69967 Merge branch 'master' of github.com:truecharts/charts 2024-02-14 18:06:12 +01:00
Kjeld Schouten
203eac1d6d remove postgresql deps 2024-02-14 18:06:00 +01:00
Ac1dburn
a59b2b433b chore(deps): Adding exporter for rutorrent (#17768)
**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

**🧪 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 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: Ac1dburn <ac1dburnez@gmail.com>
Signed-off-by: Ac1dburn <colinborins@hotmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-02-14 18:03:46 +01:00
TrueCharts Bot
bdbc2ddfc5 chore(deps): update helm general non-major by renovate (#17986)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.2.12`
-> `10.2.14` |
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | patch |
`0.20.0` -> `0.20.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.15` ->
`6.1.21` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.1.12`
-> `12.1.17` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.13`
-> `11.1.18` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.17`
-> `11.1.22` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.15` ->
`6.1.20` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.16`
-> `11.1.21` |

---

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

---

### Release Notes

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

###
[`v10.2.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.14)

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

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

###
[`v10.2.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.13)

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

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

</details>

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.20.1`](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.0...cloudnative-pg-v0.20.1)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.0...cloudnative-pg-v0.20.1)

</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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 18:00:22 +01:00
TrueCharts Bot
8112b88228 chore(deps): update helm general major by renovate (major) (#17456)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | major | `10.2.12`
-> `11.0.0` |
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
major | `55.11.0` -> `56.6.2` |

---

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

---

### Release Notes

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

###
[`v11.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-11.0.0)

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

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

###
[`v10.2.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.14)

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

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

###
[`v10.2.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.13)

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

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

</details>

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v56.6.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.1...kube-prometheus-stack-56.6.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow fullname override of
prometheus-operator by [@&#8203;than-pet](https://togithub.com/than-pet)
in
[https://github.com/prometheus-community/helm-charts/pull/4219](https://togithub.com/prometheus-community/helm-charts/pull/4219)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-statsd-exporter-0.13.0...kube-prometheus-stack-56.6.2

###
[`v56.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.0...kube-prometheus-stack-56.6.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fixing template inconsistencies in
prometheus-operator fullname by
[@&#8203;than-pet](https://togithub.com/than-pet) in
[https://github.com/prometheus-community/helm-charts/pull/4217](https://togithub.com/prometheus-community/helm-charts/pull/4217)

#### New Contributors

- [@&#8203;than-pet](https://togithub.com/than-pet) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4217](https://togithub.com/prometheus-community/helm-charts/pull/4217)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.8.0...kube-prometheus-stack-56.6.1

###
[`v56.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.5.0...kube-prometheus-stack-56.6.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update Thanos to v0.34.0 by
[@&#8203;dragoangel](https://togithub.com/dragoangel) in
[https://github.com/prometheus-community/helm-charts/pull/4211](https://togithub.com/prometheus-community/helm-charts/pull/4211)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-ipmi-exporter-0.2.1...kube-prometheus-stack-56.6.0

###
[`v56.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.5.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.4.0...kube-prometheus-stack-56.5.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update Grafana chart to 7.3.x by
[@&#8203;sturman](https://togithub.com/sturman) in
[https://github.com/prometheus-community/helm-charts/pull/4210](https://togithub.com/prometheus-community/helm-charts/pull/4210)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.27.0...kube-prometheus-stack-56.5.0

###
[`v56.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.4.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.3.0...kube-prometheus-stack-56.4.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update Thanos Ruler to v0.34.0 by
[@&#8203;dragoangel](https://togithub.com/dragoangel) in
[https://github.com/prometheus-community/helm-charts/pull/4209](https://togithub.com/prometheus-community/helm-charts/pull/4209)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.11.0...kube-prometheus-stack-56.4.0

###
[`v56.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.3.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.1...kube-prometheus-stack-56.3.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add maximumStartupDurationSeconds optional
value by [@&#8203;prudnitskiy](https://togithub.com/prudnitskiy) in
[https://github.com/prometheus-community/helm-charts/pull/4195](https://togithub.com/prometheus-community/helm-charts/pull/4195)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-systemd-exporter-0.2.0...kube-prometheus-stack-56.3.0

###
[`v56.2.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.0...kube-prometheus-stack-56.2.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update values.yaml by
[@&#8203;xogoodnow](https://togithub.com/xogoodnow) in
[https://github.com/prometheus-community/helm-charts/pull/4075](https://togithub.com/prometheus-community/helm-charts/pull/4075)

#### New Contributors

- [@&#8203;xogoodnow](https://togithub.com/xogoodnow) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4075](https://togithub.com/prometheus-community/helm-charts/pull/4075)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-statsd-exporter-0.12.0...kube-prometheus-stack-56.2.1

###
[`v56.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.1.0...kube-prometheus-stack-56.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Added missing enforcedKeepDroppedTargets in
the template of prometheus in 0.71.0 by
[@&#8203;Leegin-darknight](https://togithub.com/Leegin-darknight) in
[https://github.com/prometheus-community/helm-charts/pull/4178](https://togithub.com/prometheus-community/helm-charts/pull/4178)

#### New Contributors

- [@&#8203;Leegin-darknight](https://togithub.com/Leegin-darknight) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/4178](https://togithub.com/prometheus-community/helm-charts/pull/4178)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-nats-exporter-2.15.0...kube-prometheus-stack-56.2.0

###
[`v56.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.1.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.5...kube-prometheus-stack-56.1.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump win and node exporter deps by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4189](https://togithub.com/prometheus-community/helm-charts/pull/4189)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.10.1...kube-prometheus-stack-56.1.0

###
[`v56.0.5`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.5)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump operator to 0.71.2 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4180](https://togithub.com/prometheus-community/helm-charts/pull/4180)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5

###
[`v56.0.4`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.4)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.3...kube-prometheus-stack-56.0.4)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add missing rbac permissions for 0.71.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4175](https://togithub.com/prometheus-community/helm-charts/pull/4175)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.26.0...kube-prometheus-stack-56.0.4

###
[`v56.0.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.3)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix label on admission controller by
[@&#8203;DrBu7cher](https://togithub.com/DrBu7cher) in
[https://github.com/prometheus-community/helm-charts/pull/4168](https://togithub.com/prometheus-community/helm-charts/pull/4168)

#### New Contributors

- [@&#8203;DrBu7cher](https://togithub.com/DrBu7cher) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4168](https://togithub.com/prometheus-community/helm-charts/pull/4168)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3

###
[`v56.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.1...kube-prometheus-stack-56.0.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Enable release label for windows exporter by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/4029](https://togithub.com/prometheus-community/helm-charts/pull/4029)
- \[kube-prometheus-stack] allow kube-state-metrics job name to be
overridden by [@&#8203;jhandguy](https://togithub.com/jhandguy) in
[https://github.com/prometheus-community/helm-charts/pull/4160](https://togithub.com/prometheus-community/helm-charts/pull/4160)

#### New Contributors

- [@&#8203;jhandguy](https://togithub.com/jhandguy) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4160](https://togithub.com/prometheus-community/helm-charts/pull/4160)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.10.0...kube-prometheus-stack-56.0.2

###
[`v56.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Label promstack-operator pods with k8s
recommended labels by [@&#8203;koooge](https://togithub.com/koooge) in
[https://github.com/prometheus-community/helm-charts/pull/4094](https://togithub.com/prometheus-community/helm-charts/pull/4094)

#### New Contributors

- [@&#8203;koooge](https://togithub.com/koooge) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4094](https://togithub.com/prometheus-community/helm-charts/pull/4094)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1

###
[`v56.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.11.0...kube-prometheus-stack-56.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump operator to 0.71.0 (and default prom to
2.49.1) by [@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4151](https://togithub.com/prometheus-community/helm-charts/pull/4151)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.9.0...kube-prometheus-stack-56.0.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xODIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 17:56:34 +01:00
TrueCharts Bot
8dd082a2d2 chore(deps): update helm general minor by renovate (#17760)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.13.3` -> `v1.14.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.2.30` -> `17.3.11` |
| [metallb](https://metallb.universe.tf)
([source](https://togithub.com/metallb/metallb)) | minor | `0.13.12` ->
`0.14.3` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`5.2.2` -> `5.3.0` |

---

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.14.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.2)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.1...v1.14.2)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

##### ℹ️ Documentation

[Release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14)
[Upgrade
notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14)
[Installation instructions](https://cert-manager.io/docs/installation/)

##### 🔧 Breaking changes

See `Breaking changes` in [v1.14.0 release
notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

##### 📜 Changes since `v1.14.1`

##### Bug or Regression

- BUGFIX: cert-manager CA and SelfSigned issuers incorrectly copied the
critical flag from the CSR instead of re-calculating that field
themselves.
([#&#8203;6727](https://togithub.com/cert-manager/cert-manager/issues/6727),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- Helm: Fix a bug in the logic that differentiates between 0 and an
empty value.
([#&#8203;6729](https://togithub.com/cert-manager/cert-manager/issues/6729),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Bump golang to 1.21.7
([#&#8203;6735](https://togithub.com/cert-manager/cert-manager/issues/6735),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.14.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.0...v1.14.1)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

> ⚠️ This version has known issues. Please install `v1.14.2` instead.

##### ⚠️ Known Issues (fixed in `v1.14.2`)

- In cert-manager v1.14.0 and v1.14.1, the `CA` and `SelfSigned` issuers
issue certificates with SANs set to non-critical even when the subject
is empty. It incorrectly copies the critical field from the CSR.

##### 🔧 Breaking changes

See `Breaking changes` in [v1.14.0 release
notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

##### ℹ️ Documentation

- [Release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14)
- [Upgrade
notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14)
- [Installation
instructions](https://cert-manager.io/docs/installation/)

##### 📜 Changes since `v1.14.0`

##### Bug or Regression

- Fix broken cainjector image value in Helm chart
([#&#8203;6693](https://togithub.com/cert-manager/cert-manager/pull/6693),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix bug in cmctl namespace detection which prevented it being used as
a startupapicheck image in namespaces other than cert-manager.
([#&#8203;6706](https://togithub.com/cert-manager/cert-manager/pull/6706),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix bug in cmctl which caused `cmctl experimental install` to panic.
([#&#8203;6706](https://togithub.com/cert-manager/cert-manager/pull/6706),
[@&#8203;inteon](https://togithub.com/inteon))

###
[`v1.14.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.3...v1.14.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

> ⚠️ This version has known issues. Please install `v1.14.2` instead.

##### ⚠️ Known Issues (fixed in `v1.14.1+`)

- During the release of `v1.14.0`, the Helm chart for this version was
found to use the wrong OCI image for the `cainjector` Deployment,
    which caused the Helm installation to fail.
In order to complete the release, the cert-manager team have manually
updated the Helm chart for this version,
    which contains all the Helm chart fixes which are in `v1.14.1`.
- A bug in cmctl namespace detection prevents it being used as a
`startupapicheck` image in namespaces other than cert-manager.
-   A bug in cmctl causes `cmctl experimental install` to panic.

##### 🔧 Breaking Changes

The startupapicheck job uses a new OCI image called "startupapicheck",
instead of the ctl image.
If you run in an environment in which images cannot be pulled, be sure
to include the new image.

The KeyUsage and BasicConstraints extensions will now be encoded as
critical in the CertificateRequest's CSR blob.

##### 🗺️ Major Themes

##### New X.509 Features

The cert-manager Certificate resource now allows you to configure a
subset of "Other Name" SANs,
which are described in the [Subject Alternative Name section of RFC
5280](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.6) (on
page 37).

We specifically support any `otherName` type with a `UTF-8` value, such
as the [User Principal
Name](https://docs.venafi.com/Docs/current/TopNav/Content/Certificates/r-UEP-support-SANs.php)
or
[`sAMAccountName`](https://learn.microsoft.com/en-us/windows/win32/ad/naming-properties).
These are useful when issuing unique certificates for authenticating
with LDAP systems such as Microsoft Active Directory.
For example you can create certificates with this block in the spec:

      otherNames:
        - oid: 1.3.6.1.4.1.311.20.2.3 # UPN OID
          utf8Value: upn@domain.local

The feature is still in alpha stage and requires you to [enable the
`OtherName` feature flag in the controller and webhook
components](../../installation/configuring-components.md#feature-gates).

##### New CA certificate Features

You can now specify the X.509 v3 Authority Information Accessors
extension,
with URLs for certificates issued by the CA issuer.

Users can now use name constraints in CA certificates.
To know more details on name constraints check out RFC section
https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

##### Security

An ongoing security audit of the cert-manager code revealed some
weaknesses which we have addressed in this release,
such as using more secure default settings in the HTTP servers that
serve metrics, healthz and pprof endpoints.
This will help mitigate denial-of-service attacks against those
important services.

All the cert-manager containers are now configured with read only root
file system by default,
to prevent unexpected changes to the file system of the OCI image.

And it is now possible to configure the metrics server to use HTTPS
rather than HTTP,
so that clients can verify the identity of the metrics server.

##### Other

The liveness probe of the cert-manager controller Pod is now enabled by
default.

There is a new option `.spec.keystores.pkcs12.algorithms` to specify
encryption and MAC algorithms for PKCS.

##### 🤝 Community

Thanks again to all open-source contributors with commits in this
release, including:

-   [@&#8203;ABWassim](https://togithub.com/ABWassim)
-   [@&#8203;JoeNorth](https://togithub.com/JoeNorth)
-   [@&#8203;allenmunC1](https://togithub.com/allenmunC1)
-   [@&#8203;asapekia](https://togithub.com/asapekia)
-   [@&#8203;jeremycampbell](https://togithub.com/jeremycampbell)
-   [@&#8203;jkroepke](https://togithub.com/jkroepke)
-   [@&#8203;jsoref](https://togithub.com/jsoref)
-   [@&#8203;lauraseidler](https://togithub.com/lauraseidler)
-   [@&#8203;pevidex](https://togithub.com/pevidex)
-   [@&#8203;phillebaba](https://togithub.com/phillebaba)
-   [@&#8203;snorwin](https://togithub.com/snorwin)
-   [@&#8203;tanujd11](https://togithub.com/tanujd11)
-   [@&#8203;tberreis](https://togithub.com/tberreis)
-   [@&#8203;vinny](https://togithub.com/vinny)

Thanks also to the following cert-manager maintainers for their
contributions during this release:

-   [@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
-   [@&#8203;SpectralHiss](https://togithub.com/SpectralHiss)
-   [@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)
-   [@&#8203;hawksight](https://togithub.com/hawksight)
-   [@&#8203;inteon](https://togithub.com/inteon)
-   [@&#8203;maelvls](https://togithub.com/maelvls)
-   [@&#8203;wallrj](https://togithub.com/wallrj)

Equally thanks to everyone who provided feedback, helped users and
raised issues on GitHub and Slack and joined our meetings!

Thanks also to the [CNCF](https://www.cncf.io/), which provides
resources and support, and to the AWS open source team for being good
community members and for their maintenance of the [PrivateCA
Issuer](https://togithub.com/cert-manager/aws-privateca-issuer).

In addition, massive thanks to [Venafi](https://www.venafi.com/) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.

##### 📜 Changes

##### Feature

- ACME challenge solver Pod for HTTP01 will get a default annotation of
`"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"`. You can
provide an annotation of
`"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"` in your
`podTemplate` if you don't like this.
([#&#8203;6349](https://togithub.com/cert-manager/cert-manager/pull/6349),
[@&#8203;jsoref](https://togithub.com/jsoref))
- Added a clock skew detector liveness probe that will force a restart
in case we detect a skew between the internal monotonic clock and the
system clock of more than 5 minutes.
Also, the controller's liveness probe is now enabled by default.
([#&#8203;6328](https://togithub.com/cert-manager/cert-manager/pull/6328),
[@&#8203;inteon](https://togithub.com/inteon))
- Added a new flag (--dynamic-serving-leaf-duration) that can adjust the
lifetime of the dynamic leaf certificates
([#&#8203;6552](https://togithub.com/cert-manager/cert-manager/pull/6552),
[@&#8203;allenmunC1](https://togithub.com/allenmunC1))
- Added support for `otherName` SANS in Certificates
([#&#8203;6404](https://togithub.com/cert-manager/cert-manager/pull/6404),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss))
- Added the option to specify the X.509 v3 Authority Information
Accessors extension CA Issuers URLs for certificates issued by the CA
issuer.
([#&#8203;6486](https://togithub.com/cert-manager/cert-manager/pull/6486),
[@&#8203;jeremycampbell](https://togithub.com/jeremycampbell-okta))
- Adds cert-manager's new core infrastructure initiative badge! See more
details on https://www.bestpractices.dev/projects/8079
([#&#8203;6497](https://togithub.com/cert-manager/cert-manager/pull/6497),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- All Pods are now configured with `readOnlyRootFilesystem` by default.
([#&#8203;6453](https://togithub.com/cert-manager/cert-manager/pull/6453),
[@&#8203;wallrj](https://togithub.com/wallrj))
- MAYBE BREAKING: The startupapicheck job is now handled by an entirely
new container called "startupapicheck". This replaces the previous ctl
container. If you run in an environment in which images cannot be
pulled, be sure to include the new container.
([#&#8203;6549](https://togithub.com/cert-manager/cert-manager/pull/6549),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- New option `.spec.keystores.pkcs12.algorithms` to specify encryption
and MAC algorithms for
PKCS[#&#8203;12](https://togithub.com/cert-manager/cert-manager/pull/12)
keystores. Fixes issues
[#&#8203;5957](https://togithub.com/cert-manager/cert-manager/pull/5957)
and
[#&#8203;6523](https://togithub.com/cert-manager/cert-manager/pull/6523).
([#&#8203;6548](https://togithub.com/cert-manager/cert-manager/pull/6548),
[@&#8203;snorwin](https://togithub.com/snorwin))
- The ACME HTTP01 solver Pod is now configured with
`readOnlyRootFilesystem: true`
([#&#8203;6462](https://togithub.com/cert-manager/cert-manager/pull/6462),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Updates the AWS SDK for Go to 1.48.7 to support Amazon EKS Pod
Identity
([#&#8203;6519](https://togithub.com/cert-manager/cert-manager/pull/6519),
[@&#8203;JoeNorth](https://togithub.com/JoeNorth))
- Users can now use name constraints in CA certificates. To know more
details on name constraints check out RFC section
https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10
([#&#8203;6500](https://togithub.com/cert-manager/cert-manager/pull/6500),
[@&#8203;tanujd11](https://togithub.com/tanujd11))
- ⚠️ potentially breaking ⚠️: The KeyUsage and BasicConstraints
extensions will now be encoded as critical in the CertificateRequest's
CSR blob.
([#&#8203;6053](https://togithub.com/cert-manager/cert-manager/pull/6053),
[@&#8203;inteon](https://togithub.com/inteon))
- Add TLS support to the metrics endpoint through either a certificate
file or through dynamically issued certificates
([#&#8203;6574](https://togithub.com/cert-manager/cert-manager/pull/6574),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Helm Chart: allow changing the default Deployment
`revisionHistoryLimit`
([#&#8203;6248](https://togithub.com/cert-manager/cert-manager/pull/6248),
[@&#8203;tberreis](https://togithub.com/tberreis))
- Security: Limit the size of the response body read from HTTP requests
by cert-manager.
([#&#8203;6619](https://togithub.com/cert-manager/cert-manager/pull/6619),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Support custom `spec.namespaceSelector` for webhooks
([#&#8203;6638](https://togithub.com/cert-manager/cert-manager/pull/6638),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Bug or Regression

- BUGFIX\[helm]: Fix issue where webhook feature gates were only set if
controller feature gates are set.
([#&#8203;6380](https://togithub.com/cert-manager/cert-manager/pull/6380),
[@&#8203;asapekia](https://togithub.com/asapekia))
- Controller ConfigMap is now created only if `.Values.config` is set.
([#&#8203;6357](https://togithub.com/cert-manager/cert-manager/pull/6357),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- Fix runaway bug caused by multiple Certificate resources that point to
the same Secret resource.
([#&#8203;6406](https://togithub.com/cert-manager/cert-manager/pull/6406),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix(helm): templating of required value in controller and webhook
ConfigMap resources
([#&#8203;6435](https://togithub.com/cert-manager/cert-manager/pull/6435),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- Fixed a webhook validation error message when the key algorithm was
invalid.
([#&#8203;6571](https://togithub.com/cert-manager/cert-manager/pull/6571),
[@&#8203;pevidex](https://togithub.com/pevidex))
- Fixed error messaging when setting up vault issuer
([#&#8203;6433](https://togithub.com/cert-manager/cert-manager/pull/6433),
[@&#8203;vinny](https://togithub.com/vinny-sabatini))
- `GHSA-vgf6-pvf4-34rq`: The webhook server now returns HTTP error 413
(Content Too Large) for requests with body size `>= 3MiB`. This is to
mitigate DoS attacks that attempt to crash the webhook process by
sending large requests that exceed the available memory.
The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#&#8203;6498](https://togithub.com/cert-manager/cert-manager/pull/6498),
[@&#8203;inteon](https://togithub.com/inteon))
- Increase the default webhook timeout to its maximum value of 30
seconds, so that the underlying timeout error message has more chance of
being returned to the end user.
([#&#8203;6488](https://togithub.com/cert-manager/cert-manager/pull/6488),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Listeners that do not support TLS on Gateway resources will now not
raise `BadConfig` warnings anymore
([#&#8203;6347](https://togithub.com/cert-manager/cert-manager/pull/6347),
[@&#8203;lauraseidler](https://togithub.com/lauraseidler))
- Mitigate potential Slowloris attacks by setting `ReadHeaderTimeout` in
all `http.Server` instances
([#&#8203;6534](https://togithub.com/cert-manager/cert-manager/pull/6534),
[@&#8203;wallrj](https://togithub.com/wallrj))
- The Venafi issuer now properly resets the certificate and should no
longer get stuck with `WebSDK CertRequest Module Requested Certificate`
or `This certificate cannot be processed while it is in an error state.
Fix any errors, and then click Retry.`.
([#&#8203;6398](https://togithub.com/cert-manager/cert-manager/pull/6398),
[@&#8203;maelvls](https://togithub.com/maelvls))
- Update experimental install and uninstall commands to have flag parity
with the rest of the CLI
([#&#8203;6562](https://togithub.com/cert-manager/cert-manager/pull/6562),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Webhook ConfigMap if now created only if `.Values.webhook.config` is
set.
([#&#8203;6360](https://togithub.com/cert-manager/cert-manager/pull/6360),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- BUGFIX: Ensure `otherName` SAN changes in Certificate resources
trigger re-issuance.
([#&#8203;6620](https://togithub.com/cert-manager/cert-manager/pull/6620),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss))
- Bugfix: Publish the `startupapicheck` image to `quay.io`
([#&#8203;6609](https://togithub.com/cert-manager/cert-manager/pull/6609),
[@&#8203;wallrj](https://togithub.com/wallrj))

##### Other (Cleanup or Flake)

- Cert-manager is now built with Go 1.21.5
([#&#8203;6545](https://togithub.com/cert-manager/cert-manager/pull/6545),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Bump Go to `1.21.3` to address `CVE-2023-39325`. Also bumps base
images.
([#&#8203;6410](https://togithub.com/cert-manager/cert-manager/pull/6410),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Bump `golang.org/x/net v0.15.0 => v0.17.0` as part of addressing
`CVE-2023-44487` / `CVE-2023-39325`
([#&#8203;6427](https://togithub.com/cert-manager/cert-manager/pull/6427),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Check code for unintended use of `crypto/md5`, a weak cryptographic
primitive; using `golangci-lint` / `gosec` (G501).
([#&#8203;6581](https://togithub.com/cert-manager/cert-manager/pull/6581),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Check code for unintended use of `crypto/sha1`, a weak cryptographic
primitive; using `golangci-lint` / `gosec` (G505).
([#&#8203;6579](https://togithub.com/cert-manager/cert-manager/pull/6579),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Check code for unintended use of weak random number generator
(`math/rand` instead of `crypto/rand`); using `golangci-lint` / `gosec`
(G404).
([#&#8203;6582](https://togithub.com/cert-manager/cert-manager/pull/6582),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Cleanup: Restrict MutatingWebhookConfiguration to only
CertificateRequest resources
([#&#8203;6311](https://togithub.com/cert-manager/cert-manager/pull/6311),
[@&#8203;hawksight](https://togithub.com/hawksight))
- Deprecated `pkg/util.RandStringRunes` and
`pkg/controller/test.RandStringBytes`. Use
`k8s.io/apimachinery/pkg/util/rand.String` instead.
([#&#8203;6585](https://togithub.com/cert-manager/cert-manager/pull/6585),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Enabled verbose logging in startupapicheck by default, so that if it
fails, users can know exactly what caused the failure.
([#&#8203;6495](https://togithub.com/cert-manager/cert-manager/pull/6495),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Fix gosec G601: Implicit memory aliasing of items from a range
statement
([#&#8203;6551](https://togithub.com/cert-manager/cert-manager/pull/6551),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Fix handling of serial numbers in literal certificate subjects.
Previously a serial number could be specified in `subject.serialNumber`
while using a literal certificate subject. This was a mistake and has
been fixed.
([#&#8203;6533](https://togithub.com/cert-manager/cert-manager/pull/6533),
[@&#8203;inteon](https://togithub.com/inteon))
- The end-to-end tests can now test the cert-manager Vault Issuer on an
OpenShift cluster.
([#&#8203;6391](https://togithub.com/cert-manager/cert-manager/pull/6391),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Update cert-manager's distroless base images from Debian 11 to Debian
12. This should have no practical effects on users.
([#&#8203;6583](https://togithub.com/cert-manager/cert-manager/pull/6583),
[@&#8203;inteon](https://togithub.com/inteon))
- Updated all code using GatewayAPI to use the now GA v1 APIs
([#&#8203;6559](https://togithub.com/cert-manager/cert-manager/pull/6559),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6369](https://togithub.com/cert-manager/cert-manager/pull/6369),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6366](https://togithub.com/cert-manager/cert-manager/pull/6366),
[@&#8203;inteon](https://togithub.com/inteon))
- Use the new generic `sets.Set` type in place of the deprecated
`sets.String`.
([#&#8203;6586](https://togithub.com/cert-manager/cert-manager/pull/6586),
[@&#8203;wallrj](https://togithub.com/wallrj))
- cert-manager is now built with Go `v1.21.6`
([#&#8203;6628](https://togithub.com/cert-manager/cert-manager/pull/6628),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Update the Azure SDK and remove deprecated `autorest` dependency
([#&#8203;5452](https://togithub.com/cert-manager/cert-manager/pull/5452),
[@&#8203;phillebaba](https://togithub.com/phillebaba))
- The cert-manager E2E tests can now be run on Kubernetes 1.29
([#&#8203;6641](https://togithub.com/cert-manager/cert-manager/pull/6641),
[@&#8203;wallrj](https://togithub.com/wallrj))

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v0.14.3`](https://togithub.com/metallb/metallb/releases/tag/v0.14.3)

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.2...v0.14.3)

See https://metallb.universe.tf/release-notes/ for details

###
[`v0.14.2`](https://togithub.com/metallb/metallb/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.13.12...v0.14.2)

See https://metallb.universe.tf/release-notes/ for details

</details>

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v5.3.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.3.0)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0)

A Helm chart for velero

#### What's Changed

- \[velero]Bump velero version v1.13.0 by
[@&#8203;qiuming-best](https://togithub.com/qiuming-best) in
[https://github.com/vmware-tanzu/helm-charts/pull/535](https://togithub.com/vmware-tanzu/helm-charts/pull/535)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0

</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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 17:55:22 +01:00
Kjeld Schouten
2cfaf03ecd hmm 2024-02-14 17:52:46 +01:00
Kjeld Schouten
8a1d4687df fix some things missing in oci 2024-02-14 17:51:29 +01:00
Kjeld Schouten
e9e83da4a1 no message 2024-02-14 17:42:45 +01:00
Kjeld Schouten
f4117a52fe no message 2024-02-14 17:39:39 +01:00
Kjeld Schouten
7a735f16fe Merge branch 'master' of github.com:truecharts/charts 2024-02-14 17:33:49 +01:00
Kjeld Schouten
05e169ef6f fixing an oopsie 2024-02-14 17:32:59 +01:00
Ac1dburn
fc7c559ca2 WIP feat(sabnzbd) adding exportarr for metrics (#17988)
**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

**🧪 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 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: Ac1dburn <ac1dburnez@gmail.com>
2024-02-14 17:30:18 +01:00
Kjeld Schouten
a3e0d3fb2f no message 2024-02-14 17:29:01 +01:00
Kjeld Schouten
0f69b32941 Don't use devcontainer anymore 2024-02-14 17:24:37 +01:00
Kjeld Schouten
8f357b0372 chore: Move all truecharts deps to use oci instead of http repo 2024-02-14 17:21:05 +01:00
Kjeld Schouten
26dea1706b no message 2024-02-14 17:13:42 +01:00
Kjeld Schouten
3ca346bbd3 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 17:03:44 +01:00
Kjeld Schouten
a17afe1026 chore(ci): update helm on release pipeline 2024-02-14 17:02:56 +01:00
Kjeld Schouten
d26a27f9c8 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 16:57:38 +01:00
Kjeld Schouten
26bfe56f75 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 16:55:49 +01:00
Kjeld Schouten
83c787ad46 feat(ci): add OCI push to deps. 2024-02-14 16:52:43 +01:00
Jakob Bouchard
46c2976f96 fix(actualserver): fix actualserver mountPaths **BREAKING CHANGES** (#18237)
**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 #18235

Changes the mountPaths from `/app/...` to `/data/...`. 

**⚙️ 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
-->
I have tested manually changing the options in the current app
installation I have, as well as mounting the paths as additional app
storage.

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

---

_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: Jakob Bouchard <jakob@bchrd.ca>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-14 12:11:42 +01:00
Xstar97TheNoob
f9021b6f4e fix(palworld) fix palworld internal port listener and set the args for ports. (#18220)
**Description**
Possible fix for the internal port listener which set from -port
⚒️ 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 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._
2024-02-14 12:10:08 +01:00
Kjeld Schouten
be093f9868 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:59 +01:00
Kjeld Schouten
a316e701d2 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:48 +01:00
TrueCharts Bot
9f4f0acc12 chore(deps): update container image clamav/clamav to v1.3.0@cb6da73 by renovate (#18173)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | minor | `1.2.2` -> `1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 01:47:04 +01:00
TrueCharts Bot
b825f0bd81 chore(deps): update endbug/label-sync digest to 5207415 by renovate (#18234)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [EndBug/label-sync](https://togithub.com/EndBug/label-sync) | action |
digest | `da00f2c` -> `5207415` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 01:26:56 +01:00
TrueCharts-Bot
6d1cccdd96 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-14 00:08:48 +00:00
Kjeld Schouten
671a58f7a1 feat(kubeapps): move to enterprise train, finished testing 2024-02-13 13:57:34 +01:00
Kjeld Schouten
6ae2dde7a1 no message 2024-02-13 13:36:23 +01:00
Kjeld Schouten
74dcc8cfc9 Merge branch 'master' of github.com:truecharts/charts 2024-02-13 13:36:15 +01:00
Kjeld Schouten
caca9f28b4 no message 2024-02-13 13:35:58 +01:00
Kjeld Schouten
d7df41d9d9 fix(truecommand): fix image tag and update to 3.0 (#18233)
**Description**
TrueCommand has moved to a 3 digit  version *yeay*

**⚙️ 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 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 <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-02-13 13:10:39 +01:00
Kjeld Schouten
d3ce6bb00f Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-13 12:21:41 +01:00
Kjeld Schouten
3b20c2d7c7 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-13 10:19:18 +01:00
TrueCharts-Bot
294fe34b46 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-13 00:09:35 +00:00
Kjeld Schouten
414e5c34f9 Merge branch 'master' of github.com:truecharts/charts 2024-02-12 19:48:07 +01:00
TrueCharts Bot
290b22f33a chore(deps): update container image ghcr.io/autobrr/autobrr to v1.37.0@c965a00 by renovate (#18231)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) |
minor | `v1.36.0` -> `v1.37.0` |

---

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

---

### Release Notes

<details>
<summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.37.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.37.0)

[Compare
Source](https://togithub.com/autobrr/autobrr/compare/v1.36.0...v1.37.0)

#### Changelog

##### New Features

-
[`ef7b5ab`](ef7b5abe1a):
feat(indexers): add BrokenStones
([#&#8203;1390](https://togithub.com/autobrr/autobrr/issues/1390))
([@&#8203;broken-stones](https://togithub.com/broken-stones))
-
[`c211641`](c211641c29):
feat(indexers): add ToonsForMe
([#&#8203;1388](https://togithub.com/autobrr/autobrr/issues/1388))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`cc9656c`](cc9656cd41):
feat(irc): add indexer disabled warn log
([#&#8203;1381](https://togithub.com/autobrr/autobrr/issues/1381))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`9027218`](90272188ca):
feat(macros): add Type
([#&#8203;1394](https://togithub.com/autobrr/autobrr/issues/1394))
([@&#8203;bbeck](https://togithub.com/bbeck))
-
[`1a23b69`](1a23b69bcf):
feat(web): move from react-router to
[@&#8203;tanstack/router](https://togithub.com/tanstack/router)
([#&#8203;1338](https://togithub.com/autobrr/autobrr/issues/1338))
([@&#8203;martylukyy](https://togithub.com/martylukyy))

##### Bug fixes

-
[`51a7f71`](51a7f71372):
fix(filters): OPS and RED split Artist and Album
([#&#8203;1398](https://togithub.com/autobrr/autobrr/issues/1398))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`7535ac9`](7535ac98d8):
fix(filters): drop `actions_enabled_count` from filter export
([#&#8203;1384](https://togithub.com/autobrr/autobrr/issues/1384))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`0c65231`](0c65231626):
fix(indexers): DigitalCore InfoURL
([#&#8203;1395](https://togithub.com/autobrr/autobrr/issues/1395))
([@&#8203;broken-stones](https://togithub.com/broken-stones))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.36.0...v1.37.0

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.37.0`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:44:54 +01:00
Kjeld Schouten
969a5eafa4 show alpha logintoken instructions 2024-02-12 19:42:55 +01:00
TrueCharts Bot
26155219fd chore(deps): update container image netdata/netdata to v1.44.3@9e89531 by renovate (#18230)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [netdata/netdata](https://netdata.cloud)
([source](https://togithub.com/netdata/netdata)) | patch | `v1.44.2` ->
`v1.44.3` |

---

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

---

### Release Notes

<details>
<summary>netdata/netdata (netdata/netdata)</summary>

###
[`v1.44.3`](https://togithub.com/netdata/netdata/compare/v1.44.2...v1.44.3)

[Compare
Source](https://togithub.com/netdata/netdata/compare/v1.44.2...v1.44.3)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:36:16 +01:00
TrueCharts Bot
8b0e1e3867 chore(deps): update nextcloud by renovate (#18117)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `7e44e0f` -> `ad7a4ca` |
|
[tccr.io/tccr/nextcloud-imaginary](https://togithub.com/truecharts/containers)
| digest | `b9137ac` -> `6be7b44` |
|
[tccr.io/tccr/nextcloud-push-notify](https://togithub.com/truecharts/containers)
| digest | `033c59b` -> `1950fd0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 18:23:35 +00:00
TrueCharts Bot
84eb0a8bd9 chore(deps): update container image mikenye/tar1090 to latest@585d8a5 by renovate (#18229)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `63c911b` -> `585d8a5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:20:38 +01:00
TrueCharts Bot
cc6d322b2b chore(deps): update container image bitnami/prometheus to 2.49.1@bfc292a by renovate (#18223)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `c382eae` -> `bfc292a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:19:56 +01:00
TrueCharts Bot
e75aa5c4a0 chore(deps): update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf@97bf4a8 by renovate (#18228)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex)
([source](https://togithub.com/onedr0p/containers)) | digest | `76dce9f`
-> `97bf4a8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:19:43 +01:00
TrueCharts Bot
36129aba44 chore(deps): update container image diygod/rsshub to latest@14c3c32 by renovate (#18227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `6e38c9d` -> `14c3c32` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:19:30 +01:00
TrueCharts Bot
ea8a27f309 chore(deps): update container image bitnami/wordpress to 6.4.3@a7bab32 by renovate (#18226)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `52ada86` -> `a7bab32` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:19:20 +01:00
TrueCharts Bot
ef2023f911 chore(deps): update container image bitnami/solr to 9.4.1@116fe37 by renovate (#18225)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/solr | digest | `f05714e` -> `116fe37` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:18:44 +01:00
TrueCharts Bot
efef66fbd6 chore(deps): update container image bitnami/redis to 7.2.4@9c03d05 by renovate (#18224)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/redis | digest | `ebc4ce8` -> `9c03d05` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:18:26 +01:00
TrueCharts Bot
9e8a44c4ee chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@783e014 by renovate (#18222)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/kube-state-metrics | digest | `a00be5a` -> `783e014` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:17:44 +01:00
TrueCharts Bot
7eef758e4b chore(deps): update container image deconzcommunity/deconz to v2.26.0@db438fc by renovate (#18219)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deconzcommunity/deconz | minor | `2.25.3` -> `2.26.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:41:34 +01:00
TrueCharts Bot
2350db4b3b chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.2.20240212@68301ea by renovate (#18218)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages)
([source](https://togithub.com/linuxserver/docker-healthchecks)) | patch
| `3.2.20240209` -> `3.2.20240212` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:32:10 +01:00
TrueCharts Bot
37d13f3593 chore(deps): update container image feramance/qbitrr to v4.3.2@a085a66 by renovate (#18216)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch |
`v4.3.1` -> `v4.3.2` |

---

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

---

### Release Notes

<details>
<summary>Feramance/qBitrr (feramance/qbitrr)</summary>

###
[`v4.3.2`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v432-12022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.3.1...v4.3.2)

- [\[patch\] Current free space
fix](d08a440f77)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Request update
fixes](8b6e85672e)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Removed redundant connection error
log](cef40ae401)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Added tag to show imported
torrents](89b39f35a5)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated request files
query](a8a43b7cd0)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:31:57 +01:00
TrueCharts Bot
d5fa7ded94 chore(deps): update container image ghcr.io/bakito/adguardhome-sync to v0.6.5@6d68b3c by renovate (#18217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/bakito/adguardhome-sync | patch | `v0.6.4` -> `v0.6.5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:30:14 +01:00
TrueCharts Bot
9a7a414ecc chore(deps): update container image clamav/clamav to v1.2.2@1277222 by renovate (#18123)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | patch | `1.2.1` -> `1.2.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 12:26:06 +00:00
TrueCharts Bot
5323665b9b chore(deps): update container image ghcr.io/linuxserver/quassel-core to 0.14.0@73ad52b by renovate (#18213)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core/packages)
([source](https://togithub.com/linuxserver/docker-quassel-core)) |
digest | `f5361e3` -> `73ad52b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:25:42 +01:00
TrueCharts Bot
81809e1589 chore(deps): update container image petersem/posterr to latest@852e536 by renovate (#18214)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| petersem/posterr | digest | `93583c6` -> `852e536` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:23:36 +01:00
TrueCharts Bot
668a09eda3 chore(deps): update container image quay.io/invidious/invidious to latest@3b2e106 by renovate (#18215)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `fc25ef2` -> `3b2e106` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:23:12 +01:00
TrueCharts Bot
423487d101 chore(deps): update container image ghcr.io/linuxserver/ubooquity to 2.1.2@648813d by renovate (#18080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ubooquity](https://togithub.com/linuxserver/docker-ubooquity/packages)
([source](https://togithub.com/linuxserver/docker-ubooquity)) | digest |
`1ac9634` -> `648813d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:22:41 +01:00
TrueCharts Bot
0b59087921 chore(deps): update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355@94ae7e8 by renovate (#18212) 2024-02-12 13:22:27 +01:00
TrueCharts Bot
97226392c1 chore(deps): update container image ghcr.io/hotio/rflood to latest@2d5163e by renovate (#18211)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/rflood | digest | `81b2aaa` -> `2d5163e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:22:23 +01:00
TrueCharts Bot
e970bb8dcb chore(deps): update container image ghcr.io/hotio/duplicacy to release-1.7.2@b778759 by renovate (#18210)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/duplicacy | digest | `3233802` -> `b778759` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:22:12 +01:00
TrueCharts Bot
844cdf033a chore(deps): update container image ghcr.io/hotio/autoscan to latest@2143c91 by renovate (#18208)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/autoscan | digest | `dc95995` -> `2143c91` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:21:22 +01:00
TrueCharts Bot
6896852aa1 chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@631b781 by renovate (#18209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `f4b92f3` -> `631b781` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:21:13 +01:00
TrueCharts Bot
18ad8be731 chore(deps): update container image bitnami/mongodb to 7.0.5@977d7f9 by renovate (#18206)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `63954ac` -> `977d7f9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:20:34 +01:00
TrueCharts Bot
259cedf7c8 chore(deps): update container image bitnami/mariadb to 11.2.3@78249a0 by renovate (#18203) 2024-02-12 13:20:24 +01:00
TrueCharts Bot
d59abfc6a1 chore(deps): update container image bitnami/memcached to 1.6.23@b36218a by renovate (#18205) 2024-02-12 13:20:20 +01:00
TrueCharts Bot
6db7bee947 chore(deps): update container image bitnami/matomo to 5.0.2@8dff6d9 by renovate (#18204) 2024-02-12 13:20:14 +01:00
TrueCharts Bot
81519a89fd chore(deps): update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest@7103d93 by renovate (#18199)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-blender-g3 | digest | `3213d60` -> `7103d93` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:20:13 +01:00
TrueCharts Bot
ff6c9af826 chore(deps): update container image bitnami/node-exporter to 1.7.0@1f0b4b2 by renovate (#18207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/node-exporter | digest | `3c50238` -> `1f0b4b2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:19:29 +01:00
TrueCharts Bot
28a46dcc26 chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@326f97f by renovate (#18201) 2024-02-12 13:19:21 +01:00
TrueCharts Bot
8366547dc0 chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@a00be5a by renovate (#18202)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/kube-state-metrics | digest | `6c53b7f` -> `a00be5a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:19:11 +01:00
TrueCharts Bot
449d8fe366 chore(deps): update container image bitnami/alertmanager to 0.26.0@537c5f5 by renovate (#18200)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `130b6ff` -> `537c5f5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:18:49 +01:00
TrueCharts Bot
c70411929d chore(deps): update container image sonatype/nexus3 to v3.65.0@7394c5a by renovate (#18197)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sonatype/nexus3 | minor | `3.64.0` -> `3.65.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:42:10 +01:00
TrueCharts Bot
f1ab5571d0 chore(deps): update container image homeassistant/home-assistant to v2024.2.1@5808ca4 by renovate (#18192)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | minor |
`2024.1.6` -> `2024.2.1` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2024.2.1`](https://togithub.com/home-assistant/core/releases/tag/2024.2.1)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2024.2.0...2024.2.1)

- Catch APIRateLimit in Honeywell ([@&#8203;mkmer] - [#&#8203;107806])
([honeywell docs])
- Allow disabling home assistant watchdog ([@&#8203;mdegat01] -
[#&#8203;109818]) ([hassio docs])
- Assist fixes ([@&#8203;synesthesiam] - [#&#8203;109889]) ([climate
docs]) ([conversation docs]) ([intent docs])
- Bump Python matter server to 5.5.0 ([@&#8203;marcelveldt] -
[#&#8203;109894]) ([matter docs]) (dependency)
- Bump aioelectricitymaps to 0.4.0 ([@&#8203;jpbede] - [#&#8203;109895])
([co2signal docs]) (dependency)
- Skip polling of unavailable Matter nodes ([@&#8203;marcelveldt] -
[#&#8203;109917]) ([matter docs])
- Bump aio-geojson-geonetnz-volcano to 0.9 ([@&#8203;exxamalte] -
[#&#8203;109940]) ([geonetnz_volcano docs]) (dependency)
- Handle Matter nodes that become available after startup is done
([@&#8203;marcelveldt] - [#&#8203;109956]) ([matter docs])
- Allow modbus "scale" to be negative. ([@&#8203;janiversen] -
[#&#8203;109965]) ([modbus docs])
- Don't blow up if config entries have unhashable unique IDs
([@&#8203;emontnemery] - [#&#8203;109966])
- Bump pyMicrobot to 0.0.12 ([@&#8203;spycle] - [#&#8203;109970])
([keymitt_ble docs]) (dependency)
- Allow modbus min/max temperature to be negative. ([@&#8203;janiversen]
- [#&#8203;109977]) ([modbus docs])
- Bump deebot-client to 5.1.1 ([@&#8203;edenhaus] - [#&#8203;109994])
([ecovacs docs]) (dependency)
- Allow modbus negative min/max value. ([@&#8203;janiversen] -
[#&#8203;109995]) ([modbus docs])
- Bump aioecowitt to 2024.2.1 ([@&#8203;edenhaus] - [#&#8203;109999])
([ecowitt docs]) (dependency)
- Avoid key_error in modbus climate with non-defined fan_mode.
([@&#8203;janiversen] - [#&#8203;110017]) ([modbus docs])
- Update frontend to
[`2024020`](https://togithub.com/home-assistant/core/commit/20240207).1
([@&#8203;bramkragten] - [#&#8203;110039]) ([frontend docs])
- Log error and continue on parsing issues of translated strings
([@&#8203;mib1185] - [#&#8203;110046])
- Matching duplicate named entities is now an error in Assist
([@&#8203;synesthesiam] - [#&#8203;110050]) ([conversation docs])
([intent docs])
- Bump evohome-async to 0.4.18 ([@&#8203;zxdavb] - [#&#8203;110056])
([evohome docs]) (dependency)
- Bump py-aosmith to 1.0.8 ([@&#8203;bdr99] - [#&#8203;110061])
([aosmith docs]) (dependency)

[#&#8203;107806]: https://togithub.com/home-assistant/core/pull/107806

[#&#8203;109818]: https://togithub.com/home-assistant/core/pull/109818

[#&#8203;109883]: https://togithub.com/home-assistant/core/pull/109883

[#&#8203;109889]: https://togithub.com/home-assistant/core/pull/109889

[#&#8203;109894]: https://togithub.com/home-assistant/core/pull/109894

[#&#8203;109895]: https://togithub.com/home-assistant/core/pull/109895

[#&#8203;109917]: https://togithub.com/home-assistant/core/pull/109917

[#&#8203;109940]: https://togithub.com/home-assistant/core/pull/109940

[#&#8203;109956]: https://togithub.com/home-assistant/core/pull/109956

[#&#8203;109965]: https://togithub.com/home-assistant/core/pull/109965

[#&#8203;109966]: https://togithub.com/home-assistant/core/pull/109966

[#&#8203;109970]: https://togithub.com/home-assistant/core/pull/109970

[#&#8203;109977]: https://togithub.com/home-assistant/core/pull/109977

[#&#8203;109994]: https://togithub.com/home-assistant/core/pull/109994

[#&#8203;109995]: https://togithub.com/home-assistant/core/pull/109995

[#&#8203;109999]: https://togithub.com/home-assistant/core/pull/109999

[#&#8203;110017]: https://togithub.com/home-assistant/core/pull/110017

[#&#8203;110039]: https://togithub.com/home-assistant/core/pull/110039

[#&#8203;110046]: https://togithub.com/home-assistant/core/pull/110046

[#&#8203;110050]: https://togithub.com/home-assistant/core/pull/110050

[#&#8203;110056]: https://togithub.com/home-assistant/core/pull/110056

[#&#8203;110061]: https://togithub.com/home-assistant/core/pull/110061

[@&#8203;bdr99]: https://togithub.com/bdr99

[@&#8203;bramkragten]: https://togithub.com/bramkragten

[@&#8203;edenhaus]: https://togithub.com/edenhaus

[@&#8203;emontnemery]: https://togithub.com/emontnemery

[@&#8203;exxamalte]: https://togithub.com/exxamalte

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;janiversen]: https://togithub.com/janiversen

[@&#8203;jpbede]: https://togithub.com/jpbede

[@&#8203;marcelveldt]: https://togithub.com/marcelveldt

[@&#8203;mdegat01]: https://togithub.com/mdegat01

[@&#8203;mib1185]: https://togithub.com/mib1185

[@&#8203;mkmer]: https://togithub.com/mkmer

[@&#8203;spycle]: https://togithub.com/spycle

[@&#8203;synesthesiam]: https://togithub.com/synesthesiam

[@&#8203;zxdavb]: https://togithub.com/zxdavb

[abode docs]: https://www.home-assistant.io/integrations/abode/

[aosmith docs]: https://www.home-assistant.io/integrations/aosmith/

[climate docs]: https://www.home-assistant.io/integrations/climate/

[co2signal docs]: https://www.home-assistant.io/integrations/co2signal/

[conversation docs]:
https://www.home-assistant.io/integrations/conversation/

[ecovacs docs]: https://www.home-assistant.io/integrations/ecovacs/

[ecowitt docs]: https://www.home-assistant.io/integrations/ecowitt/

[evohome docs]: https://www.home-assistant.io/integrations/evohome/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[geonetnz_volcano docs]:
https://www.home-assistant.io/integrations/geonetnz_volcano/

[hassio docs]: https://www.home-assistant.io/integrations/hassio/

[honeywell docs]: https://www.home-assistant.io/integrations/honeywell/

[intent docs]: https://www.home-assistant.io/integrations/intent/

[keymitt_ble docs]:
https://www.home-assistant.io/integrations/keymitt_ble/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[modbus docs]: https://www.home-assistant.io/integrations/modbus/

###
[`v2024.2.0`](https://togithub.com/home-assistant/core/releases/tag/2024.2.0)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2024.1.6...2024.2.0)

https://www.home-assistant.io/blog/2024/02/07/release-20242/

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:41:57 +01:00
TrueCharts Bot
60c86ea11f chore(deps): update container image n8nio/n8n to v1.28.0@dc32d30 by renovate (#18195)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.27.2` -> `1.28.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:41:46 +01:00
TrueCharts Bot
556956fef4 chore(deps): update container image ronivay/xen-orchestra to v5.136.0@975efa0 by renovate (#18196)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | minor | `5.135.0` -> `5.136.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:41:14 +01:00
TrueCharts Bot
50c307a6bc chore(deps): update container image ghostfolio/ghostfolio to v2.50.0@8fa4eef by renovate (#18191)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.47.0` -> `2.50.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:40:42 +01:00
TrueCharts Bot
ed15fa3479 chore(deps): update container image jenkins/jenkins to v2.444-jdk17@b3cf5b1 by renovate (#18193) 2024-02-12 07:40:22 +01:00
TrueCharts Bot
7666dde30f chore(deps): update container image flowiseai/flowise to v1.5.0@aa38ca1 by renovate (#18181) 2024-02-12 07:40:20 +01:00
TrueCharts Bot
4836733d46 chore(deps): update container image mpepping/cyberchef to v10.7.0@3f96eae by renovate (#18194)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mpepping/cyberchef](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| minor | `v10.6.0` -> `v10.7.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:40:18 +01:00
TrueCharts Bot
3e7f636ac7 chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.5.0@3bebeb2 by renovate (#18188) 2024-02-12 07:40:02 +01:00
TrueCharts Bot
74f6fe67f6 chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.86.1@6f501df by renovate (#18186)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages)
([source](https://togithub.com/linuxserver/docker-openvscode-server)) |
minor | `1.85.2` -> `1.86.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:59 +01:00
TrueCharts Bot
ccfc7ed342 chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.2.0@c3d5fda by renovate (#18187) 2024-02-12 07:39:51 +01:00
TrueCharts Bot
10ccfec93f chore(deps): update container image ghcr.io/sbondco/watcharr to v1.33.0@90fb26f by renovate (#18189) 2024-02-12 07:39:49 +01:00
TrueCharts Bot
b985ed6b5a chore(deps): update container image ghcr.io/linuxserver/calibre to v7.5.1@718460f by renovate (#18183)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages)
([source](https://togithub.com/linuxserver/docker-calibre)) | minor |
`7.4.0` -> `7.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:43 +01:00
TrueCharts Bot
5c8d575c4a chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209@4209009 by renovate (#18185)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages)
([source](https://togithub.com/linuxserver/docker-healthchecks)) | minor
| `3.1.20240205` -> `3.2.20240209` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:29 +01:00
TrueCharts Bot
4dffb49e1e chore(deps): update container image ghcr.io/linuxserver/grocy to v4.1.0@c43f9f2 by renovate (#18184)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://togithub.com/linuxserver/docker-grocy/packages)
([source](https://togithub.com/linuxserver/docker-grocy)) | minor |
`4.0.3` -> `4.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:27 +01:00
TrueCharts Bot
d3d7417c50 chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.26.0@387ec26 by renovate (#18190)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server)
| minor | `2.25.0` -> `2.26.0` |

---

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

---

### Release Notes

<details>
<summary>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.26.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2260---2024-02-10)

[Compare
Source](https://togithub.com/static-web-server/static-web-server/compare/v2.25.0...v2.26.0)

This new `v2.26.0` release brings several dependency security updates
and bug fixes. Support for `Range` requests out of bounds, experimental
Tokio Runtime metrics for Prometheus, new Discord server as well as
other improvements.

**Fixes**

-
[80af0aa](https://togithub.com/static-web-server/static-web-server/commit/80af0aa)
Bugfix/security dependency updates including tokio, regex, chrono, libc,
toml, serde and other crates. Also
[1d4f423](https://togithub.com/static-web-server/static-web-server/commit/1d4f423)
-
[5623799](https://togithub.com/static-web-server/static-web-server/commit/5623799)
Docker: Alpine 3.18.6 update.

**Features**

-
[71dd54f](https://togithub.com/static-web-server/static-web-server/commit/71dd54f)
Support for `Range` requests out of bounds. PR
[#&#8203;306](https://togithub.com/static-web-server/static-web-server/pull/306)
resolves
[#&#8203;295](https://togithub.com/static-web-server/static-web-server/issues/295)
suggested by
[@&#8203;bjornharrtell](https://togithub.com/bjornharrtell).
-
[d4427eb](https://togithub.com/static-web-server/static-web-server/commit/d4427eb)
Experimental Tokio Runtime metrics for Prometheus via the new
`--experimental-metrics` option. PR
[#&#8203;306](https://togithub.com/static-web-server/static-web-server/pull/306)
by [@&#8203;pl4nty](https://togithub.com/pl4nty).
-
[fd15914](https://togithub.com/static-web-server/static-web-server/commit/fd15914)
[SWS on Discord](https://discord.gg/VWvtZeWAA7) link.

**Refactorings**

-
[a7dc6ac](https://togithub.com/static-web-server/static-web-server/commit/a7dc6ac)
Docker: Drop support for the `linux/ppc64le` and `linux/s390x` of the
Alpine Scratch images. Prefer the Debian image variant for those targets
instead. PR
[#&#8203;309](https://togithub.com/static-web-server/static-web-server/pull/309).
-
[563367c](https://togithub.com/static-web-server/static-web-server/commit/563367c)
Minimum Rust stable version 1.74.0.
-
[370d288](https://togithub.com/static-web-server/static-web-server/commit/370d288)
Misc: Base fuzz and micro-benchmark testing for static files module. PR
[#&#8203;310](https://togithub.com/static-web-server/static-web-server/pull/310).

**Acknowledgments**

Thanks to our new donor [@&#8203;c0m4r](https://togithub.com/c0m4r) for
supporting the project.

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:13 +01:00
TrueCharts Bot
9792c763ca chore(deps): update container image feramance/qbitrr to v4.3.1@028e4d7 by renovate (#18180)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | minor |
`v4.2.9` -> `v4.3.1` |

---

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

---

### Release Notes

<details>
<summary>Feramance/qBitrr (feramance/qbitrr)</summary>

###
[`v4.3.1`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v431-09022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.3.0...v4.3.1)

- [\[patch\] Missing search
fix](7eacedd860)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated get files function and quality
met](8f36066a10)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Added logs for
debugging](71d95fecbf)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.3.0`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v430-09022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.9...v4.3.0)

- [\[minor\] Added option to force minimum custom formats on
torrents](66eea0ef9a)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:39:04 +01:00
TrueCharts Bot
de7564b078 chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.28.0@06a277f by renovate (#18182)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd)
| minor | `v1.27.1` -> `v1.28.0` |

---

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

---

### Release Notes

<details>
<summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary>

###
[`v1.28.0`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.28.0)

[Compare
Source](https://togithub.com/fluidd-core/fluidd/compare/v1.27.1...v1.28.0)

##### Features

- adds "interrupted" job status support
([45ebd1b](45ebd1b502))
- adds initial pwm_cycle_time support
([138b0ba](138b0bac85))
- adds initial pwm_tool support
([a09c1a9](a09c1a9d13))
- adds link to components in software updates
([#&#8203;1348](https://togithub.com/fluidd-core/fluidd/issues/1348))
([f9ec282](f9ec2822fe))
- adds print in progress status layout setting
([#&#8203;1346](https://togithub.com/fluidd-core/fluidd/issues/1346))
([c5e3a0b](c5e3a0bbcc))
- **FileSystem:** add crowsnest backup file filter
([#&#8203;1332](https://togithub.com/fluidd-core/fluidd/issues/1332))
([1a273dd](1a273ddfcb))
- **GcodePreview:** add option to hide part bounding box when printing a
single part
([#&#8203;1310](https://togithub.com/fluidd-core/fluidd/issues/1310))
([8726577](8726577308))
- **i18n-HU:** Update Hungarian translations
([#&#8203;1291](https://togithub.com/fluidd-core/fluidd/issues/1291))
([29067f6](29067f6c62))
- **i18n-SL:** Update Slovenian translations
([#&#8203;1329](https://togithub.com/fluidd-core/fluidd/issues/1329))
([c806cc2](c806cc2f7b))
- improve confirmation messages
([#&#8203;1339](https://togithub.com/fluidd-core/fluidd/issues/1339))
([ff13f85](ff13f85b3f))
- improve support for adaptive bedmeshes
([#&#8203;1328](https://togithub.com/fluidd-core/fluidd/issues/1328))
([447a340](447a340fb0))
- improves status panel layout
([#&#8203;1252](https://togithub.com/fluidd-core/fluidd/issues/1252))
([9814881](98148813fe))
- **spoolman:** allow selecting table columns in spool selection dialog
([#&#8203;1338](https://togithub.com/fluidd-core/fluidd/issues/1338))
([0c94cbf](0c94cbfc40))
- **spoolman:** handle v2 responses, improve connection error handling
([#&#8203;1316](https://togithub.com/fluidd-core/fluidd/issues/1316))
([cf69359](cf69359b13))
- **spoolman:** live update support
([#&#8203;1301](https://togithub.com/fluidd-core/fluidd/issues/1301))
([c6bcff8](c6bcff8ecf))
- **spoolman:** multi-tool support
([#&#8203;1324](https://togithub.com/fluidd-core/fluidd/issues/1324))
([a7f7622](a7f7622f9f))
- **spoolman:** remember spool selection dialog sort key/order
([#&#8203;1305](https://togithub.com/fluidd-core/fluidd/issues/1305))
([3843701](38437011f8))

##### Bug Fixes

- console warning when multiple update sources have warnings
([#&#8203;1342](https://togithub.com/fluidd-core/fluidd/issues/1342))
([3674479](367447946e))
- correctly show the active root
([#&#8203;1307](https://togithub.com/fluidd-core/fluidd/issues/1307))
([ff0b120](ff0b1204a8))
- default to user language as Intl format
([#&#8203;1299](https://togithub.com/fluidd-core/fluidd/issues/1299))
([fd6757e](fd6757ec53))
- don't assume user is trusted when force_logins is turned off
([#&#8203;1318](https://togithub.com/fluidd-core/fluidd/issues/1318))
([b413fc2](b413fc28f7))
- file browser filters list
([#&#8203;1303](https://togithub.com/fluidd-core/fluidd/issues/1303))
([ebfd5bc](ebfd5bc224))
- file path on upload
([#&#8203;1330](https://togithub.com/fluidd-core/fluidd/issues/1330))
([1bb738a](1bb738a9c1))
- **FileSystem:** folder upload
([9d85b71](9d85b71daf))
- **i18n:** fix German typo
([#&#8203;1344](https://togithub.com/fluidd-core/fluidd/issues/1344))
([255b42e](255b42ee28))
- ignore Authorization on login or token refresh
([#&#8203;1321](https://togithub.com/fluidd-core/fluidd/issues/1321))
([ef55129](ef55129f4f))
- round OutputPin value
([#&#8203;1345](https://togithub.com/fluidd-core/fluidd/issues/1345))
([742598a](742598accb))
- **thermals:** size columns dynamically, disallow line breaks
([#&#8203;1340](https://togithub.com/fluidd-core/fluidd/issues/1340))
([ebe2966](ebe2966316))

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:37:52 +01:00
TrueCharts Bot
76459e89d1 chore(deps): update container image dpage/pgadmin4 to v8.3@f1460b1 by renovate (#18179)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `8.2` -> `8.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:37:23 +01:00
TrueCharts Bot
addd5dd410 chore(deps): update container image docker.io/codercom/code-server to v4.21.1@c9f78fb by renovate (#18177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `4.20.1` -> `4.21.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:37:10 +01:00
TrueCharts Bot
dc4be5f6ce chore(deps): update container image docker.io/localai/localai to v2.8.0 by renovate (#18178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda11-ffmpeg-core` ->
`v2.8.0-cublas-cuda11-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda11-core` -> `v2.8.0-cublas-cuda11-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda12-ffmpeg-core` ->
`v2.8.0-cublas-cuda12-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda12-core` -> `v2.8.0-cublas-cuda12-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-ffmpeg-core` -> `v2.8.0-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0` -> `v2.8.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.8.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.8.0)

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

This release adds support for Intel GPUs, and it deprecates old
ggml-based backends which are by now superseded by llama.cpp (that now
supports more architectures out-of-the-box). See also
[https://github.com/mudler/LocalAI/issues/1651](https://togithub.com/mudler/LocalAI/issues/1651).

Images are now based on Ubuntu 22.04 LTS instead of Debian bullseye.

##### Intel GPUs

There are now images tagged with "sycl". There are sycl-f16 and sycl-f32
images indicating f16 or f32 support.

For example, to start phi-2 with an Intel GPU it is enough to use the
container image like this:

docker run -e DEBUG=true -ti -v $PWD/models:/build/models -p 8080:8080
-v /dev/dri:/dev/dri --rm
quay.io/go-skynet/local-ai:master-sycl-f32-ffmpeg-core phi-2

##### What's Changed

##### Exciting New Features 🎉

- feat(sycl): Add support for Intel GPUs with sycl
([#&#8203;1647](https://togithub.com/mudler/LocalAI/issues/1647)) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1660](https://togithub.com/mudler/LocalAI/pull/1660)
- Drop old falcon backend (deprecated) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1675](https://togithub.com/mudler/LocalAI/pull/1675)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1678](https://togithub.com/mudler/LocalAI/pull/1678)
- Drop ggml-based gpt2 and starcoder (supported by llama.cpp) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1679](https://togithub.com/mudler/LocalAI/pull/1679)
- fix(Dockerfile): sycl dependencies by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1686](https://togithub.com/mudler/LocalAI/pull/1686)
- feat: Use ubuntu as base for container images, drop deprecated
ggml-transformers backends by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1689](https://togithub.com/mudler/LocalAI/pull/1689)

##### 👒 Dependencies

- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1656](https://togithub.com/mudler/LocalAI/pull/1656)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1665](https://togithub.com/mudler/LocalAI/pull/1665)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1669](https://togithub.com/mudler/LocalAI/pull/1669)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1673](https://togithub.com/mudler/LocalAI/pull/1673)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1683](https://togithub.com/mudler/LocalAI/pull/1683)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1688](https://togithub.com/mudler/LocalAI/pull/1688)
- ⬆️ Update mudler/go-stable-diffusion by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1674](https://togithub.com/mudler/LocalAI/pull/1674)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1661](https://togithub.com/mudler/LocalAI/pull/1661)
- feat(mamba): Add bagel-dpo-2.8b by
[@&#8203;richiejp](https://togithub.com/richiejp) in
[https://github.com/mudler/LocalAI/pull/1671](https://togithub.com/mudler/LocalAI/pull/1671)
- fix (docs): fixed broken links `github/` -> `github.com/` by
[@&#8203;Wansmer](https://togithub.com/Wansmer) in
[https://github.com/mudler/LocalAI/pull/1672](https://togithub.com/mudler/LocalAI/pull/1672)
- Fix HTTP links in README.md by
[@&#8203;vfiftyfive](https://togithub.com/vfiftyfive) in
[https://github.com/mudler/LocalAI/pull/1677](https://togithub.com/mudler/LocalAI/pull/1677)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1681](https://togithub.com/mudler/LocalAI/pull/1681)
- ci: cleanup worker before run by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1685](https://togithub.com/mudler/LocalAI/pull/1685)
- Revert "fix(Dockerfile): sycl dependencies" by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1687](https://togithub.com/mudler/LocalAI/pull/1687)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1691](https://togithub.com/mudler/LocalAI/pull/1691)

##### New Contributors

- [@&#8203;richiejp](https://togithub.com/richiejp) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1671](https://togithub.com/mudler/LocalAI/pull/1671)
- [@&#8203;Wansmer](https://togithub.com/Wansmer) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1672](https://togithub.com/mudler/LocalAI/pull/1672)
- [@&#8203;vfiftyfive](https://togithub.com/vfiftyfive) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1677](https://togithub.com/mudler/LocalAI/pull/1677)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.7.0...v2.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:35:50 +01:00
TrueCharts Bot
37c1b629f7 chore(deps): update container image discordgsm/discord-game-server-monitor to v2.16.2@f80bd8e by renovate (#18176)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor)
| minor | `2.15.1` -> `2.16.2` |

---

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

---

### Release Notes

<details>
<summary>DiscordGSM/GameServerMonitor
(discordgsm/discord-game-server-monitor)</summary>

###
[`v2.16.2`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.2)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2)

#### Overview

-   Resolve some Palworld servers cannot be queried issue
-   Update translations

#### What's Changed

- Update ko.json by
[@&#8203;angrystar170](https://togithub.com/angrystar170) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

#### New Contributors

- [@&#8203;angrystar170](https://togithub.com/angrystar170) made their
first contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2

###
[`v2.16.1`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.1)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1)

#### Overview

-   Resolve the status not update properly issue
-   Resolve minecraft fail to query issue

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1

###
[`v2.16.0`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.0)

#### Overview

-   Support IOSoccer
-   Support SCP: Secret Laboratory
-   Support Enshrouded
-   Support Palworld
-   Support The Isle - EVRIMA
-   Update translations
-   Resolve the issue that the Front server cannot query
-   Fix mirror bugs

#### What's Changed

- Update lt.json by [@&#8203;MrSipping](https://togithub.com/MrSipping)
in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- Translate to Hungarian by
[@&#8203;w4sb0y](https://togithub.com/w4sb0y) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- Added Translation Japanese by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- Support IOSoccer by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/61](https://togithub.com/DiscordGSM/GameServerMonitor/pull/61)
- Added a Korean Translation by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/62](https://togithub.com/DiscordGSM/GameServerMonitor/pull/62)
- feat: Add SCP: Secret Laboratory protocol support by
[@&#8203;Fluffy41](https://togithub.com/Fluffy41) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- Update games.csv by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/65](https://togithub.com/DiscordGSM/GameServerMonitor/pull/65)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/68](https://togithub.com/DiscordGSM/GameServerMonitor/pull/68)
- Bump flask\[async] from 3.0.0 to 3.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/69](https://togithub.com/DiscordGSM/GameServerMonitor/pull/69)
- Bump aiohttp from 3.9.0 to 3.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/70](https://togithub.com/DiscordGSM/GameServerMonitor/pull/70)
- Bump pymongo from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/71](https://togithub.com/DiscordGSM/GameServerMonitor/pull/71)
- Bump tzdata from 2023.3 to 2023.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/72](https://togithub.com/DiscordGSM/GameServerMonitor/pull/72)
- Bump python-dotenv from 1.0.0 to 1.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/73](https://togithub.com/DiscordGSM/GameServerMonitor/pull/73)

#### New Contributors

- [@&#8203;MrSipping](https://togithub.com/MrSipping) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- [@&#8203;w4sb0y](https://togithub.com/w4sb0y) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- [@&#8203;Shiioriii](https://togithub.com/Shiioriii) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- [@&#8203;Fluffy41](https://togithub.com/Fluffy41) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:35:25 +01:00
TrueCharts Bot
5a770f9793 chore(deps): update container image cloudflare/cloudflared to v2024.2.0@4d55d2f by renovate (#18174)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudflare/cloudflared](https://togithub.com/cloudflare/cloudflared)
| minor | `2024.1.5` -> `2024.2.0` |

---

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

---

### Release Notes

<details>
<summary>cloudflare/cloudflared (cloudflare/cloudflared)</summary>

###
[`v2024.2.0`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.2.0)

[Compare
Source](https://togithub.com/cloudflare/cloudflared/compare/2024.1.5...2024.2.0)

##### SHA256 Checksums:

cloudflared-amd64.pkg:
bd386c483a5105e4f9ef819fe95419ebbd265b444c0457f76102bd30fd172cdb
cloudflared-darwin-amd64.tgz:
08e168cb71659871410fb0ef4d108a3435016e0ca809a1621923842333848729
cloudflared-fips-linux-amd64:
5f2a9dc461ec2782768902fdd319f93f0fda2311693faa3cf9f05d231995e0ce
cloudflared-fips-linux-amd64.deb:
7c335984fc0de3cfbb07b74fd90425eafa25d38944c2809164da27ea941032d0
cloudflared-fips-linux-x86_64.rpm:
7fb512cf5d87a2992fc08c233251673a012a12403f26e7431b7f7d36e2f3a4e8
cloudflared-linux-386:
5f0f972a4c36b92adfec1bfe23d945b287c9caf9435a614721781ac01645d116
cloudflared-linux-386.deb:
9d0c550831c0e7ab6a04eb4f4cb3ded049cc1260580520845ddad1ec5e6b64a2
cloudflared-linux-386.rpm:
18c1e87a56b127e8c855132a58b3230102d66e96bc09b1d835143122971e0bcb
cloudflared-linux-aarch64.rpm:
4e571738b3eb44f707d29d088e0846d1342dd9d989fa6d6832b28bfa4ce586e2
cloudflared-linux-amd64:
5500be1a1fc27f1671790b062ef215e5d3cfefc9be2d18aa3d64eed8a4fa7315
cloudflared-linux-amd64.deb:
d65b4ad7efa130dfa684975bef0c32c4b9a087376e7ce25fc732eaa16a95c0f8
cloudflared-linux-arm:
8a2324cacb791e7b187da587116908cf908a0ae7025be148698070acd85b8247
cloudflared-linux-arm.deb:
6e85a31f1442ca4ba1ab898d41098332591736ca577d369cfca226aa07b51f48
cloudflared-linux-arm.rpm:
3988e667b8af0e0b8814028820b2cbf4f4e9776eff7bee1411ab5d44cb6fa74c
cloudflared-linux-arm64:
b7ce93603dbfcd0e5ae1abc729424fb4aa83911dafcae83d7317590ba87a5d94
cloudflared-linux-arm64.deb:
dd08914c7528b549b899db18b00da6a3ad3fe9087df6d9d1acadb4191d577c3c
cloudflared-linux-armhf:
9e63e697a20812617c04a47a93cdd5c509edb29f069e31c1f39434cb5b25f715
cloudflared-linux-armhf.deb:
6c5d1573ea293528c0673137fabd6cbf5d461683e86dd5846da3afa1e3a62665
cloudflared-linux-armhf.rpm:
b94f0e61be597635e96dc7adee54e26262ab2081903550aca9e1cfe09a99f9f7
cloudflared-linux-x86_64.rpm:
88ebb287592b3aa49df2f4c822f65744b947424ea40382707378574808a34415
cloudflared-windows-386.exe:
d5e83ef8f02b48512fdc115d14573b7514fcbe2a949a34a6105e7c926a00571d
cloudflared-windows-386.msi:
1cf6a892ef266d53a97478938de172d9c512b04a2f66f9c948276511e3ca151a
cloudflared-windows-amd64.exe:
a552e335031207e5ef4e1ed831e2e38f287e47253c1f4ec01ad290851a272e3f
cloudflared-windows-amd64.msi:
06a5d406f4585e229e37cad5fd1390e5e5d1bc619c8dc9de32d106a394c30cce

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:33:54 +01:00
TrueCharts Bot
4821d49382 chore(deps): update container image wiserain/flexget to v3.11.17@4ba4a28 by renovate (#18170)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | patch |
`3.11.14` -> `3.11.17` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:52 +01:00
TrueCharts Bot
5b35effbd4 chore(deps): update container image zwavejs/zwave-js-ui to v9.8.3@fdbaa40 by renovate (#18172)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
patch | `9.8.2` -> `9.8.3` |

---

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

---

### Release Notes

<details>
<summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary>

###
[`v9.8.3`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#983-2024-02-06)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.2...v9.8.3)

##### Bug Fixes

- **discovery:** revert "improve MQTT discovery for scene CC"
([#&#8203;3583](https://togithub.com/zwave-js/zwave-js-ui/issues/3583))
([16b8c1f](16b8c1fc82))
- **mqtt-discovery:** modify thermostat\_2gig to use endpoint 0
([#&#8203;3579](https://togithub.com/zwave-js/zwave-js-ui/issues/3579))
([4ba9ead](4ba9ead465))
- **ui:** misleading `unconnected` label changed to `unknown`
([beaa1a2](beaa1a2090)),
closes
[#&#8203;3562](https://togithub.com/zwave-js/zwave-js-ui/issues/3562)
- **ui:** show nlwr route when lwr is unknown in overview
([#&#8203;3584](https://togithub.com/zwave-js/zwave-js-ui/issues/3584))
([a1f8cc2](a1f8cc2a93))

##### Features

- **mqtt:** allow to set options in multicast/broadcast requests
([#&#8203;3573](https://togithub.com/zwave-js/zwave-js-ui/issues/3573))
([9ba5886](9ba5886bea))

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:14 +01:00
TrueCharts Bot
ccac846989 chore(deps): update container image ghcr.io/linuxserver/synclounge to v5.2.25@9a97575 by renovate (#18136)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://togithub.com/linuxserver/docker-synclounge/packages)
([source](https://togithub.com/linuxserver/docker-synclounge)) | patch |
`5.2.24` -> `5.2.25` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:04 +01:00
TrueCharts Bot
6df28ffb9d chore(deps): update container image yourselfhosted/slash to v0.5.3@9933343 by renovate (#18171) 2024-02-12 07:29:46 +01:00
TrueCharts Bot
9962025e70 chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.1.7.4030@01d40bb by renovate (#18169)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop)
([source](https://togithub.com/Lidarr/Lidarr)) | patch | `2.1.6.3993` ->
`2.1.7.4030` |

---

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

---

### Release Notes

<details>
<summary>Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop)</summary>

###
[`v2.1.7.4030`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.1.7.4030):
2.1.7.4030

[Compare
Source](https://togithub.com/Lidarr/Lidarr/compare/v2.1.6.3993...v2.1.7.4030)

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

**If you are using docker you will need to update the container image.
*Do not attempt to update Lidarr within an existing docker container.***
Doing so will prevent audio fingerprinting from working and break your
Lidarr installation if you ever delete and re-create the container.

#### Changes:

-
[`7f0fab0`](7f0fab0cf6)
Multiple Translations updated by Weblate
-
[`d68f207`](d68f207e9b)
Ignore spotify mapping test temporarily
-
[`f1efd05`](f1efd05207)
Fixed: Spotify Playlist selection
-
[`59efffd`](59efffd40f)
Multiple Translations updated by Weblate
-
[`6c90ac7`](6c90ac74e9)
Fixed: Don't use sub folder to check for free disk space for update \[
[#&#8203;4566](https://togithub.com/Lidarr/Lidarr/issues/4566) ]
-
[`f5eee52`](f5eee52194)
New: Log database engine version on startup
-
[`0871949`](0871949b74)
Fixed: Redirecting after login
-
[`1536e90`](1536e90053)
New: Artist info in Album Delete event for Webhooks \[
[#&#8203;4552](https://togithub.com/Lidarr/Lidarr/issues/4552) ]
-
[`c744231`](c744231141)
Translations for settings index
-
[`efe0a3d`](efe0a3d283)
Typings cleanup and improvements \[
[#&#8203;3516](https://togithub.com/Lidarr/Lidarr/issues/3516),
[#&#8203;3510](https://togithub.com/Lidarr/Lidarr/issues/3510),
[#&#8203;2778](https://togithub.com/Lidarr/Lidarr/issues/2778) ]
-
[`8e5942d`](8e5942d5c5)
Parse Exception Release Groups \[
[#&#8203;4541](https://togithub.com/Lidarr/Lidarr/issues/4541),
[#&#8203;4327](https://togithub.com/Lidarr/Lidarr/issues/4327),
[#&#8203;4250](https://togithub.com/Lidarr/Lidarr/issues/4250),
[#&#8203;3221](https://togithub.com/Lidarr/Lidarr/issues/3221),
[#&#8203;2658](https://togithub.com/Lidarr/Lidarr/issues/2658) ]
-
[`6471353`](6471353bcd)
Multiple Translations updated by Weblate
-
[`c3c5049`](c3c50498bd)
Debian Install Script \[
[#&#8203;4382](https://togithub.com/Lidarr/Lidarr/issues/4382),
[#&#8203;4383](https://togithub.com/Lidarr/Lidarr/issues/4383),
[#&#8203;4401](https://togithub.com/Lidarr/Lidarr/issues/4401),
[#&#8203;4407](https://togithub.com/Lidarr/Lidarr/issues/4407),
[#&#8203;4423](https://togithub.com/Lidarr/Lidarr/issues/4423),
[#&#8203;4474](https://togithub.com/Lidarr/Lidarr/issues/4474) ]
-
[`6ae99ac`](6ae99acea7)
Fix tests for storing last search time for albums
-
[`d8066ec`](d8066ec172)
New: Size column for albums \[
[#&#8203;3292](https://togithub.com/Lidarr/Lidarr/issues/3292) ]
-
[`a9b16d2`](a9b16d298f)
Improve CF calculation for files without scene name \[
[#&#8203;3359](https://togithub.com/Lidarr/Lidarr/issues/3359) ]
-
[`0bdd5f3`](0bdd5f3278)
Fixed: A potential issue when extra files for multiple artists have the
same relative path \[
[#&#8203;2760](https://togithub.com/Lidarr/Lidarr/issues/2760) ]
-
[`2f0d02b`](2f0d02b3bc)
Allow Discography to be grabbed automatically if all albums will be
released within 24 hours \[
[#&#8203;3181](https://togithub.com/Lidarr/Lidarr/issues/3181) ]
-
[`abefdca`](abefdca0fc)
Fix Missing/CutoffUnmet search all warnings
-
[`2fc966a`](2fc966af0c)
New: Missing/Cutoff Unmet searches will search for albums that haven't
been searched recently first \[
[#&#8203;3250](https://togithub.com/Lidarr/Lidarr/issues/3250) ]
-
[`5d8f9c9`](5d8f9c9e27)
New: Store last search time for AlbumSearch
-
[`0bcbf9d`](0bcbf9df81)
Fixed: Don't convert artist/album selection filter to lower case in
state \[ [#&#8203;1857](https://togithub.com/Lidarr/Lidarr/issues/1857)
]
-
[`49883d0`](49883d0e30)
Add some translations for artist table index
-
[`09e9162`](09e9162aa6)
Automated API Docs update
-
[`d38c44d`](d38c44d25e)
New: Option to disable cover art embed in files
([#&#8203;4547](https://togithub.com/Lidarr/Lidarr/issues/4547)) \[
[#&#8203;2488](https://togithub.com/Lidarr/Lidarr/issues/2488) ]
-
[`3702fa7`](3702fa773c)
New: Filter by Monitor New Items \[
[#&#8203;3707](https://togithub.com/Lidarr/Lidarr/issues/3707) ]
-
[`aecf5bb`](aecf5bba49)
Fixed: Correctly map artist logos to clearlogo type \[
[#&#8203;2627](https://togithub.com/Lidarr/Lidarr/issues/2627) ]
-
[`6e43d8a`](6e43d8a4fe)
New: Ability to import aiff files \[
[#&#8203;4102](https://togithub.com/Lidarr/Lidarr/issues/4102) ]
-
[`2a8c67b`](2a8c67badc)
New: Preserve replaygain tags
-
[`0121095`](0121095b3e)
New: Add additional CleanNameThe/CleanTitleThe naming tokens \[
[#&#8203;4197](https://togithub.com/Lidarr/Lidarr/issues/4197) ]
-
[`2f80957`](2f80957f11)
Bump version to 2.1.7
-
[`1775dc9`](1775dc9fa8)
Fixed: Ensure first history item when marked as failed is the selected
item \[ [#&#8203;3557](https://togithub.com/Lidarr/Lidarr/issues/3557) ]
-
[`cf33d43`](cf33d433a4)
New: Additional tooltips for icon buttons \[
[#&#8203;4183](https://togithub.com/Lidarr/Lidarr/issues/4183) ]
-
[`fcfd4e4`](fcfd4e401e)
Improve UI notice for delayed queue items \[
[#&#8203;4242](https://togithub.com/Lidarr/Lidarr/issues/4242) ]
-
[`8c6f0d1`](8c6f0d10e9)
Rename instances of Profile to QualityProfile \[
[#&#8203;4245](https://togithub.com/Lidarr/Lidarr/issues/4245) ]
-
[`7388e3f`](7388e3fb66)
Multiple Translations updated by Weblate
-
[`f7418d6`](f7418d6174)
New: Sort root folders by path \[
[#&#8203;4280](https://togithub.com/Lidarr/Lidarr/issues/4280),
[#&#8203;3956](https://togithub.com/Lidarr/Lidarr/issues/3956) ]
-
[`dec241e`](dec241e6b6)
Improve Release Grabbing & Failure Logging \[
[#&#8203;4534](https://togithub.com/Lidarr/Lidarr/issues/4534) ]
-
[`ef8aeda`](ef8aeda3b5)
Fixed: Avoid import loop for already imported albums \[
[#&#8203;4231](https://togithub.com/Lidarr/Lidarr/issues/4231) ]
-
[`408e052`](408e05292e)
Fixed: Don't reimport the same files from the same release unless
grabbed again \[
[#&#8203;4050](https://togithub.com/Lidarr/Lidarr/issues/4050) ]
-
[`57ac45f`](57ac45fd8e)
Fixed: Naming validation when using max token length
-
[`18fc1de`](18fc1de451)
Add max token length (including ellipsis) for some tokens
-
[`24b8029`](24b8029d2e)
Fixed: Release Year in renaming format for certain OS language cultures
-
[`c3eda6f`](c3eda6ff12)
Only bind shortcut for pending changes confirmation when it's shown
-
[`ba90095`](ba90095a47)
Automated API Docs update
-
[`ecb37b8`](ecb37b8378)
Fixed: Showing already imported tracks as downloading in Artists index
-
[`af12fad`](af12fad185)
New: Show downloading status for artist progress bar
-
[`f1dede2`](f1dede240d)
Multiple Translations updated by Weblate
-
[`bc67112`](bc671124ef)
Automated API Docs update
-
[`82d1fc1`](82d1fc1a81)
Fixed: Monitored status being reset after refresh when artist is edited
manually
-
[`545e17d`](545e17de49)
Multiple Translations updated by Weblate
-
[`a9521d1`](a9521d1b68)
Multiple Translations updated by Weblate
-
[`56d9dc4`](56d9dc4c7c)
New: Show error message for pending queue items without albums \[
[#&#8203;3512](https://togithub.com/Lidarr/Lidarr/issues/3512) ]
-
[`5f9c616`](5f9c616bff)
New: On Artist Add connection event \[
[#&#8203;3531](https://togithub.com/Lidarr/Lidarr/issues/3531) ]
-
[`f31ecaf`](f31ecaf03e)
Bump version to 2.1.6
-
[`3b0da3a`](3b0da3aac6)
Multiple Translations updated by Weblate
-
[`fb4483c`](fb4483cb71)
Fixed: History retention for Newsbin
-
[`c9faf83`](c9faf83b0b)
Fixed: Allow restore to process backups up to ~1000MB \[
[#&#8203;4513](https://togithub.com/Lidarr/Lidarr/issues/4513) ]
-
[`a3504b5`](a3504b5e32)
Prevent parsing for Roksbox metadata detection if not a matching
extension
-
[`76b6359`](76b6359732)
Prevent parsing for Wdtv metadata detection if not a matching extension
-
[`de284a9`](de284a980b)
Support additional artwork types in Kodi Metadata detection
-
[`ce063f8`](ce063f83ba)
Don't use TestCase for single test
-
[`49b404d`](49b404d8fa)
Fixed: Removal from Queue
-
[`0eb8336`](0eb8336f12)
Remove unused RemoveQueueItemsModal.js
-
[`3723b72`](3723b7225b)
Multiple Translations updated by Weblate
-
[`8e2f959`](8e2f959d5c)
Automated API Docs update
-
[`6517485`](6517485e0f)
New: Optionally remove from queue by changing category to 'Post-Import
Category' when configured \[
[#&#8203;4510](https://togithub.com/Lidarr/Lidarr/issues/4510) ]
-
[`6a1fbd6`](6a1fbd64b4)
Update database migration version translation token \[
[#&#8203;4507](https://togithub.com/Lidarr/Lidarr/issues/4507) ]
-
[`4a5cd20`](4a5cd2098b)
Add Regular Expression Custom Format translation \[
[#&#8203;4506](https://togithub.com/Lidarr/Lidarr/issues/4506) ]
-
[`7ff23cc`](7ff23ccadb)
New: Add download client name to pending items waiting for a specific
client \[ [#&#8203;4504](https://togithub.com/Lidarr/Lidarr/issues/4504)
]
-
[`fdc6526`](fdc6526add)
New: Add size to more history events \[
[#&#8203;4500](https://togithub.com/Lidarr/Lidarr/issues/4500) ]
-
[`1214eda`](1214eda6ec)
Fixed: Sorting by name in Manage Indexer and Download Client modals
-
[`ea9b46e`](ea9b46e922)
Order for track/album import aggregators \[
[#&#8203;4495](https://togithub.com/Lidarr/Lidarr/issues/4495),
[#&#8203;4496](https://togithub.com/Lidarr/Lidarr/issues/4496) ]
-
[`2cf2ebc`](2cf2ebcbb2)
Improve Release Title Custom Format debugging \[
[#&#8203;4485](https://togithub.com/Lidarr/Lidarr/issues/4485) ]
-
[`7d54c5c`](7d54c5cfef)
Bump version to 2.1.5
-
[`c328f4c`](c328f4c9ca)
Transpile logical assignment operators with babel
-
[`aa98bb1`](aa98bb16e9)
Fixed: Artists poster view on mobile devices
-
[`a8618fc`](a8618fcf49)
New: Log warning if less than 1 GB free space during update
-
[`8db7f94`](8db7f948b1)
Fixed: Don't clone indexer API Key
-
[`9b5cf9a`](9b5cf9ac0a)
Multiple Translations updated by Weblate
-
[`3e16eb7`](3e16eb736b)
New: Drop commands table content before postgres migration \[
[#&#8203;4475](https://togithub.com/Lidarr/Lidarr/issues/4475) ]
-
[`82d9228`](82d9228ee9)
New: Improve All Artits call by using dictionary for stats iteration \[
[#&#8203;4480](https://togithub.com/Lidarr/Lidarr/issues/4480) ]
-
[`ba4b93b`](ba4b93b611)
Wrap values in log messages in FileListParser \[
[#&#8203;4479](https://togithub.com/Lidarr/Lidarr/issues/4479) ]
-
[`3438339`](3438339951)
Round off the seeded ratio when checking for removal candidates
-
[`1dc28a8`](1dc28a8ab1)
Multiple Translations updated by Weblate
-
[`9fcba79`](9fcba79bc7)
Automated API Docs update
-
[`1dcc8b5`](1dcc8b5850)
New: Add icon for deleted episodes with status missing from disk \[
[#&#8203;4451](https://togithub.com/Lidarr/Lidarr/issues/4451) ]
-
[`9aae065`](9aae065c5d)
Fixed: Artists posters flickering when width changes repeatedly \[
[#&#8203;64448](https://togithub.com/Lidarr/Lidarr/issues/64448) ]
-
[`1b19e44`](1b19e44562)
New: Optional directory setting for Aria2 \[
[#&#8203;4449](https://togithub.com/Lidarr/Lidarr/issues/4449) ]
-
[`7483498`](74834988b5)
Update logging to indicate a hardlink is being attempted \[
[#&#8203;4455](https://togithub.com/Lidarr/Lidarr/issues/4455) ]
-
[`b141a8b`](b141a8b2d5)
Add missing translation keys from Indexer Settings \[
[#&#8203;4465](https://togithub.com/Lidarr/Lidarr/issues/4465) ]
-
[`b8c31ea`](b8c31ea895)
Throw download as failed for invalid magnet links \[
[#&#8203;4463](https://togithub.com/Lidarr/Lidarr/issues/4463) ]
-
[`5facdeb`](5facdeb2ff)
Fixed: Improve help text for download client priority \[
[#&#8203;4461](https://togithub.com/Lidarr/Lidarr/issues/4461) ]
-
[`829ef83`](829ef83e00)
New: Added column in Queue \[
[#&#8203;4460](https://togithub.com/Lidarr/Lidarr/issues/4460) ]
-
[`3f865fd`](3f865fd8e8)
Move Queue interface to typings
-
[`d98418f`](d98418f80e)
Fix Content-Type in FileList fixture
-
[`7779346`](777934639f)
Check Content-Type in FileList parser
-
[`af08ba4`](af08ba4bd7)
Sort Custom Filters
-
[`b367a72`](b367a72018)
Multiple Translations updated by Weblate
-
[`133ef8d`](133ef8de61)
Bump version to 2.1.4
-
[`171c083`](171c083af6)
Fixed: None Metadata Profile option to bulk editor
-
[`e5e69f0`](e5e69f06c0)
Multiple Translations updated by Weblate
-
[`679a5fa`](679a5fa4b2)
Automated API Docs update
-
[`aab13e0`](aab13e028d)
Fix log typo in release/push
-
[`bee2b44`](bee2b44918)
New: Resolve download client by name using 'downloadClient' for pushed
releases \[
[#&#8203;4279](https://togithub.com/Lidarr/Lidarr/issues/4279) ]
-
[`a82a1d4`](a82a1d46ae)
Fixed: Pushed releases not being properly rejected \[
[#&#8203;4144](https://togithub.com/Lidarr/Lidarr/issues/4144) ]
-
[`a165965`](a165965a7e)
New: Optional 'downloadClientId' for pushed releases \[
[#&#8203;4133](https://togithub.com/Lidarr/Lidarr/issues/4133) ]
-
[`7160889`](71608897b7)
Allow to override download client \[
[#&#8203;3494](https://togithub.com/Lidarr/Lidarr/issues/3494) ]
-
[`d537d79`](d537d79f75)
Remove double filtering in entity history repository
-
[`7b8c17c`](7b8c17c793)
Fixed: Filter history by multiple event types in PG \[
[#&#8203;4436](https://togithub.com/Lidarr/Lidarr/issues/4436) ]
-
[`a9c19a8`](a9c19a89f2)
Fixed: Database type when PG host contains ".db"
([#&#8203;4435](https://togithub.com/Lidarr/Lidarr/issues/4435))
-
[`5661a0a`](5661a0a956)
Automated API Docs update
-
[`3545338`](354533871e)
Fixed: Filter history by multiple event types
-
[`29f1e63`](29f1e63955)
Fixed: Improve torrent blocklist matching \[
[#&#8203;4432](https://togithub.com/Lidarr/Lidarr/issues/4432) ]
-
[`3083345`](30833453a6)
Fixed: Release source for release/push \[
[#&#8203;4430](https://togithub.com/Lidarr/Lidarr/issues/4430) ]
-
[`1e5e756`](1e5e756585)
Remove unsupported pagination for Nyaa \[
[#&#8203;4428](https://togithub.com/Lidarr/Lidarr/issues/4428) ]
-
[`729f2b7`](729f2b7089)
Remove dead Torznab presets \[
[#&#8203;4427](https://togithub.com/Lidarr/Lidarr/issues/4427) ]
-
[`129eabe`](129eabe5b2)
Multiple Translations updated by Weblate
-
[`edad5d0`](edad5d0a74)
Fixed: Refresh album files after renaming
-
[`e6e50c8`](e6e50c8784)
Fixed: Ignore repack version for MP3 V0/V2 VBR
-
[`9e8b9bd`](9e8b9bd38c)
Fixed: Blocklisting torrents from indexers that do not provide torrent
hash \[ [#&#8203;4308](https://togithub.com/Lidarr/Lidarr/issues/4308) ]
-
[`9cbecbf`](9cbecbfae4)
Automated API Docs update
-
[`8cca919`](8cca919f6b)
Add custom format score to parse endpoint
-
[`c981319`](c98131905c)
Fix typo in albums
-
[`a986460`](a986460dc2)
Multiple Translations updated by Weblate
-
[`57dd53e`](57dd53e2f2)
Automated API Docs update
-
[`1551f33`](1551f336f4)
New: Download client option for redownloading failed releases from
Interactive Search
-
[`4c2f17f`](4c2f17f1cf)
Add release source for releases \[
[#&#8203;3287](https://togithub.com/Lidarr/Lidarr/issues/3287) ]
-
[`a728f44`](a728f44a1e)
Use last history item in FailedDownloadService
-
[`e405fc7`](e405fc7cf9)
Bump Polly and Newtonsoft.Json
-
[`b88022f`](b88022f403)
Multiple Translations updated by Weblate
-
[`f0eb626`](f0eb626324)
Set fallback values for statistics
-
[`2ee4a33`](2ee4a3346e)
Bump version to 2.1.3
-
[`beb6dd6`](beb6dd6345)
Fix possible enumerations in TrackGroupingService
-
[`ae267f6`](ae267f6729)
New: Custom formats in album history \[
[#&#8203;4408](https://togithub.com/Lidarr/Lidarr/issues/4408) ]
-
[`a1506fc`](a1506fc92b)
Add some translations to album/artist details
-
[`ddb31a3`](ddb31a3718)
Multiple Translations updated by Weblate
-
[`9feaa82`](9feaa824ab)
Multiple Translations updated by Weblate
-
[`d643f63`](d643f63757)
Fixed: Disable SSL on start if certificate path is not set
-
[`6001b76`](6001b76f44)
Multiple Translations updated by Weblate
-
[`fad7672`](fad76725b7)
Multiple Translations updated by Weblate
-
[`61c8e6d`](61c8e6d3b5)
Translate fields on the backend
-
[`25d69b9`](25d69b94c4)
New: Add qBittorrent option for Content Layout \[
[#&#8203;4385](https://togithub.com/Lidarr/Lidarr/issues/4385) ]
-
[`9880e2e`](9880e2ec1b)
New: Show Proper or Repack tag in interactive search \[
[#&#8203;4386](https://togithub.com/Lidarr/Lidarr/issues/4386) ]
-
[`7a71c33`](7a71c3397b)
Fixed: Improve field selection for Discord settings \[
[#&#8203;4387](https://togithub.com/Lidarr/Lidarr/issues/4387) ]
-
[`2109d17`](2109d171e8)
New: Retry on failed downloads of torrent and nzb files \[
[#&#8203;4396](https://togithub.com/Lidarr/Lidarr/issues/4396) ]
-
[`73aa7af`](73aa7af053)
New: Add sorting to Manage Indexer and Download Client modals
-
[`3c50bb1`](3c50bb1330)
Fixed: Ignore empty tags when adding items to Flood
-
[`990753c`](990753cff5)
Bump version to 2.1.2
-
[`10fd7a4`](10fd7a4831)
QualityParser - Simplify new expression (IDE0090) \[
[#&#8203;3479](https://togithub.com/Lidarr/Lidarr/issues/3479) ]
-
[`d000dcf`](d000dcfb9f)
Fixed: Don't grab propers/repacks when item in queue meets cutoff and
propers/repacks are not downloaded automatically \[
[#&#8203;3370](https://togithub.com/Lidarr/Lidarr/issues/3370) ]
-
[`649cff6`](649cff6393)
Fixed: Increase width and truncate long names on Import List Exclusions
\[ [#&#8203;2506](https://togithub.com/Lidarr/Lidarr/issues/2506) ]
-
[`3dd933b`](3dd933ba15)
Fixed: Parsing similar artist names with common words at end \[
[#&#8203;2064](https://togithub.com/Lidarr/Lidarr/issues/2064) ]
-
[`234d277`](234d277eae)
Fixed: Error checking if files should be deleted after import won't
leave import in limbo \[
[#&#8203;2003](https://togithub.com/Lidarr/Lidarr/issues/2003) ]
-
[`d819fd1`](d819fd1bd1)
Automated API Docs update
-
[`c180c32`](c180c327d4)
New: Quality Preferred Size Setting
-
[`6d79b5a`](6d79b5ab9a)
Bump SpotifyAPI.Web to 5.1.1
-
[`4abb86b`](4abb86bf4a)
fixup! Fixed: Reduce font size for series title on series details
-
[`58e2fad`](58e2fad889)
Fixed: Reduce font size for series title on series details
-
[`4a06ed7`](4a06ed7a5c)
Multiple Translations updated by Weblate
-
[`9f6302e`](9f6302e505)
Fixed: Abort old fetch items requests in manual import \[
[#&#8203;4375](https://togithub.com/Lidarr/Lidarr/issues/4375) ]
-
[`761e34f`](761e34fb5d)
New: Remember sorting for manual import
-
[`5108548`](51085482bc)
New: Size column for tracks
-
[`1da1020`](1da1020a83)
Fixed metadata images containing html content
-
[`526c81c`](526c81c548)
Bump version to 2.1.1
-
[`102304d`](102304db95)
Fix help text for Import Extra Files
-
[`9fb7fd7`](9fb7fd7375)
Improve UI notices for artist & album details \[
[#&#8203;4368](https://togithub.com/Lidarr/Lidarr/issues/4368) ]
-
[`507924e`](507924e626)
Fixed: Imported albums updating on Calendar \[
[#&#8203;4369](https://togithub.com/Lidarr/Lidarr/issues/4369) ]
-
[`3c321d5`](3c321d518f)
Enable browser navigation buttons for PWA \[
[#&#8203;4365](https://togithub.com/Lidarr/Lidarr/issues/4365) ]
-
[`d98ba2a`](d98ba2a367)
OZnzb removed
-
[`3aeac5b`](3aeac5b530)
Fixed: (Redacted) Improve title and filter by categories
-
[`48e9062`](48e9062ac3)
Fixed: Correctly handle Migration when PG Host has ".db" \[
[#&#8203;4359](https://togithub.com/Lidarr/Lidarr/issues/4359) ]
-
[`a14a24c`](a14a24cd07)
Implement DatabaseConnectionInfo
-
[`15b0754`](15b0754dcb)
Bump version to 2.1.0

This list of changes was [auto
generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=69&\_a=release-summary).</details>

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 06:29:40 +00:00
TrueCharts Bot
815c0d06d2 chore(deps): update container image common to v17.3.9@db10d55 by renovate (#18125)
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)) | patch | `17.3.8` ->
`17.3.9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:29:02 +01:00
TrueCharts Bot
ffbff6fd91 chore(deps): update neko by renovate (#18168)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `11a24fd` -> `2c4d718` |
| m1k1o/neko | digest | `47f8567` -> `dc0ad9c` |
| m1k1o/neko | digest | `e422486` -> `5001b3b` |
| m1k1o/neko | digest | `3085bf7` -> `42c3729` |
| m1k1o/neko | digest | `63e37e4` -> `e28e0d1` |
| m1k1o/neko | digest | `7fae789` -> `1cb6c9d` |
| m1k1o/neko | digest | `b740ed0` -> `e321513` |
| m1k1o/neko | digest | `8a107f9` -> `7cd3914` |
| m1k1o/neko | digest | `878615e` -> `7768f34` |
| m1k1o/neko | digest | `61a4e7a` -> `8e4cbd9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:26:22 +01:00
TrueCharts Bot
1d566a6600 chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@a0f8d9a by renovate (#18167)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `190f524` -> `a0f8d9a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:23:56 +01:00
TrueCharts Bot
35dff69368 chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@bd1ad0a by renovate (#18037) 2024-02-12 07:21:39 +01:00
TrueCharts Bot
7bd5e1708c chore(deps): update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf@76dce9f by renovate (#18165)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex)
([source](https://togithub.com/onedr0p/containers)) | digest | `637fe10`
-> `76dce9f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:20:13 +01:00
TrueCharts Bot
e8e272e0fc chore(deps): update container image bitnami/wordpress to 6.4.3@52ada86 by renovate (#18164) 2024-02-12 07:19:48 +01:00
TrueCharts Bot
72b27c1da1 chore(deps): update container image glauth/glauth to latest@23af115 by renovate (#18166)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| glauth/glauth | digest | `550bc43` -> `23af115` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:19:42 +01:00
TrueCharts Bot
a4090d8331 chore(deps): update container image bitnami/solr to 9.4.1@f05714e by renovate (#18163)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/solr | digest | `da0d1ef` -> `f05714e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:19:25 +01:00
TrueCharts Bot
47c93c3d66 chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70@88a6efc by renovate (#18153)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `5b54cb0` -> `88a6efc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:58 +01:00
TrueCharts Bot
3f9bdf99d7 chore(deps): update container image bitnami/matomo to 5.0.2@46b7325 by renovate (#18158) 2024-02-12 07:18:49 +01:00
TrueCharts Bot
7fe5800318 chore(deps): update container image bitnami/redis to 7.2.4@ebc4ce8 by renovate (#18162) 2024-02-12 07:18:46 +01:00
TrueCharts Bot
8b809e022c chore(deps): update container image bitnami/prometheus to 2.49.1@c382eae by renovate (#18032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `0f2e8e9` -> `c382eae` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 06:18:38 +00:00
TrueCharts Bot
a084d9efcf chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@68ba05c by renovate (#18155)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/dokuwiki | digest | `d9ebe51` -> `68ba05c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:27 +01:00
TrueCharts Bot
87c6a21550 chore(deps): update container image bitnami/mongodb to 7.0.5@63954ac by renovate (#18160)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `32424c6` -> `63954ac` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:15 +01:00
TrueCharts Bot
e107d9d461 chore(deps): update container image bitnami/memcached to 1.6.23@25f877b by renovate (#18159)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | digest | `076d4a3` -> `25f877b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:01 +01:00
TrueCharts Bot
c8c1537433 chore(deps): update container image bitnami/node-exporter to 1.7.0@3c50238 by renovate (#18161)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/node-exporter | digest | `148438a` -> `3c50238` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:17:53 +01:00
TrueCharts Bot
9fdedeadfc chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@6c53b7f by renovate (#18156) 2024-02-12 07:17:46 +01:00
TrueCharts Bot
9c8df25f70 chore(deps): update container image bitnami/mariadb to 11.2.3@9ad5c99 by renovate (#18157) 2024-02-12 07:17:41 +01:00
TrueCharts Bot
8b7d9c7ae5 chore(deps): update container image bitnami/alertmanager to 0.26.0@130b6ff by renovate (#18154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `de8bbbd` -> `130b6ff` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:17:38 +01:00
TrueCharts Bot
f0daa744dd chore(deps): update container image whyour/qinglong to v2.17.1@83b868e by renovate (#18150)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [whyour/qinglong](https://togithub.com/whyour/qinglong) | patch |
`2.17.0` -> `2.17.1` |

---

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

---

### Release Notes

<details>
<summary>whyour/qinglong (whyour/qinglong)</summary>

###
[`v2.17.1`](https://togithub.com/whyour/qinglong/compare/v2.17.0...v2.17.1)

[Compare
Source](https://togithub.com/whyour/qinglong/compare/v2.17.0...v2.17.1)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:04:45 +01:00
TrueCharts Bot
0e77a2d999 chore(deps): update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4@cccfe4f by renovate (#18147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[quay.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| patch | `1.25.3` -> `1.25.4` |

---

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

---

### Release Notes

<details>
<summary>kiwigrid/k8s-sidecar (quay.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.25.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.3...1.25.4)

#### 📦 Dependencies

-   build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
- PR:
[#&#8203;316](https://togithub.com/kiwigrid/k8s-sidecar/issues/316)
- build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18
- PR:
[#&#8203;323](https://togithub.com/kiwigrid/k8s-sidecar/issues/323)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:03:09 +00:00
TrueCharts Bot
399406936a chore(deps): update container image tinymediamanager/tinymediamanager to v5.0.2@0c6b69c by renovate (#18149)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tinymediamanager/tinymediamanager | patch | `5.0.1` -> `5.0.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:03:03 +01:00
TrueCharts Bot
2d2bafb9d1 chore(deps): update container image syncthing/syncthing to v1.27.3@d5efcb0 by renovate (#18148)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [syncthing/syncthing](https://syncthing.net)
([source](https://togithub.com/syncthing/syncthing)) | patch | `1.27.2`
-> `1.27.3` |

---

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

---

### Release Notes

<details>
<summary>syncthing/syncthing (syncthing/syncthing)</summary>

###
[`v1.27.3`](https://togithub.com/syncthing/syncthing/releases/tag/v1.27.3)

[Compare
Source](https://togithub.com/syncthing/syncthing/compare/v1.27.2...v1.27.3)

Bugfixes:

- [#&#8203;9039](https://togithub.com/syncthing/syncthing/issues/9039):
Sync from Linux to Mac with ownership - Local additions after rescan
- [#&#8203;9241](https://togithub.com/syncthing/syncthing/issues/9241):
Versions path does not honor tilde (~) shortcut

Enhancements:

- [#&#8203;8616](https://togithub.com/syncthing/syncthing/issues/8616):
Add CLI completion
- [#&#8203;9151](https://togithub.com/syncthing/syncthing/issues/9151):
Add "stay logged in" checkbox to login dialog

Other issues:

- [#&#8203;9267](https://togithub.com/syncthing/syncthing/issues/9267):
Inconsistent version requirements in lib/build and lib/upgrade
- [#&#8203;9313](https://togithub.com/syncthing/syncthing/issues/9313):
Different lengths used for short device IDs in UI

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:40 +01:00
TrueCharts Bot
d6134244bc chore(deps): update rdesktop by renovate (#18118)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` |
| lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` |
| lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` |
| lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` |
| lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` |
| lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` |
| lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` |
| lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` |
| lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` |
| lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` |
| lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` |
| lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` |
| lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` |
| lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` |
| lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` |
| lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` |
| lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` |
| lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` |
| lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` |
| lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` |
| lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` |
| lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` |
| lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` |
| lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:37 +01:00
TrueCharts Bot
1554ae6575 chore(deps): update container image ollama/ollama to v0.1.24@bb575e1 by renovate (#18146)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.23` -> `0.1.24` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:20 +01:00
TrueCharts Bot
bb309eb156 chore(deps): update container image jvmilazz0/kavita to v0.7.14@9cbe62e by renovate (#18141) 2024-02-12 02:02:11 +01:00
TrueCharts Bot
003552e757 chore(deps): update container image jgraph/drawio to v23.1.2@6273414 by renovate (#18139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jgraph/drawio](https://www.drawio.com)
([source](https://togithub.com/jgraph/docker-drawio)) | patch | `23.1.0`
-> `23.1.2` |

---

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (jgraph/drawio)</summary>

###
[`v23.1.2`](https://togithub.com/jgraph/docker-drawio/compare/v23.1.0...v23.1.2)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v23.1.0...v23.1.2)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:09 +01:00
TrueCharts Bot
f50cbf4793 chore(deps): update container image metabase/metabase to v0.48.5@9ae4ca1 by renovate (#18143) 2024-02-12 02:02:01 +01:00
TrueCharts Bot
03db5cd3e7 chore(deps): update container image netdata/netdata to v1.44.2@78c8cb8 by renovate (#18145) 2024-02-12 02:01:57 +01:00
TrueCharts Bot
0e88f819c9 chore(deps): update container image minio/minio to vrelease.2024-02-09t21-25-16z@68622c3 by renovate (#18144)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2024-02-04T22-36-13Z` ->
`RELEASE.2024-02-09T21-25-16Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:01:25 +01:00
TrueCharts Bot
1dc3e8edfe chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.28.17@99085c4 by renovate (#18138)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://togithub.com/Taxel/PlexTraktSync)
| patch | `0.28.16` -> `0.28.17` |

---

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

---

### Release Notes

<details>
<summary>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary>

###
[`v0.28.17`](https://togithub.com/Taxel/PlexTraktSync/compare/0.28.16...0.28.17)

[Compare
Source](https://togithub.com/Taxel/PlexTraktSync/compare/0.28.16...0.28.17)

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:58 +01:00
TrueCharts Bot
0fd10c5131 chore(deps): update container image jorenn92/maintainerr to v2.0.2@4e0f519 by renovate (#18140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) |
patch | `2.0.0` -> `2.0.2` |

---

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

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary>

###
[`v2.0.2`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#202-2024-02-11)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2)

##### Bug Fixes

- Failure to fetch latest GitHub version crashes the UI
([#&#8203;891](https://togithub.com/jorenn92/Maintainerr/issues/891))
([4ce9ac9](4ce9ac9b35))

###
[`v2.0.1`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#201-2024-02-09)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.0...v2.0.1)

##### Bug Fixes

- **docker:** ensure $HOME is set consistently for all configs.
([f952bba](f952bbaf10))
- Resolve SQL error during Plex collection recreation
([be1b801](be1b8017bd))
- Resolved an issue where Plex's SSL flag would not be updated correctly
on the settings page
([d65927a](d65927a761))

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:42 +01:00
TrueCharts Bot
0707d58f4c chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.85.2@1da1d36 by renovate (#18135)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages)
([source](https://togithub.com/linuxserver/docker-openvscode-server)) |
patch | `1.85.1` -> `1.85.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:33 +01:00
TrueCharts Bot
defa06a75f chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.8@36428a8 by renovate (#18134)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://togithub.com/linuxserver/docker-emulatorjs/packages)
([source](https://togithub.com/linuxserver/docker-emulatorjs)) | patch |
`1.8.7` -> `1.8.8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:23 +01:00
TrueCharts Bot
0a0e751f89 chore(deps): update container image koenkk/zigbee2mqtt to v1.35.3@f80dbca by renovate (#18142) 2024-02-12 02:00:10 +01:00
TrueCharts Bot
a8dea8bfcd chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.3.4273@ca264d9 by renovate (#18137)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | patch |
`1.13.2.4251` -> `1.13.3.4273` |

---

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

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.13.3.4273`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.13.3.4273):
1.13.3.4273

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.13.2.4251...v1.13.3.4273)

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

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

#### Changes:

-
[`02bc40b`](02bc40b9b6)
Translations for indexer settings
-
[`83e7e30`](83e7e30e4f)
Multiple Translations updated by Weblate
-
[`ae870fd`](ae870fd46a)
Improve HDBits Settings Helptext
-
[`33b7ba8`](33b7ba8725)
Multiple Translations updated by Weblate
-
[`dd2567a`](dd2567a85f)
Fixed: Refresh tags state to clear removed tags by housekeeping
-
[`264ff8f`](264ff8f885)
Revert "Enable browser navigation buttons for PWA"
-
[`629c6a8`](629c6a8891)
Fixed: Redirecting after login with urlbase
-
[`0ce2f96`](0ce2f96789)
New: Log database engine version on startup
-
[`cd7d157`](cd7d1571db)
Fixed: Don't use sub folder to check for free disk space for update
-
[`4558f55`](4558f55282)
Hints for week column and short dates in UI settings

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

-
[`21589fd`](21589fda57)
Bump version to 1.13.3
-
[`3496263`](3496263cd2)
Multiple Translations updated by Weblate
-
[`1bb1ec6`](1bb1ec6106)
Fixed: (IPTorrents) Include episodes in season search
-
[`2bfb838`](2bfb838933)
Bind shortcut for pending changes confirmation only when it's shown
-
[`9eb291f`](9eb291f578)
Fixed: Avoid trailing slash in Proxy Url sent to FlareSolverr
-
[`8cf8921`](8cf892124c)
Automated API Docs update
-
[`47fb886`](47fb886930)
Don't clone indexer API Key
-
[`5034a21`](5034a211cb)
New: Don't return API Keys and Passwords via the API
-
[`ed1364b`](ed1364b6ff)
Update magnet trackers
-
[`71e18b6`](71e18b616d)
Bump version to 1.13.2
-
[`f7bf21d`](f7bf21df68)
Update help text for Tags usage in Applications
-
[`d764e34`](d764e3405d)
New: (Torznab) Internal and Scene tags
-
[`16baceb`](16baceb784)
New: Option to disable Email encryption
-
[`5d2b80d`](5d2b80d15a)
Fixed: (SubsPlease) Parse release size from magnet links
-
[`a20a81f`](a20a81f424)
New: Category filter for Indexers
-
[`ebb66e9`](ebb66e9086)
Update database migration version translation token
-
[`cb87976`](cb8797693e)
Fixed: Sorting by name in Manage Applications and Download Client modals
-
[`255c633`](255c6335ae)
New: Add sorting to Manage Applications and Download Client modals
-
[`155cd53`](155cd53dcd)
Fix translations for manage applications and download clients
-
[`ae70a96`](ae70a96c10)
Multiple Translations updated by Weblate
-
[`16c0daf`](16c0daf090)
Fix value types for EnhancedSelectInputConnector
-
[`34c78c5`](34c78c5a9d)
Fixed: (BTN) Disable ID-based searches for episodes with absolute
episode number
-
[`dd5b108`](dd5b108ffd)
Fixed: (BTN) Allow ID-based with text search query
-
[`0b83986`](0b83986255)
Automated API Docs update
-
[`2bd25fb`](2bd25fb6f3)
Reorder sync fields for App Profiles
-
[`0f5eb5d`](0f5eb5d3a3)
Bump version to 1.13.1
-
[`c9434c6`](c9434c61e3)
Transpile logical assignment operators with babel
-
[`ee969b7`](ee969b7a06)
New: Log warning if less than 1 GB free space during update
-
[`cfdf88a`](cfdf88a1e2)
Add exceptions to logs for indexers and apps
-
[`70a5dae`](70a5dae293)
Fixed: Don't lowercase UrlBase in ConfigFileProvider
-
[`b53f8d4`](b53f8d4552)
Bump version to 1.13.0

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

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:03 +01:00
TrueCharts Bot
3f1cff4dd8 chore(deps): update container image feramance/qbitrr to v4.2.9@8070006 by renovate (#18130)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch |
`v4.2.7` -> `v4.2.9` |

---

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

---

### Release Notes

<details>
<summary>Feramance/qBitrr (feramance/qbitrr)</summary>

###
[`v4.2.9`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v429-09022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.8...v4.2.9)

- [\[patch\] Free space
adjustements](8961ce511e)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Remove free space tag if torrent is
completed](0004eec460)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Fixed remove tags
call](aa3cbf5025)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Remove free space tag if
completed](eec18d20bf)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Free space pause
fix](0358a296e1)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Merge branch 'master' of
61d6127cb9)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Free space fix
test](6eb03308e3)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated release workflow
order](a09c21dbed)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Corrected version number for
PyPi](bb61323b53)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.2.8`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v428-06022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.7...v4.2.8)

- [\[patch\] Updated dependencies and formatted all
files](3f747bcfd5)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:49 +01:00
TrueCharts Bot
d9cc6bdb2e chore(deps): update container image ghcr.io/geek-cookbook/emby to v4.8.1.0@dad91c6 by renovate (#18132)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/geek-cookbook/emby | patch | `4.8.0.80` -> `4.8.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:33 +01:00
TrueCharts Bot
534cc9e227 chore(deps): update container image fireflyiii/core to vversion-6.1.9@3b2060a by renovate (#18131)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [fireflyiii/core](https://togithub.com/firefly-iii/docker)
([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch |
`version-6.1.8` -> `version-6.1.9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:23 +01:00
TrueCharts Bot
14eed29a23 chore(deps): update container image ghcr.io/kiranshila/doplarr to v3.6.3@426517f by renovate (#18133)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kiranshila/doplarr](https://togithub.com/kiranshila/Doplarr)
| patch | `v3.6.2` -> `v3.6.3` |

---

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

---

### Release Notes

<details>
<summary>kiranshila/Doplarr (ghcr.io/kiranshila/doplarr)</summary>

###
[`v3.6.3`](https://togithub.com/kiranshila/Doplarr/releases/tag/v3.6.3)

[Compare
Source](https://togithub.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3)

#### What's Changed

- Add extra detail to Discord configuration instructions by
[@&#8203;jconnop](https://togithub.com/jconnop) in
[https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109)
- Bug: Fix for Query with Special Characters Failing Against Overseer by
[@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) in
[https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134)

#### New Contributors

- [@&#8203;jconnop](https://togithub.com/jconnop) made their first
contribution in
[https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109)
- [@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) made
their first contribution in
[https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134)

**Full Changelog**:
https://github.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:03 +01:00
TrueCharts Bot
a5ac8fcf31 chore(deps): update container image doitandbedone/ispyagentdvr to v5.2.5.0@b339efe by renovate (#18129)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| patch | `5.2.4.0` -> `5.2.5.0` |

---

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

---

### Release Notes

<details>
<summary>doitandbedone/ispyagentdvr-docker
(doitandbedone/ispyagentdvr)</summary>

###
[`v5.2.5.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.4.0...5.2.5.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.4.0...5.2.5.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:58:46 +01:00
TrueCharts Bot
d5f1581119 chore(deps): update container image docker to v25.0.3@915cd16 by renovate (#18127) 2024-02-12 01:58:34 +01:00
TrueCharts Bot
dc27560beb chore(deps): update container image docker.io/nodered/node-red to v3.1.5@a5cc2d5 by renovate (#18128)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nodered/node-red](https://togithub.com/node-red/node-red-docker)
| patch | `3.1.3` -> `3.1.5` |

---

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

---

### Release Notes

<details>
<summary>node-red/node-red-docker (docker.io/nodered/node-red)</summary>

###
[`v3.1.5`](https://togithub.com/node-red/node-red-docker/releases/tag/v3.1.5)

[Compare
Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.4...v3.1.5)

#### What's Changed

- 🚀 Update to Node-RED 3.1.5 release by
[@&#8203;knolleary](https://togithub.com/knolleary) in
[https://github.com/node-red/node-red-docker/pull/410](https://togithub.com/node-red/node-red-docker/pull/410)

**Full Changelog**:
https://github.com/node-red/node-red-docker/compare/v3.1.4...v3.1.5

###
[`v3.1.4`](https://togithub.com/node-red/node-red-docker/releases/tag/v3.1.4)

[Compare
Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.3...v3.1.4)

#### What's Changed

- 📝Fix Docker image tag and Node version mismatch in README.md by
[@&#8203;takuya-o](https://togithub.com/takuya-o) in
[https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401)
- Update healthcheck.js by
[@&#8203;hardillb](https://togithub.com/hardillb) in
[https://github.com/node-red/node-red-docker/pull/405](https://togithub.com/node-red/node-red-docker/pull/405)
- 🚀 Update to Node-RED 3.1.4 release by
[@&#8203;knolleary](https://togithub.com/knolleary) in
[https://github.com/node-red/node-red-docker/pull/409](https://togithub.com/node-red/node-red-docker/pull/409)

#### New Contributors

- [@&#8203;takuya-o](https://togithub.com/takuya-o) made their first
contribution in
[https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401)

**Full Changelog**:
https://github.com/node-red/node-red-docker/compare/v3.1.3...v3.1.4

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:58:32 +01:00
TrueCharts Bot
49e4bc9179 chore(deps): update container image deconzcommunity/deconz to v2.25.3@136414b by renovate (#18126)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deconzcommunity/deconz | patch | `2.25.2` -> `2.25.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:57:56 +01:00
TrueCharts Bot
dc04287f87 chore(deps): update neko by renovate (#18116)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `1f3f2cb` -> `11a24fd` |
| m1k1o/neko | digest | `0ce3345` -> `47f8567` |
| m1k1o/neko | digest | `763335a` -> `e422486` |
| m1k1o/neko | digest | `ebbc8de` -> `3085bf7` |
| m1k1o/neko | digest | `5761a26` -> `63e37e4` |
| m1k1o/neko | digest | `bfef40b` -> `7fae789` |
| m1k1o/neko | digest | `4903cda` -> `b740ed0` |
| m1k1o/neko | digest | `9e1a9a9` -> `8a107f9` |
| m1k1o/neko | digest | `5834a3f` -> `878615e` |
| m1k1o/neko | digest | `55da02b` -> `61a4e7a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:56:13 +01:00
TrueCharts Bot
4e446025f6 chore(deps): update container image bitnami/mariadb to v11.2.3@f0ef0a9 by renovate (#18121)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mariadb | patch | `11.2.2` -> `11.2.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:51:41 +01:00
TrueCharts Bot
e1c1221937 chore(deps): update container image bitnami/matomo to v5.0.2@89019f4 by renovate (#18122)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/matomo | patch | `5.0.1` -> `5.0.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:51:24 +01:00
TrueCharts Bot
9fa35a977b chore(deps): update container image uberchuckie/observium to latest@60859fd by renovate (#18112)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| uberchuckie/observium | digest | `6417522` -> `60859fd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:51:23 +01:00
TrueCharts Bot
3bfc01b097 chore(deps): update container image adguard/adguardhome to v0.107.44@049ef6c by renovate (#18120)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://togithub.com/AdguardTeam/AdGuardHome)) | patch |
`v0.107.43` -> `v0.107.44` |

---

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary>

###
[`v0.107.44`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010744---2024-02-06)

[Compare
Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.43...v0.107.44)

See also the \[v0.107.44 GitHub milestone]\[ms-v0.107.44].

##### Added

- Timezones in the Etc/ area to the timezone list
(\[[#&#8203;6568](https://togithub.com/AdguardTeam/AdGuardHome/issues/6568)]).
- The schema version of the configuration file to the output of running
`AdGuardHome` (or `AdGuardHome.exe`) with `-v --version` command-line
options

(\[[#&#8203;6545](https://togithub.com/AdguardTeam/AdGuardHome/issues/6545)]).
- Ability to disable plain-DNS serving via UI if an encrypted protocol
is
already used
(\[[#&#8203;1660](https://togithub.com/AdguardTeam/AdGuardHome/issues/1660)]).

##### Changed

- The bootstrapped upstream addresses are now updated according to the
TTL of
the bootstrap DNS response
(\[[#&#8203;6321](https://togithub.com/AdguardTeam/AdGuardHome/issues/6321)]).
- Logging level of timeout errors is now `error` instead of `debug`
(\[[#&#8203;6574](https://togithub.com/AdguardTeam/AdGuardHome/issues/6574)]).
-   The field `"upstream_mode"` in `POST /control/dns_config` and
`GET /control/dns_info` HTTP APIs now accepts `load_balance` value.
Check
    `openapi/CHANGELOG.md` for more details.

##### Configuration changes

In this release, the schema version has changed from 27 to 28.

- The new property `clients.persistent.*.uid`, which is a unique
identifier of
    the persistent client.
- The properties `dns.all_servers` and `dns.fastest_addr` were removed,
their
values migrated to newly added field `dns.upstream_mode` that describes
the
    logic through which upstreams will be used.  See also a \[Wiki
    page]\[wiki-config].

    ```yaml
    ```

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:50:52 +01:00
TrueCharts Bot
f951723d40 chore(deps): update webtop by renovate (#18119)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `a5ec4dc` -> `002d782` |
| lscr.io/linuxserver/webtop | digest | `69b2d84` -> `1061298` |
| lscr.io/linuxserver/webtop | digest | `3f0bf36` -> `f721b67` |
| lscr.io/linuxserver/webtop | digest | `91a0fe3` -> `2fd9cb2` |
| lscr.io/linuxserver/webtop | digest | `cf44a0d` -> `ce9dc67` |
| lscr.io/linuxserver/webtop | digest | `956e89f` -> `13faf2e` |
| lscr.io/linuxserver/webtop | digest | `8fbd879` -> `648a27d` |
| lscr.io/linuxserver/webtop | digest | `2e6f46b` -> `b6f305f` |
| lscr.io/linuxserver/webtop | digest | `66da336` -> `435a0b6` |
| lscr.io/linuxserver/webtop | digest | `ba11b89` -> `fc7349e` |
| lscr.io/linuxserver/webtop | digest | `abb9764` -> `01b9bb3` |
| lscr.io/linuxserver/webtop | digest | `66f7e60` -> `083ad29` |
| lscr.io/linuxserver/webtop | digest | `390f914` -> `6fc7e20` |
| lscr.io/linuxserver/webtop | digest | `599ac8b` -> `7e99397` |
| lscr.io/linuxserver/webtop | digest | `adf294c` -> `6466408` |
| lscr.io/linuxserver/webtop | digest | `03b04c2` -> `3742e23` |
| lscr.io/linuxserver/webtop | digest | `8ca54f9` -> `1db9569` |
| lscr.io/linuxserver/webtop | digest | `88bcf9a` -> `3d7f784` |
| lscr.io/linuxserver/webtop | digest | `06ba220` -> `708bf0c` |
| lscr.io/linuxserver/webtop | digest | `b475984` -> `bf5e4ee` |
| lscr.io/linuxserver/webtop | digest | `f0f3a11` -> `8f61c3b` |
| lscr.io/linuxserver/webtop | digest | `f0e8239` -> `35d62ab` |
| lscr.io/linuxserver/webtop | digest | `f2b2300` -> `f0dbdc3` |
| lscr.io/linuxserver/webtop | digest | `d802a9c` -> `91fe516` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:50:29 +01:00
TrueCharts Bot
7a7e7439cc chore(deps): update container image testdasi/simple-dns-doh to latest@d599a7e by renovate (#18110)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| testdasi/simple-dns-doh | digest | `d53420c` -> `d599a7e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:50:18 +01:00
TrueCharts Bot
1b02fb5e01 chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@190f524 by renovate (#18100)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `5c7c5f3` -> `190f524` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:50:10 +01:00
TrueCharts Bot
086c09bad1 chore(deps): update container image revenz/fileflows to 24.02@3e0b300 by renovate (#18105)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | digest | `4009c44` -> `3e0b300` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:54 +01:00
TrueCharts Bot
a03df6fae5 chore(deps): update container image wabayang/jelu to latest@168ffa0 by renovate (#18113)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wabayang/jelu | digest | `8358e88` -> `168ffa0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:49 +01:00
TrueCharts Bot
c45e7f42d4 chore(deps): update container image xavierh/goaccess-for-nginxproxymanager to latest@a1b2ab3 by renovate (#18115) 2024-02-12 01:49:44 +01:00
TrueCharts Bot
eccc70526f chore(deps): update container image towfiqi/serpbear to latest@27b3e49 by renovate (#18111)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| towfiqi/serpbear | digest | `b128873` -> `27b3e49` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:37 +01:00
TrueCharts Bot
0a3fb9c37f chore(deps): update container image outdead/rcon to latest@f4ab6d4 by renovate (#18101) 2024-02-12 01:49:28 +01:00
TrueCharts Bot
020be4dad7 chore(deps): update container image splunk/splunk to 9.2.0@5923c52 by renovate (#18107)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| splunk/splunk | digest | `f27a7e6` -> `5923c52` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:25 +01:00
TrueCharts Bot
63f0fe964a chore(deps): update container image webpsh/webps to latest@b5d59f3 by renovate (#18114)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| webpsh/webps | digest | `ae3dedf` -> `b5d59f3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:22 +01:00
TrueCharts Bot
c9834e5443 chore(deps): update container image tccr.io/tccr/alpine to latest@ade0065 by renovate (#18108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/alpine | digest | `14eaf3f` -> `ade0065` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:04 +01:00
TrueCharts Bot
21b679d08d chore(deps): update container image phasecorex/red-discordbot to full@1ccb339 by renovate (#18103) 2024-02-12 01:48:45 +01:00
TrueCharts Bot
d957635d98 chore(deps): update container image redmine to 5.1.1@52c629e by renovate (#18104) 2024-02-12 01:48:41 +01:00
TrueCharts Bot
956ce95f9b chore(deps): update container image petersem/posterr to latest@93583c6 by renovate (#18102) 2024-02-12 01:48:38 +01:00
TrueCharts Bot
08c392934b chore(deps): update container image searxng/searxng to latest@f396210 by renovate (#18106) 2024-02-12 01:48:31 +01:00
TrueCharts Bot
4c7232623f chore(deps): update container image tccr.io/tccr/traefik to v2.10.7@ec52218 by renovate (#18109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/traefik](https://togithub.com/truecharts/containers) |
digest | `1a1f160` -> `ec52218` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:48:30 +01:00
TrueCharts Bot
e3364a55ee chore(deps): update container image nginx to 1.25.3@84c52df by renovate (#18099)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | digest | `5f44022` -> `84c52df` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:48:01 +01:00
TrueCharts Bot
77c8bacb9a chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@ede9324 by renovate (#18094)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `1bc743d` -> `ede9324` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 00:47:45 +00:00
TrueCharts Bot
b42e17a9ac chore(deps): update container image mikeah/prusaslicer-novnc to latest@7537fd2 by renovate (#18097) 2024-02-12 01:47:09 +01:00
TrueCharts Bot
091dd31257 chore(deps): update container image mbentley/omada-controller to 5.13@6b878ec by renovate (#18096) 2024-02-12 01:47:02 +01:00
TrueCharts Bot
ac5ac27d6c chore(deps): update container image mikenye/tar1090 to latest@63c911b by renovate (#18098) 2024-02-12 01:47:02 +01:00
TrueCharts Bot
581a42571a chore(deps): update container image mattermost/mattermost-enterprise-edition to release-9.5@a6f732c by renovate (#18095)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mattermost/mattermost-enterprise-edition | digest | `e822934` ->
`a6f732c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:46:59 +01:00
TrueCharts Bot
8dd43e2693 chore(deps): update container image lscr.io/linuxserver/cops to 2.2.1@25577a2 by renovate (#18092) 2024-02-12 01:46:51 +01:00
TrueCharts Bot
3297700df9 chore(deps): update container image lscr.io/linuxserver/blender to latest@6f16e5f by renovate (#18091)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `87da613` -> `6f16e5f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:46:47 +01:00
TrueCharts Bot
6791aed575 chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@85d4ef5 by renovate (#18093)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `199f52f` -> `85d4ef5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:46:45 +01:00
TrueCharts Bot
50c8ecf4c0 chore(deps): update container image lmscommunity/logitechmediaserver to stable@d5c9075 by renovate (#18090) 2024-02-12 01:46:41 +01:00
TrueCharts Bot
b2fe8942d2 chore(deps): update container image linuxserver/mylar3 to version-v0.7.8@06d90fc by renovate (#18088)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://togithub.com/linuxserver/docker-mylar3/packages)
([source](https://togithub.com/linuxserver/docker-mylar3)) | digest |
`5f74433` -> `06d90fc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:46:36 +01:00
TrueCharts Bot
0fa5849292 chore(deps): update container image linuxserver/snapdrop to latest@79fe077 by renovate (#18089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| linuxserver/snapdrop | digest | `21b1d4c` -> `79fe077` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:46:16 +01:00
TrueCharts Bot
ff5a6cb515 chore(deps): update container image linuxserver/calibre-web to version-0.6.21@6fbeaa0 by renovate (#18086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/calibre-web](https://togithub.com/linuxserver/docker-calibre-web/packages)
([source](https://togithub.com/linuxserver/docker-calibre-web)) | digest
| `91832b7` -> `6fbeaa0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:45:43 +01:00
TrueCharts Bot
520a2a0e43 chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@f94c94f by renovate (#18084)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `c387a43` -> `f94c94f`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:45:26 +01:00
TrueCharts Bot
7653608e1b chore(deps): update container image ghcr.io/linuxserver/znc to 1.8.2@db13109 by renovate (#18082) 2024-02-12 01:45:12 +01:00
TrueCharts Bot
fe169742ba chore(deps): update container image ghcr.io/lloesche/valheim-server to latest@972cd12 by renovate (#18083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/lloesche/valheim-server | digest | `97404ab` -> `972cd12` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:45:10 +01:00
TrueCharts Bot
8e6fe860bf chore(deps): update container image josh5/steam-headless to latest@65190a8 by renovate (#18085)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| josh5/steam-headless | digest | `0364932` -> `65190a8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:44:48 +01:00
TrueCharts Bot
ea982b9341 chore(deps): update container image ghcr.io/linuxserver/sickchill to 2024.2.2@721101f by renovate (#18076) 2024-02-12 01:44:04 +01:00
TrueCharts Bot
d8867db9eb chore(deps): update container image ghcr.io/linuxserver/tvheadend to latest@2a34bf0 by renovate (#18079)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `d21bfe5` -> `2a34bf0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:44:03 +01:00
TrueCharts Bot
6ae0ae891b chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@12b10c3 by renovate (#18073)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://togithub.com/linuxserver/docker-remmina/packages)
([source](https://togithub.com/linuxserver/docker-remmina)) | digest |
`8720891` -> `12b10c3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:43:41 +01:00
TrueCharts Bot
d563c32a2f chore(deps): update container image ghcr.io/linuxserver/smokeping to 2.8.2@a5ca0ac by renovate (#18077)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://togithub.com/linuxserver/docker-smokeping/packages)
([source](https://togithub.com/linuxserver/docker-smokeping)) | digest |
`1bc0f63` -> `a5ca0ac` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:43:33 +01:00
TrueCharts Bot
398e9d3981 chore(deps): update container image ghcr.io/linuxserver/synclounge to v@eb3c066 by renovate (#18078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://togithub.com/linuxserver/docker-synclounge/packages)
([source](https://togithub.com/linuxserver/docker-synclounge)) | digest
| `0bb6697` -> `eb3c066` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:43:20 +01:00
TrueCharts Bot
2c2778079c chore(deps): update container image ghcr.io/linuxserver/webgrabplus to 5.1.4@3841648 by renovate (#18081) 2024-02-12 01:43:12 +01:00
TrueCharts Bot
46cc6263e2 chore(deps): update container image ghcr.io/linuxserver/pylon to 2.10.0@f0c91a2 by renovate (#18072)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/pylon](https://togithub.com/linuxserver/docker-pylon/packages)
([source](https://togithub.com/linuxserver/docker-pylon)) | digest |
`25e7683` -> `f0c91a2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:43:07 +01:00
TrueCharts Bot
a51c577aa6 chore(deps): update container image ghcr.io/linuxserver/piwigo to 14.2.0@5097fb5 by renovate (#18071) 2024-02-12 01:43:01 +01:00
TrueCharts Bot
626e0af706 chore(deps): update container image linuxserver/heimdall to v@9f3a009 by renovate (#18087) 2024-02-12 01:42:55 +01:00
TrueCharts Bot
2c66fe0246 chore(deps): update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36@258561a by renovate (#18070)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mysql-workbench](https://togithub.com/linuxserver/docker-mysql-workbench/packages)
([source](https://togithub.com/linuxserver/docker-mysql-workbench)) |
digest | `deca1b6` -> `258561a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 00:42:49 +00:00
TrueCharts Bot
af04972e9d chore(deps): update container image ghcr.io/linuxserver/resilio-sync to 2.7.3@597ebff by renovate (#18074) 2024-02-12 01:42:44 +01:00
TrueCharts Bot
23aa661e82 chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@88e5506 by renovate (#18069)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://togithub.com/linuxserver/docker-mstream/packages)
([source](https://togithub.com/linuxserver/docker-mstream)) | digest |
`2572611` -> `88e5506` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:42:37 +01:00
TrueCharts Bot
151045477f chore(deps): update container image ghcr.io/linuxserver/medusa to 1.0.19@a8c8507 by renovate (#18067)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://togithub.com/linuxserver/docker-medusa/packages)
([source](https://togithub.com/linuxserver/docker-medusa)) | digest |
`de5bae0` -> `a8c8507` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:42:05 +01:00
TrueCharts Bot
278ecc0f89 chore(deps): update container image ghcr.io/linuxserver/rsnapshot to 1.4.5@c4e12a5 by renovate (#18075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/rsnapshot](https://togithub.com/linuxserver/docker-rsnapshot/packages)
([source](https://togithub.com/linuxserver/docker-rsnapshot)) | digest |
`4366075` -> `c4e12a5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:41:48 +01:00
TrueCharts Bot
d5d79d42c3 chore(deps): update container image ghcr.io/linuxserver/lazylibrarian to latest@c2f0250 by renovate (#18065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `70dce84` -> `c2f0250` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:41:39 +01:00
TrueCharts Bot
1591096e27 chore(deps): update container image ghcr.io/linuxserver/minetest to 5.8.0@eaf5138 by renovate (#18068)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/minetest](https://togithub.com/linuxserver/docker-minetest/packages)
([source](https://togithub.com/linuxserver/docker-minetest)) | digest |
`885c61f` -> `eaf5138` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:41:26 +01:00
TrueCharts Bot
4667cee89c chore(deps): update container image ghcr.io/linuxserver/foldingathome to 7.6.21@c1acbf0 by renovate (#18062) 2024-02-12 01:41:13 +01:00
TrueCharts Bot
c353e6cde0 chore(deps): update container image ghcr.io/linuxserver/fleet to 2.3.3@86962c1 by renovate (#18061)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/fleet](https://togithub.com/linuxserver/docker-fleet/packages)
([source](https://togithub.com/linuxserver/docker-fleet)) | digest |
`25127b0` -> `86962c1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:41:04 +01:00
TrueCharts Bot
31465fad0e chore(deps): update container image ghcr.io/linuxserver/librespeed to 5.3.0@d9c4605 by renovate (#18066) 2024-02-12 01:41:02 +01:00
TrueCharts Bot
9c0f5eddb3 chore(deps): update container image ghcr.io/linuxserver/freshrss to 1.23.1@1d5a55e by renovate (#18063)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://togithub.com/linuxserver/docker-freshrss/packages)
([source](https://togithub.com/linuxserver/docker-freshrss)) | digest |
`e83a01c` -> `1d5a55e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:41:01 +01:00
TrueCharts Bot
a0aa70ed9c chore(deps): update container image ghcr.io/linuxserver/grav to 1.7.44@b9741a0 by renovate (#18064) 2024-02-12 01:40:55 +01:00
TrueCharts Bot
2ec1b75c07 chore(deps): update container image ghcr.io/linuxserver/filezilla to 3.66.4@be18175 by renovate (#18060) 2024-02-12 01:40:52 +01:00
TrueCharts Bot
58a3ed31ce chore(deps): update container image ghcr.io/linuxserver/budge to 0.0.9@bc3baef by renovate (#18055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/budge](https://togithub.com/linuxserver/docker-budge/packages)
([source](https://togithub.com/linuxserver/docker-budge)) | digest |
`1cd85ba` -> `bc3baef` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:40:46 +01:00
TrueCharts Bot
71de899047 chore(deps): update container image ghcr.io/linuxserver/dillinger to 3.39.1@f8319ea by renovate (#18058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/dillinger](https://togithub.com/linuxserver/docker-dillinger/packages)
([source](https://togithub.com/linuxserver/docker-dillinger)) | digest |
`1ca86a1` -> `f8319ea` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:40:10 +01:00
TrueCharts Bot
7f4626205e chore(deps): update container image ghcr.io/linuxserver/calibre to v@fe57cc3 by renovate (#18056)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages)
([source](https://togithub.com/linuxserver/docker-calibre)) | digest |
`f372e1a` -> `fe57cc3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:39:50 +01:00
TrueCharts Bot
e5f9fb0a63 chore(deps): update container image ghcr.io/linuxserver/ddclient to 3.11.2@0a52df8 by renovate (#18057)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ddclient](https://togithub.com/linuxserver/docker-ddclient/packages)
([source](https://togithub.com/linuxserver/docker-ddclient)) | digest |
`cdd300e` -> `0a52df8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:39:44 +01:00
TrueCharts Bot
374bab95f1 chore(deps): update container image ghcr.io/linuxserver/babybuddy to 2.2.1@9767513 by renovate (#18051) 2024-02-12 01:39:14 +01:00
TrueCharts Bot
23edbfabf3 chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@adff165 by renovate (#18059)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `84d7905` -> `adff165`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:39:09 +01:00
TrueCharts Bot
66ed8f2c7e chore(deps): update container image ghcr.io/linuxserver/boinc to latest@121f79c by renovate (#18053) 2024-02-12 01:38:33 +01:00
TrueCharts Bot
3e530ce018 chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@d1ae05a by renovate (#18054)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages)
([source](https://togithub.com/linuxserver/docker-booksonic-air)) |
digest | `f64fb5e` -> `d1ae05a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:38:31 +01:00
TrueCharts Bot
cc8e2bf0bf chore(deps): update container image ghcr.io/linuxserver/beets to version-1.6.0@48b0309 by renovate (#18052)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/beets | digest | `8e69900` -> `48b0309` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 00:38:13 +00:00
TrueCharts Bot
52e4ac8a2c chore(deps): update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355@78af7d1 by renovate (#18050)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://togithub.com/hotio/whisparr)) | digest | `722dc14` ->
`78af7d1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:38:05 +01:00
TrueCharts Bot
e438b495ca chore(deps): update container image ghcr.io/hotio/rflood to latest@81b2aaa by renovate (#18049) 2024-02-12 01:37:31 +01:00
TrueCharts Bot
5b5c0767f5 chore(deps): update container image ghcr.io/hotio/duplicacy to release-1.7.2@3233802 by renovate (#18048) 2024-02-12 01:37:28 +01:00
TrueCharts Bot
bf03b392c9 chore(deps): update container image ghcr.io/hotio/autoscan to latest@dc95995 by renovate (#18046) 2024-02-12 01:37:26 +01:00
TrueCharts Bot
2e8150e498 chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@f4b92f3 by renovate (#18047)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `b713f98` -> `f4b92f3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:37:08 +01:00
TrueCharts Bot
f5a4749a38 chore(deps): update container image foxxmd/multi-scrobbler to latest@35aadb7 by renovate (#18045)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| foxxmd/multi-scrobbler | digest | `bcfd5c3` -> `35aadb7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:36:58 +01:00
TrueCharts Bot
f6013062e5 chore(deps): update container image dtjs48jkt/twonkyserver to latest@b18ee32 by renovate (#18042)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dtjs48jkt/twonkyserver | digest | `734d8a1` -> `b18ee32` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:36:49 +01:00
TrueCharts Bot
b019db7aa9 chore(deps): update container image docker.io/odoo to 17.0@a4e061f by renovate (#18041)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/odoo | digest | `11429ba` -> `a4e061f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:36:10 +01:00
TrueCharts Bot
2f2b2d27b7 chore(deps): update container image docker.io/bellamy/wallos to latest@c283ed7 by renovate (#18040)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bellamy/wallos | digest | `cb3128d` -> `c283ed7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:36:07 +01:00
TrueCharts Bot
40c632b0e2 chore(deps): update container image cthulhoo/ttrss-fpm-pgsql-static to latest@38eb1c4 by renovate (#18036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cthulhoo/ttrss-fpm-pgsql-static | digest | `885eb59` -> `38eb1c4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:35:58 +01:00
TrueCharts Bot
1f752bd820 chore(deps): update container image farmos/farmos to latest@9a872a7 by renovate (#18044)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| farmos/farmos | digest | `1e04909` -> `9a872a7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:35:50 +01:00
TrueCharts Bot
13bef4905f chore(deps): update container image f0rc3/gokapi to v1.8.0@0003cc9 by renovate (#18043)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| f0rc3/gokapi | digest | `18a82bf` -> `0003cc9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:35:20 +01:00
TrueCharts Bot
1bb9568bbd chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@74e6801 by renovate (#18039)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `8bbbacd` -> `74e6801` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:35:16 +01:00
TrueCharts Bot
92f4fcc749 chore(deps): update container image bitnami/wordpress to 6.4.3@33e6dba by renovate (#18035)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `a4339c4` -> `33e6dba` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:35:00 +01:00
TrueCharts Bot
db2bf9f995 chore(deps): update container image diygod/rsshub to latest@6e38c9d by renovate (#18038)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `9e6f708` -> `6e38c9d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:34:22 +01:00
TrueCharts Bot
0638ea53a7 chore(deps): update container image bitnami/solr to 9.4.1@da0d1ef by renovate (#18034)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/solr | digest | `5a50dfd` -> `da0d1ef` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:33:40 +01:00
TrueCharts Bot
c59baa44e5 chore(deps): update container image bitnami/redis to 7.2.4@fd603c7 by renovate (#18033)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/redis | digest | `a29afa0` -> `fd603c7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:33:02 +01:00
TrueCharts Bot
b244b3e4d3 chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70@5b54cb0 by renovate (#18024)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `0fa9951` -> `5b54cb0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:32:49 +01:00
TrueCharts Bot
b2a95a25b5 chore(deps): update container image bitnami/node-exporter to 1.7.0@148438a by renovate (#18031) 2024-02-12 01:32:34 +01:00
TrueCharts Bot
1dba0c6bdf chore(deps): update container image bitnami/mongodb to 7.0.5@32424c6 by renovate (#18030)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `6fe59ed` -> `32424c6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:32:31 +01:00
TrueCharts Bot
a1c7ff71a0 chore(deps): update container image bitnami/memcached to 1.6.23@076d4a3 by renovate (#18029)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | digest | `a26b0df` -> `076d4a3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:32:26 +01:00
TrueCharts Bot
62dc91af2c chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@f297bc2 by renovate (#18028)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/kube-state-metrics | digest | `0f37db2` -> `f297bc2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:32:19 +01:00
TrueCharts Bot
2791538965 chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@d9ebe51 by renovate (#18027)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/dokuwiki | digest | `aaee2ed` -> `d9ebe51` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:32:02 +01:00
TrueCharts Bot
e30e07a40d chore(deps): update container image bitnami/alertmanager to 0.26.0@de8bbbd by renovate (#18026)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `d58f3c7` -> `de8bbbd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:31:50 +01:00
TrueCharts Bot
0859fffdb6 chore(deps): update container image binhex/arch-hexchat to latest@87c3fc6 by renovate (#18025)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| binhex/arch-hexchat | digest | `e3846eb` -> `87c3fc6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:31:44 +01:00
TrueCharts Bot
16dcb8962f chore(deps): update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest@12d203a by renovate (#18022)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-inkscape-g3 | digest | `e4c22b3` -> `12d203a`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:31:29 +01:00
TrueCharts Bot
cb5b71fc78 chore(deps): update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest@cf2f93a by renovate (#18023)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-opengl-g3 | digest | `6f0b636` -> `cf2f93a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:31:11 +01:00
TrueCharts Bot
f73d7362c3 chore(deps): update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest@1b3df98 by renovate (#18021) 2024-02-12 01:30:46 +01:00
TrueCharts Bot
6a78f96054 chore(deps): update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest@8fbe73b by renovate (#18020)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-firefox-g3 | digest | `d7e96e1` -> `8fbe73b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:30:43 +01:00
TrueCharts-Bot
a59c8b181d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-12 00:09:24 +00:00
TrueCharts-Bot
c50930afcf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-11 00:09:34 +00:00
allcontributors[bot]
982b7b4fb9 docs: add felixfon as a contributor for doc (#18014)
Adds @felixfon as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/18012#issuecomment-1937055904)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-10 18:27:46 +02:00
Stavros Kois
b1e7365ebf chore(ci): fix heimdall again
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-10 18:27:25 +02:00
2025 changed files with 2969 additions and 119892 deletions

View File

@@ -2254,6 +2254,15 @@
"contributions": [
"bug"
]
},
{
"login": "felixfon",
"name": "felixfon",
"avatar_url": "https://avatars.githubusercontent.com/u/66350602?v=4",
"profile": "https://github.com/felixfon",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,

11
.github/README.md vendored
View File

@@ -96,7 +96,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-242-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-243-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -419,6 +419,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ac1dburnz"><img src="https://avatars.githubusercontent.com/u/10972668?v=4?s=100" width="100px;" alt="Ac1dburn"/><br /><sub><b>Ac1dburn</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ac1dburnz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/antoinesaget"><img src="https://avatars.githubusercontent.com/u/38580521?v=4?s=100" width="100px;" alt="Antoine Saget"/><br /><sub><b>Antoine Saget</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=antoinesaget" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bbodenmiller"><img src="https://avatars.githubusercontent.com/u/1192780?v=4?s=100" width="100px;" alt="Ben Bodenmiller"/><br /><sub><b>Ben Bodenmiller</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abbodenmiller" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/felixfon"><img src="https://avatars.githubusercontent.com/u/66350602?v=4?s=100" width="100px;" alt="felixfon"/><br /><sub><b>felixfon</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=felixfon" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
@@ -436,12 +437,12 @@ This project follows the [all-contributors](https://github.com/all-contributors/
---
Truecharts, is primarily based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts.
As a lot of Charts are based on upstream Helm Charts, Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts.
Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as `docs` or `doc` and their subfolders: those folders are not licensed under BSD-3-clause and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
An exception to this, has been made for every document inside folders labeled as `docs` or `doc` and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
`SPDX-License-Identifier: BSD-3-Clause`
`SPDX-License-Identifier: AGPL-3.0`
---

View File

@@ -181,7 +181,6 @@ excluded-charts:
- charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt
chart-repos:
- truecharts-deps=https://deps.truecharts.org
- jetstack=https://charts.jetstack.io
- vmwaretanzu=https://vmware-tanzu.github.io/helm-charts
- cnpg=https://cloudnative-pg.github.io/charts

View File

@@ -11,7 +11,6 @@ chart-dirs:
- charts/operators
excluded-charts: []
chart-repos:
- truecharts-deps=https://deps.truecharts.org
- jetstack=https://charts.jetstack.io
- vmwaretanzu=https://vmware-tanzu.github.io/helm-charts
- cnpg=https://cloudnative-pg.github.io/charts

View File

@@ -430,12 +430,6 @@
"matchPackageNames": ["linuxserver/calibre-web"],
"automerge": true,
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^version-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["linuxserver/heimdall"],
"automerge": true,
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^postgresql-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",

View File

@@ -15,7 +15,7 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
image: tccr.io/tccr/devcontainer:v4.0.0
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout

View File

@@ -54,7 +54,6 @@ jobs:
- name: Prep Helm
run: |
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add jetstack https://charts.jetstack.io
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
helm repo add cnpg https://cloudnative-pg.github.io/charts

View File

@@ -58,25 +58,26 @@ jobs:
runs-on: ubuntu-latest
outputs:
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.13.2"
helm: "3.14.0"
- name: Prep Helm
run: |
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add jetstack https://charts.jetstack.io
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo add metallb https://metallb.github.io/metallb
helm repo update
- name: Prep go-yq
run: |
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq
# Optional step if GPG signing is used
- name: Prepare GPG key
shell: bash
@@ -303,6 +304,11 @@ jobs:
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3
with:
version: v3.14.0
# Optional step if GPG signing is used
- name: Prepare GPG key
shell: bash
@@ -319,6 +325,11 @@ jobs:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Clean Questions
shell: bash
run: |
find . -type f -name 'questions.yaml' -exec rm {} \;
- name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
if: |
@@ -331,6 +342,34 @@ jobs:
CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
CR_SKIP_EXISTING: "true"
- name: Helm | Login
shell: bash
env:
HELM_EXPERIMENTAL_OCI: 1
run: echo ${{ secrets.QUAY_SECRET }} | helm registry login -u ${{ secrets.QUAY_USER }} --password-stdin quay.io
- name: Push Charts to Quay
shell: bash
env:
HELM_EXPERIMENTAL_OCI: 1
run: |
for pkg in .cr-release-packages/*.tgz; do
if [ -z "${pkg:-}" ]; then
break
fi
filename=$(basename "$pkg")
name="${filename%%-[0-9]*.[0-9]*.[0-9]*.tgz}"
echo "uploading $name"
helm push "${pkg}" oci://quay.io/truecharts || echo "failed to upload $pkg to OCI"
curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_TOKEN }}" "https://quay.io/api/v1/repository/truecharts/$name/changevisibility" || echo "failed to set $pkg to public on OCI"
done
- name: Helm | Logout
shell: bash
env:
HELM_EXPERIMENTAL_OCI: 1
run: helm registry logout quay.io
- name: Tag App Releases
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'

View File

@@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: Sync Labels
uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
with:
config-file: |
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml

678
LICENSE
View File

@@ -1,29 +1,661 @@
BSD 3-Clause License
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (c) 2020-2021, the respective contributors, as shown by the AUTHORS file.
All rights reserved.
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Preamble
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 24.1.3.31
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -24,7 +24,7 @@ keywords:
- database
- clickhouse
- sql
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
type: application
version: 11.0.0
version: 11.1.0

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.10.1
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
- https://hub.docker.com/r/bitnami/kube-state-metrics
type: application
version: 6.1.17
version: 6.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/kube-state-metrics
pullPolicy: IfNotPresent
tag: 2.10.1@sha256:0f37db2b6b30197dd946e0a71aeda2d70fd24f27b4753795431c8d8b169648b6
tag: 2.10.1@sha256:783e014a63ab5f1720652992656893684e53f207c60cfb5870f851e49d3b93e7
service:
main:
ports:

View File

@@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 11.2.2
appVersion: 11.2.3
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
type: application
version: 12.1.14
version: 12.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/mariadb
pullPolicy: IfNotPresent
tag: 11.2.2@sha256:ac9f78beb997cc109635606c6ea318bf12baf32e9038ea8114a3f01880bf3f5f
tag: 11.2.3@sha256:78249a05ab8bfae3d5125f0f9d7bebd9da0125e1d0d84ca949663a0651b5027c
workload:
main:
podSpec:

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 1.6.23
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
type: application
version: 11.1.15
version: 11.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.23@sha256:a26b0df322604570e4ecafa2162f495df8100ba0b8083c7c64e29e1dedfe1d75
tag: 1.6.23@sha256:b36218ae28b997bb1bb64770701f32a5193dffb461cc61b6ba283c8e577024c2
service:
main:
ports:

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 7.0.5
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb
type: application
version: 11.1.19
version: 11.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/mongodb
pullPolicy: IfNotPresent
tag: 7.0.5@sha256:6fe59ed5d79f38d2b2e886589ac4b8b21eb86680d9ba3deeed3d03c1771f9166
tag: 7.0.5@sha256:977d7f993d369b34020f9dadb69b8fa207f661124ebf798ef86259418f032637
workload:
main:
replicas: 1

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 1.7.0
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
- https://hub.docker.com/r/bitnami/node-exporter
type: application
version: 6.1.17
version: 6.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/node-exporter
pullPolicy: IfNotPresent
tag: 1.7.0@sha256:5e3b4dd631a4a5951523ecd9acee1824753c8ac9e4fb1385c49abdb0c5686046
tag: 1.7.0@sha256:1f0b4b221cb6d2b4a8002162d24f1a18a40a2bf5d5bdfb242b1687c625e507fd
service:
main:
ports:

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 7.2.4
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
type: application
version: 11.1.18
version: 11.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 7.2.4@sha256:a29afa0e88dcfbd941a4576b723286d02653144eb2c27d0e92482404e691e0cd
tag: 7.2.4@sha256:9c03d05312797f1236b08616e19132ceb2ec2ce3cc9e5636266a1e83ebaf51aa
workload:
main:
replicas: 1

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 9.4.1
dependencies:
- name: common
version: 17.2.30
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://hub.docker.com/r/bitnami/solr
type: application
version: 9.1.14
version: 9.2.0

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/solr
pullPolicy: IfNotPresent
tag: 9.4.1@sha256:5a50dfd3732a3dcf50854dc8f9a5faec8c275bbf890aa4e2c36f8b273172002d
tag: 9.4.1@sha256:116fe3784260be9649c3c374747e8571ad0a0bf36f6f27fbd8e2d63d963e4dc2
workload:
main:
replicas: 1

View File

@@ -1,632 +0,0 @@
---
title: Changelog
---
## [apprise-api-1.0.0](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [apprise-api-0.0.47](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.47) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.46](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.46) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.46](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.46) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.46](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.46) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.45](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.45) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.45](https://github.com/truecharts/charts/compare/apprise-api-0.0.44...apprise-api-0.0.45) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [apprise-api-0.0.44](https://github.com/truecharts/charts/compare/apprise-api-0.0.42...apprise-api-0.0.44) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
- update docker general non-major ([#4312](https://github.com/truecharts/charts/issues/4312))
## [apprise-api-0.0.43](https://github.com/truecharts/charts/compare/apprise-api-0.0.42...apprise-api-0.0.43) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4312](https://github.com/truecharts/charts/issues/4312))
## [apprise-api-0.0.42](https://github.com/truecharts/charts/compare/apprise-api-0.0.41...apprise-api-0.0.42) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [apprise-api-0.0.41](https://github.com/truecharts/charts/compare/apprise-api-0.0.40...apprise-api-0.0.41) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [apprise-api-0.0.40](https://github.com/truecharts/charts/compare/apprise-api-0.0.39...apprise-api-0.0.40) (2022-10-31)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4249](https://github.com/truecharts/charts/issues/4249))
## [apprise-api-0.0.39](https://github.com/truecharts/charts/compare/apprise-api-0.0.38...apprise-api-0.0.39) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [apprise-api-0.0.38](https://github.com/truecharts/charts/compare/apprise-api-0.0.37...apprise-api-0.0.38) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
- update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128))
## [apprise-api-0.0.37](https://github.com/truecharts/charts/compare/apprise-api-0.0.36...apprise-api-0.0.37) (2022-10-17)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119))
## [apprise-api-0.0.36](https://github.com/truecharts/charts/compare/apprise-api-0.0.35...apprise-api-0.0.36) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
- update docker general non-major
## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [apprise-api-0.0.34](https://github.com/truecharts/charts/compare/apprise-api-0.0.33...apprise-api-0.0.34) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [apprise-api-0.0.33](https://github.com/truecharts/charts/compare/apprise-api-0.0.32...apprise-api-0.0.33) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [apprise-api-0.0.32](https://github.com/truecharts/charts/compare/apprise-api-0.0.31...apprise-api-0.0.32) (2022-09-26)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906))
## [apprise-api-0.0.31](https://github.com/truecharts/charts/compare/apprise-api-0.0.30...apprise-api-0.0.31) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.29](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.29) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.28](https://github.com/truecharts/charts/compare/apprise-api-0.0.27...apprise-api-0.0.28) (2022-09-11)
### Chore
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [apprise-api-0.0.27](https://github.com/truecharts/charts/compare/apprise-api-0.0.26...apprise-api-0.0.27) (2022-09-05)
### Chore
- update docker general non-major ([#3700](https://github.com/truecharts/charts/issues/3700))
## [apprise-api-0.0.26](https://github.com/truecharts/charts/compare/apprise-api-0.0.25...apprise-api-0.0.26) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [apprise-api-0.0.25](https://github.com/truecharts/charts/compare/apprise-api-0.0.24...apprise-api-0.0.25) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [apprise-api-0.0.24](https://github.com/truecharts/charts/compare/apprise-api-0.0.23...apprise-api-0.0.24) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [apprise-api-0.0.23](https://github.com/truecharts/charts/compare/apprise-api-0.0.22...apprise-api-0.0.23) (2022-08-29)
### Chore
- update docker general non-major ([#3606](https://github.com/truecharts/charts/issues/3606))
## [apprise-api-0.0.22](https://github.com/truecharts/charts/compare/apprise-api-0.0.20...apprise-api-0.0.22) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [apprise-api-0.0.20](https://github.com/truecharts/charts/compare/apprise-api-0.0.19...apprise-api-0.0.20) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [apprise-api-0.0.19](https://github.com/truecharts/charts/compare/apprise-api-0.0.18...apprise-api-0.0.19) (2022-08-22)
### Chore
- update docker general non-major ([#3530](https://github.com/truecharts/charts/issues/3530))
## [apprise-api-0.0.18](https://github.com/truecharts/charts/compare/apprise-api-0.0.17...apprise-api-0.0.18) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [apprise-api-0.0.17](https://github.com/truecharts/charts/compare/apprise-api-0.0.16...apprise-api-0.0.17) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [apprise-api-0.0.16](https://github.com/truecharts/charts/compare/apprise-api-0.0.15...apprise-api-0.0.16) (2022-08-09)
### Chore
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
## [apprise-api-0.0.15](https://github.com/truecharts/charts/compare/apprise-api-0.0.14...apprise-api-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [apprise-api-0.0.14](https://github.com/truecharts/apps/compare/apprise-api-0.0.13...apprise-api-0.0.14) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [apprise-api-0.0.13](https://github.com/truecharts/apps/compare/apprise-api-0.0.12...apprise-api-0.0.13) (2022-07-25)
### Chore
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore
- add fake digest to new incubator Apps to fetch digests
## [apprise-api-0.0.12](https://github.com/truecharts/apps/compare/apprise-api-0.0.11...apprise-api-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
## [apprise-api-0.0.12](https://github.com/truecharts/apps/compare/apprise-api-0.0.11...apprise-api-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
## [apprise-api-0.0.12](https://github.com/truecharts/apps/compare/apprise-api-0.0.11...apprise-api-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
<a name="apprise-api-0.0.5"></a>
### [apprise-api-0.0.5](https://github.com/truecharts/apps/compare/apprise-api-0.0.4...apprise-api-0.0.5) (2022-05-05)
#### Chore
- update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612))
<a name="apprise-api-0.0.4"></a>
### [apprise-api-0.0.4](https://github.com/truecharts/apps/compare/apprise-api-0.0.3...apprise-api-0.0.4) (2022-04-26)
#### Chore
- update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573))
<a name="apprise-api-0.0.3"></a>
### [apprise-api-0.0.3](https://github.com/truecharts/apps/compare/apprise-api-0.0.2...apprise-api-0.0.3) (2022-04-20)
#### Chore
- add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515))
- update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524))
<a name="apprise-api-0.0.2"></a>
### [apprise-api-0.0.2](https://github.com/truecharts/apps/compare/apprise-api-0.0.1...apprise-api-0.0.2) (2022-04-12)
#### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480))
<a name="apprise-api-0.0.1"></a>
### apprise-api-0.0.1 (2022-04-08)
#### Feat
- Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@@ -1,38 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: notifications
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.9.7
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Push notifications that work with just about every platform!
home: https://truecharts.org/charts/dev/apprise-api
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
keywords:
- apprise-api
- notifications
- usenet
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: apprise-api
sources:
- https://github.com/caronc/apprise-api
- https://github.com/truecharts/charts/tree/master/charts/dev/apprise-api
- https://hub.docker.com/r/caronc/apprise
type: application
version: 4.0.15

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/apprise-api)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,179 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SECRET_KEY
label: Secret Key
description: A Django variable acting as a salt for most things that require security.
schema:
type: string
required: true
default: ""
- variable: APPRISE_STATEFUL_MODE
label: Apprise Stateful Mode
description: Stores the server configuration data.
schema:
type: string
default: hash
enum:
- value: hash
description: Hash
- value: simple
description: Simple
- value: disabled
description: Disabled
- variable: APPRISE_CONFIG_LOCK
label: Apprise Config Lock
description: Locks down your API hosting
schema:
type: string
default: "no"
enum:
- value: "no"
description: "No"
- value: "yes"
description: "Yes"
- variable: APPRISE_DENY_SERVICES
label: Apprise Deny Services
description: A comma separated set of entries identifying what plugins to deny access to.
schema:
type: string
default: "windows,dbus,gnome,macos,syslog"
- variable: APPRISE_ALLOW_SERVICES
label: Apprise Allow Services
description: A comma separated set of entries identifying what plugins to allow access to.
schema:
type: string
default: ""
- variable: ALLOWED_HOSTS
label: Allowed Hosts
description: A list of strings representing the host/domain names that this API can serve.
schema:
type: string
default: "*"
- variable: LOG_LEVEL
label: Log Level
description: Adjust the log level to the console.
schema:
type: string
default: INFO
enum:
- value: INFO
description: Info
- value: DEBUG
description: Debug
- value: WARNING
description: Warning
- value: ERROR
description: Error
- value: CRITICAL
description: Critical
- variable: DEBUG
label: Debug
schema:
type: string
default: "no"
enum:
- value: "no"
description: "No"
- value: "yes"
description: "Yes"
- variable: APPRISE_RECURSION_MAX
label: Apprise Recursion Max
schema:
type: int
default: 1
min: 1
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8000
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 33
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 33
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 33
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,2 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,41 +0,0 @@
image:
pullPolicy: IfNotPresent
repository: caronc/apprise
tag: 0.9.7@sha256:36b085415481d0d51cfbc3ed59e2aebd0cf8aa83e65c1a0c77c905d02f00c284
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 33
runAsUser: 33
pod:
fsGroup: 33
service:
main:
ports:
main:
port: 8000
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
env:
ALLOWED_HOSTS: "*"
APPRISE_ALLOW_SERVICES: ""
APPRISE_CONFIG_DIR: /config
APPRISE_CONFIG_LOCK: "false"
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
APPRISE_RECURSION_MAX: "1"
APPRISE_STATEFUL_MODE: hash
DEBUG: "no"
LOG_LEVEL: INFO
SECRET_KEY: abc123

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,973 +0,0 @@
---
title: Changelog
---
## [appsmith-3.0.0](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-3.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update docker general non-major ([#4355](https://github.com/truecharts/charts/issues/4355))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [appsmith-2.0.70](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.70) (2022-11-09)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#4355](https://github.com/truecharts/charts/issues/4355))
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.69](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.69) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.68](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.68) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.68](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.68) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.68](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.68) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.67](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.67) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.67](https://github.com/truecharts/charts/compare/appsmith-2.0.66...appsmith-2.0.67) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [appsmith-2.0.66](https://github.com/truecharts/charts/compare/appsmith-2.0.65...appsmith-2.0.66) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [appsmith-2.0.65](https://github.com/truecharts/charts/compare/appsmith-2.0.64...appsmith-2.0.65) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [appsmith-2.0.64](https://github.com/truecharts/charts/compare/appsmith-2.0.63...appsmith-2.0.64) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4301](https://github.com/truecharts/charts/issues/4301))
## [appsmith-2.0.63](https://github.com/truecharts/charts/compare/appsmith-2.0.62...appsmith-2.0.63) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [appsmith-2.0.62](https://github.com/truecharts/charts/compare/appsmith-2.0.61...appsmith-2.0.62) (2022-10-28)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4218](https://github.com/truecharts/charts/issues/4218))
## [appsmith-2.0.61](https://github.com/truecharts/charts/compare/appsmith-2.0.60...appsmith-2.0.61) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [appsmith-2.0.60](https://github.com/truecharts/charts/compare/appsmith-2.0.59...appsmith-2.0.60) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
- update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128))
## [appsmith-2.0.59](https://github.com/truecharts/charts/compare/appsmith-2.0.58...appsmith-2.0.59) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [appsmith-2.0.57](https://github.com/truecharts/charts/compare/appsmith-2.0.56...appsmith-2.0.57) (2022-10-05)
### Chore
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
- update docker general non-major
## [appsmith-2.0.55](https://github.com/truecharts/charts/compare/appsmith-2.0.54...appsmith-2.0.55) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [appsmith-2.0.54](https://github.com/truecharts/charts/compare/appsmith-2.0.53...appsmith-2.0.54) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [appsmith-2.0.53](https://github.com/truecharts/charts/compare/appsmith-2.0.52...appsmith-2.0.53) (2022-09-23)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850))
## [appsmith-2.0.52](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.52) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.52](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.52) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.51](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.51) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [appsmith-2.0.50](https://github.com/truecharts/charts/compare/appsmith-2.0.49...appsmith-2.0.50) (2022-09-13)
### Chore
- update helm general non-major ([#3756](https://github.com/truecharts/charts/issues/3756))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.49](https://github.com/truecharts/charts/compare/appsmith-2.0.48...appsmith-2.0.49) (2022-09-11)
### Chore
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [appsmith-2.0.48](https://github.com/truecharts/charts/compare/appsmith-2.0.47...appsmith-2.0.48) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [appsmith-2.0.47](https://github.com/truecharts/charts/compare/appsmith-2.0.46...appsmith-2.0.47) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [appsmith-2.0.46](https://github.com/truecharts/charts/compare/appsmith-2.0.45...appsmith-2.0.46) (2022-08-30)
### Chore
- update helm general non-major ([#3624](https://github.com/truecharts/charts/issues/3624))
## [appsmith-2.0.45](https://github.com/truecharts/charts/compare/appsmith-2.0.43...appsmith-2.0.45) (2022-08-29)
### Chore
- update helm general non-major ([#3621](https://github.com/truecharts/charts/issues/3621))
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [appsmith-2.0.43](https://github.com/truecharts/charts/compare/appsmith-2.0.41...appsmith-2.0.43) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [appsmith-2.0.41](https://github.com/truecharts/charts/compare/appsmith-2.0.40...appsmith-2.0.41) (2022-08-25)
### Chore
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
## [appsmith-2.0.40](https://github.com/truecharts/charts/compare/appsmith-2.0.39...appsmith-2.0.40) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [appsmith-2.0.39](https://github.com/truecharts/charts/compare/appsmith-2.0.38...appsmith-2.0.39) (2022-08-19)
### Chore
- update docker general non-major docker tags ([#3512](https://github.com/truecharts/charts/issues/3512))
## [appsmith-2.0.38](https://github.com/truecharts/charts/compare/appsmith-2.0.37...appsmith-2.0.38) (2022-08-17)
### Chore
- update helm general non-major helm releases ([#3484](https://github.com/truecharts/charts/issues/3484))
## [appsmith-2.0.37](https://github.com/truecharts/charts/compare/appsmith-2.0.36...appsmith-2.0.37) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [appsmith-2.0.36](https://github.com/truecharts/charts/compare/appsmith-2.0.35...appsmith-2.0.36) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [appsmith-2.0.35](https://github.com/truecharts/charts/compare/appsmith-2.0.34...appsmith-2.0.35) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [appsmith-2.0.34](https://github.com/truecharts/charts/compare/appsmith-2.0.33...appsmith-2.0.34) (2022-08-09)
### Chore
- update helm general non-major helm releases to v10.4.9 ([#3413](https://github.com/truecharts/charts/issues/3413))
## [appsmith-2.0.33](https://github.com/truecharts/charts/compare/appsmith-2.0.32...appsmith-2.0.33) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [appsmith-2.0.32](https://github.com/truecharts/apps/compare/appsmith-2.0.31...appsmith-2.0.32) (2022-07-30)
### Chore
- update docker general non-major
## [appsmith-2.0.31](https://github.com/truecharts/apps/compare/appsmith-2.0.30...appsmith-2.0.31) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [appsmith-2.0.30](https://github.com/truecharts/apps/compare/appsmith-2.0.29...appsmith-2.0.30) (2022-07-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [appsmith-2.0.30](https://github.com/truecharts/apps/compare/appsmith-2.0.29...appsmith-2.0.30) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [appsmith-2.0.29](https://github.com/truecharts/apps/compare/appsmith-2.0.28...appsmith-2.0.29) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [appsmith-2.0.29](https://github.com/truecharts/apps/compare/appsmith-2.0.28...appsmith-2.0.29) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [appsmith-2.0.29](https://github.com/truecharts/apps/compare/appsmith-2.0.28...appsmith-2.0.29) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [appsmith-2.0.28](https://github.com/truecharts/apps/compare/appsmith-2.0.27...appsmith-2.0.28) (2022-07-23)
### Chore
- update docker general non-major ([#3275](https://github.com/truecharts/apps/issues/3275))
## [appsmith-2.0.27](https://github.com/truecharts/apps/compare/appsmith-2.0.26...appsmith-2.0.27) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3274](https://github.com/truecharts/apps/issues/3274))
## [appsmith-2.0.26](https://github.com/truecharts/apps/compare/appsmith-2.0.24...appsmith-2.0.26) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3268](https://github.com/truecharts/apps/issues/3268))
## [appsmith-2.0.24](https://github.com/truecharts/apps/compare/appsmith-2.0.23...appsmith-2.0.24) (2022-07-19)
### Chore
- Update Readme and Description on SCALE
## [appsmith-2.0.23](https://github.com/truecharts/apps/compare/appsmith-2.0.22...appsmith-2.0.23) (2022-07-14)
### Fix
- regenerate catalog and update template
## [appsmith-2.0.22](https://github.com/truecharts/apps/compare/appsmith-2.0.20...appsmith-2.0.22) (2022-07-14)
### Fix
- bump to ensure .helmignore is present on all Charts
## [appsmith-2.0.20](https://github.com/truecharts/apps/compare/appsmith-2.0.19...appsmith-2.0.20) (2022-07-14)
### Chore
- update docker general non-major ([#3171](https://github.com/truecharts/apps/issues/3171))
## [appsmith-2.0.19](https://github.com/truecharts/apps/compare/appsmith-2.0.17...appsmith-2.0.19) (2022-07-12)
### Chore
- update icons ([#3156](https://github.com/truecharts/apps/issues/3156))
- bump to cleanup old docs and use correct icon urls
## [appsmith-2.0.17](https://github.com/truecharts/apps/compare/appsmith-2.0.16...appsmith-2.0.17) (2022-07-12)
### Chore
- bump to regenerate documentation
<a name="appsmith-2.0.16"></a>
### [appsmith-2.0.16](https://github.com/truecharts/apps/compare/appsmith-2.0.15...appsmith-2.0.16) (2022-07-12)
#### Chore
- update helm general non-major helm releases ([#3147](https://github.com/truecharts/apps/issues/3147))
- update docker general non-major ([#3150](https://github.com/truecharts/apps/issues/3150))
<a name="appsmith-2.0.15"></a>
### [appsmith-2.0.15](https://github.com/truecharts/apps/compare/appsmith-2.0.14...appsmith-2.0.15) (2022-07-11)
#### Chore
- move icons into the apps folder ([#3139](https://github.com/truecharts/apps/issues/3139))
<a name="appsmith-2.0.14"></a>
### [appsmith-2.0.14](https://github.com/truecharts/apps/compare/appsmith-2.0.13...appsmith-2.0.14) (2022-07-09)
#### Chore
- update helm general non-major helm releases ([#3113](https://github.com/truecharts/apps/issues/3113))
<a name="appsmith-2.0.13"></a>
### [appsmith-2.0.13](https://github.com/truecharts/apps/compare/appsmith-2.0.12...appsmith-2.0.13) (2022-07-06)
#### Chore
- update docker general non-major ([#3078](https://github.com/truecharts/apps/issues/3078))
<a name="appsmith-2.0.12"></a>
### [appsmith-2.0.12](https://github.com/truecharts/apps/compare/appsmith-2.0.11...appsmith-2.0.12) (2022-07-04)
#### Chore
- update helm general non-major helm releases ([#3066](https://github.com/truecharts/apps/issues/3066))
<a name="appsmith-2.0.11"></a>
### [appsmith-2.0.11](https://github.com/truecharts/apps/compare/appsmith-2.0.10...appsmith-2.0.11) (2022-06-25)
#### Chore
- update helm general non-major helm releases ([#2977](https://github.com/truecharts/apps/issues/2977))
<a name="appsmith-2.0.10"></a>
### [appsmith-2.0.10](https://github.com/truecharts/apps/compare/appsmith-2.0.9...appsmith-2.0.10) (2022-06-22)
#### Chore
- update docker general non-major ([#2954](https://github.com/truecharts/apps/issues/2954))
- update helm general non-major helm releases ([#2948](https://github.com/truecharts/apps/issues/2948))
<a name="appsmith-2.0.9"></a>
### [appsmith-2.0.9](https://github.com/truecharts/apps/compare/appsmith-2.0.8...appsmith-2.0.9) (2022-06-21)
#### Chore
- update helm general non-major helm releases ([#2943](https://github.com/truecharts/apps/issues/2943))
<a name="appsmith-2.0.8"></a>
### [appsmith-2.0.8](https://github.com/truecharts/apps/compare/appsmith-2.0.7...appsmith-2.0.8) (2022-06-18)
#### Chore
- update docker general non-major ([#2927](https://github.com/truecharts/apps/issues/2927))
<a name="appsmith-2.0.7"></a>
### [appsmith-2.0.7](https://github.com/truecharts/apps/compare/appsmith-2.0.6...appsmith-2.0.7) (2022-06-17)
#### Chore
- update docker general non-major ([#2917](https://github.com/truecharts/apps/issues/2917))
<a name="appsmith-2.0.6"></a>
### [appsmith-2.0.6](https://github.com/truecharts/apps/compare/appsmith-2.0.5...appsmith-2.0.6) (2022-06-15)
#### Chore
- update docker general non-major ([#2890](https://github.com/truecharts/apps/issues/2890))
<a name="appsmith-2.0.5"></a>
### [appsmith-2.0.5](https://github.com/truecharts/apps/compare/appsmith-2.0.4...appsmith-2.0.5) (2022-06-14)
#### Chore
- update helm general non-major helm releases ([#2887](https://github.com/truecharts/apps/issues/2887))
<a name="appsmith-2.0.4"></a>
### [appsmith-2.0.4](https://github.com/truecharts/apps/compare/appsmith-2.0.3...appsmith-2.0.4) (2022-06-14)
#### Chore
- update helm general non-major helm releases ([#2886](https://github.com/truecharts/apps/issues/2886))
<a name="appsmith-2.0.3"></a>
### [appsmith-2.0.3](https://github.com/truecharts/apps/compare/appsmith-2.0.2...appsmith-2.0.3) (2022-06-14)
#### Chore
- update helm general non-major helm releases ([#2873](https://github.com/truecharts/apps/issues/2873))
<a name="appsmith-2.0.2"></a>
### [appsmith-2.0.2](https://github.com/truecharts/apps/compare/appsmith-2.0.1...appsmith-2.0.2) (2022-06-11)
#### Chore
- update helm general non-major helm releases ([#2854](https://github.com/truecharts/apps/issues/2854))
<a name="appsmith-2.0.1"></a>
### [appsmith-2.0.1](https://github.com/truecharts/apps/compare/appsmith-2.0.0...appsmith-2.0.1) (2022-06-09)
#### Chore
- update docker general non-major ([#2846](https://github.com/truecharts/apps/issues/2846))
<a name="appsmith-2.0.0"></a>
### [appsmith-2.0.0](https://github.com/truecharts/apps/compare/appsmith-1.0.1...appsmith-2.0.0) (2022-06-07)
#### Chore
- update helm general major helm releases ([#2804](https://github.com/truecharts/apps/issues/2804))
#### Fix
- hotpatch to disable HPA and networkPolicy in SCALE interface, due to incompatible format.
<a name="appsmith-1.0.1"></a>
### [appsmith-1.0.1](https://github.com/truecharts/apps/compare/appsmith-0.0.16...appsmith-1.0.1) (2022-06-07)
#### Chore
- Auto-update chart README [skip ci]
- sync all apps persistence configuration and always default to PVC
- update helm general non-major helm releases ([#2838](https://github.com/truecharts/apps/issues/2838))
#### Fix
- remove malfunctioning SCALE migration script
#### Refactor
- BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="appsmith-1.0.0"></a>
### [appsmith-1.0.0](https://github.com/truecharts/apps/compare/appsmith-0.0.16...appsmith-1.0.0) (2022-06-07)
#### Chore
- sync all apps persistence configuration and always default to PVC
#### Refactor
- BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="appsmith-0.0.16"></a>
### [appsmith-0.0.16](https://github.com/truecharts/apps/compare/appsmith-0.0.15...appsmith-0.0.16) (2022-05-31)
#### Chore
- update helm general non-major helm releases ([#2803](https://github.com/truecharts/apps/issues/2803))
<a name="appsmith-0.0.15"></a>
### [appsmith-0.0.15](https://github.com/truecharts/apps/compare/appsmith-0.0.14...appsmith-0.0.15) (2022-05-26)
#### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#2759](https://github.com/truecharts/apps/issues/2759))
<a name="appsmith-0.0.15"></a>
### [appsmith-0.0.15](https://github.com/truecharts/apps/compare/appsmith-0.0.14...appsmith-0.0.15) (2022-05-26)
#### Chore
- update helm general non-major helm releases ([#2759](https://github.com/truecharts/apps/issues/2759))
<a name="appsmith-0.0.14"></a>
### [appsmith-0.0.14](https://github.com/truecharts/apps/compare/appsmith-0.0.13...appsmith-0.0.14) (2022-05-24)
#### Chore
- update docker general non-major ([#2744](https://github.com/truecharts/apps/issues/2744))
<a name="appsmith-0.0.13"></a>
### [appsmith-0.0.13](https://github.com/truecharts/apps/compare/appsmith-0.0.12...appsmith-0.0.13) (2022-05-24)
#### Chore
- update helm general non-major helm releases
<a name="appsmith-0.0.12"></a>
### [appsmith-0.0.12](https://github.com/truecharts/apps/compare/appsmith-0.0.11...appsmith-0.0.12) (2022-05-17)
#### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases
<a name="appsmith-0.0.12"></a>
### [appsmith-0.0.12](https://github.com/truecharts/apps/compare/appsmith-0.0.11...appsmith-0.0.12) (2022-05-17)
#### Chore
- update helm general non-major helm releases
<a name="appsmith-0.0.11"></a>
### [appsmith-0.0.11](https://github.com/truecharts/apps/compare/appsmith-0.0.10...appsmith-0.0.11) (2022-05-17)
#### Chore
- update helm general non-major helm releases
<a name="appsmith-0.0.10"></a>
### [appsmith-0.0.10](https://github.com/truecharts/apps/compare/appsmith-0.0.9...appsmith-0.0.10) (2022-05-10)
#### Chore
- update helm general non-major helm releases ([#2649](https://github.com/truecharts/apps/issues/2649))
<a name="appsmith-0.0.9"></a>
### [appsmith-0.0.9](https://github.com/truecharts/apps/compare/appsmith-0.0.8...appsmith-0.0.9) (2022-05-05)
#### Chore
- update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612))
<a name="appsmith-0.0.8"></a>
### [appsmith-0.0.8](https://github.com/truecharts/apps/compare/appsmith-0.0.7...appsmith-0.0.8) (2022-05-04)
#### Chore
- update docker general non-major ([#2606](https://github.com/truecharts/apps/issues/2606))
<a name="appsmith-0.0.7"></a>
### [appsmith-0.0.7](https://github.com/truecharts/apps/compare/appsmith-0.0.6...appsmith-0.0.7) (2022-05-04)
#### Chore
- update helm general non-major helm releases ([#2605](https://github.com/truecharts/apps/issues/2605))
<a name="appsmith-0.0.6"></a>
### [appsmith-0.0.6](https://github.com/truecharts/apps/compare/appsmith-0.0.5...appsmith-0.0.6) (2022-04-28)
#### Chore
- update docker general non-major ([#2577](https://github.com/truecharts/apps/issues/2577))
<a name="appsmith-0.0.5"></a>
### [appsmith-0.0.5](https://github.com/truecharts/apps/compare/appsmith-0.0.4...appsmith-0.0.5) (2022-04-26)
#### Chore
- update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573))
<a name="appsmith-0.0.4"></a>
### [appsmith-0.0.4](https://github.com/truecharts/apps/compare/appsmith-0.0.3...appsmith-0.0.4) (2022-04-26)
#### Chore
- update docker general non-major ([#2571](https://github.com/truecharts/apps/issues/2571))
<a name="appsmith-0.0.3"></a>
### [appsmith-0.0.3](https://github.com/truecharts/apps/compare/appsmith-0.0.2...appsmith-0.0.3) (2022-04-20)
#### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515))
- update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524))
- add force tls gui option ([#2496](https://github.com/truecharts/apps/issues/2496))
#### Feat
- move some apps to stable ([#2504](https://github.com/truecharts/apps/issues/2504))
- Add apps ([#2493](https://github.com/truecharts/apps/issues/2493))

View File

@@ -1,43 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.9.57
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 9.0.3
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
deprecated: false
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
home: https://truecharts.org/charts/dev/appsmith
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
keywords:
- appsmith
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: appsmith
sources:
- https://github.com/appsmithorg/appsmith
- https://github.com/truecharts/charts/tree/master/charts/dev/appsmith
- https://hub.docker.com/r/appsmith/appsmith-ce
type: application
version: 6.0.15

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,124 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: APPSMITH_ADMIN_EMAILS
label: "APPSMITH_ADMIN_EMAILS"
description: "The environment variable APPSMITH_ADMIN_EMAILS can be set to a comma-separated list of email addresses, that will always be allowed to sign up"
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10217
required: true
- variable: supervisor
label: "Supervisor Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: supervisor
label: "Supervisor Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10218
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: appsmithstacks
label: "App Appsmith Stacks Storage"
description: "Stores the Application Appsmith Stacks."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,50 +0,0 @@
image:
pullPolicy: IfNotPresent
repository: appsmith/appsmith-ce
tag: v1.9.57@sha256:33fdb9a84f202b3ff6dada31107f90946a7af883657849295181fb1393065dd8
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10217
targetPort: 80
supervisor:
enabled: true
ports:
supervisor:
enabled: true
port: 10218
targetPort: 9001
workload:
main:
podSpec:
containers:
main:
env:
APPSMITH_ADMIN_EMAILS: me@example.com,you@example.com
APPSMITH_REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
persistence:
appsmithstacks:
enabled: true
mountPath: /appsmith-stacks
redis:
enabled: true
existingSecret: rediscreds
redisUsername: appsmith
portal:
open:
enabled: true

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,707 +0,0 @@
---
title: Changelog
---
## [awesome-ttrss-1.0.0](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [awesome-ttrss-0.0.58](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.58) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.57](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.57) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.57](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.57) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.57](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.57) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.56](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.56) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.56](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.55...awesome-ttrss-0.0.56) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [awesome-ttrss-0.0.55](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.54...awesome-ttrss-0.0.55) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [awesome-ttrss-0.0.54](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.53...awesome-ttrss-0.0.54) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [awesome-ttrss-0.0.53](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.52...awesome-ttrss-0.0.53) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [awesome-ttrss-0.0.52](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.51...awesome-ttrss-0.0.52) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [awesome-ttrss-0.0.51](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.50...awesome-ttrss-0.0.51) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [awesome-ttrss-0.0.50](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.49...awesome-ttrss-0.0.50) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [awesome-ttrss-0.0.49](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.48...awesome-ttrss-0.0.49) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [awesome-ttrss-0.0.47](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.46...awesome-ttrss-0.0.47) (2022-10-05)
### Chore
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [awesome-ttrss-0.0.45](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.44...awesome-ttrss-0.0.45) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [awesome-ttrss-0.0.44](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.43...awesome-ttrss-0.0.44) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [awesome-ttrss-0.0.42](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.41...awesome-ttrss-0.0.42) (2022-09-13)
### Chore
- update helm general non-major ([#3756](https://github.com/truecharts/charts/issues/3756))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.41](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.40...awesome-ttrss-0.0.41) (2022-09-11)
### Chore
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [awesome-ttrss-0.0.40](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.39...awesome-ttrss-0.0.40) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [awesome-ttrss-0.0.39](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.38...awesome-ttrss-0.0.39) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [awesome-ttrss-0.0.38](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.36...awesome-ttrss-0.0.38) (2022-08-29)
### Chore
- update helm general non-major ([#3621](https://github.com/truecharts/charts/issues/3621))
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [awesome-ttrss-0.0.36](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.34...awesome-ttrss-0.0.36) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [awesome-ttrss-0.0.34](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.33...awesome-ttrss-0.0.34) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [awesome-ttrss-0.0.33](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.32...awesome-ttrss-0.0.33) (2022-08-17)
### Chore
- update helm general non-major helm releases ([#3484](https://github.com/truecharts/charts/issues/3484))
## [awesome-ttrss-0.0.32](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.31...awesome-ttrss-0.0.32) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [awesome-ttrss-0.0.31](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.30...awesome-ttrss-0.0.31) (2022-08-09)
### Chore
- update helm general non-major helm releases to v10.4.9 ([#3413](https://github.com/truecharts/charts/issues/3413))
## [awesome-ttrss-0.0.30](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.29...awesome-ttrss-0.0.30) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [awesome-ttrss-0.0.29](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.28...awesome-ttrss-0.0.29) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [awesome-ttrss-0.0.28](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.27...awesome-ttrss-0.0.28) (2022-07-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [awesome-ttrss-0.0.28](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.27...awesome-ttrss-0.0.28) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [awesome-ttrss-0.0.27](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.25...awesome-ttrss-0.0.27) (2022-07-24)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3284](https://github.com/truecharts/apps/issues/3284))
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [awesome-ttrss-0.0.26](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.25...awesome-ttrss-0.0.26) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [awesome-ttrss-0.0.26](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.25...awesome-ttrss-0.0.26) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [awesome-ttrss-0.0.25](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.24...awesome-ttrss-0.0.25) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3274](https://github.com/truecharts/apps/issues/3274))
## [awesome-ttrss-0.0.24](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.22...awesome-ttrss-0.0.24) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3268](https://github.com/truecharts/apps/issues/3268))
## [awesome-ttrss-0.0.22](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.21...awesome-ttrss-0.0.22) (2022-07-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
## [awesome-ttrss-0.0.22](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.21...awesome-ttrss-0.0.22) (2022-07-21)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
## [awesome-ttrss-0.0.22](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.21...awesome-ttrss-0.0.22) (2022-07-21)
### Chore
- update docker general non-major ([#3239](https://github.com/truecharts/apps/issues/3239))
## [awesome-ttrss-0.0.21](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.20...awesome-ttrss-0.0.21) (2022-07-20)
### Chore
- update docker general non-major ([#3222](https://github.com/truecharts/apps/issues/3222))
## [awesome-ttrss-0.0.20](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.19...awesome-ttrss-0.0.20) (2022-07-19)
### Chore
- Update Readme and Description on SCALE
## [awesome-ttrss-0.0.19](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.18...awesome-ttrss-0.0.19) (2022-07-14)
### Fix
- regenerate catalog and update template
## [awesome-ttrss-0.0.18](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.16...awesome-ttrss-0.0.18) (2022-07-14)
### Fix
- bump to ensure .helmignore is present on all Charts
## [awesome-ttrss-0.0.16](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.14...awesome-ttrss-0.0.16) (2022-07-12)
### Chore
- update icons ([#3156](https://github.com/truecharts/apps/issues/3156))
- bump to cleanup old docs and use correct icon urls
## [awesome-ttrss-0.0.14](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.13...awesome-ttrss-0.0.14) (2022-07-12)
### Chore
- bump to regenerate documentation
<a name="awesome-ttrss-0.0.13"></a>
### [awesome-ttrss-0.0.13](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.12...awesome-ttrss-0.0.13) (2022-07-12)
#### Chore
- update helm general non-major helm releases ([#3147](https://github.com/truecharts/apps/issues/3147))
<a name="awesome-ttrss-0.0.12"></a>
### [awesome-ttrss-0.0.12](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.11...awesome-ttrss-0.0.12) (2022-07-11)
#### Chore
- move icons into the apps folder ([#3139](https://github.com/truecharts/apps/issues/3139))
<a name="awesome-ttrss-0.0.11"></a>
### [awesome-ttrss-0.0.11](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.10...awesome-ttrss-0.0.11) (2022-07-09)
#### Chore
- update helm general non-major helm releases ([#3113](https://github.com/truecharts/apps/issues/3113))
<a name="awesome-ttrss-0.0.10"></a>
### [awesome-ttrss-0.0.10](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.9...awesome-ttrss-0.0.10) (2022-07-05)
#### Chore
- update helm general non-major helm releases ([#3075](https://github.com/truecharts/apps/issues/3075))
<a name="awesome-ttrss-0.0.9"></a>
### [awesome-ttrss-0.0.9](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.8...awesome-ttrss-0.0.9) (2022-07-04)
#### Chore
- update helm general non-major helm releases ([#3066](https://github.com/truecharts/apps/issues/3066))
<a name="awesome-ttrss-0.0.8"></a>
### [awesome-ttrss-0.0.8](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.7...awesome-ttrss-0.0.8) (2022-06-25)
#### Chore
- update helm general non-major helm releases ([#2977](https://github.com/truecharts/apps/issues/2977))
<a name="awesome-ttrss-0.0.7"></a>
### [awesome-ttrss-0.0.7](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.6...awesome-ttrss-0.0.7) (2022-06-22)
#### Chore
- update helm general non-major helm releases ([#2948](https://github.com/truecharts/apps/issues/2948))
<a name="awesome-ttrss-0.0.6"></a>
### [awesome-ttrss-0.0.6](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.5...awesome-ttrss-0.0.6) (2022-06-21)
#### Chore
- update helm general non-major helm releases ([#2943](https://github.com/truecharts/apps/issues/2943))
<a name="awesome-ttrss-0.0.5"></a>
### [awesome-ttrss-0.0.5](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.4...awesome-ttrss-0.0.5) (2022-06-17)
#### Chore
- update docker general non-major ([#2917](https://github.com/truecharts/apps/issues/2917))
<a name="awesome-ttrss-0.0.4"></a>
### [awesome-ttrss-0.0.4](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.3...awesome-ttrss-0.0.4) (2022-06-16)
#### Chore
- update image refs ([#2912](https://github.com/truecharts/apps/issues/2912))
- update docker general non-major ([#2904](https://github.com/truecharts/apps/issues/2904))
<a name="awesome-ttrss-0.0.3"></a>
### [awesome-ttrss-0.0.3](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.2...awesome-ttrss-0.0.3) (2022-06-16)
#### Fix
- Fix persistence ([#2910](https://github.com/truecharts/apps/issues/2910))
- BREAKING CHANGE: Use official image due to LSIO deprecation ([#2888](https://github.com/truecharts/apps/issues/2888))
<a name="awesome-ttrss-0.0.2"></a>
### [awesome-ttrss-0.0.2](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.1...awesome-ttrss-0.0.2) (2022-06-15)
#### Fix
- fix question ([#2902](https://github.com/truecharts/apps/issues/2902))
<a name="awesome-ttrss-0.0.1"></a>
### awesome-ttrss-0.0.1 (2022-06-15)

View File

@@ -1,37 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 2023.12.18
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
home: https://truecharts.org/charts/dev/awesome-ttrss
icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png
keywords:
- tt-rss
- awesome-ttrss
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: awesome-ttrss
sources:
- https://github.com/HenryQW/Awesome-TTRSS
- https://github.com/truecharts/charts/tree/master/charts/dev/awesome-ttrss
- https://hub.docker.com/r/wangqiru/ttrss
type: application
version: 4.0.5

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/awesome-ttrss)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,121 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SELF_URL_PATH
label: "SELF_URL_PATH"
description: "Sets the SELF_URL_PATH env var"
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10246
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: icons
label: "App Icons Storage"
description: "Stores the Application Icons."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: plugins
label: "App Plugins Storage"
description: "Stores the Application Plugins."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: themes
label: "App Themes Storage"
description: "Stores the Application Themes."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,2 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.all" . }}

View File

@@ -1,81 +0,0 @@
image:
repository: wangqiru/ttrss
pullPolicy: IfNotPresent
tag: latest-2023-12-18@sha256:24c1332f944d4b156608df29a3222cb0a6a9f1ab6c3d09d4214b168c93b99204
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
enabled: true
port: 10246
targetPort: 80
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
# External URL you use to connect to the RSS
# (the one you enter in your browser)
SELF_URL_PATH: ""
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DB_PORT: "5432"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
persistence:
icons:
enabled: true
targetSelector:
main:
main:
mountPath: /var/www/feed-icons
plugins:
enabled: true
targetSelector:
main:
main:
mountPath: /var/www/plugins.local
themes:
enabled: true
targetSelector:
main:
main:
mountPath: /var/www/themes.local
cnpg:
main:
enabled: true
user: awesome-ttrss
database: awesome-ttrss
portal:
open:
enabled: true

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,584 +0,0 @@
---
title: Changelog
---
## [btdex-1.0.0](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [btdex-0.0.39](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.39) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.38](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.38) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.38](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.38) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.38](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.38) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.37](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.37) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.37](https://github.com/truecharts/charts/compare/btdex-0.0.36...btdex-0.0.37) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [btdex-0.0.36](https://github.com/truecharts/charts/compare/btdex-0.0.35...btdex-0.0.36) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [btdex-0.0.35](https://github.com/truecharts/charts/compare/btdex-0.0.34...btdex-0.0.35) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [btdex-0.0.34](https://github.com/truecharts/charts/compare/btdex-0.0.33...btdex-0.0.34) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [btdex-0.0.33](https://github.com/truecharts/charts/compare/btdex-0.0.32...btdex-0.0.33) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [btdex-0.0.32](https://github.com/truecharts/charts/compare/btdex-0.0.31...btdex-0.0.32) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [btdex-0.0.31](https://github.com/truecharts/charts/compare/btdex-0.0.30...btdex-0.0.31) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [btdex-0.0.29](https://github.com/truecharts/charts/compare/btdex-0.0.28...btdex-0.0.29) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [btdex-0.0.28](https://github.com/truecharts/charts/compare/btdex-0.0.27...btdex-0.0.28) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [btdex-0.0.27](https://github.com/truecharts/charts/compare/btdex-0.0.26...btdex-0.0.27) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.25](https://github.com/truecharts/charts/compare/btdex-0.0.24...btdex-0.0.25) (2022-09-11)
### Chore
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [btdex-0.0.24](https://github.com/truecharts/charts/compare/btdex-0.0.23...btdex-0.0.24) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [btdex-0.0.23](https://github.com/truecharts/charts/compare/btdex-0.0.22...btdex-0.0.23) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [btdex-0.0.22](https://github.com/truecharts/charts/compare/btdex-0.0.21...btdex-0.0.22) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [btdex-0.0.21](https://github.com/truecharts/charts/compare/btdex-0.0.19...btdex-0.0.21) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [btdex-0.0.19](https://github.com/truecharts/charts/compare/btdex-0.0.18...btdex-0.0.19) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [btdex-0.0.18](https://github.com/truecharts/charts/compare/btdex-0.0.17...btdex-0.0.18) (2022-08-17)
### Chore
- update docker general non-major ([#3478](https://github.com/truecharts/charts/issues/3478))
## [btdex-0.0.17](https://github.com/truecharts/charts/compare/btdex-0.0.16...btdex-0.0.17) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [btdex-0.0.16](https://github.com/truecharts/charts/compare/btdex-0.0.15...btdex-0.0.16) (2022-08-09)
### Chore
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
## [btdex-0.0.15](https://github.com/truecharts/charts/compare/btdex-0.0.14...btdex-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [btdex-0.0.14](https://github.com/truecharts/apps/compare/btdex-0.0.13...btdex-0.0.14) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [btdex-0.0.13](https://github.com/truecharts/apps/compare/btdex-0.0.12...btdex-0.0.13) (2022-07-25)
### Chore
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore
- add fake digest to new incubator Apps to fetch digests
## [btdex-0.0.12](https://github.com/truecharts/apps/compare/btdex-0.0.11...btdex-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
## [btdex-0.0.12](https://github.com/truecharts/apps/compare/btdex-0.0.11...btdex-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
## [btdex-0.0.12](https://github.com/truecharts/apps/compare/btdex-0.0.11...btdex-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
### Feat
- move dev apps to incubator and remove bad content from dev
<a name="btdex-0.0.5"></a>
### [btdex-0.0.5](https://github.com/truecharts/apps/compare/btdex-0.0.4...btdex-0.0.5) (2022-05-05)
#### Chore
- update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612))
<a name="btdex-0.0.4"></a>
### [btdex-0.0.4](https://github.com/truecharts/apps/compare/btdex-0.0.3...btdex-0.0.4) (2022-04-26)
#### Chore
- update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573))
<a name="btdex-0.0.3"></a>
### [btdex-0.0.3](https://github.com/truecharts/apps/compare/btdex-0.0.2...btdex-0.0.3) (2022-04-20)
#### Chore
- add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515))
- update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524))
<a name="btdex-0.0.2"></a>
### [btdex-0.0.2](https://github.com/truecharts/apps/compare/btdex-0.0.1...btdex-0.0.2) (2022-04-12)
#### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480))
#### Fix
- ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449))
<a name="btdex-0.0.1"></a>
### btdex-0.0.1 (2022-04-07)
#### Feat
- Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440))

View File

@@ -1,37 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Crypto
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
home: https://truecharts.org/charts/dev/btdex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png
keywords:
- btdex
- Crypto
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: btdex
sources:
- https://btdex.trade/
- https://github.com/truecharts/charts/tree/master/charts/dev/btdex
- https://hub.docker.com/r/furritos/docker-btdex
type: application
version: 3.0.14

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/btdex)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,101 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: DISPLAY_WIDTH
label: "DISPLAY_WIDTH"
schema:
type: string
default: "1440|1680"
- variable: DISPLAY_HEIGHT
label: "DISPLAY_HEIGHT"
schema:
type: string
default: "800|900|1050"
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5800
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: btdex
label: "btdex Storage"
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,2 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,31 +0,0 @@
image:
pullPolicy: IfNotPresent
repository: furritos/docker-btdex
tag: latest@sha256:71ea137523fff87f9644b1c98290c11c64425f777957811b37a109f65b85f4ff
persistence:
btdex:
enabled: true
mountPath: /opt/btdex/cache
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 5800
protocol: tcp
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
DISPLAY_HEIGHT: 800|900|1050
DISPLAY_WIDTH: 1440|1680

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,531 +0,0 @@
---
title: Changelog
---
## [cadquery-jupyter-1.0.0](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.41](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.41) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.40](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.40) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.40](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.40) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.40](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.40) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.39](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.39) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.39](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.38...cadquery-jupyter-0.0.39) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cadquery-jupyter-0.0.38](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.37...cadquery-jupyter-0.0.38) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [cadquery-jupyter-0.0.37](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.36...cadquery-jupyter-0.0.37) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [cadquery-jupyter-0.0.36](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.35...cadquery-jupyter-0.0.36) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [cadquery-jupyter-0.0.35](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.34...cadquery-jupyter-0.0.35) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [cadquery-jupyter-0.0.34](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.33...cadquery-jupyter-0.0.34) (2022-10-21)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4139](https://github.com/truecharts/charts/issues/4139))
## [cadquery-jupyter-0.0.33](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.32...cadquery-jupyter-0.0.33) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [cadquery-jupyter-0.0.32](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.31...cadquery-jupyter-0.0.32) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [cadquery-jupyter-0.0.30](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.29...cadquery-jupyter-0.0.30) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [cadquery-jupyter-0.0.29](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.28...cadquery-jupyter-0.0.29) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [cadquery-jupyter-0.0.28](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.27...cadquery-jupyter-0.0.28) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.26](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.26) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.25](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.24...cadquery-jupyter-0.0.25) (2022-09-11)
### Chore
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cadquery-jupyter-0.0.24](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.23...cadquery-jupyter-0.0.24) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [cadquery-jupyter-0.0.23](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.22...cadquery-jupyter-0.0.23) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [cadquery-jupyter-0.0.22](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.21...cadquery-jupyter-0.0.22) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [cadquery-jupyter-0.0.21](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.19...cadquery-jupyter-0.0.21) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [cadquery-jupyter-0.0.19](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.18...cadquery-jupyter-0.0.19) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [cadquery-jupyter-0.0.18](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.17...cadquery-jupyter-0.0.18) (2022-08-23)
### Chore
- update docker general non-major docker tags ([#3544](https://github.com/truecharts/charts/issues/3544))
## [cadquery-jupyter-0.0.16](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.15...cadquery-jupyter-0.0.16) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [cadquery-jupyter-0.0.15](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.14...cadquery-jupyter-0.0.15) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [cadquery-jupyter-0.0.14](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.13...cadquery-jupyter-0.0.14) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [cadquery-jupyter-0.0.13](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.12...cadquery-jupyter-0.0.13) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [cadquery-jupyter-0.0.12](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.11...cadquery-jupyter-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cadquery-jupyter-0.0.12](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.11...cadquery-jupyter-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cadquery-jupyter-0.0.12](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.11...cadquery-jupyter-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cadquery-jupyter-0.0.11](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.10...cadquery-jupyter-0.0.11) (2022-07-22)
### Chore
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
## [cadquery-jupyter-0.0.10]cadquery-jupyter-0.0.10 (2022-07-20)
### Feat
- move dev apps to incubator and remove bad content from dev

View File

@@ -1,41 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 3.5.2
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
home: https://truecharts.org/charts/dev/cadquery-jupyter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
keywords:
- cadquery-jupyter
- Productivity
- Tools-Utilities
- Other
- Network-Web
- Network-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: cadquery-jupyter
sources:
- https://github.com/bernhard-42/jupyter-cadquery
- https://github.com/truecharts/charts/tree/master/charts/dev/cadquery-jupyter
- https://hub.docker.com/r/bwalter42/jupyter_cadquery
type: application
version: 3.0.14

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cadquery-jupyter)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,90 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8888
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: workdir
label: "workdir Storage"
description: "Container Path homecp"
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,2 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,23 +0,0 @@
image:
pullPolicy: IfNotPresent
repository: bwalter42/jupyter_cadquery
tag: 3.5.2@sha256:4480a823e53a2c8a4e86d37d16bd6d28343bb8e3fbd6a4890f66971297b58712
persistence:
workdir:
enabled: true
mountPath: /home/cq
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8888
protocol: tcp
targetPort: 8888

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,37 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: monitoring
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.2.0
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
home: https://truecharts.org/charts/dev/checkmk
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
keywords:
- checkmk
- monitoring
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: checkmk
sources:
- https://github.com/tribe29/checkmk
- https://github.com/truecharts/charts/tree/master/charts/dev/checkmk
- https://hub.docker.com/r/checkmk/check-mk-raw
type: application
version: 1.0.14

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/checkmk)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -1,168 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
- variable: cmk
group: App Configuration
label: Check-mk Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: password
label: Initial Password
description: Sets the initial password for cmkadmin user
schema:
type: string
required: true
private: true
default: ""
- variable: site_id
label: Site ID
description: Sets the siteID
schema:
type: string
required: true
default: cmk
- variable: livestatus_tcp
label: Livestatus TCP
description: Enables the livestatus TCP
schema:
type: boolean
default: false
- variable: mail_relay_host
label: Mail Relay Host
description: Sets the Mail Relay Host
schema:
type: string
default: ""
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 15000
required: true
- variable: receiver
label: Receiver Service
description: The Receiver service
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: receiver
label: Receiver Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 18000
required: true
- variable: livestatustcp
label: Livestatus TCP Service
description: The Livestatus TCP service
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: livestatustcp
label: Livestatus TCP Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 6557
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,13 +0,0 @@
{{/* Define the secret */}}
{{- define "checkmk.secret" -}}
{{- $secretName := printf "%s-secret" (include "tc.v1.common.names.fullname" .) }}
enabled: true
data:
CMK_PASSWORD: {{ .Values.cmk.password | quote }}
CMK_SITE_ID: {{ .Values.cmk.site_id | quote }}
CMK_LIVESTATUS_TCP: {{ ternary "on" "off" .Values.cmk.livestatus_tcp | quote }}
{{- with .Values.cmk.mail_relay_host }}
MAIL_RELAY_HOST: {{ . | quote }}
{{- end }}
{{- end }}

View File

@@ -1,8 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secret */}}
{{- include "checkmk.secret" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -1,79 +0,0 @@
cmk:
livestatus_tcp: true
mail_relay_host: ""
password: secret
site_id: cmk
image:
pullPolicy: IfNotPresent
repository: checkmk/check-mk-raw
tag: 2.2.0-latest@sha256:69baf5cd496fdd623ad36ccc466399aaab2de492f54787f4cc94e3cdf14ea378
persistence:
cmk-cron:
enabled: true
mountPath: /var/spool/cron/crontabs
type: emptyDir
cmk-temp:
enabled: true
mountPath: /omd/sites/cmk/tmp
type: emptyDir
config:
enabled: true
mountPath: /omd/sites
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
livestatustcp:
enabled: true
ports:
livestatustcp:
enabled: true
port: 6557
targetPort: 6557
main:
ports:
main:
port: 15000
protocol: http
targetPort: 5000
receiver:
enabled: true
ports:
receiver:
enabled: true
port: 18000
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "secret"
probes:
liveness:
spec:
exec:
command:
- /bin/sh
- -c
- omd status
readiness:
exec:
command:
- /bin/sh
- -c
- omd status
startup:
exec:
command:
- /bin/sh
- -c
- omd status

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,144 +0,0 @@
---
title: Changelog
---
## [cherry-1.0.0](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [cherry-0.0.13](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.13) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.12](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.12) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.12](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.12) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.12](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.12) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.11](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.11) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.11](https://github.com/truecharts/charts/compare/cherry-0.0.10...cherry-0.0.11) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cherry-0.0.10](https://github.com/truecharts/charts/compare/cherry-0.0.9...cherry-0.0.10) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [cherry-0.0.9](https://github.com/truecharts/charts/compare/cherry-0.0.8...cherry-0.0.9) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [cherry-0.0.8](https://github.com/truecharts/charts/compare/cherry-0.0.7...cherry-0.0.8) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [cherry-0.0.7](https://github.com/truecharts/charts/compare/cherry-0.0.6...cherry-0.0.7) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [cherry-0.0.5](https://github.com/truecharts/charts/compare/cherry-0.0.4...cherry-0.0.5) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [cherry-0.0.4](https://github.com/truecharts/charts/compare/cherry-0.0.3...cherry-0.0.4) (2022-10-14)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084))
## [cherry-0.0.3](https://github.com/truecharts/charts/compare/cherry-0.0.2...cherry-0.0.3) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [cherry-0.0.2](https://github.com/truecharts/charts/compare/cherry-0.0.1...cherry-0.0.2) (2022-10-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
## [cherry-0.0.1]cherry-0.0.1 (2022-10-10)

View File

@@ -1,37 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: bookmark
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.0.7
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: An open source self-hosted bookmark service
home: https://truecharts.org/charts/dev/cherry
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
keywords:
- bookmark
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: cherry
sources:
- https://cherry.haishan.me/
- https://github.com/haishanh/cherry
- https://github.com/truecharts/charts/tree/master/charts/dev/cherry
- https://hub.docker.com/r/haishanh/cherry
type: application
version: 3.0.14

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cherry)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,129 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
- variable: cherry
group: App Configuration
label: Cherry Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: insecure_cookie
label: Insecure Cookie
schema:
type: boolean
default: false
- variable: public_registration
label: Public Registration
schema:
type: boolean
default: true
- variable: page_bookmark_limit
label: Page Bookmark Limit
schema:
type: int
default: 60
- variable: google_oauth_uri
label: Google OAuth URI
schema:
type: string
default: ""
- variable: google_oauth_id
label: Google OAuth ID
schema:
type: string
private: true
default: ""
- variable: google_oauth_secret
label: Google OAuth Secret
schema:
type: string
private: true
default: ""
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 10303
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
label: App Data Storage
description: Stores the Application Data.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,15 +0,0 @@
{{/* Define the configmap */}}
{{- define "cherry.configmap" -}}
{{- $configName := printf "%s-cherry-configmap" (include "tc.v1.common.names.fullname" .) }}
enabled: true
data:
DATABASE_PATH: /data/cherry.sqlite
ENABLE_PUBLIC_REGISTRATION: {{ ternary "1" "0" .Values.cherry.public_registration | quote }}
USE_INSECURE_COOKIE: {{ ternary "1" "0" .Values.cherry.insecure_cookie | quote }}
PAGE_BOOKMARK_LIMIT: {{ .Values.cherry.page_bookmark_limit | quote }}
{{- with .Values.cherry.google_oauth_uri }}
GOOGLE_OAUTH_REDIRECT_URI: {{ . }}
{{- end }}
{{- end -}}

View File

@@ -1,19 +0,0 @@
{{/* Define the secrets */}}
{{- define "cherry.secrets" -}}
{{- $secretName := printf "%s-cherry-secret" (include "tc.v1.common.names.fullname" .) }}
enabled: true
data:
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
JWT_SECRET: {{ index .data "JWT_SECRET" }}
{{- else }}
JWT_SECRET: {{ randAlphaNum 32 }}
{{- end }}
{{- with .Values.cherry.google_oauth_id }}
GOOGLE_OAUTH_CLIENT_ID: {{ . }}
{{- end }}
{{- with .Values.cherry.google_oauth_secret }}
GOOGLE_OAUTH_CLIENT_SECRET: {{ . }}
{{- end }}
{{- end -}}

View File

@@ -1,7 +0,0 @@
{{- include "tc.v1.common.loader.init" . }}
{{- include "cherry.configmap" . }}
{{ include "cherry.secrets" . }}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -1,50 +0,0 @@
cherry:
google_oauth_id: ""
google_oauth_secret: ""
google_oauth_uri: ""
insecure_cookie: true
page_bookmark_limit: 60
public_registration: true
image:
pullPolicy: IfNotPresent
repository: haishanh/cherry
tag: v0.0.7@sha256:ac38d09dc167501882b60c882931ba89a2cdc4feb2f30e768098f142dde8b9ee
persistence:
data:
enabled: true
mountPath: /data
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10303
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "cherry-secret"
- configMapRef:
name: "cherry-configmap"
probes:
liveness:
path: /
type: http
readiness:
path: /
type: http
startup:
path: /
type: http

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,522 +0,0 @@
---
title: Changelog
---
## [cleanarr-1.0.0](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
### Fix
- change container config label
## [cleanarr-0.0.38](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.38) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.37](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.37) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.37](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.37) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.37](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.37) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.36](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.36) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.36](https://github.com/truecharts/charts/compare/cleanarr-0.0.35...cleanarr-0.0.36) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cleanarr-0.0.35](https://github.com/truecharts/charts/compare/cleanarr-0.0.34...cleanarr-0.0.35) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [cleanarr-0.0.34](https://github.com/truecharts/charts/compare/cleanarr-0.0.33...cleanarr-0.0.34) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [cleanarr-0.0.33](https://github.com/truecharts/charts/compare/cleanarr-0.0.32...cleanarr-0.0.33) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [cleanarr-0.0.32](https://github.com/truecharts/charts/compare/cleanarr-0.0.31...cleanarr-0.0.32) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [cleanarr-0.0.31](https://github.com/truecharts/charts/compare/cleanarr-0.0.30...cleanarr-0.0.31) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [cleanarr-0.0.30](https://github.com/truecharts/charts/compare/cleanarr-0.0.29...cleanarr-0.0.30) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [cleanarr-0.0.28](https://github.com/truecharts/charts/compare/cleanarr-0.0.27...cleanarr-0.0.28) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [cleanarr-0.0.27](https://github.com/truecharts/charts/compare/cleanarr-0.0.26...cleanarr-0.0.27) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [cleanarr-0.0.26](https://github.com/truecharts/charts/compare/cleanarr-0.0.25...cleanarr-0.0.26) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.24](https://github.com/truecharts/charts/compare/cleanarr-0.0.23...cleanarr-0.0.24) (2022-09-11)
### Chore
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cleanarr-0.0.23](https://github.com/truecharts/charts/compare/cleanarr-0.0.22...cleanarr-0.0.23) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [cleanarr-0.0.22](https://github.com/truecharts/charts/compare/cleanarr-0.0.21...cleanarr-0.0.22) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [cleanarr-0.0.21](https://github.com/truecharts/charts/compare/cleanarr-0.0.20...cleanarr-0.0.21) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [cleanarr-0.0.20](https://github.com/truecharts/charts/compare/cleanarr-0.0.18...cleanarr-0.0.20) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [cleanarr-0.0.18](https://github.com/truecharts/charts/compare/cleanarr-0.0.17...cleanarr-0.0.18) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [cleanarr-0.0.17](https://github.com/truecharts/charts/compare/cleanarr-0.0.16...cleanarr-0.0.17) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [cleanarr-0.0.16](https://github.com/truecharts/charts/compare/cleanarr-0.0.15...cleanarr-0.0.16) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [ts3-manager-0.0.2](https://github.com/truecharts/apps/compare/ts3-manager-0.0.1...ts3-manager-0.0.2) (2022-07-28)
### Chore
- Auto-update chart README [skip ci]
### Fix
- cleanup Cleanarr ([#3330](https://github.com/truecharts/apps/issues/3330))
## [ts3-manager-0.0.1]ts3-manager-0.0.1 (2022-07-27)
### Feat
- Add ts3-manager ([#3323](https://github.com/truecharts/apps/issues/3323))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [cleanarr-0.0.13](https://github.com/truecharts/apps/compare/cleanarr-0.0.12...cleanarr-0.0.13) (2022-07-25)
### Chore
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore
- add fake digest to new incubator Apps to fetch digests
## [cleanarr-0.0.12](https://github.com/truecharts/apps/compare/cleanarr-0.0.11...cleanarr-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cleanarr-0.0.12](https://github.com/truecharts/apps/compare/cleanarr-0.0.11...cleanarr-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cleanarr-0.0.12](https://github.com/truecharts/apps/compare/cleanarr-0.0.11...cleanarr-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cleanarr-0.0.11](https://github.com/truecharts/apps/compare/cleanarr-0.0.10...cleanarr-0.0.11) (2022-07-22)
### Chore
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
## [cleanarr-0.0.10]cleanarr-0.0.10 (2022-07-20)
### Feat
- move dev apps to incubator and remove bad content from dev

View File

@@ -1,36 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.5.1
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
home: https://truecharts.org/charts/dev/cleanarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
keywords:
- cleanarr
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: cleanarr
sources:
- https://github.com/se1exin/cleanarr
- https://github.com/truecharts/charts/tree/master/charts/dev/cleanarr
- https://hub.docker.com/r/selexin/cleanarr
type: application
version: 3.0.15

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cleanarr)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,123 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: PLEX_BASE_URL
label: "PLEX_BASE_URL"
description: "Plex Server Address (e.g. http://192.169.1.100:32400)"
schema:
type: string
default: ""
- variable: PLEX_TOKEN
label: "PLEX_TOKEN"
description: "A valid Plex token for your Plex Server "
schema:
type: string
private: true
default: ""
- variable: LIBRARY_NAMES
label: "LIBRARY_NAMES"
description: "Name(s) of your Plex Libraries to search. Separate multiple library names with semi-colon *;*"
schema:
type: string
default: ""
- variable: PAGE_SIZE
label: "PAGE_SIZE"
description: "To avoid plex timeouts, results are loaded in pages (or chunks)"
schema:
type: int
default: 50
- variable: BYPASS_SSL_VERIFY_BOOL
label: "BYPASS_SSL_VERIFY"
description: "Disable SSL certificate verification."
schema:
type: boolean
default: false
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10247
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: "config Storage"
description: "Container Path frontend"
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1,2 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,35 +0,0 @@
image:
pullPolicy: IfNotPresent
repository: selexin/cleanarr
tag: v2.5.1@sha256:dd627df235e3e72082ec930e3cc21400fcfd6abe9d48c2d695a3f1f9d00f040c
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10247
protocol: http
targetPort: 80
workload:
main:
podSpec:
containers:
main:
env:
BYPASS_SSL_VERIFY: '{{ ternary "1" "0" .Values.workload.main.podSpec.containers.main.env.BYPASS_SSL_VERIFY_BOOL}}'
BYPASS_SSL_VERIFY_BOOL: "true"
LIBRARY_NAMES: ""
PAGE_SIZE: "50"
PLEX_BASE_URL: ""
PLEX_TOKEN: ""

View File

@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -1,573 +0,0 @@
---
title: Changelog
---
## [cloudreve-1.0.0](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-1.0.0) (2022-11-10)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Major Change to GUI
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.37](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.37) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.36](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.36) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.36](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.36) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.36](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.36) (2022-11-08)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.35](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.35) (2022-11-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.35](https://github.com/truecharts/charts/compare/cloudreve-0.0.34...cloudreve-0.0.35) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
## [cloudreve-0.0.34](https://github.com/truecharts/charts/compare/cloudreve-0.0.33...cloudreve-0.0.34) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317))
## [cloudreve-0.0.33](https://github.com/truecharts/charts/compare/cloudreve-0.0.32...cloudreve-0.0.33) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308))
## [cloudreve-0.0.32](https://github.com/truecharts/charts/compare/cloudreve-0.0.31...cloudreve-0.0.32) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261))
## [cloudreve-0.0.31](https://github.com/truecharts/charts/compare/cloudreve-0.0.30...cloudreve-0.0.31) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
## [cloudreve-0.0.30](https://github.com/truecharts/charts/compare/cloudreve-0.0.29...cloudreve-0.0.30) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [cloudreve-0.0.29](https://github.com/truecharts/charts/compare/cloudreve-0.0.28...cloudreve-0.0.29) (2022-10-12)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major
## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [cloudreve-0.0.27](https://github.com/truecharts/charts/compare/cloudreve-0.0.26...cloudreve-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [cloudreve-0.0.26](https://github.com/truecharts/charts/compare/cloudreve-0.0.25...cloudreve-0.0.26) (2022-09-27)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
## [cloudreve-0.0.25](https://github.com/truecharts/charts/compare/cloudreve-0.0.24...cloudreve-0.0.25) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-15)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-15)
### Chore
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.23](https://github.com/truecharts/charts/compare/cloudreve-0.0.22...cloudreve-0.0.23) (2022-09-11)
### Chore
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
## [cloudreve-0.0.22](https://github.com/truecharts/charts/compare/cloudreve-0.0.21...cloudreve-0.0.22) (2022-08-30)
### Chore
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
## [cloudreve-0.0.21](https://github.com/truecharts/charts/compare/cloudreve-0.0.20...cloudreve-0.0.21) (2022-08-30)
### Chore
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
## [cloudreve-0.0.20](https://github.com/truecharts/charts/compare/cloudreve-0.0.19...cloudreve-0.0.20) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [cloudreve-0.0.19](https://github.com/truecharts/charts/compare/cloudreve-0.0.17...cloudreve-0.0.19) (2022-08-26)
### Fix
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
## [cloudreve-0.0.17](https://github.com/truecharts/charts/compare/cloudreve-0.0.16...cloudreve-0.0.17) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [cloudreve-0.0.16](https://github.com/truecharts/charts/compare/cloudreve-0.0.15...cloudreve-0.0.16) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [cloudreve-0.0.15](https://github.com/truecharts/charts/compare/cloudreve-0.0.14...cloudreve-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [cloudreve-0.0.14](https://github.com/truecharts/apps/compare/cloudreve-0.0.13...cloudreve-0.0.14) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [cloudreve-0.0.13](https://github.com/truecharts/apps/compare/cloudreve-0.0.12...cloudreve-0.0.13) (2022-07-25)
### Chore
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore
- add fake digest to new incubator Apps to fetch digests
## [cloudreve-0.0.12](https://github.com/truecharts/apps/compare/cloudreve-0.0.11...cloudreve-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudreve-0.0.12](https://github.com/truecharts/apps/compare/cloudreve-0.0.11...cloudreve-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudreve-0.0.12](https://github.com/truecharts/apps/compare/cloudreve-0.0.11...cloudreve-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudreve-0.0.11](https://github.com/truecharts/apps/compare/cloudreve-0.0.10...cloudreve-0.0.11) (2022-07-22)
### Chore
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
## [cloudreve-0.0.10]cloudreve-0.0.10 (2022-07-20)
### Feat
- move dev apps to incubator and remove bad content from dev
harts/charts/issues/3377))
## [cloudbeaver-0.0.15](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.14...cloudbeaver-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [cloudbeaver-0.0.14](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.13...cloudbeaver-0.0.14) (2022-07-26)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [cloudbeaver-0.0.13](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.12...cloudbeaver-0.0.13) (2022-07-25)
### Chore
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore
- add fake digest to new incubator Apps to fetch digests
## [cloudbeaver-0.0.12](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.11...cloudbeaver-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudbeaver-0.0.12](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.11...cloudbeaver-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudbeaver-0.0.12](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.11...cloudbeaver-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [cloudbeaver-0.0.11](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.10...cloudbeaver-0.0.11) (2022-07-22)
### Chore
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
## [cloudbeaver-0.0.10]cloudbeaver-0.0.10 (2022-07-20)
### Feat
- move dev apps to incubator and remove bad content from dev

View File

@@ -1,38 +0,0 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
apiVersion: v2
appVersion: 23.3.1
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Cloud Database Manager (Official Chart)
home: https://truecharts.org/charts/dev/cloudbeaver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png
keywords:
- cloudbeaver
- Cloud
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: cloudbeaver
sources:
- https://github.com/dbeaver/cloudbeaver
- https://github.com/truecharts/charts/tree/master/charts/dev/cloudbeaver
- https://hub.docker.com/r/dbeaver/cloudbeaver
type: application
version: 4.0.15

View File

@@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cloudbeaver)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,84 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8978
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: workspace
label: App Workspace Storage
description: Stores the Application Workspace.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}

Some files were not shown because too many files have changed in this diff Show More