Compare commits

...

3169 Commits

Author SHA1 Message Date
TrueCharts Bot
c0d025f5a2 chore(deps): update container image tccr.io/truecharts/adminer to latest (#14200) 2023-11-01 09:41:02 +01:00
TrueCharts Bot
7e3a98c1f6 chore(deps): update container image tccr.io/truecharts/calibre to v6.29.0 (#14198) 2023-11-01 08:42:02 +01:00
TrueCharts Bot
ecc69b85a3 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#14199) 2023-11-01 08:40:44 +01:00
Stavros Kois
2eb5577ab6 Update Chart.yaml 2023-11-01 09:07:44 +02:00
Stavros Kois
e7078eae75 Update Chart.yaml 2023-11-01 09:07:24 +02:00
TrueCharts Bot
f37668ad89 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14196) 2023-11-01 07:41:09 +01:00
TrueCharts Bot
436af33e1d chore(deps): update container image tccr.io/truecharts/searxng to latest (#14197) 2023-11-01 07:40:12 +01:00
TrueCharts Bot
27e79a7812 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#14195) 2023-11-01 06:39:52 +01:00
TrueCharts Bot
5fb5b18ff9 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#14194) 2023-11-01 05:41:56 +01:00
TrueCharts Bot
3f54503142 chore(deps): update container image tccr.io/truecharts/adminer to latest (#14193) 2023-11-01 04:38:18 +01:00
TrueCharts Bot
e54848eec1 chore(deps): update container image tccr.io/truecharts/xwiki to v15.9.0 (#14192) 2023-11-01 03:48:05 +01:00
TrueCharts Bot
4c6b6b8103 chore(deps): update container image tccr.io/truecharts/adminer to latest (#14191) 2023-11-01 03:44:56 +01:00
TrueCharts Bot
c6828d98bd chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1112 (#14189) 2023-11-01 03:02:47 +01:00
Stavros kois
087de9d0cb fix(answer): fix install 2023-11-01 03:36:17 +02:00
Xstar97TheNoob
8eb3437e2a DNM feat(answer) add answer (#12675)
**Description**
A Q&A platform software for teams at any scales.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-11-01 03:00:46 +02:00
TrueCharts Bot
4ddb74f9fa chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg to v1.40.0 (#14188) 2023-11-01 01:56:13 +01:00
TrueCharts Bot
6dcc8dbfd1 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#14185) 2023-11-01 00:40:17 +01:00
TrueCharts Bot
afd0ce9f23 chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 (#14186) 2023-11-01 00:36:23 +01:00
TrueCharts Bot
f2a0904f59 chore(deps): update container image tccr.io/truecharts/lanraragi to v0.9.0 (#14184) 2023-10-31 23:40:26 +01:00
TrueCharts Bot
939bd879d7 chore(deps): update container image tccr.io/truecharts/jenkins to v2.430.0 (#14183) 2023-10-31 23:38:29 +01:00
sdimovv
360f3f759b feat(nextcloud): Add Force Enable Allow Local Remote Servers config (#14106)
**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)-->

Ties in with https://github.com/truecharts/containers/pull/34009

Allows users to manually enable `allow_local_remote_servers` config.

**⚙️ Type of change**

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

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

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

My particular use case is to allow Nextcloud to connect to an internal
HTTP endpoint (for OIDC discovery)

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_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: sdimovv <36302090+sdimovv@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-01 00:17:46 +02:00
TrueCharts Bot
315e462476 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.10.0 (#14182) 2023-10-31 22:40:10 +01:00
TrueCharts Bot
c5bb65d783 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14181) 2023-10-31 22:39:49 +01:00
kqmaverick
7f55dd4516 fix(qbitrr): force config path (#14103)
**Description**
Forces config path to /config

⚒️ Fixes  #

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

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-31 20:58:08 +00:00
TrueCharts Bot
f65fab18b3 chore(deps): update helm general non-major (#14178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.17` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.0` -> `14.2.1` |

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 22:57:22 +02:00
TrueCharts Bot
5b3f0884a3 chore(deps): update helm chart common to 14.2.1 (#14176)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 22:55:43 +02:00
TrueCharts Bot
60de2c605b chore(deps): update container image tccr.io/truecharts/autobrr to v1.33.0 (#14180) 2023-10-31 21:42:29 +01:00
TrueCharts Bot
53deea51a2 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.15 (#14179) 2023-10-31 21:40:50 +01:00
TrueCharts Bot
7df5e9745e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14177) 2023-10-31 20:38:42 +01:00
TrueCharts Bot
5bb5cd7774 chore(deps): update container image tccr.io/truecharts/boinc to latest (#14165) 2023-10-31 19:42:58 +01:00
TrueCharts Bot
7f6b000704 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.7 (#14175) 2023-10-31 19:40:45 +01:00
TrueCharts Bot
1a589cc181 chore(deps): update container image tccr.io/truecharts/xwiki to v15.8.0-postgres (#14168) 2023-10-31 18:58:52 +01:00
TrueCharts Bot
e42103d591 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#14167) 2023-10-31 18:58:42 +01:00
TrueCharts Bot
2125116dc2 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.22 (#14170) 2023-10-31 18:58:37 +01:00
TrueCharts Bot
90ec47da4a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14163) 2023-10-31 18:57:59 +01:00
TrueCharts Bot
ede3a4b134 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.9.3.12 (#14172) 2023-10-31 18:57:32 +01:00
TrueCharts Bot
70c9131783 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14169) 2023-10-31 18:57:10 +01:00
TrueCharts Bot
f59af9e21c chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#14164) 2023-10-31 18:57:04 +01:00
TrueCharts Bot
56cdebb64c chore(deps): update container image tccr.io/truecharts/searxng to latest (#14166) 2023-10-31 18:55:58 +01:00
TrueCharts Bot
700c9f04eb chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.3 (#14041) 2023-10-31 18:45:25 +01:00
TrueCharts Bot
717562854d chore(deps): update container image tailscale/tailscale to v1.52.0 (#14173) 2023-10-31 18:36:03 +01:00
TrueCharts Bot
680c9d4cd1 chore(deps): update helm/chart-testing-action action to v2.6.0 (#14174)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-testing-action](https://togithub.com/helm/chart-testing-action)
| action | minor | `v2.4.0` -> `v2.6.0` |

---

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

---

### Release Notes

<details>
<summary>helm/chart-testing-action (helm/chart-testing-action)</summary>

###
[`v2.6.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.5.0...v2.6.0)

##### What's Changed

- docs: bump helm/kind-action version by
[@&#8203;dunglas](https://togithub.com/dunglas) in
[https://github.com/helm/chart-testing-action/pull/122](https://togithub.com/helm/chart-testing-action/pull/122)
- bump ct to v3.10.0 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[https://github.com/helm/chart-testing-action/pull/134](https://togithub.com/helm/chart-testing-action/pull/134)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2...v2.6.0

###
[`v2.5.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0)

#### What's Changed

- Download binary with right arch by
[@&#8203;Ludea](https://togithub.com/Ludea) in
[https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118)
- Bump ct and cleanup script by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-testing-action/pull/124](https://togithub.com/helm/chart-testing-action/pull/124)
- Bump sigstore/cosign-installer from
[`c3667d9`](c3667d9942)
to
[`6e04d22`](6e04d228eb)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125)
- Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/127](https://togithub.com/helm/chart-testing-action/pull/127)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/128](https://togithub.com/helm/chart-testing-action/pull/128)

#### New Contributors

- [@&#8203;Ludea](https://togithub.com/Ludea) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 19:27:17 +02:00
TrueCharts Bot
b3537ade42 chore(deps): update webtop (#14171) 2023-10-31 17:37:20 +01:00
kqmaverick
73859982b3 chore(youtubedl-material): manual version bump (#14125)
**Description**
Chart seems stuck still after
https://github.com/truecharts/containers/pull/33090

⚒️ Fixes  #13749 

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

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-31 13:53:21 +02:00
TrueCharts Bot
bd12733aa6 chore(deps): update webtop (#14162) 2023-10-31 12:37:11 +01:00
TrueCharts Bot
c6eac9dc62 chore(deps): update webtop (#14161) 2023-10-31 11:37:38 +01:00
TrueCharts Bot
29daa60108 chore(deps): update webtop (#14159) 2023-10-31 10:35:23 +01:00
TrueCharts Bot
0f2b3cab28 chore(deps): update webtop (#14158) 2023-10-31 09:38:06 +01:00
TrueCharts Bot
58555d9c24 chore(deps): update helm chart cert-manager to v1.13.2 (#14142)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.13.1` -> `v1.13.2` |

---

> [!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.13.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.2)

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

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

v1.13.2 fixes some CVE alerts and contains fixes for:

1. a CertificateRequest runaway situation in case two Certificate
resources point to the same Secret target resource
2.  a small bug in the Helm chart (feature gate options)
3.  a Venafi issuer bug

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.1

##### Bug or Regression

- Bump golang.org/x/net v0.15.0 => v0.17.0 as part of addressing
CVE-2023-44487 / CVE-2023-39325
([#&#8203;6432](https://togithub.com/cert-manager/cert-manager/issues/6432),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- BUGFIX\[helm]: Fix issue where webhook feature gates were only set if
controller feature gates are set.
([#&#8203;6381](https://togithub.com/cert-manager/cert-manager/issues/6381),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- Fix runaway bug caused by multiple Certificate resources that point to
the same Secret resource.
([#&#8203;6425](https://togithub.com/cert-manager/cert-manager/issues/6425),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- 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;6402](https://togithub.com/cert-manager/cert-manager/issues/6402),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Bump go to 1.20.10 to address CVE-2023-39325. Also bumps base images.
([#&#8203;6411](https://togithub.com/cert-manager/cert-manager/issues/6411),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 09:07:08 +01:00
sdimovv
5866a77543 fix(scale): Move clustercert under avanced->tls (#14146)
**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)-->

Moves cluster certificate secret name under advanced -> tls

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

Modified questions.yaml manually on a SCALE install

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-31 09:06:47 +01:00
TrueCharts Bot
89731830c4 chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.1 (#14156) 2023-10-31 08:39:44 +01:00
TrueCharts Bot
adb6289607 chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#14157) 2023-10-31 08:35:43 +01:00
TrueCharts Bot
a1ce45c949 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#14155) 2023-10-31 07:37:22 +01:00
TrueCharts Bot
0ff81718ba chore(deps): update webtop (#14154) 2023-10-31 06:36:23 +01:00
TrueCharts Bot
739a90f1c6 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#14152) 2023-10-31 05:41:48 +01:00
TrueCharts Bot
fc40f459fd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14153) 2023-10-31 05:40:37 +01:00
TrueCharts Bot
f323aa27f0 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#14151) 2023-10-31 04:40:17 +01:00
TrueCharts Bot
aa56be6e80 chore(deps): update container image tccr.io/truecharts/local-ai to v1.40.0 (#14149) 2023-10-31 03:41:49 +01:00
TrueCharts Bot
6f93d99a64 chore(deps): update container image tccr.io/truecharts/local-ai-ffmpeg to v1.40.0 (#14150) 2023-10-31 03:41:41 +01:00
TrueCharts Bot
f5b991d72e chore(deps): update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.61.0 (#14148) 2023-10-31 03:02:03 +01:00
TrueCharts Bot
83296df575 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1106 (#14147) 2023-10-31 03:01:04 +01:00
TrueCharts Bot
e509501617 chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.1 (#14144) 2023-10-31 01:56:40 +01:00
TrueCharts Bot
452e7fe6f4 chore(deps): update container image tccr.io/truecharts/plex to v1.32.7.7621 (#14145) 2023-10-31 01:56:32 +01:00
TrueCharts-Bot
6d0e3b2ca6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-31 00:23:42 +00:00
sdimovv
8cea1337de fix(clusterissuer): Fix cluster certificate questions (#14141)
**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)-->
Fixes the yaml so that you can create a cluster cert via the SCALE UI
**⚙️ 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
-->

Modified questions.yaml on SCALE.

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 23:51:31 +01:00
TrueCharts Bot
98471cf563 chore(deps): update container image tccr.io/truecharts/bookstack to v23.10.20231030 (#14140) 2023-10-30 23:42:15 +01:00
TrueCharts Bot
b55657792f chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#14139) 2023-10-30 23:40:59 +01:00
TrueCharts Bot
53f992574c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14137) 2023-10-30 22:41:35 +01:00
TrueCharts Bot
68f6799e35 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#14138) 2023-10-30 22:36:13 +01:00
TrueCharts Bot
ecb15735f6 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.1 (#14136) 2023-10-30 20:39:43 +01:00
TrueCharts Bot
b3012cfa31 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14135) 2023-10-30 20:39:34 +01:00
TrueCharts Bot
e125f2dd3a chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.13 (#14132) 2023-10-30 19:43:40 +01:00
TrueCharts Bot
381e7b4d79 chore(deps): update container image tccr.io/truecharts/netdata to v1.43.2 (#14131) 2023-10-30 19:41:24 +01:00
TrueCharts Bot
5617181500 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#14130) 2023-10-30 18:43:13 +01:00
TrueCharts Bot
e2f231d02b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14129) 2023-10-30 16:41:10 +01:00
TrueCharts Bot
d7b0a440d9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14127) 2023-10-30 15:43:22 +01:00
TrueCharts Bot
a1d010b5f7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14128) 2023-10-30 15:42:55 +01:00
TrueCharts Bot
bc8c3dba80 chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 (#14124) 2023-10-30 12:38:00 +01:00
TrueCharts Bot
18bb162619 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#14123) 2023-10-30 11:42:57 +01:00
sdimovv
e0b9fdaf6d feat(cert-manager): Add enableCertificateOwnerRef: true (#14110)
**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)-->

Configures cert-manager to delete the certificate secrets it created
when the corresponding CR is deleted.

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
1. Uncomment the cluster cert CR in values
2. Deploy
3. Check the cert secret is there 
4. Comment back the CR
5. Upgrade
6. Check the cert secret is gone

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 11:22:47 +01:00
sdimovv
783f6c6880 breaking(kubernetes-reflector): Move to enterprise train (#14111)
**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  #8634 

**⚙️ Type of change**

- [ ] ⚙️ 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:**
<!-- 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 11:22:23 +01:00
TrueCharts Bot
753defd56e chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.3.1 (#14122) 2023-10-30 10:43:48 +01:00
TrueCharts Bot
16a0a0687a chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.5 (#14121) 2023-10-30 10:39:43 +01:00
TrueCharts Bot
76db584567 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14120) 2023-10-30 08:38:31 +01:00
TrueCharts Bot
681269935d chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.4 (#14118) 2023-10-30 07:41:41 +01:00
TrueCharts Bot
f6ee229155 chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 (#14119) 2023-10-30 07:40:40 +01:00
TrueCharts Bot
65c64b6033 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#14117) 2023-10-30 06:41:08 +01:00
TrueCharts Bot
856eeba58b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14116) 2023-10-30 03:48:43 +01:00
TrueCharts Bot
043ec0d7b9 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.5.0 (#14115) 2023-10-30 03:01:51 +01:00
TrueCharts Bot
aebf31d233 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1104 (#14114) 2023-10-30 02:59:44 +01:00
TrueCharts Bot
0d2165e166 chore(deps): update container image tccr.io/truecharts/picoshare to v1.4.1 (#14113) 2023-10-30 01:54:13 +01:00
TrueCharts Bot
95198f1155 chore(deps): update rdesktop (#14112) 2023-10-30 01:50:26 +01:00
TrueCharts Bot
9f11d9a396 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14109) 2023-10-30 00:41:03 +01:00
TrueCharts Bot
dcbf485cfe chore(deps): update container image tccr.io/truecharts/cops to latest (#14108) 2023-10-30 00:39:33 +01:00
TrueCharts Bot
9731a397af chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#14107) 2023-10-29 23:42:04 +01:00
TrueCharts Bot
ffe9c94153 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14105) 2023-10-29 22:38:07 +01:00
Stavros Kois
187bc83480 chore(kubernetes-reflector): bump
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-29 22:16:24 +02:00
Stavros Kois
42051cc5f2 chore(kubernetes-reflector): fix version
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-29 21:45:12 +02:00
TrueCharts Bot
fd5f7e413e chore(deps): update container image tccr.io/truecharts/clamav to v1.2.1 (#14004) 2023-10-29 20:45:05 +01:00
TrueCharts Bot
d9df23f434 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#14059) 2023-10-29 20:42:16 +01:00
TrueCharts Bot
dca32dd318 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#14060) 2023-10-29 20:41:46 +01:00
TrueCharts Bot
a59d5d00ab chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.14.02 (#14102) 2023-10-29 20:40:55 +01:00
TrueCharts Bot
8f0822d365 chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#14056) 2023-10-29 20:40:45 +01:00
TrueCharts Bot
10064d62e0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14101) 2023-10-29 19:42:54 +01:00
TrueCharts Bot
76e0fba8ed chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.9.0 (#14100) 2023-10-29 18:38:41 +01:00
TrueCharts Bot
b68f1d2cb6 chore(deps): update container image tccr.io/truecharts/theme-park to v1.14.0 (#14099) 2023-10-29 18:38:10 +01:00
TrueCharts Bot
374557a246 chore(deps): update helm general non-major (#14094)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.9` ->
`7.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.9` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.14` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.12` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.10` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.1.0` -> `14.2.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.23` ->
`3.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.27` ->
`9.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.26` ->
`9.0.34` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.25` ->
`3.0.33` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.29` ->
`8.0.37` |

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 18:01:50 +01:00
TrueCharts Bot
5bb1880fc3 chore(deps): update container image tccr.io/truecharts/tdarr to v2.14.02 (#14097) 2023-10-29 17:41:45 +01:00
TrueCharts Bot
9b8b49dcc6 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14096) 2023-10-29 17:39:46 +01:00
TrueCharts Bot
66c4eede18 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14057) 2023-10-29 16:41:37 +01:00
TrueCharts Bot
f2240da832 chore(deps): update helm chart common to 14.2.0 (#14089)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-29 15:48:16 +01:00
TrueCharts Bot
45f6e85ce6 chore(deps): update helm general non-major (#14087)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-29 15:47:49 +01:00
TrueCharts Bot
a9ce42327a chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.0 (#14092) 2023-10-29 15:38:06 +01:00
TrueCharts Bot
a63d968f76 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14090) 2023-10-29 14:38:57 +01:00
TrueCharts Bot
d2c04530c7 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.16.0 (#14088) 2023-10-29 14:11:21 +01:00
TrueCharts Bot
b6fc4a83af chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.16.0 (#14086) 2023-10-29 13:44:13 +01:00
StevenMcElligott
a2b8e54013 fix(ser2sock): Change port to tcp (#13762)
**Description**

Seems to be an error with probes connecting, but I dunno if it needs a
different port or different probes, so here's a possible fix

⚒️ Fixes  #13286 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-29 13:25:44 +01:00
TrueCharts Bot
9f38689dee chore(deps): update container image tccr.io/truecharts/grafana to v10.2.0 (#13982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| minor | `v10.1.5` -> `v10.2.0` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 13:25:05 +01:00
TrueCharts Bot
889564cf5b chore(deps): update helm chart common to 14.1.1 (#14053)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzQuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-29 13:24:53 +01:00
TrueCharts Bot
377b918b92 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14085) 2023-10-29 12:41:46 +01:00
Kjeld Schouten
96cad4f5db Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-29 12:32:22 +01:00
Kjeld Schouten
e9d10950a1 Update installation.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-29 12:32:07 +01:00
sdimovv
6726b54d24 feat(scale): Add experimental cluster cert questions support (#14055)
**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.
-->

Adding experimental support for the cluster certs in the SCALE UI. Ties
in with PR #13852 .
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

Not tested on SCALE.

I just checked the common lib and if I understand correctly it looks for
`certificateIssuer` entry and if empty eventually looks for a
`secretName` entry

**📃 Notes:**
<!-- Please enter any other relevant information here -->
For now, Common Lib has no knowledge of cluster-wide certificates. Thus:
1. It wouldn't know how to resolve the full secret name from just the
cert name. I.e. it doesn't know what the ClusterIssuer deployment is
called and what the certificate naming scheme is. So, for now, the user
must provide the full secret name in the form of
`<CLUSTERISSUER_APP_NAME>-clusterissuer-<CLUSTER_CERT_NAME>`.
2. It wouldn't be able to enforce cluster-issuer and
Kubernetes-reflector being installed if the user provides a cluster
certificate name

Nevertheless, I think it's fine to have this listed as an experimental
feature since having it in the SCALE GUI makes it much easier to test
the cluster certificates support.


**QUESTION:** Why is the Cert Manager clusterIssuer option variable
named `certificateIssuer` in `IngressTls.yaml` and `clusterIssuer` in
`IngressList.yaml`. I think it should be `certificateIssuer` in both
places.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-29 12:15:32 +01:00
TrueCharts Bot
723f85fede chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.5 (#14084) 2023-10-29 11:40:49 +01:00
TrueCharts Bot
6ad10016a0 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14083) 2023-10-29 11:40:15 +01:00
TrueCharts Bot
792f6ed5c1 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.10.1.4059 (#14082) 2023-10-29 10:37:54 +01:00
TrueCharts Bot
60bc631adf chore(deps): update container image tccr.io/truecharts/searxng to latest (#14081) 2023-10-29 10:37:15 +01:00
TrueCharts Bot
339fd48b13 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#14080) 2023-10-29 09:39:46 +01:00
TrueCharts Bot
0d941d24d7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14079) 2023-10-29 08:43:17 +01:00
TrueCharts Bot
7780336bc5 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#14078) 2023-10-29 04:43:00 +01:00
TrueCharts Bot
cff651a097 chore(deps): update container image tccr.io/truecharts/calibre-web to v0.6.21 (#14077) 2023-10-29 03:44:58 +01:00
TrueCharts Bot
b12c97c0e6 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14074) 2023-10-29 03:03:51 +01:00
TrueCharts Bot
6a9f29a7c9 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1096 (#14075) 2023-10-29 03:02:52 +01:00
TrueCharts Bot
9a7cd5b41a chore(deps): update authentik to v2023.10.2 (patch) (#14072) 2023-10-29 02:57:20 +02:00
TrueCharts Bot
91caa31d8f chore(deps): update container image tccr.io/truecharts/mc-router to v1.20.0 (#14073) 2023-10-29 02:51:58 +02:00
TrueCharts-Bot
fb511d3b81 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 00:25:26 +00:00
TrueCharts Bot
c243014849 chore(deps): update container image tccr.io/truecharts/authentik-ldap to v2023.10.2 (#14070) 2023-10-29 01:40:29 +02:00
TrueCharts Bot
24e45f1d97 chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#14069) 2023-10-29 01:38:38 +02:00
TrueCharts Bot
a7c95a67e7 chore(deps): update container image tccr.io/truecharts/fileflows to v23.10.0 (#14067) 2023-10-28 23:41:37 +02:00
TrueCharts Bot
7b41486a6e chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#14068) 2023-10-28 23:41:07 +02:00
TrueCharts Bot
ec94b4ec49 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#14065) 2023-10-28 21:40:35 +02:00
sdimovv
f17dd03c48 feat(cluster-issuer): Add ability to create cluster-wide certificates (#13852)
**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.
-->

This PR adds the next piece needed to support cluster-wide certificates
in Truecharts.
See PRs: 
- #13756 
- https://github.com/truecharts/library-charts/pull/537 
- https://github.com/truecharts/containers/pull/33273

Relevant issues:  #8634
This PR only adds what is needed in cluster-issuer. I will be pushing a
separate PR that will change the contents of the question includes.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

Tested it produces the correct yaml with helm:

```
helm template -n cluster-issuer cluster-issuer . 
```

Tested with 0, 1 and 2 certificate definitions in `values.yaml`. The
produced YAML is correct (with one exception - its missing the
`secretTemplate` property, which needs
https://github.com/truecharts/library-charts/pull/537 in order to work)

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Should be merged after
https://github.com/truecharts/library-charts/pull/537 is merged and the
common version dependency is bumped to reflect the new common version.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-28 21:17:04 +02:00
TrueCharts Bot
d13f00c3cc chore(deps): update immich to v1.83.0 (minor) (#14064) 2023-10-28 20:45:38 +02:00
TrueCharts Bot
37b087c57c chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.30 (#14063) 2023-10-28 20:43:17 +02:00
TrueCharts Bot
1f42dd87fe chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14058) 2023-10-28 20:43:14 +02:00
TrueCharts Bot
f79b45878a chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14054) 2023-10-28 19:37:38 +02:00
Stavros Kois
2df31d1a0e chore(ci): fix scripts (#14061)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-28 20:12:33 +03:00
TrueCharts Bot
be98e2cfcb chore(deps): update helm chart common to 14.1.0 (#14049)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzQuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-28 15:31:59 +03:00
allcontributors[bot]
73925f1a8e docs: add jon-stumpf as a contributor for doc (#14052)
Adds @jon-stumpf as a contributor for doc.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-28 15:31:46 +03:00
ZasX
84f9a80e93 chore(zigbee2mqtt): Changed default value for MQTT address (#14030)
**Description**
The default value doesn't make much sense anymore, so I changed it to
the default name for the mosquitto app that it will most likely connect
to.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: ZasX <ZasX@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:24:05 +03:00
StevenMcElligott
8a3e364cc2 chore(tdarr): Update to 2.14.01 (#14039)
**Description**

Update to 2.14.01 now that we're on Cobia

⚒️ Fixes  #13544

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:23:29 +03:00
Stavros Kois
d0f66d0418 Delete out
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:09:26 +03:00
Jon S. Stumpf
6895cfde2a chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ Type of change**

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

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

**📃 Notes:**
n/a

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:07:52 +03:00
TrueCharts Bot
4a0ad75345 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.8.0 (#14050) 2023-10-28 13:38:32 +02:00
sdimovv
9173c46335 feat(kubernetes-reflector): Add kubernetes-reflector (#13756)
**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.
-->

Although Kubernetes-reflector can be used to mirror both generic
Configmaps and Secrets across k8s namespaces, with this PR I
specifically intend to lay the groundwork for supporting wildcard
certificates in Truecharts.

To keep things small this PR only adds the app needed to support secrets
mirroring across namespaces. The rest of the functionality will be added
through separate PRs.

A high-level overview of how I picture this to work:
- A user will gain the ability to create "cluster-wide" certificates in
the `clusterIssuer` app config. This will generate the certificates and
store them in the app's namespace
- The created/updated certificates will be mirrored automatically to all
namespaces matching the regex `ix-.+` (or configurable for helm users)
with the help of the `kubernetes-reflector` app
- The user will gain the ability to use a "cluster-wide" certificate
when setting up an ingress for an app. Similar to how they can currently
use a custom secret for an ingress cert.

To achieve this in next PRs  I will be:
- Submitting small patches to the common lib. So far I think the only
change needed is to allow setting annotations to `Certificate` CRDs,
which is needed to allow `kubernetes-reflector` to replicate them (see
[cert-manager
docs](https://cert-manager.io/docs/devops-tips/syncing-secrets-across-namespaces/#using-reflector))
- Submitting small patches to the clusterIssuer app and the
`Ingress{*}.yaml` files

Relevant issue: #8634

I have not yet added the image to the TC repo. Will do that after the
review process, before merging.
  
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
I have tested this by deploying the `kubernetes-reflector` app and then
applying the following yaml:
```yaml

apiVersion: v1
kind: Namespace
metadata:
  name: origin
---
apiVersion: v1
kind: Namespace
metadata:
  name: destination1
---
apiVersion: v1
kind: Namespace
metadata:
  name: destination2
---
apiVersion: v1
kind: Namespace
metadata:
  name: another-destination1
---
apiVersion: v1
kind: Namespace
metadata:
  name: another-destination2
---
apiVersion: v1
kind: Secret
metadata:
  annotations:
    # Allow reflection from source namespaces
    reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
    # Namespaces from/to which reflection is allowed
    reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "origin,(another-)?destination\\d+"
    # Auto reflect secrets/configmaps to destination namespaces
    reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
    # Destination namespaces
    reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "(another-)?destination\\d+"
  name: my-secret
  namespace: origin
type: Opaque
data:
  mydata: c2VjcmV0Cg==
  # mydata: c3VwZXJzdXBlcnNlY3JldAo=
```
Exact commands and output:
```bash
$ kubectl create ns ix-kubernetes-reflector
$ helm install -n ix-kubernetes-reflector kubernetes-reflector .
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      8s
$ kubectl apply -f test-reflect.yaml 
namespace/origin created
namespace/destination1 created
namespace/destination2 created
namespace/another-destination1 created
namespace/another-destination2 created
secret/my-secret created
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      29s
origin                    my-secret                                    Opaque               1      5s
destination1              my-secret                                    Opaque               1      5s
destination2              my-secret                                    Opaque               1      5s
another-destination1      my-secret                                    Opaque               1      5s
another-destination2      my-secret                                    Opaque               1      5s
$ kubectl describe secret -n destination1 my-secret | tail -1
mydata:  7 bytes
$ # Change the secret value (uncomment the other key and comment the first one)
$ kubectl apply -f test-reflect.yaml 
$ kubectl describe secret -n destination1 my-secret | tail -1
mydata:  17 bytes
$ kubectl delete secret -n origin my-secret
secret "my-secret" deleted
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      3m24s
```

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-28 12:28:41 +02:00
TrueCharts Bot
6f184b87fd chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.3 (#14048) 2023-10-28 10:41:20 +02:00
TrueCharts Bot
dce33c8dbe chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#14046) 2023-10-28 09:41:11 +02:00
TrueCharts Bot
1c22e2b3e9 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#14047) 2023-10-28 09:40:56 +02:00
TrueCharts Bot
ffcb35d342 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14044) 2023-10-28 08:40:56 +02:00
TrueCharts Bot
280d69a87d chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.0 (#14045) 2023-10-28 08:40:48 +02:00
TrueCharts Bot
6f472911e1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14042) 2023-10-28 04:45:24 +02:00
TrueCharts Bot
a7e9031fc8 chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.4.0 (#14043) 2023-10-28 04:43:26 +02:00
TrueCharts Bot
178ed23fa7 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1085 (#14040) 2023-10-28 03:56:27 +02:00
TrueCharts Bot
c97ffa490c chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14037) 2023-10-28 02:57:12 +02:00
TrueCharts Bot
8d50ee924d chore(deps): update container image tccr.io/truecharts/flexget to v3.9.16 (#14038) 2023-10-28 02:56:19 +02:00
TrueCharts Bot
8dbae3a057 chore(deps): update container image tccr.io/truecharts/linkding to v1.22.2 (#14035) 2023-10-28 00:41:53 +02:00
TrueCharts Bot
389f0aa303 chore(deps): update container image tccr.io/truecharts/autobrr to v1.32.0 (#14036) 2023-10-28 00:40:52 +02:00
Stavros Kois
2a37d142f5 fix(outline): fetch from the correct secret 2023-10-28 01:18:30 +03:00
TrueCharts Bot
8e87719dac chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.6 (#14034) 2023-10-27 23:39:14 +02:00
TrueCharts Bot
22080bb62a chore(deps): update webtop (#14033) 2023-10-27 23:34:53 +02:00
TrueCharts Bot
4c91e1758a chore(deps): update rdesktop (#14032) 2023-10-27 22:37:14 +02:00
TrueCharts Bot
7b2efa0fa7 chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#14031) 2023-10-27 22:36:08 +02:00
TrueCharts Bot
fae3e09ad5 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14029) 2023-10-27 21:36:59 +02:00
TrueCharts Bot
41815e6847 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13964) 2023-10-27 21:17:32 +02:00
Stavros Kois
ac34fd5bd2 fix(clusterissuer): fix malformed yaml output (#14028)
**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  #13421

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-27 22:02:34 +03:00
Stavros Kois
aeaeb22e5d fix(traefik): fix buffering middlewrae (#14027)
**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  #13686

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-27 21:56:39 +03:00
TrueCharts Bot
ed6522d6e7 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.2 (#14026) 2023-10-27 20:45:19 +02:00
TrueCharts Bot
bdf8c56c98 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14025) 2023-10-27 20:40:52 +02:00
StevenMcElligott
66699afcd1 fix(watchyourlan): Fix networking + capabilities (#13979)
**Description**

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

⚒️ Fixes  #13972

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-27 21:37:35 +03:00
sdimovv
24d91509d6 feat(traefik): Add traefik-plugin-rewrite-headers (#13961)
**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)-->

Adding a simple plugin that allows for editing/rewriting response
headers. It can be used to rewrite any response header. In the chart
values, I have given a (perhaps not very exciting) example with the
`Location` header.

**⚙️ Type of change**

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

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

Tested with native helm - deployed Traefik, added an ingress in front of
a simple custom-app that returns an HTTP301 on every request. With this
plugin, I was able to rewrite the Location (or any other) header in the
returned response.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Plugin:
https://plugins.traefik.io/plugins/628c9eb5108ecc83915d7758/rewrite-header
Corresponding container changes PR:
https://github.com/truecharts/containers/pull/33731

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
2023-10-27 21:15:37 +03:00
TrueCharts Bot
6c79d7f557 chore(deps): update rdesktop (#14024) 2023-10-27 19:36:42 +02:00
TrueCharts Bot
7b2d5f304d chore(deps): update container image tccr.io/truecharts/node-red to v3.1.0 (#14023) 2023-10-27 17:41:45 +02:00
TrueCharts Bot
b34cf20d6c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14022) 2023-10-27 15:38:56 +02:00
TrueCharts Bot
24198e7edc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14021) 2023-10-27 13:37:43 +02:00
TrueCharts Bot
420aa23839 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.4 (#14020) 2023-10-27 12:40:35 +02:00
TrueCharts Bot
3ea65da13e chore(deps): update container image tccr.io/truecharts/searxng to latest (#14019) 2023-10-27 11:37:36 +02:00
TrueCharts Bot
9433ab7479 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14018) 2023-10-27 10:41:43 +02:00
TrueCharts Bot
3c85d660ed chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14017) 2023-10-27 09:42:30 +02:00
TrueCharts Bot
59d292631e chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14015) 2023-10-27 07:39:09 +02:00
TrueCharts Bot
3d5abc44f4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14014) 2023-10-27 06:40:49 +02:00
TrueCharts Bot
2bea6422b8 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1084 (#14013) 2023-10-27 03:58:59 +02:00
TrueCharts Bot
49dc88ba26 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14012) 2023-10-27 03:58:25 +02:00
TrueCharts Bot
64bb2ecad3 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.15.0 (#14010) 2023-10-27 02:54:33 +02:00
TrueCharts Bot
c8d08398b4 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.0 (#14011) 2023-10-27 02:53:12 +02:00
TrueCharts Bot
803de68aa2 chore(deps): update authentik to v2023.10.1 (minor) (#14009) 2023-10-27 01:43:50 +02:00
TrueCharts Bot
0c55d18c34 chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.2 (#14008) 2023-10-27 01:38:59 +02:00
TrueCharts Bot
f51ac6bc86 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.22 (#14007) 2023-10-27 00:40:37 +02:00
TrueCharts Bot
37ccd73369 chore(deps): update container image tccr.io/truecharts/netdata to v1.43.1 (#14006) 2023-10-27 00:39:05 +02:00
TrueCharts Bot
4ad2a3bf29 chore(deps): update container image tccr.io/truecharts/n8n to v1.14.2 (#14005) 2023-10-26 23:42:42 +02:00
TrueCharts Bot
a3b8ed47a4 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.6 (#14001) 2023-10-26 22:40:08 +02:00
TrueCharts Bot
9e7bf07de4 chore(deps): update container image tccr.io/truecharts/komga to v1.6.4 (#14000) 2023-10-26 22:39:28 +02:00
TrueCharts Bot
611e4a99ef chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.2 (#13999) 2023-10-26 21:41:02 +02:00
TrueCharts Bot
6c81f8f449 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13998) 2023-10-26 21:40:22 +02:00
TrueCharts Bot
5389db42dd chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13997) 2023-10-26 20:43:42 +02:00
TrueCharts Bot
c552800a1c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13996) 2023-10-26 20:43:30 +02:00
TrueCharts Bot
feeb24b0f7 chore(deps): update container image tccr.io/truecharts/baserow to v1.21.2 (#13995) 2023-10-26 19:39:55 +02:00
TrueCharts Bot
29ec8ca2a5 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13994) 2023-10-26 18:42:59 +02:00
TrueCharts Bot
62f4bcda55 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13993) 2023-10-26 16:42:57 +02:00
TrueCharts Bot
9b07779a62 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13992) 2023-10-26 12:38:18 +02:00
TrueCharts Bot
4c65109a77 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13990) 2023-10-26 11:40:50 +02:00
TrueCharts Bot
6df0453951 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13991) 2023-10-26 11:39:02 +02:00
TrueCharts Bot
ed97d4f62b chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13989) 2023-10-26 10:42:09 +02:00
TrueCharts Bot
c6dc316ae6 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13988) 2023-10-26 09:41:32 +02:00
TrueCharts Bot
eeb184bd6c chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13987) 2023-10-26 09:40:41 +02:00
TrueCharts Bot
75eb94dc6e chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.0 (#13985) 2023-10-26 07:43:10 +02:00
TrueCharts Bot
c1b2e54650 chore(deps): update container image tccr.io/truecharts/n8n to v1.14.0 (#13984) 2023-10-26 07:41:30 +02:00
TrueCharts Bot
e7ecf4bd5f chore(deps): update container image tccr.io/truecharts/jenkins to v2.429.0 (#13983) 2023-10-26 06:40:11 +02:00
TrueCharts Bot
7c0c69e4df chore(deps): update renovatebot/github-action action to v39.1.1 (#13980)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.0` -> `v39.1.1` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.1`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.1)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.0...v39.1.1)

##### Documentation

- update references to renovatebot/github-action to v39.1.0
([3190dfa](3190dfaa2d))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([9f450cc](9f450ccb3d))
- **deps:** update commitlint monorepo to v17.8.0
([70714dc](70714dc58e))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.59
([2e0b422](2e0b422a3d))
- **deps:** update linters to v6.7.5
([e008b4b](e008b4bb20))
- **deps:** update linters to v6.8.0
([f1066ae](f1066ae5f7))

##### Build System

- **deps:** update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.38.1
([b0e244a](b0e244a464))

##### Continuous Integration

- **deps:** update actions/setup-node action to v3.8.2
([b7131c2](b7131c223e))
- **deps:** update renovate docker tag to v37.22.0
([65c6e7f](65c6e7fcdf))
- **deps:** update renovate docker tag to v37.23.0
([ea2fb9f](ea2fb9f34d))
- **deps:** update renovate docker tag to v37.26.1
([94e0554](94e05545a2))
- **deps:** update renovate docker tag to v37.26.4
([96f75b9](96f75b9083))
- **deps:** update renovate docker tag to v37.27.0
([3a7c5ff](3a7c5ff40e))
- **deps:** update renovate docker tag to v37.27.1
([1b5e186](1b5e18644b))
- **deps:** update renovate docker tag to v37.28.0
([e3ab740](e3ab740ced))
- **deps:** update renovate docker tag to v37.28.1
([486591b](486591bf6a))
- **deps:** update renovate docker tag to v37.29.0
([4c76d09](4c76d09608))
- **deps:** update renovate docker tag to v37.31.1
([d98d73c](d98d73c399))
- **deps:** update renovate docker tag to v37.31.2
([94d8cbd](94d8cbd890))
- **deps:** update renovate docker tag to v37.31.3
([840ba9e](840ba9e118))
- **deps:** update renovate docker tag to v37.31.4
([507e77b](507e77bc77))
- **deps:** update renovate docker tag to v37.31.5
([bfa1402](bfa14025c4))
- **deps:** update renovate docker tag to v37.31.7
([196f852](196f8528f9))
- **deps:** update renovate docker tag to v37.33.1
([a03423b](a03423b6c3))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-26 06:26:03 +02:00
TrueCharts Bot
3df553a0ba chore(deps): update container image tccr.io/truecharts/baserow to v1.21.1 (#13981) 2023-10-26 05:42:42 +02:00
TrueCharts Bot
e7db85cd1e chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#13978) 2023-10-26 04:46:30 +02:00
TrueCharts Bot
5012445345 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13977) 2023-10-26 04:46:28 +02:00
TrueCharts Bot
1070bf9b9b chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.1 (#13975) 2023-10-26 04:00:35 +02:00
TrueCharts Bot
4cbfb5a7c9 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1078 (#13976) 2023-10-26 03:59:25 +02:00
TrueCharts Bot
fc49ea6262 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13974) 2023-10-26 02:57:22 +02:00
TrueCharts Bot
92c85f2a83 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13973) 2023-10-26 02:56:56 +02:00
TrueCharts Bot
30708c4669 chore(deps): update container image tccr.io/truecharts/invidious to latest (#13970) 2023-10-26 01:41:24 +02:00
TrueCharts Bot
ca960de6cb chore(deps): update container image tccr.io/truecharts/n8n to v1.12.2 (#13971) 2023-10-26 01:41:16 +02:00
TrueCharts Bot
27374ebf1f chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13968) 2023-10-26 00:39:40 +02:00
TrueCharts Bot
17db4be19d chore(deps): update container image tccr.io/truecharts/traefik to v2.10.5 (#13969) 2023-10-26 00:38:04 +02:00
TrueCharts Bot
500b48a966 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13966) 2023-10-25 23:37:42 +02:00
TrueCharts Bot
d466c46c31 chore(deps): update container image tccr.io/truecharts/drawio to v22.0.8 (#13967) 2023-10-25 23:36:52 +02:00
TrueCharts Bot
5042badced chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13965) 2023-10-25 22:40:56 +02:00
TrueCharts Bot
df04ccddf7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13963) 2023-10-25 21:41:11 +02:00
TrueCharts Bot
7ed7ee17f7 chore(deps): update container image tccr.io/truecharts/minio to latest (#13962) 2023-10-25 21:39:49 +02:00
TrueCharts Bot
bfd5ea41af chore(deps): update container image tccr.io/truecharts/gamevault-backend to v8.0.3 (#13959) 2023-10-25 20:44:45 +02:00
TrueCharts Bot
324e421848 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13960) 2023-10-25 20:43:32 +02:00
TrueCharts Bot
82d9c0ab58 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13957) 2023-10-25 17:41:57 +02:00
TrueCharts Bot
9922d73f7b chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13958) 2023-10-25 17:41:45 +02:00
TrueCharts Bot
a05bc00d1c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13955) 2023-10-25 16:44:46 +02:00
TrueCharts Bot
30579fe629 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13953) 2023-10-25 14:44:20 +02:00
TrueCharts Bot
d9a9ec51c7 chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13954) 2023-10-25 14:44:05 +02:00
TrueCharts Bot
2db02aafdc chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#13952) 2023-10-25 09:43:29 +02:00
TrueCharts Bot
447ce6169c chore(deps): update container image tccr.io/truecharts/calibre to v6.29.0 (#13951) 2023-10-25 09:42:19 +02:00
TrueCharts Bot
019bda6f03 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13950) 2023-10-25 07:42:19 +02:00
TrueCharts Bot
a4b96374c4 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1077 (#13949) 2023-10-25 03:59:23 +02:00
TrueCharts Bot
0a6330de8b chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13948) 2023-10-25 02:53:52 +02:00
TrueCharts-Bot
a72a9096c9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-25 00:23:07 +00:00
TrueCharts Bot
a40ee7811e chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.3 (#13946) 2023-10-24 22:40:45 +02:00
StevenMcElligott
300e202f27 fix(website-shot): Set correct runAsUser (#13710)
**Description**

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

⚒️ Fixes  #13759

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-24 23:34:14 +03:00
TrueCharts Bot
36c9c40418 chore(deps): update container image tccr.io/truecharts/thanos to v0.32.5 (#13785)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers)
| patch | `v0.32.4` -> `v0.32.5` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-24 23:29:36 +03:00
TrueCharts Bot
009fdd5c81 chore(deps): update metallb to v0.13.12 (patch) (#13869)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/metallb-controller](https://togithub.com/truecharts/containers)
| patch | `v0.13.11` -> `v0.13.12` |
|
[tccr.io/truecharts/metallb-speaker](https://togithub.com/truecharts/containers)
| patch | `v0.13.11` -> `v0.13.12` |

---

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

---

### Configuration

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

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-24 23:23:38 +03:00
TrueCharts Bot
8767fd2438 chore(deps): update container image tccr.io/truecharts/clamav to v1.2.0 (#13667)
This PR contains the following updates:

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

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-24 23:22:32 +03:00
allcontributors[bot]
69ad853c78 docs: add gabrieldonadel as a contributor for doc (#13945)
Adds @gabrieldonadel as a contributor for doc.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-24 23:21:43 +03:00
TrueCharts Bot
8f9a2c6dc8 chore(deps): update helm general non-major (#13931)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS40IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-24 23:13:28 +03:00
Gabriel Donadel Dall'Agnol
7d2569745d Fix README.md typo (#13885)
**Description**

⚒️ Fix README.md typo 

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

N / A

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

Signed-off-by: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
2023-10-24 23:13:17 +03:00
TrueCharts Bot
aac1bc166f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13943) 2023-10-24 21:39:46 +02:00
TrueCharts Bot
19215b04ba chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-mate to latest (#13944) 2023-10-24 21:35:44 +02:00
TrueCharts Bot
8d3dda024d chore(deps): update container image tccr.io/truecharts/minio to latest (#13942) 2023-10-24 20:39:14 +02:00
TrueCharts Bot
6608fb3339 chore(deps): update container image tccr.io/truecharts/arksurvivalevolved to latest (#13941) 2023-10-24 20:35:05 +02:00
TrueCharts Bot
a3f9122843 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13939) 2023-10-24 17:44:06 +02:00
TrueCharts Bot
5f7e932741 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.19 (#13940) 2023-10-24 17:42:58 +02:00
TrueCharts Bot
41310f5ae5 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13938) 2023-10-24 15:45:38 +02:00
TrueCharts Bot
628cbffd9f chore(deps): update container image tccr.io/truecharts/lancache-prefill to latest (#13937) 2023-10-24 15:44:44 +02:00
TrueCharts Bot
e75a472beb chore(deps): update container image tccr.io/truecharts/boinc to latest (#13935) 2023-10-24 14:43:46 +02:00
TrueCharts Bot
c749bc3453 chore(deps): update webtop (#13936) 2023-10-24 14:39:03 +02:00
TrueCharts Bot
600514e7a6 chore(deps): update webtop (#13933) 2023-10-24 09:38:20 +02:00
TrueCharts Bot
0148e12415 chore(deps): update webtop (#13932) 2023-10-24 08:36:02 +02:00
TrueCharts Bot
4098657f74 chore(deps): update webtop (#13930) 2023-10-24 07:36:58 +02:00
TrueCharts Bot
ffea3d9d78 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#13928) 2023-10-24 06:42:39 +02:00
TrueCharts Bot
76cd5103ff chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#13929) 2023-10-24 06:40:11 +02:00
TrueCharts Bot
8d79ed040d chore(deps): update helm general non-major (#13925) 2023-10-24 05:59:15 +02:00
TrueCharts Bot
917d4a5769 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13927) 2023-10-24 05:41:11 +02:00
TrueCharts Bot
01492bd6a9 chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.0 (#13926) 2023-10-24 04:51:46 +02:00
TrueCharts Bot
628d18f41c chore(deps): update helm general non-major (#13920) 2023-10-24 04:08:54 +02:00
TrueCharts Bot
5efe18f659 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.19 (#13924) 2023-10-24 04:00:40 +02:00
TrueCharts Bot
4d7c84a307 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1076 (#13923) 2023-10-24 04:00:00 +02:00
TrueCharts Bot
3c21ef7db1 chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.2 (#13922) 2023-10-24 02:55:38 +02:00
TrueCharts Bot
10a61ac024 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13921) 2023-10-24 02:54:31 +02:00
TrueCharts Bot
65f5b74632 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13919) 2023-10-24 00:38:38 +02:00
TrueCharts Bot
3d686132e5 chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13917) 2023-10-23 22:46:49 +02:00
TrueCharts Bot
9542f6205e chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#13918) 2023-10-23 22:37:52 +02:00
TrueCharts Bot
cb892354d1 chore(deps): update container image tccr.io/truecharts/frigate-tensorrt to v0.12.1 (#13915) 2023-10-23 21:44:31 +02:00
TrueCharts Bot
7ea82887d1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13916) 2023-10-23 21:40:55 +02:00
TrueCharts Bot
0f67c1b8f0 chore(deps): update container image tccr.io/truecharts/n8n to v1.12.1 (#13914) 2023-10-23 20:40:27 +02:00
TrueCharts Bot
0e6caff31d chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13913) 2023-10-23 19:40:22 +02:00
TrueCharts Bot
73ec35f0a4 chore(deps): update actions/setup-node action to v4 (#13912)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| major | `v3` -> `v4` |

---

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

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v3...v4)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4zIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-23 19:25:52 +02:00
TrueCharts Bot
d2fc3b0e44 chore(deps): update actions/setup-node digest to 1a4442c (#13911)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| digest | `5e21ff4` -> `1a4442c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4zIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-23 18:25:44 +02:00
TrueCharts Bot
29c40e1365 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13909) 2023-10-23 15:39:08 +02:00
TrueCharts Bot
b751337320 chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.12 (#13910) 2023-10-23 15:38:28 +02:00
TrueCharts Bot
7d9b774949 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13908) 2023-10-23 14:41:22 +02:00
TrueCharts Bot
3798a99604 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13907) 2023-10-23 14:40:31 +02:00
TrueCharts Bot
249e1ef66a chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#13678) 2023-10-23 13:46:03 +02:00
TrueCharts Bot
afef8e9d5a chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13906) 2023-10-23 08:40:41 +02:00
TrueCharts Bot
4540d848dc chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#13905) 2023-10-23 07:36:30 +02:00
TrueCharts Bot
c4e2974c50 chore(deps): update rdesktop (#13904) 2023-10-23 05:35:06 +02:00
TrueCharts Bot
521cc989da chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1073 (#13903) 2023-10-23 04:49:00 +02:00
TrueCharts Bot
e5b1ff42b9 chore(deps): update rdesktop (#13902) 2023-10-23 04:46:05 +02:00
TrueCharts Bot
aa0e70bc66 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13900) 2023-10-23 03:59:27 +02:00
TrueCharts Bot
89f154c85a chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-i3 to latest (#13901) 2023-10-23 03:56:52 +02:00
TrueCharts Bot
520ffd412d chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.6.0 (#13899) 2023-10-23 02:54:12 +02:00
TrueCharts Bot
12acbea0e1 chore(deps): update rdesktop (#13898) 2023-10-23 02:51:11 +02:00
TrueCharts Bot
543164c366 chore(deps): update container image tccr.io/truecharts/cops to latest (#13897) 2023-10-23 01:39:09 +02:00
TrueCharts Bot
0f6bbfdf2f chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#13896) 2023-10-23 00:41:01 +02:00
TrueCharts Bot
9a79334f0c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13895) 2023-10-22 23:43:40 +02:00
TrueCharts Bot
deb500c978 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13894) 2023-10-22 22:36:45 +02:00
TrueCharts Bot
f095f37681 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13893) 2023-10-22 21:36:05 +02:00
TrueCharts Bot
269b871299 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.14.01 (#13892) 2023-10-22 20:36:41 +02:00
TrueCharts Bot
617e964ffe chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg to v1.30.0-cublas-cuda12 (#13891) 2023-10-22 20:32:03 +02:00
TrueCharts Bot
995b67da01 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.5 (#13890) 2023-10-22 18:38:36 +02:00
TrueCharts Bot
2d29561130 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13889) 2023-10-22 18:36:49 +02:00
TrueCharts Bot
8b166bcc1c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13886) 2023-10-22 16:36:13 +02:00
TrueCharts Bot
387d6fc438 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13884) 2023-10-22 15:38:19 +02:00
TrueCharts Bot
1ebce7a00d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.10.0.4047 (#13883) 2023-10-22 12:35:41 +02:00
TrueCharts Bot
a078e5c9c5 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13882) 2023-10-22 12:34:50 +02:00
TrueCharts Bot
877cc02237 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13881) 2023-10-22 11:35:32 +02:00
TrueCharts Bot
1007c961a0 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13880) 2023-10-22 10:39:41 +02:00
TrueCharts Bot
2bed959d07 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13879) 2023-10-22 09:37:39 +02:00
TrueCharts Bot
d172d35d74 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.8.2267 (#13878) 2023-10-22 08:37:58 +02:00
TrueCharts Bot
b00f415f96 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13877) 2023-10-22 06:38:31 +02:00
TrueCharts Bot
ba277c2d68 chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#13875) 2023-10-22 05:35:03 +02:00
TrueCharts Bot
778d70d075 chore(deps): update container image tccr.io/truecharts/homer to v23.10.1 (#13876) 2023-10-22 05:34:04 +02:00
TrueCharts Bot
565b3457a9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13873) 2023-10-22 04:46:15 +02:00
TrueCharts Bot
24bf4fff4e chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.14.0 (#13874) 2023-10-22 04:44:52 +02:00
TrueCharts Bot
96090f66c8 chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.0 (#13872) 2023-10-22 04:02:23 +02:00
TrueCharts Bot
0a7a16a5b0 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1066 (#13871) 2023-10-22 04:01:34 +02:00
TrueCharts Bot
c9f825eb2a chore(deps): update container image tccr.io/truecharts/code-server to v4.18.0 (#13870) 2023-10-22 02:52:14 +02:00
TrueCharts Bot
644b9c24ed chore(deps): update container image tccr.io/truecharts/photoprism to v231021 (#13867) 2023-10-22 01:35:40 +02:00
TrueCharts Bot
0eb525e496 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.3 (#13868) 2023-10-22 01:34:41 +02:00
TrueCharts Bot
c9393a89a1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13865) 2023-10-22 00:35:55 +02:00
TrueCharts Bot
0c926e049b chore(deps): update container image tccr.io/truecharts/metabase to v0.47.5 (#13866) 2023-10-22 00:35:45 +02:00
TrueCharts Bot
f1e479e6bd chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.4 (#13863) 2023-10-21 23:34:58 +02:00
TrueCharts Bot
e65b4c9987 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.14 (#13864) 2023-10-21 23:34:47 +02:00
TrueCharts Bot
b5342ff61d chore(deps): update container image tccr.io/truecharts/calibre-web to v0.6.21 (#13861) 2023-10-21 22:39:15 +02:00
TrueCharts Bot
515132acc5 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.15 (#13862) 2023-10-21 22:39:12 +02:00
TrueCharts Bot
21829e4d46 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.2.1 (#13860) 2023-10-21 21:40:26 +02:00
TrueCharts Bot
f143fbd87f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13859) 2023-10-21 21:36:22 +02:00
ZasX
73bb7e3590 Added Vaultwarden guide for disabling the admin page (#13858)
**Description**
Added Vaultwarden guide for disabling the admin page

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-21 19:28:37 +00:00
TrueCharts Bot
244bf51ff4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13857) 2023-10-21 20:35:57 +02:00
TrueCharts Bot
24a1ae0b12 chore(deps): update container image tccr.io/truecharts/invidious to latest (#13856) 2023-10-21 20:35:31 +02:00
TrueCharts Bot
86cd2f3f93 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13855) 2023-10-21 19:35:59 +02:00
TrueCharts Bot
48525fac22 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13854) 2023-10-21 19:35:12 +02:00
TrueCharts Bot
c16b912ff7 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#13853) 2023-10-21 18:39:06 +02:00
TrueCharts Bot
eb98ba7be6 chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#13851) 2023-10-21 16:36:31 +02:00
TrueCharts Bot
ddf119294c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13850) 2023-10-21 15:38:39 +02:00
TrueCharts Bot
6edc67b36a chore(deps): update thollander/actions-comment-pull-request digest to 1d3973d (#13849)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request)
| action | digest | `d61db78` -> `1d3973d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-21 13:23:57 +02:00
TrueCharts Bot
904337192a chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13848) 2023-10-21 12:35:43 +02:00
TrueCharts Bot
790a5e500b chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#13847) 2023-10-21 11:39:08 +02:00
TrueCharts Bot
1cb77c7dd7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13846) 2023-10-21 11:38:14 +02:00
TrueCharts Bot
3132b97ecf chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13844) 2023-10-21 10:37:10 +02:00
TrueCharts Bot
3e8ebdf36b chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13845) 2023-10-21 10:36:50 +02:00
TrueCharts Bot
815cf6df5b chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13842) 2023-10-21 09:37:08 +02:00
TrueCharts Bot
3d0bddf5c2 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#13843) 2023-10-21 09:32:52 +02:00
TrueCharts Bot
c71f8b157a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13840) 2023-10-21 08:37:13 +02:00
TrueCharts Bot
991ceed40a chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13841) 2023-10-21 08:36:56 +02:00
TrueCharts Bot
900d653b6d chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13839) 2023-10-21 06:37:07 +02:00
TrueCharts Bot
94615fd02f chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13837) 2023-10-21 04:40:37 +02:00
TrueCharts Bot
16faf6a7d6 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1056 (#13838) 2023-10-21 04:39:34 +02:00
TrueCharts Bot
1cd287c2fc chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13836) 2023-10-21 03:58:13 +02:00
TrueCharts Bot
df7cfc604d chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13835) 2023-10-21 03:56:34 +02:00
TrueCharts Bot
03d0d3aa9c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13834) 2023-10-21 02:53:35 +02:00
TrueCharts Bot
cc25b2147b chore(deps): update container image tccr.io/truecharts/fileflows to v23.10.0 (#13833) 2023-10-21 02:52:33 +02:00
TrueCharts Bot
555a1efa15 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13832) 2023-10-21 01:35:00 +02:00
TrueCharts Bot
5af5da037b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13831) 2023-10-20 23:38:31 +02:00
TrueCharts Bot
05b0238ea0 chore(deps): update container image tccr.io/truecharts/mariadb to v11.1.2 (#13548) 2023-10-20 23:37:08 +02:00
TrueCharts Bot
cb33ebaee3 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.13.0 (#13830) 2023-10-20 22:38:54 +02:00
TrueCharts Bot
a843b04d6d chore(deps): update container image tccr.io/truecharts/filebot to v23.10.1 (#13829) 2023-10-20 22:37:14 +02:00
TrueCharts Bot
04cb6e06d3 chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.2.0 (#13828) 2023-10-20 21:37:33 +02:00
TrueCharts Bot
26bb34150b chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#13827) 2023-10-20 21:37:16 +02:00
TrueCharts Bot
39a663b32d chore(deps): update webtop (#13826) 2023-10-20 20:36:19 +02:00
TrueCharts Bot
3eb9272576 chore(deps): update rdesktop (#13825) 2023-10-20 20:36:01 +02:00
TrueCharts Bot
2542fd9e03 chore(deps): update container image tccr.io/truecharts/calibre to v6.29.0 (#13824) 2023-10-20 19:39:42 +02:00
TrueCharts Bot
209530b68d chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#13823) 2023-10-20 19:35:06 +02:00
TrueCharts Bot
2364092f52 chore(deps): update container image tccr.io/truecharts/nocodb to v0.202.5 (#13821) 2023-10-20 18:39:46 +02:00
TrueCharts Bot
1727c391ca chore(deps): update container image tccr.io/truecharts/recyclarr to v6.0.2 (#13822) 2023-10-20 18:38:52 +02:00
ZasX
f89cabdf09 Fix probes for pgadmin (#13820)
**Description**
The probes created a session file in the sessions folder every probe, so
multiple files per minute. Over the course of a few months, it great to
a few gigabytes for my install. Changing the probes to /misc/ping is the
solution for kubernetes, as I read in a pgadmin github issue.

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

I also changed the defaults in questions.yaml to correspond to the
placeholders in values.yaml.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-20 15:57:45 +00:00
TrueCharts Bot
dc3ee6933f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13818) 2023-10-20 17:39:36 +02:00
TrueCharts Bot
d6aad98413 chore(deps): update container image tccr.io/truecharts/homepage to v0.7.4 (#13819) 2023-10-20 17:38:48 +02:00
TrueCharts Bot
f1ec2de7d4 chore(deps): update container image tccr.io/truecharts/drawio to v22.0.6 (#13816) 2023-10-20 16:36:41 +02:00
TrueCharts Bot
2235d02a89 chore(deps): update container image tccr.io/truecharts/homepage to v0.7.3 (#13817) 2023-10-20 16:36:16 +02:00
TrueCharts Bot
7d1d4daf11 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13814) 2023-10-20 15:41:35 +02:00
TrueCharts Bot
4da8ecbc1a chore(deps): update container image tccr.io/truecharts/komga to v1.6.2 (#13815) 2023-10-20 15:40:18 +02:00
TrueCharts Bot
caff930e1a chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-10 (#13812) 2023-10-20 14:40:43 +02:00
TrueCharts Bot
481c5ac29d chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#13813) 2023-10-20 14:40:30 +02:00
TrueCharts Bot
516c7a2964 chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-10 (#13810) 2023-10-20 11:39:04 +02:00
TrueCharts Bot
4cc1693d16 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13811) 2023-10-20 11:38:39 +02:00
TrueCharts Bot
7d5c7b0ba7 chore(deps): update jupyter (#13809) 2023-10-20 10:37:46 +02:00
TrueCharts Bot
5caae76276 chore(deps): update container image tccr.io/truecharts/invidious to latest (#13806) 2023-10-20 09:40:02 +02:00
TrueCharts Bot
6463e35144 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13807) 2023-10-20 09:37:33 +02:00
TrueCharts Bot
06249dbfd2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13805) 2023-10-20 08:38:36 +02:00
TrueCharts Bot
650d98a316 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#13804) 2023-10-20 07:38:06 +02:00
TrueCharts Bot
c6a00592d5 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#13803) 2023-10-20 05:40:10 +02:00
TrueCharts Bot
f9614d30df chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#13801) 2023-10-20 04:42:30 +02:00
TrueCharts Bot
d223e84f7e chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.8.0 (#13802) 2023-10-20 04:42:17 +02:00
TrueCharts Bot
657d62bfad chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.5.4 (#13800) 2023-10-20 04:01:42 +02:00
TrueCharts Bot
6bd7ae2a37 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1051 (#13799) 2023-10-20 04:01:11 +02:00
TrueCharts Bot
e91cf0e53b chore(deps): update container image tccr.io/truecharts/gamevault-backend to v8.0.3 (#13796) 2023-10-20 02:54:24 +02:00
TrueCharts Bot
1fd81663b6 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.2 (#13797) 2023-10-20 02:53:39 +02:00
TrueCharts-Bot
ea53b1d2fd Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-20 00:23:24 +00:00
TrueCharts Bot
998fd154e9 chore(deps): update container image tccr.io/truecharts/odoo to v16.0.0 (#13795) 2023-10-20 01:40:49 +02:00
TrueCharts Bot
1b5e091cc6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13794) 2023-10-20 00:39:12 +02:00
Xstar97TheNoob
cef5c805e3 feat(odoo) move odoo stable (#13769)
**Description**
add the default creds and move to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-20 01:07:12 +03:00
TrueCharts Bot
d29fde54e7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13793) 2023-10-19 22:39:59 +02:00
TrueCharts Bot
b6bb7d6274 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.4 (#13792) 2023-10-19 21:37:00 +02:00
TrueCharts Bot
3805e89977 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13790) 2023-10-19 20:39:00 +02:00
TrueCharts Bot
b286a2f2f3 chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13791) 2023-10-19 20:38:25 +02:00
TrueCharts Bot
de150ec923 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13789) 2023-10-19 18:39:36 +02:00
TrueCharts Bot
a25d59abbf chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#13788) 2023-10-19 18:39:16 +02:00
TrueCharts Bot
1cb048a3a4 chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#13742) 2023-10-19 17:37:56 +02:00
TrueCharts Bot
213da57953 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13787) 2023-10-19 17:36:29 +02:00
TrueCharts Bot
8de6b50323 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.2 (#13786) 2023-10-19 16:36:28 +02:00
TrueCharts Bot
9058c11a0f chore(deps): update container image tccr.io/truecharts/drawio to v22.0.5 (#13783) 2023-10-19 15:40:51 +02:00
TrueCharts Bot
90a536407c chore(deps): update container image tccr.io/truecharts/fluidd to v1.26.1 (#13784) 2023-10-19 15:40:16 +02:00
TrueCharts Bot
ff9733e305 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13782) 2023-10-19 14:40:53 +02:00
TrueCharts Bot
f13f829191 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13781) 2023-10-19 14:39:43 +02:00
TrueCharts Bot
d153c2e518 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.9.2.56 (#13780) 2023-10-19 12:37:42 +02:00
TrueCharts Bot
425b48cfa4 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13779) 2023-10-19 12:36:13 +02:00
TrueCharts Bot
563cac7fdd chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13778) 2023-10-19 11:39:57 +02:00
TrueCharts Bot
d0269847d4 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13777) 2023-10-19 11:38:52 +02:00
TrueCharts Bot
2b51928dcc chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13775) 2023-10-19 10:41:34 +02:00
TrueCharts Bot
008a61ee36 chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.1 (#13776) 2023-10-19 10:41:16 +02:00
TrueCharts Bot
bf07f8eea2 chore(deps): update container image tccr.io/truecharts/seafile to v11.0.1 (#13773) 2023-10-19 09:37:43 +02:00
TrueCharts Bot
8b4edce740 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13774) 2023-10-19 09:36:52 +02:00
TrueCharts Bot
b50d875ce1 chore(deps): update container image tccr.io/truecharts/strapi to v4.14.5 (#13670) 2023-10-19 08:42:42 +02:00
TrueCharts Bot
b1b2e3b419 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13772) 2023-10-19 08:41:19 +02:00
TrueCharts Bot
abb0b13916 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13771) 2023-10-19 08:40:44 +02:00
TrueCharts Bot
d465fff7d0 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#13770) 2023-10-19 07:37:13 +02:00
TrueCharts Bot
6d91e540ad chore(deps): update container image tccr.io/truecharts/pihole to v2023.10.0 (#13767) 2023-10-19 05:37:27 +02:00
TrueCharts Bot
f8804b525e chore(deps): update container image tccr.io/truecharts/static-web-server to v2.23.0 (#13768) 2023-10-19 05:37:11 +02:00
TrueCharts Bot
657df3d9b1 chore(deps): update container image tccr.io/truecharts/jenkins to v2.428.0 (#13765) 2023-10-19 04:45:17 +02:00
TrueCharts Bot
e20d5ea404 chore(deps): update container image tccr.io/truecharts/komga to v1.6.1 (#13766) 2023-10-19 04:44:15 +02:00
TrueCharts Bot
d1eabd7b37 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.12.0 (#13764) 2023-10-19 04:00:02 +02:00
TrueCharts Bot
4d67e26c5f chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1043 (#13763) 2023-10-19 03:58:23 +02:00
TrueCharts Bot
e41f835f49 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v8.0.1 (#13758) 2023-10-19 02:52:57 +02:00
TrueCharts Bot
07207e4d17 chore(deps): update container image tccr.io/truecharts/exportarr to v1.6.0 (#13761) 2023-10-19 02:52:47 +02:00
TrueCharts Bot
8f96881e4f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13760) 2023-10-19 02:51:32 +02:00
TrueCharts Bot
1147669e98 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13757) 2023-10-18 23:36:35 +02:00
TrueCharts Bot
dcdd67d249 chore(deps): update immich to v1.82.1 (minor) (#13755) 2023-10-18 22:40:42 +02:00
TrueCharts Bot
ece25c0707 chore(deps): update container image tccr.io/truecharts/n8n to v1.12.0 (#13754) 2023-10-18 22:37:57 +02:00
TrueCharts Bot
deef8c12be chore(deps): update container image tccr.io/truecharts/czkawka to v23.10.1 (#13753) 2023-10-18 21:39:04 +02:00
TrueCharts Bot
5e3784c1cb chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.40 (#13752) 2023-10-18 21:38:57 +02:00
TrueCharts Bot
20eddb80df chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.1 (#13751) 2023-10-18 20:39:53 +02:00
TrueCharts Bot
64e091e5b3 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.7.0 (#13750) 2023-10-18 20:38:02 +02:00
TrueCharts Bot
03cc219bc4 chore(deps): update kitchenowl (#13747) 2023-10-18 19:42:09 +02:00
TrueCharts Bot
6fa32c179b chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.2.0 (#13748) 2023-10-18 19:38:34 +02:00
TrueCharts Bot
277da2c0c0 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13745) 2023-10-18 18:40:42 +02:00
TrueCharts Bot
bd22b343d7 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.10.1 (#13746) 2023-10-18 18:39:44 +02:00
TrueCharts Bot
bd6c72150a chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.5.0 (#13744) 2023-10-18 17:41:38 +02:00
TrueCharts Bot
1c147c0e36 chore(deps): update container image tccr.io/truecharts/netdata to v1.43.0 (#13743) 2023-10-18 17:36:29 +02:00
TrueCharts Bot
49ea2cc34f chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.4 (#13741) 2023-10-18 16:43:12 +02:00
TrueCharts Bot
eace81f95a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13739) 2023-10-18 15:41:10 +02:00
TrueCharts Bot
2e949ea3cb chore(deps): update container image tccr.io/truecharts/redis to v7.2.2 (#13740) 2023-10-18 15:39:51 +02:00
TrueCharts Bot
556643a9d4 chore(deps): update container image tccr.io/truecharts/deconz to v2.24.1 (#13737) 2023-10-18 14:41:34 +02:00
TrueCharts Bot
99e15ff489 chore(deps): update container image tccr.io/truecharts/slash to v0.4.6 (#13738) 2023-10-18 14:40:38 +02:00
TrueCharts Bot
2d316cc834 chore(deps): update container image tccr.io/truecharts/seafile to v11.0.1 (#13735) 2023-10-18 12:37:31 +02:00
TrueCharts Bot
86c8f8c14d chore(deps): update container image tccr.io/truecharts/solr to v9.4.0 (#13736) 2023-10-18 12:36:28 +02:00
TrueCharts Bot
3cd1abc449 chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.0 (#13734) 2023-10-18 11:40:59 +02:00
TrueCharts Bot
c268a2c23e chore(deps): update container image tccr.io/truecharts/minio to latest (#13733) 2023-10-18 11:39:06 +02:00
TrueCharts Bot
105bb39101 chore(deps): update jupyter (#13732) 2023-10-18 10:39:30 +02:00
TrueCharts Bot
7f34116354 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13731) 2023-10-18 10:39:07 +02:00
TrueCharts Bot
c00f0a7e38 chore(deps): update container image tccr.io/truecharts/calibre to v6.28.1 (#13729) 2023-10-18 09:39:25 +02:00
TrueCharts Bot
2b9ac5ad5b chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#13730) 2023-10-18 09:39:08 +02:00
TrueCharts Bot
fdb0562b62 chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-10 (#13728) 2023-10-18 08:40:05 +02:00
TrueCharts Bot
7ccdbe183e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13727) 2023-10-18 07:37:20 +02:00
TrueCharts Bot
cd2965f158 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13726) 2023-10-18 05:37:19 +02:00
TrueCharts Bot
7a5b0606ba chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13725) 2023-10-18 04:42:07 +02:00
TrueCharts Bot
029fed3216 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1033 (#13723) 2023-10-18 04:00:14 +02:00
TrueCharts Bot
db459b4f00 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.22 (#13724) 2023-10-18 04:00:06 +02:00
TrueCharts Bot
20acf0fd1f chore(deps): update jupyter (#13722) 2023-10-18 02:53:59 +02:00
TrueCharts Bot
bb8eb818af chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13721) 2023-10-18 02:52:40 +02:00
TrueCharts Bot
8f8f9fc4f9 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#13720) 2023-10-18 01:37:48 +02:00
TrueCharts Bot
56338aadf0 chore(deps): update helm general non-major (#13691) 2023-10-17 22:44:31 +02:00
TrueCharts Bot
0ccfa2928e chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#13718) 2023-10-17 22:38:07 +02:00
TrueCharts Bot
07c5884fa2 chore(deps): update container image tccr.io/truecharts/scrutiny to v0.7.2 (#13719) 2023-10-17 22:36:35 +02:00
TrueCharts Bot
665874fc8f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13716) 2023-10-17 21:35:30 +02:00
TrueCharts Bot
599f18f85f chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.6.0 (#13717) 2023-10-17 21:34:24 +02:00
TrueCharts Bot
f3cf15419e chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.17 (#13715) 2023-10-17 20:44:39 +02:00
TrueCharts Bot
4b62bef6bc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13714) 2023-10-17 19:38:50 +02:00
TrueCharts Bot
9d5ad930c3 chore(deps): update github-actions (#13713)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `8ade135` -> `b4ffde6` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
patch | `v4.1.0` -> `v4.1.1` |

---

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

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.1`](https://togithub.com/actions/checkout/releases/tag/v4.1.1)

[Compare
Source](https://togithub.com/actions/checkout/compare/v4.1.0...v4.1.1)

#### What's Changed

- Update CODEOWNERS to Launch team by
[@&#8203;joshmgross](https://togithub.com/joshmgross) in
[https://github.com/actions/checkout/pull/1510](https://togithub.com/actions/checkout/pull/1510)
- Correct link to GitHub Docs by
[@&#8203;peterbe](https://togithub.com/peterbe) in
[https://github.com/actions/checkout/pull/1511](https://togithub.com/actions/checkout/pull/1511)
- Link to release page from what's new section by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[https://github.com/actions/checkout/pull/1514](https://togithub.com/actions/checkout/pull/1514)

#### New Contributors

- [@&#8203;joshmgross](https://togithub.com/joshmgross) made their first
contribution in
[https://github.com/actions/checkout/pull/1510](https://togithub.com/actions/checkout/pull/1510)
- [@&#8203;peterbe](https://togithub.com/peterbe) made their first
contribution in
[https://github.com/actions/checkout/pull/1511](https://togithub.com/actions/checkout/pull/1511)

**Full Changelog**:
https://github.com/actions/checkout/compare/v4...v4.1.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-17 19:24:19 +02:00
TrueCharts Bot
9ed41ff961 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13712) 2023-10-17 17:35:47 +02:00
TrueCharts Bot
b6ec9f2e16 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#13711) 2023-10-17 16:41:01 +02:00
TrueCharts Bot
e3f381330b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13709) 2023-10-17 15:40:07 +02:00
TrueCharts Bot
9269b42c5d chore(deps): update container image tccr.io/truecharts/boinc to latest (#13708) 2023-10-17 15:39:04 +02:00
TrueCharts Bot
46e016c10d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13706) 2023-10-17 14:41:09 +02:00
TrueCharts Bot
0d6df4064d chore(deps): update webtop (#13707) 2023-10-17 14:36:56 +02:00
TrueCharts Bot
6bd6b7338e chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#13705) 2023-10-17 13:34:46 +02:00
TrueCharts Bot
4815da0695 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13704) 2023-10-17 12:37:52 +02:00
TrueCharts Bot
d0e6314c88 chore(deps): update webtop (#13703) 2023-10-17 11:33:44 +02:00
TrueCharts Bot
e36c104ed4 chore(deps): update webtop (#13702) 2023-10-17 10:35:12 +02:00
TrueCharts Bot
69dad469a2 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#13701) 2023-10-17 09:34:28 +02:00
TrueCharts Bot
e0ca517b4d chore(deps): update webtop (#13700) 2023-10-17 08:33:42 +02:00
TrueCharts Bot
13abf2e1a6 chore(deps): update webtop (#13699) 2023-10-17 07:32:40 +02:00
TrueCharts Bot
259731e51a chore(deps): update webtop (#13697) 2023-10-17 06:32:00 +02:00
TrueCharts Bot
f6926e97e7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13696) 2023-10-17 05:39:09 +02:00
TrueCharts Bot
add1bee3b7 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13695) 2023-10-17 04:43:58 +02:00
TrueCharts Bot
bce6121f24 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1025 (#13694) 2023-10-17 03:58:46 +02:00
TrueCharts Bot
db4fa25eab chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13692) 2023-10-17 02:53:43 +02:00
TrueCharts Bot
32993aeb97 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13690) 2023-10-17 00:40:10 +02:00
TrueCharts Bot
4e9f9d3d82 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13689) 2023-10-16 23:38:00 +02:00
TrueCharts Bot
70ff357c5d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13688) 2023-10-16 21:37:10 +02:00
TrueCharts Bot
8419d4a8ab chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#13687) 2023-10-16 21:37:03 +02:00
TrueCharts Bot
b1e759a5ff chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#13685) 2023-10-16 19:36:41 +02:00
TrueCharts Bot
4a623939a5 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13684) 2023-10-16 18:39:21 +02:00
TrueCharts Bot
5d67b34d7b chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13683) 2023-10-16 17:38:17 +02:00
TrueCharts Bot
815a7d7d60 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13681) 2023-10-16 16:38:51 +02:00
TrueCharts Bot
485a4f123f chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13682) 2023-10-16 16:37:03 +02:00
TrueCharts Bot
26551c4c69 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13680) 2023-10-16 15:39:05 +02:00
TrueCharts Bot
4d08868d69 chore(deps): update container image tccr.io/truecharts/sshwifty to vlatest (#13679) 2023-10-16 14:41:09 +02:00
TrueCharts Bot
5f432d1c9d chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13677) 2023-10-16 13:39:40 +02:00
TrueCharts Bot
cf1e880dd7 chore(deps): update renovatebot/github-action action to v39.1.0 (#13676)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v39.0.6` -> `v39.1.0` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.0`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.0)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.6...v39.1.0)

##### Features

- allow to override docker command and user
([#&#8203;783](https://togithub.com/renovatebot/github-action/issues/783))
([8d4ffe3](8d4ffe3283))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-16 13:24:32 +02:00
TrueCharts Bot
902d00daa1 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#13675) 2023-10-16 12:39:25 +02:00
TrueCharts Bot
072e4d23b5 chore(deps): update rdesktop (#13674) 2023-10-16 08:35:25 +02:00
TrueCharts Bot
80ea0b7eed chore(deps): update renovatebot/github-action action to v39.0.6 (#13673)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.5` -> `v39.0.6` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.0.6`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.6)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.5...v39.0.6)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;actions/core](https://togithub.com/actions/core) to v1.10.1
([b2039f9](b2039f95ee))

##### Documentation

- update references to actions/checkout to v3.6.0
([f1d7014](f1d7014182))
- update references to ghcr.io/renovatebot/renovate to v36.107.1
([227e50b](227e50b87c))
- update references to ghcr.io/renovatebot/renovate to v36.78.8
([b712568](b7125681d4))
- update references to ghcr.io/renovatebot/renovate to v36.91.0
([9870379](98703790e0))
- update references to ghcr.io/renovatebot/renovate to v36.96.3
([238e572](238e572c5a))
- update references to renovatebot/github-action to v39.0.5
([e06b5fc](e06b5fc433))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;789](https://togithub.com/renovatebot/github-action/issues/789))
([26c288f](26c288f5fc))
- **deps:** lock file maintenance
([577b358](577b35899d))
- **deps:** lock file maintenance
([8b983a8](8b983a8c11))
- **deps:** lock file maintenance
([9dbdec8](9dbdec8956))
- **deps:** lock file maintenance
([5eaa55d](5eaa55de19))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.7.2
([5ecaf04](5ecaf04551))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.46
([643a89d](643a89d65b))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.47
([cf8dfa7](cf8dfa7dc4))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.48
([00e7fe9](00e7fe9c08))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.50
([0e12974](0e129745d7))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.51
([6b5b779](6b5b7795ea))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.52
([f06fe2e](f06fe2ec14))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.53
([135c723](135c723380))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.54
([4c32a3f](4c32a3f9ea))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.55
([49ed1fd](49ed1fd277))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.57
([df7e07f](df7e07f51e))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.58
([b2688b0](b2688b026f))
- **deps:** update dependency eslint to v8.48.0
([851d70c](851d70c24a))
- **deps:** update dependency eslint to v8.49.0
([b249058](b249058f85))
- **deps:** update dependency eslint to v8.50.0
([43031e2](43031e2c08))
- **deps:** update dependency rimraf to v5.0.4
([8d3e818](8d3e81814f))
- **deps:** update dependency rimraf to v5.0.5
([b7e03ab](b7e03ab8ce))
- **deps:** update linters
([ea71ac1](ea71ac171a))
- **deps:** update linters to v6.5.0
([bd55f84](bd55f8496a))
- **deps:** update linters to v6.6.0
([faa3a9e](faa3a9e293))
- **deps:** update linters to v6.7.0
([21879f7](21879f72f3))
- **deps:** update linters to v6.7.2
([d22408a](d22408a7b2))
- **deps:** update linters to v6.7.3
([785d24f](785d24f72c))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.0.5
([ed72267](ed72267830))
- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.0.7
([6c82889](6c82889d61))
- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.1.0
([09d2c08](09d2c0838b))
- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.0
([a683d3f](a683d3f81e))
- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.1
([8608199](8608199cda))
- **deps:** update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.38.0
([392efe2](392efe2131))
- **deps:** update dependency semantic-release to v21.1.2
([f95521f](f95521f9fd))
- **deps:** update dependency typescript to v5.2.2
([03ac572](03ac572806))
- **deps:** update semantic-release monorepo
([fa0eec4](fa0eec4f2a))

##### Continuous Integration

- **deps:** update renovate docker tag to v36.100.0
([edd7c7f](edd7c7f887))
- **deps:** update renovate docker tag to v36.102.0
([a1fde44](a1fde445f4))
- **deps:** update renovate docker tag to v36.103.0
([6f808b4](6f808b4c70))
- **deps:** update renovate docker tag to v36.105.0
([82d84d5](82d84d50b0))
- **deps:** update renovate docker tag to v36.106.1
([393f01c](393f01c051))
- **deps:** update renovate docker tag to v36.107.0
([05a6728](05a6728237))
- **deps:** update renovate docker tag to v36.107.1
([3183ea7](3183ea77e9))
- **deps:** update renovate docker tag to v36.107.2
([7e077b5](7e077b575a))
- **deps:** update renovate docker tag to v36.108.0
([0b084c0](0b084c0a09))
- **deps:** update renovate docker tag to v36.109.4
([204a682](204a682bdc))
- **deps:** update renovate docker tag to v36.78.3
([67b1baf](67b1baf0a2))
- **deps:** update renovate docker tag to v36.78.7
([c06b25c](c06b25c79c))
- **deps:** update renovate docker tag to v36.78.8
([459510b](459510bbd4))
- **deps:** update renovate docker tag to v36.79.1
([d39eac8](d39eac8d43))
- **deps:** update renovate docker tag to v36.81.0
([7d45a2e](7d45a2eae5))
- **deps:** update renovate docker tag to v36.82.0
([89c1233](89c1233832))
- **deps:** update renovate docker tag to v36.87.1
([451253a](451253a38e))
- **deps:** update renovate docker tag to v36.87.2
([128ea2f](128ea2fbe0))
- **deps:** update renovate docker tag to v36.87.6
([448439c](448439c0dd))
- **deps:** update renovate docker tag to v36.87.7
([cadbb64](cadbb64b99))
- **deps:** update renovate docker tag to v36.88.1
([25267b1](25267b1d79))
- **deps:** update renovate docker tag to v36.89.0
([7e94e5f](7e94e5fce0))
- **deps:** update renovate docker tag to v36.91.0
([56042dd](56042dd4e4))
- **deps:** update renovate docker tag to v36.92.1
([c013c04](c013c04de1))
- **deps:** update renovate docker tag to v36.93.0
([62baf5f](62baf5f77a))
- **deps:** update renovate docker tag to v36.93.1
([6609c1e](6609c1e2b3))
- **deps:** update renovate docker tag to v36.93.2
([e648230](e648230375))
- **deps:** update renovate docker tag to v36.93.3
([0fcef61](0fcef61618))
- **deps:** update renovate docker tag to v36.93.5
([a144d81](a144d8132e))
- **deps:** update renovate docker tag to v36.93.6
([81d77da](81d77da092))
- **deps:** update renovate docker tag to v36.93.7
([3a55e7e](3a55e7e40d))
- **deps:** update renovate docker tag to v36.94.1
([d3530e4](d3530e4b1c))
- **deps:** update renovate docker tag to v36.94.3
([d0ae28f](d0ae28fd7b))
- **deps:** update renovate docker tag to v36.94.4
([0fad411](0fad411693))
- **deps:** update renovate docker tag to v36.96.0
([a751033](a75103384d))
- **deps:** update renovate docker tag to v36.96.3
([0dbdbd4](0dbdbd4574))
- **deps:** update renovate docker tag to v36.96.8
([7003592](7003592983))
- **deps:** update renovate docker tag to v36.97.1
([502c6c9](502c6c962a))
- **deps:** update renovate docker tag to v36.97.3
([2b2ebcc](2b2ebcc197))
- **deps:** update renovate docker tag to v36.99.0
([b67fa67](b67fa67719))
- **deps:** update renovate docker tag to v37
([#&#8203;790](https://togithub.com/renovatebot/github-action/issues/790))
([2d3942a](2d3942a918))
- **deps:** update renovate docker tag to v37.0.3
([8c5a3a1](8c5a3a1540))
- **deps:** update renovate docker tag to v37.1.2
([845d2e6](845d2e6d21))
- **deps:** update renovate docker tag to v37.1.3
([6fd6821](6fd682177a))
- **deps:** update renovate docker tag to v37.1.4
([8ca75da](8ca75da2a7))
- **deps:** update renovate docker tag to v37.1.5
([c38384d](c38384d44a))
- **deps:** update renovate docker tag to v37.1.6
([69cede1](69cede161e))
- **deps:** update renovate docker tag to v37.10.0
([eb444ce](eb444cecde))
- **deps:** update renovate docker tag to v37.11.1
([07e530e](07e530e135))
- **deps:** update renovate docker tag to v37.13.0
([7cabc92](7cabc92ba4))
- **deps:** update renovate docker tag to v37.13.4
([f66434f](f66434f025))
- **deps:** update renovate docker tag to v37.17.1
([d31ab16](d31ab16216))
- **deps:** update renovate docker tag to v37.18.1
([32e8bcf](32e8bcf35e))
- **deps:** update renovate docker tag to v37.18.4
([f38e528](f38e528e8a))
- **deps:** update renovate docker tag to v37.19.0
([4247065](4247065af8))
- **deps:** update renovate docker tag to v37.19.1
([a199816](a1998165ff))
- **deps:** update renovate docker tag to v37.19.2
([5ae7336](5ae733693c))
- **deps:** update renovate docker tag to v37.2.0
([35c8647](35c864769f))
- **deps:** update renovate docker tag to v37.20.2
([88a0c63](88a0c6327d))
- **deps:** update renovate docker tag to v37.3.0
([8a4e076](8a4e076863))
- **deps:** update renovate docker tag to v37.3.2
([46289cc](46289cc06a))
- **deps:** update renovate docker tag to v37.3.3
([c94c3b9](c94c3b9ea3))
- **deps:** update renovate docker tag to v37.5.2
([17eb876](17eb8763b0))
- **deps:** update renovate docker tag to v37.5.3
([be41550](be41550d33))
- **deps:** update renovate docker tag to v37.6.1
([f116ac1](f116ac120f))
- **deps:** update renovate docker tag to v37.6.2
([ac4185d](ac4185def5))
- **deps:** update renovate docker tag to v37.6.3
([68f39f6](68f39f65da))
- **deps:** update renovate docker tag to v37.7.1
([fcfd062](fcfd062b02))
- **deps:** update renovate docker tag to v37.8.0
([241b940](241b94004c))
- **deps:** update renovate docker tag to v37.8.1
([9019984](9019984d38))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-16 08:24:34 +02:00
TrueCharts Bot
4817f6461a chore(deps): update rdesktop (#13672) 2023-10-16 07:31:12 +02:00
TrueCharts Bot
27777a7c3a chore(deps): update rdesktop (#13671) 2023-10-16 06:34:06 +02:00
TrueCharts Bot
d64389c243 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13669) 2023-10-16 05:36:58 +02:00
TrueCharts Bot
4957e2f9b1 chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.33 (#13668) 2023-10-16 04:44:12 +02:00
TrueCharts Bot
7374eb353a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13665) 2023-10-16 03:58:57 +02:00
TrueCharts Bot
352959c1c3 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1018 (#13666) 2023-10-16 03:57:44 +02:00
TrueCharts Bot
46a8d28244 chore(deps): update container image tccr.io/truecharts/cops to latest (#13663) 2023-10-16 02:54:13 +02:00
TrueCharts Bot
2b83d68e6f chore(deps): update rdesktop (#13664) 2023-10-16 02:50:07 +02:00
TrueCharts Bot
0773d0643d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.4.4039 (#13662) 2023-10-16 01:36:00 +02:00
TrueCharts Bot
4f89e18595 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#13660) 2023-10-16 00:38:46 +02:00
TrueCharts Bot
5f3f37e2ce chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#13659) 2023-10-15 23:36:43 +02:00
TrueCharts Bot
448a31caf0 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.11.0 (#13658) 2023-10-15 22:37:28 +02:00
TrueCharts Bot
e56fd0b622 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13656) 2023-10-15 21:37:33 +02:00
TrueCharts Bot
4727e8c7b4 chore(deps): update container image tccr.io/truecharts/fluidd to v1.26.0 (#13657) 2023-10-15 21:36:02 +02:00
TrueCharts Bot
55a2672990 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.12 (#13654) 2023-10-15 20:36:59 +02:00
TrueCharts Bot
84c95f9822 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.27 (#13652) 2023-10-15 19:37:33 +02:00
TrueCharts Bot
e17252e5fb chore(deps): update container image tccr.io/truecharts/stash to v0.23.1 (#13653) 2023-10-15 19:35:17 +02:00
TrueCharts Bot
01d3b85fa7 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13651) 2023-10-15 16:34:12 +02:00
TrueCharts Bot
0122d82d22 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13649) 2023-10-15 15:36:46 +02:00
TrueCharts Bot
33bcb5719a chore(deps): update container image tccr.io/truecharts/readarr to v0.3.7.2260 (#13650) 2023-10-15 15:35:57 +02:00
TrueCharts Bot
c277392b51 chore(deps): update container image tccr.io/truecharts/outline to v0.72.2 (#13647) 2023-10-15 14:39:54 +02:00
TrueCharts Bot
6f63269475 chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.5.3 (#13648) 2023-10-15 14:39:45 +02:00
TrueCharts Bot
e9e7402f01 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.1.1 (#13642)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/collabora](https://togithub.com/truecharts/containers)
| patch | `v23.05.4.2.1` -> `v23.05.5.1.1` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-15 15:14:49 +03:00
StevenMcElligott
6016867285 feat(frigate): Add option for TensorRT container (#13626)
**Description**

Added image selector so that nvidia users can use the built-in libraries
of the container to process Events instead of being cpu bound or using a
Coral

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-15 14:51:32 +03:00
TrueCharts Bot
cd548c6367 chore(deps): update helm chart common to 14.0.14 (#13628)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-15 14:50:34 +03:00
TrueCharts Bot
d4bac37559 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.3 (#13645) 2023-10-15 13:37:11 +02:00
TrueCharts Bot
e110c0125b chore(deps): update container image tccr.io/truecharts/n8n to v1.11.1 (#13646) 2023-10-15 13:36:45 +02:00
TrueCharts Bot
f190848195 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.8 (#13644) 2023-10-15 12:37:59 +02:00
TrueCharts Bot
4599dda557 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20231012 (#13643) 2023-10-15 12:36:50 +02:00
TrueCharts Bot
b6242a6026 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.1 (#13641) 2023-10-15 11:37:08 +02:00
TrueCharts Bot
5f087478e4 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#13640) 2023-10-15 10:38:07 +02:00
TrueCharts Bot
5643d5fcd8 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13639) 2023-10-15 10:36:57 +02:00
TrueCharts Bot
d71bc2a783 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13637) 2023-10-15 09:36:03 +02:00
TrueCharts Bot
fc8c7f62b2 chore(deps): update container image tccr.io/truecharts/minio to latest (#13638) 2023-10-15 09:35:17 +02:00
TrueCharts Bot
8bfb7a72a8 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13635) 2023-10-15 08:37:27 +02:00
TrueCharts Bot
01d9d46c2b chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.5 (#13636) 2023-10-15 08:36:30 +02:00
TrueCharts Bot
60aa1bc697 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13634) 2023-10-15 07:37:06 +02:00
TrueCharts Bot
7859db6911 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13633) 2023-10-15 05:38:32 +02:00
TrueCharts Bot
53e7a8952a chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.2 (#13632) 2023-10-15 04:44:23 +02:00
TrueCharts Bot
21a9c9512d chore(deps): update container image tccr.io/truecharts/grafana to v10.1.5 (#13630) 2023-10-15 04:01:18 +02:00
TrueCharts Bot
ba2065eef3 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1017 (#13631) 2023-10-15 04:00:15 +02:00
TrueCharts Bot
2ea480836d chore(deps): update container image tccr.io/truecharts/dashdot to v5.2.3 (#13629) 2023-10-15 02:52:03 +02:00
TrueCharts-Bot
e6a9bdcde9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-15 00:25:12 +00:00
TrueCharts Bot
4d09adbf67 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#13507) 2023-10-14 23:41:29 +02:00
TrueCharts Bot
5cb6e8e2f6 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13627) 2023-10-14 23:37:37 +02:00
allcontributors[bot]
8af2d232af docs: add jndeverteuil as a contributor for code (#13624)
Adds @jndeverteuil as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-14 23:32:45 +03:00
Julien Nicolas de Verteuil
af62a7d763 fix(gitea) enable prometheus metrics on main service (#13477)
**Description**

The servicemonitor deployed with Gitea chart is bugged with the current
helm chart because metrics are not enabled on Gitea properly.


![image](https://github.com/truecharts/charts/assets/6644855/c803c7b5-8838-411e-a75d-9c92e60f9201)

The helm chart common.yaml template is looking for `metrics.enabled:
true` but it should be `metrics.main.enabled: true` as per the current
values.


![image](https://github.com/truecharts/charts/assets/6644855/87459c66-dc74-4d01-9c8c-26096af9098d)

This bug currently results in `app.ini` to have an empty value:


![image](https://github.com/truecharts/charts/assets/6644855/677575c6-8dc6-4ce6-aaca-53d3c42a221b)


**⚙️ 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?**
Deploy the helm chart with the change

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---------

Signed-off-by: Julien Nicolas de Verteuil <6644855+jndeverteuil@users.noreply.github.com>
2023-10-14 23:30:33 +03:00
StevenMcElligott
24ff2f9035 migrate(anki-sync-server): Migrate to new common (#13617)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-14 23:29:38 +03:00
TrueCharts Bot
f1bbb377d1 chore(deps): update container image tccr.io/truecharts/scratch to latest (#13491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/scratch | digest | `3bf74a0` -> `7f821ee` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMy4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-14 23:27:01 +03:00
TrueCharts Bot
b09cfc82dd chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.13 (#13506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/meshcentral](https://togithub.com/truecharts/containers)
| patch | `v1.1.11` -> `v1.1.13` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMy4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-14 23:24:20 +03:00
TrueCharts Bot
7105b07004 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.2 (#13533)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/nextcloud-fpm](https://togithub.com/truecharts/containers)
| patch | `v27.1.1` -> `v27.1.2` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMy4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-14 23:24:09 +03:00
Xstar97TheNoob
ef35683262 fix(lidarr) fix the lidarr probe (#13576)
**Description**
Changing the probe allows for the auth type to be set without it
failing.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-14 22:48:07 +03:00
Xstar97TheNoob
5a3022cd29 fix(readarr) fix readarr probe (#13577)
**Description**
Changing the probe allows for the auth type to be set without it
failing.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-14 22:47:43 +03:00
TrueCharts Bot
38e91ff2e7 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13622) 2023-10-14 21:36:19 +02:00
TrueCharts Bot
b83284864b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13623) 2023-10-14 21:35:49 +02:00
TrueCharts Bot
b7511aa62a chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13620) 2023-10-14 19:37:25 +02:00
TrueCharts Bot
8221b541fe chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.4 (#13621) 2023-10-14 19:35:13 +02:00
TrueCharts Bot
658f86eb94 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13619) 2023-10-14 18:38:43 +02:00
kqmaverick
279f15c2ea chore(rdtclient): bump version (#13613)
**Description**
Bump version.

⚒️ Fixes  # 

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

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-14 15:39:29 +00:00
TrueCharts Bot
abe0b64862 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13618) 2023-10-14 17:36:10 +02:00
TrueCharts Bot
d886b64cd7 chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#13615) 2023-10-14 16:36:48 +02:00
TrueCharts Bot
9cceb90894 chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#13616) 2023-10-14 16:33:35 +02:00
TrueCharts Bot
f6823fcef6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13614) 2023-10-14 15:36:43 +02:00
TrueCharts Bot
7ca4d51de5 chore(deps): update container image tccr.io/truecharts/xwiki to v15.8.0-postgres (#13612) 2023-10-14 14:38:58 +02:00
TrueCharts Bot
3134b5896b chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#13611) 2023-10-14 14:37:01 +02:00
TrueCharts Bot
4efae9431e chore(deps): update container image tccr.io/truecharts/searxng to latest (#13610) 2023-10-14 13:36:28 +02:00
TrueCharts Bot
af5ea75498 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13609) 2023-10-14 12:36:02 +02:00
TrueCharts Bot
10e80cc292 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13608) 2023-10-14 11:36:42 +02:00
TrueCharts Bot
93c7b5935a chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13607) 2023-10-14 09:41:27 +02:00
TrueCharts Bot
c37d52b671 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13606) 2023-10-14 09:38:33 +02:00
TrueCharts Bot
c9441701ad chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13605) 2023-10-14 06:36:06 +02:00
TrueCharts Bot
83e764b26c chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1013 (#13604) 2023-10-14 05:33:02 +02:00
TrueCharts Bot
54cf9ef9e7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13602) 2023-10-14 04:39:06 +02:00
TrueCharts Bot
50358897ed chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#13603) 2023-10-14 04:35:26 +02:00
TrueCharts Bot
0d2bc4fb12 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13600) 2023-10-14 03:56:43 +02:00
TrueCharts Bot
38f7a60575 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13601) 2023-10-14 03:55:51 +02:00
TrueCharts Bot
93891d388e chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13599) 2023-10-14 02:50:48 +02:00
TrueCharts Bot
7c3d346c3e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13598) 2023-10-14 02:49:45 +02:00
TrueCharts Bot
8d25c209a9 chore(deps): update container image tccr.io/truecharts/webtop-arch-openbox to latest (#13597) 2023-10-14 01:33:31 +02:00
TrueCharts Bot
099e72515a chore(deps): update webtop (#13596) 2023-10-14 00:34:47 +02:00
TrueCharts Bot
6e0ad57c85 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#13593) 2023-10-13 23:33:05 +02:00
TrueCharts Bot
4cf1d019a0 chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#13594) 2023-10-13 23:32:53 +02:00
TrueCharts Bot
773a546a62 chore(deps): update rdesktop (#13592) 2023-10-13 22:35:31 +02:00
TrueCharts Bot
9ac0a2f90f chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#13591) 2023-10-13 22:35:07 +02:00
TrueCharts Bot
d679b52aab chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13589) 2023-10-13 21:36:55 +02:00
TrueCharts Bot
214296d478 chore(deps): update container image tccr.io/truecharts/transmission to v4.0.4 (#13590) 2023-10-13 21:35:30 +02:00
TrueCharts Bot
efd3587593 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13587) 2023-10-13 20:38:00 +02:00
TrueCharts Bot
295791509b chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 (#13588) 2023-10-13 20:36:32 +02:00
TrueCharts Bot
9785a62473 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.6.2232 (#13585) 2023-10-13 19:37:35 +02:00
TrueCharts Bot
e8cedeaa45 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.1.0 (#13586) 2023-10-13 19:37:05 +02:00
TrueCharts Bot
4e891c66ab chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.3.4013 (#13583) 2023-10-13 16:36:32 +02:00
TrueCharts Bot
dd8a11b1da chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.5 (#13584) 2023-10-13 16:36:06 +02:00
TrueCharts Bot
5d7ee22d75 chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.5.3639 (#13582) 2023-10-13 15:38:55 +02:00
TrueCharts Bot
0bc775a8cc chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13581) 2023-10-13 13:36:45 +02:00
TrueCharts Bot
51ad381119 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13580) 2023-10-13 11:39:22 +02:00
TrueCharts Bot
53cf6bb484 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#13579) 2023-10-13 07:37:53 +02:00
TrueCharts Bot
f81622941a chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13578) 2023-10-13 06:39:08 +02:00
TrueCharts Bot
6bc5e2ea6e chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#13575) 2023-10-13 05:37:58 +02:00
TrueCharts Bot
1f6afdf4e2 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13574) 2023-10-13 04:44:50 +02:00
TrueCharts Bot
5785525907 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13572) 2023-10-13 04:00:56 +02:00
TrueCharts Bot
38a88e560e chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#13573) 2023-10-13 04:00:20 +02:00
TrueCharts Bot
9c81cc3cfb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13571) 2023-10-13 02:54:11 +02:00
TrueCharts Bot
05b56c42c9 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13570) 2023-10-13 02:53:07 +02:00
TrueCharts Bot
5599e04a54 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13569) 2023-10-13 00:37:06 +02:00
TrueCharts Bot
5a9c3f476e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13568) 2023-10-12 23:39:20 +02:00
TrueCharts Bot
0d7c4a2678 chore(deps): update container image tccr.io/truecharts/radarr to v5.0.3.8127 (#13567) 2023-10-12 22:37:59 +02:00
TrueCharts Bot
44cf020438 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13565) 2023-10-12 21:35:18 +02:00
TrueCharts Bot
4662c88768 chore(deps): update container image tccr.io/truecharts/stash to v0.23.0 (#13566) 2023-10-12 21:35:08 +02:00
TrueCharts Bot
63d5c318f3 chore(deps): update container image tccr.io/truecharts/nocodb to v0.202.4 (#13563) 2023-10-12 20:39:30 +02:00
TrueCharts Bot
dfb9fffef7 chore(deps): update container image tccr.io/truecharts/photoprism to v231011 (#13564) 2023-10-12 20:38:43 +02:00
TrueCharts Bot
bdd3742f99 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13561) 2023-10-12 19:37:05 +02:00
TrueCharts Bot
4c7b4bc5d6 chore(deps): update container image tccr.io/truecharts/unifi to v7.5.176 (#13562) 2023-10-12 19:37:03 +02:00
TrueCharts Bot
e63352fd78 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13559) 2023-10-12 18:37:44 +02:00
TrueCharts Bot
cadfcbbec5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13560) 2023-10-12 18:37:12 +02:00
TrueCharts Bot
815050de0f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13557) 2023-10-12 17:37:11 +02:00
TrueCharts Bot
26554d67d6 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#13558) 2023-10-12 17:37:05 +02:00
TrueCharts Bot
ffd7e9a849 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#13555) 2023-10-12 16:39:43 +02:00
TrueCharts Bot
91ee91ce10 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13556) 2023-10-12 16:38:34 +02:00
TrueCharts Bot
e5a8418c4c chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13553) 2023-10-12 15:41:28 +02:00
TrueCharts Bot
19aa438f40 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13554) 2023-10-12 15:40:20 +02:00
TrueCharts Bot
5b9449a571 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13552) 2023-10-12 14:39:44 +02:00
TrueCharts Bot
60128172ee chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13551) 2023-10-12 14:39:24 +02:00
TrueCharts Bot
b1db6463ec chore(deps): update container image tccr.io/truecharts/n8n to v1.11.0 (#13550) 2023-10-12 13:36:40 +02:00
TrueCharts Bot
d3e468338d chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 (#13549) 2023-10-12 13:35:13 +02:00
TrueCharts Bot
5130d54fd9 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13547) 2023-10-12 12:37:46 +02:00
TrueCharts Bot
e4ad41962a chore(deps): update container image tccr.io/truecharts/jenkins to v2.427.0 (#13546) 2023-10-12 11:37:18 +02:00
TrueCharts Bot
16e2fe838f chore(deps): update container image tccr.io/truecharts/homebox to v0.10.1 (#13545) 2023-10-12 11:36:26 +02:00
TrueCharts Bot
a8678a7483 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13542) 2023-10-12 10:40:38 +02:00
TrueCharts Bot
862e48a45a chore(deps): update container image tccr.io/truecharts/handbrake to v23.10.1 (#13543) 2023-10-12 10:38:01 +02:00
TrueCharts Bot
82b05c9c64 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.10.0 (#13539) 2023-10-12 09:40:16 +02:00
TrueCharts Bot
599e69f306 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.1.2 (#13538) 2023-10-12 08:38:09 +02:00
TrueCharts Bot
63311f8a70 chore(deps): update container image tccr.io/truecharts/zerotier to v1.12.2 (#13537) 2023-10-12 08:38:00 +02:00
TrueCharts Bot
7508ec3e40 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#13535) 2023-10-12 07:37:29 +02:00
TrueCharts Bot
eb700cecd6 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#13536) 2023-10-12 07:35:31 +02:00
TrueCharts Bot
104ad92aa7 chore(deps): update container image tccr.io/truecharts/traefik to v2.10.5 (#13534) 2023-10-12 06:38:09 +02:00
TrueCharts Bot
28a2fb594c chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#13532) 2023-10-12 05:43:18 +02:00
TrueCharts Bot
0cd985b680 chore(deps): update container image tccr.io/truecharts/adminer to latest (#13531) 2023-10-12 05:36:07 +02:00
TrueCharts Bot
58517fb272 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.4 (#13530) 2023-10-12 04:40:46 +02:00
TrueCharts Bot
9f207ea1b4 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1011 (#13529) 2023-10-12 04:39:21 +02:00
TrueCharts Bot
e86ff83295 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#13527) 2023-10-12 03:57:59 +02:00
TrueCharts Bot
5c35282ebb chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.3 (#13526) 2023-10-12 02:48:51 +02:00
TrueCharts Bot
f938da101f chore(deps): update container image tccr.io/truecharts/adminer to latest (#13525) 2023-10-12 02:48:03 +02:00
TrueCharts Bot
b96d4f41c4 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.39 (#13524) 2023-10-12 01:34:39 +02:00
TrueCharts Bot
e7e7464ae3 chore(deps): update container image tccr.io/truecharts/adminer to latest (#13523) 2023-10-12 01:34:10 +02:00
TrueCharts Bot
83761c7d89 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#13522) 2023-10-12 00:42:33 +02:00
TrueCharts Bot
4ae43667fa chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13521) 2023-10-12 00:38:03 +02:00
TrueCharts Bot
b1f3a94fb7 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13520) 2023-10-11 23:38:15 +02:00
TrueCharts Bot
4e597b7c7d chore(deps): update container image tccr.io/truecharts/adminer to latest (#13519) 2023-10-11 23:37:23 +02:00
TrueCharts Bot
146bc363a4 chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#13518) 2023-10-11 22:38:24 +02:00
TrueCharts Bot
801ac63ca7 chore(deps): update container image tccr.io/truecharts/calibre to v6.28.1 (#13517) 2023-10-11 22:38:10 +02:00
TrueCharts Bot
182313712b chore(deps): update container image tccr.io/truecharts/adminer to latest (#13516) 2023-10-11 21:35:23 +02:00
TrueCharts Bot
d6fdebe397 chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.3 (#13514) 2023-10-11 18:39:06 +02:00
TrueCharts Bot
5b40e092e8 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.3 (#13515) 2023-10-11 18:38:23 +02:00
TrueCharts Bot
7cb61e0ad9 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13512) 2023-10-11 17:38:51 +02:00
TrueCharts Bot
405cacb920 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13511) 2023-10-11 17:38:33 +02:00
TrueCharts Bot
11544819a4 chore(deps): update container image tccr.io/truecharts/n8n to v1.10.1 (#13510) 2023-10-11 16:37:45 +02:00
TrueCharts Bot
4fe5724e49 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.5.0 (#13509) 2023-10-11 16:35:00 +02:00
TrueCharts Bot
6fac2f3d43 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13505) 2023-10-11 15:38:19 +02:00
TrueCharts Bot
bb05822019 chore(deps): update jupyter (#13508) 2023-10-11 15:38:00 +02:00
TrueCharts Bot
59e9e2fd5a chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.1 (#13503) 2023-10-11 13:37:01 +02:00
TrueCharts Bot
12c8005e7e chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.4.0 (#13502) 2023-10-11 12:36:18 +02:00
TrueCharts Bot
0a2a9c012a chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13501) 2023-10-11 12:36:10 +02:00
TrueCharts Bot
c778229d31 chore(deps): update jupyter (#13499) 2023-10-11 11:36:16 +02:00
TrueCharts Bot
00bdf0eb91 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.3 (#13500) 2023-10-11 11:35:51 +02:00
TrueCharts Bot
a457bb17d9 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13497) 2023-10-11 10:36:01 +02:00
TrueCharts Bot
8269156f49 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#13498) 2023-10-11 10:35:57 +02:00
TrueCharts Bot
1cccd5d5e9 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13496) 2023-10-11 09:38:13 +02:00
TrueCharts Bot
7bd527e302 chore(deps): update container image tccr.io/truecharts/calibre to v6.28.1 (#13495) 2023-10-11 09:37:47 +02:00
TrueCharts Bot
4912b49850 chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.9 (#13494) 2023-10-11 08:40:09 +02:00
TrueCharts Bot
60a19ec4ff chore(deps): update container image tccr.io/truecharts/searxng to latest (#13492) 2023-10-11 07:36:23 +02:00
TrueCharts Bot
10f8cfb66e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13490) 2023-10-11 05:38:16 +02:00
TrueCharts Bot
4ae5697e81 chore(deps): update container image tccr.io/truecharts/alertmanager to v0.26.0 (#13489) 2023-10-11 04:41:09 +02:00
TrueCharts Bot
d2a5ad243d chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1000 (#13488) 2023-10-11 03:57:20 +02:00
TrueCharts-Bot
6f5757f926 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-11 00:23:46 +00:00
TrueCharts Bot
bed5d1abda chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#13486) 2023-10-11 01:34:39 +02:00
TrueCharts Bot
d3f38e2985 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13485) 2023-10-11 01:33:34 +02:00
TrueCharts Bot
3ba5b752f7 chore(deps): update container image tccr.io/truecharts/invidious to latest (#13482) 2023-10-10 22:35:52 +02:00
Xstar97TheNoob
9aff6447a9 migrate(filestash) migrate filestash to new common (#13447) 2023-10-10 23:15:34 +03:00
allcontributors[bot]
345d6f9af4 docs: add thegcat as a contributor for doc (#13472) 2023-10-10 23:14:22 +03:00
Xstar97TheNoob
f5a312a586 feat(spaceengineers) move spaceengineers to stable (#13446) 2023-10-10 23:13:49 +03:00
TrueCharts Bot
87b6007453 chore(deps): update helm general non-major (#13461) 2023-10-10 23:13:10 +03:00
TrueCharts Bot
166f43c9b3 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13480) 2023-10-10 21:40:29 +02:00
TrueCharts Bot
36b9008f60 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13478) 2023-10-10 20:41:11 +02:00
TrueCharts Bot
9b390e275b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13475) 2023-10-10 17:38:44 +02:00
TrueCharts Bot
874a925b15 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.16 (#13476) 2023-10-10 17:38:41 +02:00
TrueCharts Bot
7a4216d81a chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13473) 2023-10-10 16:38:26 +02:00
TrueCharts Bot
7bd9ecfe6b chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#13474) 2023-10-10 16:38:16 +02:00
TrueCharts Bot
671941a8a6 chore(deps): update container image tccr.io/truecharts/boinc to latest (#13471) 2023-10-10 15:38:24 +02:00
Felix Schäfer
e41ef7b783 Fix link in Paperless-ngx docs (#13464)
**Description**

Correct link broken in #12487 (relative vs. absolute link).

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📖 Docs
2023-10-10 09:29:43 -04:00
TrueCharts Bot
900c38777f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13469) 2023-10-10 14:40:49 +02:00
TrueCharts Bot
75c0ed2922 chore(deps): update webtop (#13470) 2023-10-10 14:35:29 +02:00
TrueCharts Bot
eeb6d5a9dc chore(deps): update webtop (#13468) 2023-10-10 13:32:51 +02:00
TrueCharts Bot
3fc61f2d96 chore(deps): update webtop (#13467) 2023-10-10 12:31:57 +02:00
TrueCharts Bot
425f2f700c chore(deps): update webtop (#13466) 2023-10-10 11:37:30 +02:00
TrueCharts Bot
d92014ada2 chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#13465) 2023-10-10 10:33:36 +02:00
TrueCharts Bot
f40894ad26 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#13463) 2023-10-10 08:33:06 +02:00
TrueCharts Bot
2bc5a5656a chore(deps): update webtop (#13462) 2023-10-10 07:33:57 +02:00
TrueCharts Bot
1d74530827 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#13460) 2023-10-10 06:38:50 +02:00
TrueCharts Bot
3b4ce4c2a6 chore(deps): update helm general non-major (#13449) 2023-10-10 05:49:38 +02:00
TrueCharts Bot
6dfce57b0e chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.1 (#13459) 2023-10-10 05:42:41 +02:00
TrueCharts Bot
666679b269 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13457) 2023-10-10 04:42:09 +02:00
TrueCharts Bot
af74fdb2fe chore(deps): update container image tccr.io/truecharts/jackett to v0.21.993 (#13458) 2023-10-10 04:41:45 +02:00
TrueCharts Bot
8bf736e18e chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13456) 2023-10-10 03:56:59 +02:00
TrueCharts Bot
53d8f4f2c1 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#13455) 2023-10-10 03:55:56 +02:00
TrueCharts Bot
ccc5d2af57 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13454) 2023-10-10 02:53:26 +02:00
TrueCharts Bot
4c3efa1457 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13453) 2023-10-10 02:51:47 +02:00
TrueCharts Bot
a590963e26 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#13450) 2023-10-10 01:37:44 +02:00
TrueCharts Bot
aadfcd4ade chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#13451) 2023-10-10 01:37:18 +02:00
TrueCharts Bot
0043d36dd3 chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.1 (#13448) 2023-10-10 00:38:15 +02:00
TrueCharts Bot
291355a099 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13444) 2023-10-09 23:36:03 +02:00
TrueCharts Bot
be5ad323f7 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13445) 2023-10-09 23:35:15 +02:00
TrueCharts Bot
d47f09a93e chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 (#13443) 2023-10-09 22:38:18 +02:00
TrueCharts Bot
ba7e27d7a7 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#13442) 2023-10-09 22:37:34 +02:00
TrueCharts Bot
a60530005a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13441) 2023-10-09 21:36:04 +02:00
TrueCharts Bot
8134e35f09 chore(deps): update container image tccr.io/truecharts/cura-novnc to latest (#13440) 2023-10-09 21:35:56 +02:00
TrueCharts Bot
13fd802894 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#13439) 2023-10-09 20:36:09 +02:00
TrueCharts Bot
ba9d7f506b chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.2-chrome (#13437) 2023-10-09 17:38:46 +02:00
TrueCharts Bot
5f882a8de6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13438) 2023-10-09 17:38:23 +02:00
TrueCharts Bot
54e155c125 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#13435) 2023-10-09 15:45:19 +02:00
TrueCharts Bot
e1ac28e118 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#13434) 2023-10-09 12:40:13 +02:00
TrueCharts Bot
f7172bfbbe chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13420) 2023-10-09 12:32:15 +02:00
TrueCharts Bot
66897dfa61 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13433) 2023-10-09 08:38:10 +02:00
TrueCharts Bot
86181f3cfe chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13432) 2023-10-09 07:36:39 +02:00
TrueCharts Bot
83c72ded83 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#13430) 2023-10-09 06:34:29 +02:00
TrueCharts Bot
6f7e1ca6a7 chore(deps): update container image tccr.io/truecharts/webtop-arch-mate to latest (#13431) 2023-10-09 06:34:01 +02:00
TrueCharts Bot
d303127732 chore(deps): update rdesktop (#13429) 2023-10-09 05:33:08 +02:00
TrueCharts Bot
229f77ac84 chore(deps): update rdesktop (#13428) 2023-10-09 04:35:51 +02:00
TrueCharts Bot
0e652ff058 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.987 (#13427) 2023-10-09 03:58:40 +02:00
TrueCharts Bot
b4dcbd8d43 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-i3 to latest (#13426) 2023-10-09 03:55:45 +02:00
TrueCharts Bot
0e9cda647a chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#13424) 2023-10-09 02:57:51 +02:00
TrueCharts Bot
c763cc1fb5 chore(deps): update rdesktop (#13425) 2023-10-09 02:53:18 +02:00
TrueCharts-Bot
136a81df4d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-09 00:24:32 +00:00
TrueCharts Bot
e2538d2025 chore(deps): update container image tccr.io/truecharts/cops to latest (#13422) 2023-10-09 01:37:52 +02:00
TrueCharts Bot
a618c137ce chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.9.0 (#13419) 2023-10-08 22:36:30 +02:00
TrueCharts Bot
3e9da8ecbb chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13417) 2023-10-08 21:37:03 +02:00
TrueCharts Bot
5e5d22fdab chore(deps): update container image tccr.io/truecharts/wizarr to v3.4.1 (#12116)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/wizarr](https://togithub.com/truecharts/containers)
| major | `v2.2.0` -> `v3.4.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-10-08 20:42:53 +03:00
allcontributors[bot]
fc8dcf8114 docs: add qraynaud as a contributor for bug (#13415)
Adds @qraynaud as a contributor for bug.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-08 19:26:36 +03:00
Stavros Kois
260ee0ee19 chore(authelia): dont quote bools 2023-10-08 19:21:44 +03:00
Stavros Kois
c01ed20d4a fix(authelia): handle input that might be transalted into objects/arrays (#13319) 2023-10-08 19:20:06 +03:00
TrueCharts Bot
71821900dc chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#13413) 2023-10-08 15:43:20 +02:00
TrueCharts Bot
f0854021e1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13412) 2023-10-08 15:37:54 +02:00
TrueCharts Bot
d8f26bbc36 chore(deps): update container image tccr.io/truecharts/minio to latest (#13411) 2023-10-08 14:37:41 +02:00
TrueCharts Bot
f64489c4d8 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.983 (#13410) 2023-10-08 13:35:21 +02:00
TrueCharts Bot
441b4942ed chore(deps): update container image tccr.io/truecharts/transmission to v4.0.4 (#13409) 2023-10-08 12:35:55 +02:00
TrueCharts Bot
ae568e3e60 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.983 (#13408) 2023-10-08 12:34:37 +02:00
TrueCharts Bot
1e98530338 chore(deps): update helm chart common to 14.0.12 (#13395)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-08 12:56:42 +03:00
TrueCharts Bot
406da7a5bd chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.3.4013 (#13406) 2023-10-08 11:37:04 +02:00
TrueCharts Bot
089791f3e4 chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.3 (#13407) 2023-10-08 11:36:16 +02:00
TrueCharts Bot
65c7bc1d6b chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13405) 2023-10-08 10:39:03 +02:00
TrueCharts Bot
e9a490d76b chore(deps): update container image tccr.io/truecharts/servas to v0.0.6 (#13404) 2023-10-08 09:38:15 +02:00
TrueCharts Bot
07d8e45dbc chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13403) 2023-10-08 09:37:24 +02:00
TrueCharts Bot
e849bcec4b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13400) 2023-10-08 08:36:13 +02:00
TrueCharts Bot
562cbd6c8b chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.5.3639 (#13401) 2023-10-08 08:35:50 +02:00
TrueCharts Bot
b49f7d4ddd chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13399) 2023-10-08 06:36:41 +02:00
TrueCharts Bot
e974093d3b chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13398) 2023-10-08 06:35:44 +02:00
TrueCharts Bot
d3e92cff7f chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13396) 2023-10-08 05:37:04 +02:00
TrueCharts Bot
acd53f88f4 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13397) 2023-10-08 05:34:58 +02:00
TrueCharts Bot
91e89d240d chore(deps): update container image tccr.io/truecharts/jackett to v0.21.983 (#13394) 2023-10-08 04:41:32 +02:00
TrueCharts Bot
3937745534 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13392) 2023-10-08 04:01:38 +02:00
TrueCharts Bot
61178c1045 chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 (#13393) 2023-10-08 03:59:19 +02:00
TrueCharts Bot
c9ed57449b chore(deps): update container image tccr.io/truecharts/readarr to v0.3.6.2232 (#13390) 2023-10-08 02:54:46 +02:00
TrueCharts Bot
24f474e652 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.1.0 (#13391) 2023-10-08 02:54:39 +02:00
ChanningHe
9b4b32ffc2 feat(pbs) add pbs (#10864)
**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**

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

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

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

**✔️ Checklist:**

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

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

---

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

---------

Signed-off-by: ChanningHe <52875777+ChanningHe@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-10-08 03:32:03 +03:00
TrueCharts Bot
3061b5468a chore(deps): update container image tccr.io/truecharts/radarr to v4.7.5.7809 (#13389) 2023-10-08 01:37:12 +02:00
TrueCharts Bot
8c47c1345b chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.5 (#13388) 2023-10-08 01:35:57 +02:00
TrueCharts Bot
744829c785 chore(deps): update container image tccr.io/truecharts/seafile to v11.0.0 (#12373)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/seafile](https://togithub.com/truecharts/containers)
| major | `v10.0.1` -> `v11.0.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44Ny43IiwidXBkYXRlZEluVmVyIjoiMzYuODcuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 02:16:09 +03:00
Stavros Kois
a51d429028 chore(preccomit): run precocmit (#13387)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-08 02:01:20 +03:00
TrueCharts Bot
aedf77b4b8 chore(deps): update helm general non-major (#13386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.6` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.4` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.8` -> `14.0.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.22` ->
`3.0.23` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.25` ->
`9.0.26` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.24` ->
`3.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` ->
`8.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.28` ->
`8.0.29` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.0

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6358](https://togithub.com/cert-manager/cert-manager/issues/6358),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6368](https://togithub.com/cert-manager/cert-manager/issues/6368),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6370](https://togithub.com/cert-manager/cert-manager/issues/6370),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

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

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

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

This is the 1.13 release of cert-manager!

cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.

#### Known issues

The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342)
This will be fixed in v1.13.1.

#### Breaking Changes (You MUST read this before you upgrade!)

1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

#### Community

Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)):
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;erikgb](https://togithub.com/erikgb)

Thanks again to all open-source contributors with commits in this
release, including:
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;lucacome](https://togithub.com/lucacome)
[@&#8203;cypres](https://togithub.com/cypres)
[@&#8203;erikgb](https://togithub.com/erikgb)
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit)
[@&#8203;jkroepke](https://togithub.com/jkroepke)
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;gdvalle](https://togithub.com/gdvalle)
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma)
[@&#8203;schrodit](https://togithub.com/schrodit)
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)
[@&#8203;arukiidou](https://togithub.com/arukiidou)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;Richardds](https://togithub.com/Richardds)
[@&#8203;kahirokunn](https://togithub.com/kahirokunn)

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
[@&#8203;maelvls](https://togithub.com/maelvls)
[@&#8203;irbekrm](https://togithub.com/irbekrm)
[@&#8203;inteon](https://togithub.com/inteon)

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

Special thanks to [@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337))

Also, thanks a lot to
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003))

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 since v1.12.0

##### Feature

- Add support for logging options to webhook config file.
([#&#8203;6243](https://togithub.com/cert-manager/cert-manager/issues/6243),
[@&#8203;inteon](https://togithub.com/inteon))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#&#8203;6241](https://togithub.com/cert-manager/cert-manager/issues/6241),
[@&#8203;erikgb](https://togithub.com/erikgb))
- Certificate Shim: distinguish dns names and ip address in certificate
([#&#8203;6267](https://togithub.com/cert-manager/cert-manager/issues/6267),
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs))
- Cmctl can now be imported by third parties.
([#&#8203;6049](https://togithub.com/cert-manager/cert-manager/issues/6049),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#&#8203;6292](https://togithub.com/cert-manager/cert-manager/issues/6292),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#&#8203;6298](https://togithub.com/cert-manager/cert-manager/issues/6298),
[@&#8203;inteon](https://togithub.com/inteon))
- The cert-manager controller options are now configurable using a
configuration file.
([#&#8203;5337](https://togithub.com/cert-manager/cert-manager/issues/5337),
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#&#8203;6199](https://togithub.com/cert-manager/cert-manager/issues/6199),
[@&#8203;inteon](https://togithub.com/inteon))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#&#8203;6110](https://togithub.com/cert-manager/cert-manager/issues/6110),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query`). It keeps using DNS lookup as a default
method.
([#&#8203;5003](https://togithub.com/cert-manager/cert-manager/issues/5003),
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart))

##### Bug or Regression

- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#&#8203;6087](https://togithub.com/cert-manager/cert-manager/issues/6087),
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#&#8203;6109](https://togithub.com/cert-manager/cert-manager/issues/6109),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#&#8203;6147](https://togithub.com/cert-manager/cert-manager/issues/6147),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6232](https://togithub.com/cert-manager/cert-manager/issues/6232),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#&#8203;6088](https://togithub.com/cert-manager/cert-manager/issues/6088),
[@&#8203;cypres](https://togithub.com/cypres))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#&#8203;6220](https://togithub.com/cert-manager/cert-manager/issues/6220),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#&#8203;6191](https://togithub.com/cert-manager/cert-manager/issues/6191),
[@&#8203;Richardds](https://togithub.com/Richardds))
-   Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6293](https://togithub.com/cert-manager/cert-manager/issues/6293),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#&#8203;6143](https://togithub.com/cert-manager/cert-manager/issues/6143),
[@&#8203;schrodit](https://togithub.com/schrodit))
- **⚠️Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#&#8203;5879](https://togithub.com/cert-manager/cert-manager/issues/5879),
[@&#8203;maelvls](https://togithub.com/maelvls))
- All service links in helm chart deployments have been disabled.
([#&#8203;6144](https://togithub.com/cert-manager/cert-manager/issues/6144),
[@&#8203;schrodit](https://togithub.com/schrodit))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#&#8203;6168](https://togithub.com/cert-manager/cert-manager/issues/6168),
[@&#8203;inteon](https://togithub.com/inteon))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#&#8203;6156](https://togithub.com/cert-manager/cert-manager/issues/6156),
[@&#8203;kahirokunn](https://togithub.com/kahirokunn))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#&#8203;6242](https://togithub.com/cert-manager/cert-manager/issues/6242),
[@&#8203;inteon](https://togithub.com/inteon))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#&#8203;6085](https://togithub.com/cert-manager/cert-manager/issues/6085),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Helm: Add apache 2.0 license annotation
([#&#8203;6225](https://togithub.com/cert-manager/cert-manager/issues/6225),
[@&#8203;arukiidou](https://togithub.com/arukiidou))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#&#8203;6034](https://togithub.com/cert-manager/cert-manager/issues/6034),
[@&#8203;gdvalle](https://togithub.com/gdvalle))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#&#8203;6176](https://togithub.com/cert-manager/cert-manager/issues/6176),
[@&#8203;inteon](https://togithub.com/inteon))
- The cmctl logging has been improved and support for json logging has
been added.
([#&#8203;6247](https://togithub.com/cert-manager/cert-manager/issues/6247),
[@&#8203;inteon](https://togithub.com/inteon))
- Updates Kubernetes libraries to `v0.27.2`.
([#&#8203;6077](https://togithub.com/cert-manager/cert-manager/issues/6077),
[@&#8203;lucacome](https://togithub.com/lucacome))
- Updates Kubernetes libraries to `v0.27.4`.
([#&#8203;6227](https://togithub.com/cert-manager/cert-manager/issues/6227),
[@&#8203;lucacome](https://togithub.com/lucacome))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#&#8203;6152](https://togithub.com/cert-manager/cert-manager/issues/6152),
[@&#8203;inteon](https://togithub.com/inteon))

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

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

v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0

#### Changes since v1.12.4

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6359](https://togithub.com/cert-manager/cert-manager/issues/6359),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Updated base images to the latest version.
([#&#8203;6372](https://togithub.com/cert-manager/cert-manager/issues/6372),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6371](https://togithub.com/cert-manager/cert-manager/issues/6371),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

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

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

v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409).

#### Changes since v1.12.3

- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6297](https://togithub.com/cert-manager/cert-manager/issues/6297),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#&#8203;6318](https://togithub.com/cert-manager/cert-manager/issues/6318),
[@&#8203;maelvls](https://togithub.com/maelvls))

</details>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 01:47:09 +03:00
TrueCharts Bot
494dde7474 chore(deps): update container image tccr.io/truecharts/theme-park to v1.14.0 (#13385) 2023-10-08 00:36:58 +02:00
TrueCharts Bot
c41609ed45 chore(deps): update helm chart common to 14.0.9 (#13384)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-08 01:33:47 +03:00
TrueCharts Bot
c6427fe4fa chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.4.1 (#11258)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/onlyoffice-ds](https://togithub.com/truecharts/containers)
| patch | `v7.4.0` -> `v7.4.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 01:07:21 +03:00
TrueCharts Bot
5e4435c332 chore(deps): update container image tccr.io/truecharts/jellystat to vlatest (#13383) 2023-10-07 23:40:23 +02:00
TrueCharts Bot
514d3814ed chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13382) 2023-10-07 23:38:49 +02:00
TrueCharts Bot
1101c91371 chore(deps): update container image tccr.io/truecharts/alertmanager to v0.26.0 (#11924)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/alertmanager](https://togithub.com/truecharts/containers)
| minor | `0.25.0` -> `v0.26.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 00:29:54 +03:00
TrueCharts Bot
4c7fae1a82 chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 (#11255)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/matomo](https://togithub.com/truecharts/containers)
| patch | `v4.15.0` -> `v4.15.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 00:17:23 +03:00
TrueCharts Bot
10052f3bd4 chore(deps): update container image tccr.io/truecharts/fileflows to v23.10.0 (#13381) 2023-10-07 23:13:30 +02:00
TrueCharts Bot
103a6a3433 chore(deps): update container image tccr.io/truecharts/calibre to v6.28.1 (#13379) 2023-10-07 23:12:55 +02:00
TrueCharts Bot
5939e7f07b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13374) 2023-10-07 23:12:38 +02:00
TrueCharts Bot
ea872ec7f3 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13378) 2023-10-07 23:12:16 +02:00
Vicky
6a30a20416 chore(deps): update container image tccr.io/truecharts/misskey to v2023.9.3 (#13310)
**Description**
Update Misskey to v2023.9.3

**⚙️ 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?**
I haven't done any testing.

**📃 Notes:**
As I already said previously I'm confused that this isn't being done
automatically as it looks like it used to be the case in the past.

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2023-10-08 00:11:38 +03:00
TrueCharts Bot
ac14cd0a94 chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 (#13377) 2023-10-07 23:11:30 +02:00
TrueCharts Bot
d602143904 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13376) 2023-10-07 23:10:48 +02:00
TrueCharts Bot
cb301efdc8 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.6.2232 (#13373) 2023-10-07 23:10:42 +02:00
TrueCharts Bot
21d15d28f1 chore(deps): update container image tccr.io/truecharts/radarr to v4.7.5.7809 (#13372) 2023-10-07 23:10:10 +02:00
TrueCharts Bot
a9fd231ec0 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.1.3981 (#13370) 2023-10-07 23:10:02 +02:00
TrueCharts Bot
3cf4d0f9ea chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.1.0 (#13375) 2023-10-07 23:09:55 +02:00
TrueCharts Bot
e831bf0a75 chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7557 (#13369) 2023-10-07 23:09:21 +02:00
TrueCharts Bot
20600f90a4 chore(deps): update helm chart common to 14.0.8 (#13380)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-08 00:09:13 +03:00
TrueCharts Bot
7e32152439 chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.5 (#13371) 2023-10-07 23:09:01 +02:00
TrueCharts Bot
0e60bf3fe6 chore(deps): update container image tccr.io/truecharts/thanos to v0.32.4 (#12110)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers)
| minor | `v0.31.0` -> `v0.32.4` |
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers)
| minor | `0.31.0` -> `v0.32.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzcuMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 00:01:01 +03:00
TrueCharts Bot
93f76b1762 chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.1 (#12350) 2023-10-07 23:37:59 +03:00
TrueCharts Bot
4c20a782d4 chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.3.3586 (#13366) 2023-10-07 22:36:01 +02:00
TrueCharts Bot
852a1f14c6 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13367) 2023-10-07 22:35:02 +02:00
TrueCharts Bot
0313d34ee1 chore(deps): update helm general major (major) (#11104)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | major | `2.0.6` ->
`3.0.22` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | major | `2.0.7` ->
`3.0.24` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.6` ->
`8.0.28` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v3.0.22`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.22)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.21...kube-state-metrics-3.0.22)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.21`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.21)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.20...kube-state-metrics-3.0.21)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.19...kube-state-metrics-3.0.20)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.18...kube-state-metrics-3.0.19)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.17...kube-state-metrics-3.0.18)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.16...kube-state-metrics-3.0.17)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.15...kube-state-metrics-3.0.16)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.14...kube-state-metrics-3.0.15)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.13...kube-state-metrics-3.0.14)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.12...kube-state-metrics-3.0.13)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.11...kube-state-metrics-3.0.12)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.10...kube-state-metrics-3.0.11)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.9...kube-state-metrics-3.0.10)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.8...kube-state-metrics-3.0.9)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.7...kube-state-metrics-3.0.8)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.6...kube-state-metrics-3.0.7)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.5...kube-state-metrics-3.0.6)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.4...kube-state-metrics-3.0.5)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.3...kube-state-metrics-3.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.2...kube-state-metrics-3.0.3)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.2`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.1...kube-state-metrics-3.0.2)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.1`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.1)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.0...kube-state-metrics-3.0.1)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v3.0.0`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.6...kube-state-metrics-3.0.0)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 23:24:33 +03:00
TrueCharts Bot
8d16e9767c chore(deps): update container image tccr.io/truecharts/nocodb to v0.111.4 (#9966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/nocodb](https://togithub.com/truecharts/containers)
| minor | `v0.107.5` -> `v0.111.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 23:15:15 +03:00
TrueCharts Bot
fe34f2b9af chore(deps): update container image tccr.io/truecharts/invidious to latest (#13364) 2023-10-07 21:36:26 +02:00
TrueCharts Bot
6430d23cdb chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13365) 2023-10-07 21:35:57 +02:00
TrueCharts Bot
87a2c9f8df chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#13363) 2023-10-07 20:38:48 +02:00
TrueCharts Bot
ac3ac72c3c chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.3.3586 (#13362) 2023-10-07 20:35:42 +02:00
allcontributors[bot]
a4d84309ae docs: add drndos as a contributor for bug (#13361)
Adds @drndos as a contributor for bug.

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

[skip ci]

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 21:17:57 +03:00
allcontributors[bot]
3ff611b9f2 docs: add sshcherbinin as a contributor for code (#13360)
Adds @sshcherbinin as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-07 21:09:01 +03:00
TrueCharts Bot
4a8d8080bb chore(deps): update container image tccr.io/truecharts/alpine to latest (#11522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/alpine | digest | `a661597` -> `17cd77e` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-07 20:47:06 +03:00
TrueCharts Bot
3b81639aae chore(deps): update container image tccr.io/truecharts/scratch to latest (#11380)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/scratch | digest | `1a9a10a` -> `3bf74a0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 20:46:51 +03:00
Stavros Kois
0b38a47df7 chore(kimai): bump (#13359)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-07 20:44:54 +03:00
TrueCharts Bot
0173479f56 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#13358) 2023-10-07 19:35:13 +02:00
TrueCharts Bot
65b2fa2323 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13357) 2023-10-07 19:34:56 +02:00
TrueCharts Bot
654431906d chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#13258) 2023-10-07 19:26:06 +02:00
TrueCharts Bot
bd24f4b353 chore(deps): update container image tccr.io/truecharts/kavita to v0.7.8 (#9524)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/kavita](https://togithub.com/truecharts/containers)
| patch | `v0.7.2` -> `v0.7.8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 20:04:34 +03:00
TrueCharts Bot
cd47c400fc chore(deps): update container image tccr.io/truecharts/mkvcleaver to v23.06.1 (#8300)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/mkvcleaver](https://togithub.com/truecharts/containers)
| major | `v1.3.0` -> `v23.06.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-10-07 20:02:36 +03:00
TrueCharts Bot
a4d6ce058e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13356) 2023-10-07 18:39:08 +02:00
TrueCharts Bot
0fb77a3b55 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.976 (#13355) 2023-10-07 18:37:58 +02:00
Sukarn
b700ec2ddc chore(kimai): Migrate to new common and update app (#9831)
**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
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-10-07 19:23:59 +03:00
Xstar97TheNoob
4c0965e8b0 fix(odoo) fix odoo db host (#13225)
**Description**
Fix host value and remove the excess quotes.

```
psycopg2.OperationalError: could not translate host name ""odoo-cnpg-main-rw"" to address: Name or service not known
```
⚒️ 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:**
@stavros-k does this chart need a initContainer to init the db at all?

```shell
/usr/bin/odoo --config=/etc/odoo/odoo.conf --stop-after-init --without-demo=all --init=base
```

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 18:48:10 +03:00
TrueCharts Bot
a528939334 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#13354) 2023-10-07 17:35:59 +02:00
TrueCharts Bot
9bc9654e6b chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13353) 2023-10-07 17:35:39 +02:00
TrueCharts Bot
3e78ec9ef4 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13351) 2023-10-07 16:37:30 +02:00
TrueCharts Bot
e79da1b22e chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#13352) 2023-10-07 16:36:11 +02:00
TrueCharts Bot
4521aa6759 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13349) 2023-10-07 15:34:44 +02:00
TrueCharts Bot
b6940f4e67 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#13350) 2023-10-07 15:34:22 +02:00
TrueCharts Bot
11fbccc66a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13348) 2023-10-07 14:36:41 +02:00
TrueCharts Bot
c270888678 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13347) 2023-10-07 14:36:21 +02:00
TrueCharts Bot
468733a3c1 chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7557 (#13346) 2023-10-07 13:37:48 +02:00
TrueCharts Bot
e195b7ed97 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#13345) 2023-10-07 12:34:46 +02:00
TrueCharts Bot
0aa8c91521 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13344) 2023-10-07 12:34:29 +02:00
TrueCharts Bot
5ee5313cb8 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#13343) 2023-10-07 11:33:03 +02:00
TrueCharts Bot
4d62d912a8 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13342) 2023-10-07 11:32:38 +02:00
TrueCharts Bot
90d30dc97e chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13341) 2023-10-07 10:40:23 +02:00
TrueCharts Bot
96e57d1108 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13340) 2023-10-07 10:37:29 +02:00
TrueCharts Bot
6e28e333b8 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#13338) 2023-10-07 09:37:09 +02:00
TrueCharts Bot
15047bb0f9 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13337) 2023-10-07 09:34:44 +02:00
TrueCharts Bot
8d1602870f chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13336) 2023-10-07 08:36:06 +02:00
TrueCharts Bot
45dd18a573 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13335) 2023-10-07 08:35:36 +02:00
TrueCharts Bot
431dbb0008 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13334) 2023-10-07 06:37:55 +02:00
TrueCharts Bot
a74cb2dfd4 chore(deps): update container image tccr.io/truecharts/outline to v0.72.1 (#13332) 2023-10-07 05:38:20 +02:00
TrueCharts Bot
79a607f98a chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.2 (#13333) 2023-10-07 05:35:54 +02:00
TrueCharts Bot
2e15747a29 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13330) 2023-10-07 04:41:54 +02:00
TrueCharts Bot
9eadaf3bfc chore(deps): update container image tccr.io/truecharts/linkding to v1.22.1 (#13331) 2023-10-07 04:40:22 +02:00
TrueCharts Bot
c26ca1327c chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.1 (#13328) 2023-10-07 03:58:08 +02:00
TrueCharts Bot
f8728e6028 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.976 (#13329) 2023-10-07 03:57:14 +02:00
TrueCharts Bot
70dd529cf6 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13326) 2023-10-07 02:53:06 +02:00
TrueCharts Bot
4a142d4b58 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.11 (#13327) 2023-10-07 02:52:22 +02:00
TrueCharts Bot
506c132540 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#13325) 2023-10-06 21:36:40 +02:00
TrueCharts Bot
2b0c78fd5f chore(deps): update webtop (#13324) 2023-10-06 20:35:08 +02:00
TrueCharts Bot
a163833550 chore(deps): update rdesktop (#13323) 2023-10-06 20:34:48 +02:00
TrueCharts Bot
3b4ddbf544 chore(deps): update rdesktop (#13322) 2023-10-06 19:32:30 +02:00
TrueCharts Bot
1938020123 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13320) 2023-10-06 18:38:14 +02:00
TrueCharts Bot
ab15a5b707 chore(deps): update container image tccr.io/truecharts/deconz to v2.24.1 (#13321) 2023-10-06 18:36:36 +02:00
TrueCharts Bot
8efafaeacc chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.1.0 (#13318) 2023-10-06 17:35:54 +02:00
TrueCharts Bot
b6c81065b2 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13317) 2023-10-06 17:35:37 +02:00
TrueCharts Bot
45bb3f65c2 chore(deps): update container image tccr.io/truecharts/calibre to v6.28.0 (#13316) 2023-10-06 16:39:40 +02:00
TrueCharts Bot
cbb7eeb6f9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13315) 2023-10-06 16:39:13 +02:00
TrueCharts Bot
31f5d06d71 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#13314) 2023-10-06 15:40:09 +02:00
TrueCharts Bot
51577d3d03 chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly (#13313) 2023-10-06 15:38:23 +02:00
TrueCharts Bot
bf77e1906b chore(deps): update container image tccr.io/truecharts/jellystat to vlatest (#13312) 2023-10-06 14:41:54 +02:00
TrueCharts Bot
1dc258834d chore(deps): update container image tccr.io/truecharts/jackett to v0.21.969 (#13311) 2023-10-06 14:39:13 +02:00
TrueCharts Bot
6e2c600fc4 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13309) 2023-10-06 13:36:41 +02:00
TrueCharts Bot
0c7cd60bc7 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#13308) 2023-10-06 12:36:58 +02:00
TrueCharts Bot
90d056d554 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13307) 2023-10-06 12:36:05 +02:00
TrueCharts Bot
70ce17f009 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13306) 2023-10-06 11:37:43 +02:00
TrueCharts Bot
dd60d05090 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13305) 2023-10-06 11:36:56 +02:00
TrueCharts Bot
05572624b5 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#13304) 2023-10-06 10:39:47 +02:00
TrueCharts Bot
84605435dc chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13303) 2023-10-06 10:39:15 +02:00
TrueCharts Bot
5444c55f89 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13302) 2023-10-06 09:36:27 +02:00
TrueCharts Bot
ade4be58e2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13301) 2023-10-06 09:36:04 +02:00
TrueCharts Bot
1fcf339635 chore(deps): update immich to v1.81.1 (patch) (#13277)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/immich-server](https://togithub.com/truecharts/containers)
| patch | `v1.81.0` -> `v1.81.1` |
|
[tccr.io/truecharts/immich-web](https://togithub.com/truecharts/containers)
| patch | `v1.81.0` -> `v1.81.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy42LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNy42LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-06 09:50:15 +03:00
TrueCharts Bot
b13a2cb83b chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#13300) 2023-10-06 08:37:21 +02:00
TrueCharts Bot
4723bee67f chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#13299) 2023-10-06 08:36:24 +02:00
TrueCharts Bot
422de7e8df chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13298) 2023-10-06 04:44:50 +02:00
TrueCharts Bot
2ec1972a5d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13296) 2023-10-06 04:00:29 +02:00
TrueCharts Bot
7a0a74b182 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.969 (#13297) 2023-10-06 04:00:18 +02:00
TrueCharts Bot
24808d8a3c chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#13294) 2023-10-06 02:57:45 +02:00
TrueCharts Bot
f02736f566 chore(deps): update container image tccr.io/truecharts/drawio to v22.0.3 (#13295) 2023-10-06 02:52:54 +02:00
TrueCharts Bot
2f8186bed4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13293) 2023-10-06 01:39:03 +02:00
TrueCharts Bot
b08e154ce8 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#13291) 2023-10-05 23:37:10 +02:00
TrueCharts Bot
36271c0d38 chore(deps): update container image tccr.io/truecharts/tagspaces-lite-web to v5.5.2 (#13292) 2023-10-05 23:35:05 +02:00
TrueCharts Bot
2167ab3f6d chore(deps): update container image tccr.io/truecharts/n8n to v1.10.0 (#13290) 2023-10-05 22:38:24 +02:00
TrueCharts Bot
6dc519325d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13289) 2023-10-05 22:37:58 +02:00
TrueCharts Bot
aef1378684 chore(deps): update container image tccr.io/truecharts/ipfs to v0.23.0 (#13288) 2023-10-05 21:36:32 +02:00
TrueCharts Bot
a197bb5123 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13287) 2023-10-05 21:36:23 +02:00
TrueCharts Bot
85ffc224bd chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13284) 2023-10-05 20:39:02 +02:00
TrueCharts Bot
390e2b84fb chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.16 (#13285) 2023-10-05 20:38:01 +02:00
TrueCharts Bot
8988fba416 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13282) 2023-10-05 18:38:38 +02:00
TrueCharts Bot
2f57e2295e chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13280) 2023-10-05 16:39:22 +02:00
TrueCharts Bot
2adb67ece2 chore(deps): update container image tccr.io/truecharts/mediainfo to v23.10.1 (#13281) 2023-10-05 16:38:25 +02:00
TrueCharts Bot
2b533b0698 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13278) 2023-10-05 15:41:03 +02:00
TrueCharts Bot
5079ac22a5 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.887 (#13279) 2023-10-05 15:40:50 +02:00
TrueCharts Bot
f35570a634 chore(deps): update container image tccr.io/truecharts/komga to v1.5.1 (#13276) 2023-10-05 14:42:04 +02:00
TrueCharts Bot
618fdd0e9b chore(deps): update container image tccr.io/truecharts/homepage to v0.7.1 (#13275) 2023-10-05 13:37:39 +02:00
TrueCharts Bot
166fe6115a chore(deps): update container image tccr.io/truecharts/searxng to latest (#13274) 2023-10-05 13:37:11 +02:00
TrueCharts Bot
8c7480ccc0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13272) 2023-10-05 12:37:59 +02:00
TrueCharts Bot
413357fc47 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20231005 (#13273) 2023-10-05 12:37:50 +02:00
TrueCharts Bot
e7854f79de chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13269) 2023-10-05 11:38:43 +02:00
TrueCharts Bot
4f03f6017b chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13270) 2023-10-05 11:38:03 +02:00
TrueCharts Bot
35d40e6ed8 chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.2 (#13268) 2023-10-05 10:42:18 +02:00
TrueCharts Bot
c0be5d24af chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13267) 2023-10-05 10:41:50 +02:00
TrueCharts Bot
7a7f7e1037 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13265) 2023-10-05 09:39:16 +02:00
TrueCharts Bot
2708f87bf2 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13266) 2023-10-05 09:38:26 +02:00
TrueCharts Bot
069c2000ca chore(deps): update container image tccr.io/truecharts/immich-proxy to v1.81.1 (#13264) 2023-10-05 07:41:46 +02:00
TrueCharts Bot
dd28d361f0 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#13263) 2023-10-05 07:38:56 +02:00
TrueCharts Bot
9a95c3e493 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13262) 2023-10-05 06:41:58 +02:00
TrueCharts Bot
c709535ba6 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.0 (#13260) 2023-10-05 04:48:43 +02:00
TrueCharts Bot
1c64dc8aa7 chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.5.1 (#13261) 2023-10-05 04:44:44 +02:00
TrueCharts Bot
46b5a5ffbe chore(deps): update container image tccr.io/truecharts/immich-ml to v1.81.1 (#13259) 2023-10-05 04:01:32 +02:00
TrueCharts Bot
bc4780cb68 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13257) 2023-10-05 02:51:11 +02:00
TrueCharts-Bot
832604db9f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-05 00:23:59 +00:00
TrueCharts Bot
e7fe3c3e0d chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13256) 2023-10-05 01:38:50 +02:00
TrueCharts Bot
2ccd45734e chore(deps): update jupyter to v2023-10 (minor) (#13255) 2023-10-05 00:40:35 +02:00
TrueCharts Bot
41dbca346a chore(deps): update container image tccr.io/truecharts/komga to v1.5.0 (#13254) 2023-10-05 00:39:57 +02:00
TrueCharts Bot
f0faa2495b chore(deps): update container image tccr.io/truecharts/jenkins to v2.426.0 (#13252) 2023-10-04 23:38:16 +02:00
TrueCharts Bot
42572149b3 chore(deps): update container image tailscale/tailscale to v1.50.1 (#13251) 2023-10-04 23:34:53 +02:00
allcontributors[bot]
d5777b6fba docs: add qnb59bny5x as a contributor for code (#13253)
Adds @qnb59bny5x as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-05 00:28:31 +03:00
qnb59bny5x
202f30fb52 clusterissuer: add ACME DNS issuer (#11483)
**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)-->

Add support for ACME DNS issuer:
https://cert-manager.io/docs/configuration/acme/dns01/acme-dns/

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: qnb59bny5x <108427982+qnb59bny5x@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-05 00:27:10 +03:00
TrueCharts Bot
984db84026 chore(deps): update container image tccr.io/truecharts/gitea to v1.20.5 (#11903)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/truecharts/gitea](https://togithub.com/truecharts/containers)
| patch | `v1.20.2` -> `v1.20.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-05 00:20:37 +03:00
TrueCharts Bot
311624ece4 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.8.0 (#13250) 2023-10-04 22:37:33 +02:00
TrueCharts Bot
c8e4612515 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13249) 2023-10-04 22:36:15 +02:00
TrueCharts Bot
a9ad84514c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13247) 2023-10-04 21:39:03 +02:00
TrueCharts Bot
046513d2ed chore(deps): update container image tccr.io/truecharts/actualserver to v23.10.0 (#13248) 2023-10-04 21:37:14 +02:00
Stavros Kois
6a6a2507d0 fix(cert-issuer): handle tsig secret encoding (#13245)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-04 20:02:22 +03:00
Xstar97TheNoob
33acd33315 feat(smtp-relay) add smtp-relay (#13241)
**Description**
A SMTP service for relaying emails.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-04 19:58:39 +03:00
TrueCharts Bot
c18e739cb8 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13244) 2023-10-04 18:36:50 +02:00
TrueCharts Bot
151c0d7645 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13243) 2023-10-04 17:37:54 +02:00
TrueCharts Bot
f6415b453a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13242) 2023-10-04 16:37:50 +02:00
TrueCharts Bot
2702dc20cf chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13238) 2023-10-04 15:40:51 +02:00
TrueCharts Bot
4ff94c5487 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#13239) 2023-10-04 15:38:55 +02:00
TrueCharts Bot
eec761785c chore(deps): update immich to v1.81.0 (minor) (#13237) 2023-10-04 14:43:12 +02:00
TrueCharts Bot
5aaf415111 chore(deps): update container image tccr.io/truecharts/syncthing to v1.25.0 (#13236) 2023-10-04 14:39:04 +02:00
TrueCharts Bot
222eb673fa chore(deps): update container image tccr.io/truecharts/immich-ml to v1.81.0 (#13235) 2023-10-04 13:39:39 +02:00
TrueCharts Bot
ed101efa1b chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13234) 2023-10-04 13:35:20 +02:00
TrueCharts Bot
37bbe4a276 chore(deps): update container image tccr.io/truecharts/autobrr to v1.31.0 (#13233) 2023-10-04 12:38:41 +02:00
TrueCharts Bot
56cb86536e chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#13232) 2023-10-04 12:37:25 +02:00
TrueCharts Bot
e6cf6b8eca chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13230) 2023-10-04 11:38:12 +02:00
TrueCharts Bot
2fd7a8f620 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.33.1 (#13231) 2023-10-04 11:34:45 +02:00
TrueCharts Bot
1262a912e4 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.3 (#13229) 2023-10-04 10:42:19 +02:00
TrueCharts Bot
2241de222e chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#13228) 2023-10-04 10:40:49 +02:00
TrueCharts Bot
16a525bcfe chore(deps): update helm general non-major (#13197) 2023-10-04 09:40:59 +02:00
TrueCharts Bot
b7a2b6f484 chore(deps): update container image tccr.io/truecharts/calibre to v6.27.0 (#13226) 2023-10-04 09:38:30 +02:00
TrueCharts Bot
1c38633669 chore(deps): update container image tccr.io/truecharts/exportarr to v1.5.5 (#13227) 2023-10-04 09:37:48 +02:00
TrueCharts Bot
a7767a3fc9 chore(deps): update container image tccr.io/truecharts/drawio to v22.0.2 (#13224) 2023-10-04 08:38:41 +02:00
TrueCharts Bot
aefe4e4a48 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13223) 2023-10-04 08:37:02 +02:00
TrueCharts Bot
14bdd27357 chore(deps): update container image tccr.io/truecharts/esphome to v2023.9.3 (#13222) 2023-10-04 07:41:32 +02:00
TrueCharts Bot
78549d52e0 chore(deps): update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.60.2 (#13221) 2023-10-04 05:39:33 +02:00
TrueCharts Bot
370a1a7618 chore(deps): update container image tccr.io/truecharts/xwiki to v15.8.0-postgres (#13220) 2023-10-04 04:46:27 +02:00
TrueCharts Bot
f72af35f55 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13219) 2023-10-04 04:45:28 +02:00
TrueCharts Bot
25909f0b74 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#13218) 2023-10-04 03:59:18 +02:00
TrueCharts Bot
5cb72f03af chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13217) 2023-10-04 03:59:11 +02:00
TrueCharts Bot
19a98306cf chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#13214) 2023-10-04 02:55:00 +02:00
TrueCharts Bot
7ca5ccfb77 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13215) 2023-10-04 02:51:18 +02:00
TrueCharts-Bot
9605f2439a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-04 00:23:37 +00:00
TrueCharts Bot
b9201af3fb chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13213) 2023-10-04 01:37:07 +02:00
TrueCharts Bot
ddb03d4265 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13212) 2023-10-04 01:36:46 +02:00
Xstar97TheNoob
fa30f5308a fix(docassemble) fix docassemble env variables (#13211)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-03 18:05:20 -04:00
TrueCharts Bot
efa0189235 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#13210) 2023-10-03 23:34:39 +02:00
Xstar97TheNoob
278e35679a feat(docassemble) add docassemble (#12769)
**Description**
A free, open-source expert system for guided interviews and document
assembly.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-04 00:22:03 +03:00
TrueCharts Bot
f8620f8a03 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13209) 2023-10-03 22:38:22 +02:00
Stavros Kois
33fb5de21f fix(traefik): remove required from header value 2023-10-03 23:17:35 +03:00
Stavros Kois
a29df50c0c chore(traefik): fix mid quests 2023-10-03 23:14:29 +03:00
TrueCharts Bot
479ef6e26a chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#13208) 2023-10-03 19:34:59 +02:00
TrueCharts Bot
9c035f9846 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13207) 2023-10-03 18:37:11 +02:00
TrueCharts Bot
ff283da85d chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.15 (#13206) 2023-10-03 17:38:05 +02:00
TrueCharts Bot
b09ce54f23 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#13205) 2023-10-03 16:39:11 +02:00
TrueCharts Bot
e6131ba3ba chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13204) 2023-10-03 16:38:35 +02:00
TrueCharts Bot
31a2517247 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13203) 2023-10-03 15:39:53 +02:00
TrueCharts Bot
508062fa44 chore(deps): update container image tccr.io/truecharts/boinc to latest (#13202) 2023-10-03 14:44:05 +02:00
TrueCharts Bot
2b9925239b chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13201) 2023-10-03 13:36:46 +02:00
TrueCharts Bot
23b985de01 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13200) 2023-10-03 12:34:32 +02:00
Stavros Kois
2748693f92 chore(immich): remove deprecated options 2023-10-03 12:55:47 +03:00
TrueCharts Bot
ab3a574541 chore(deps): update immich to v1.80.0 (minor) (#13198) 2023-10-03 11:40:44 +02:00
TrueCharts Bot
6ce0dd490b chore(deps): update jupyter to v2023-10 (minor) (#13199) 2023-10-03 11:39:45 +02:00
TrueCharts Bot
ccbe9b6daa chore(deps): update container image tccr.io/truecharts/outline to v0.72.0 (#13196) 2023-10-03 11:35:35 +02:00
TrueCharts Bot
ccf0f35eec chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#13194) 2023-10-03 11:33:44 +02:00
TrueCharts Bot
5536587ed2 chore(deps): update container image tccr.io/truecharts/unmanic to v0.2.4 (#13195) 2023-10-03 11:33:35 +02:00
TrueCharts Bot
45f833d54c chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13191) 2023-10-03 11:32:43 +02:00
TrueCharts Bot
466255ce33 chore(deps): update container image tccr.io/truecharts/recyclarr to v6.0.1 (#13193) 2023-10-03 11:31:30 +02:00
TrueCharts Bot
64b946c18f chore(deps): update webtop (#13192) 2023-10-03 11:28:54 +02:00
TrueCharts Bot
b2f8c76bb8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13189) 2023-10-03 10:41:47 +02:00
TrueCharts Bot
c4acb420d5 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13190) 2023-10-03 10:39:49 +02:00
TrueCharts Bot
026456fbc5 chore(deps): update container image tccr.io/truecharts/n8n to v1.9.0 (#13058) 2023-10-03 10:16:08 +02:00
v3DJG6GL
27dd26f50e fix(immich) update "upload storage" description (#12916)
**Description**
Just a little correction for what the upload library is meant for.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com>
2023-10-03 10:57:46 +03:00
TrueCharts Bot
a94c980b2d chore(deps): update helm general non-major (#13184)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.8` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.4` -> `14.0.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` ->
`8.0.27` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.0

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6358](https://togithub.com/cert-manager/cert-manager/issues/6358),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6368](https://togithub.com/cert-manager/cert-manager/issues/6368),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6370](https://togithub.com/cert-manager/cert-manager/issues/6370),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

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

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

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

This is the 1.13 release of cert-manager!

cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.

#### Known issues

The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342)
This will be fixed in v1.13.1.

#### Breaking Changes (You MUST read this before you upgrade!)

1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

#### Community

Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)):
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;erikgb](https://togithub.com/erikgb)

Thanks again to all open-source contributors with commits in this
release, including:
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;lucacome](https://togithub.com/lucacome)
[@&#8203;cypres](https://togithub.com/cypres)
[@&#8203;erikgb](https://togithub.com/erikgb)
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit)
[@&#8203;jkroepke](https://togithub.com/jkroepke)
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;gdvalle](https://togithub.com/gdvalle)
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma)
[@&#8203;schrodit](https://togithub.com/schrodit)
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)
[@&#8203;arukiidou](https://togithub.com/arukiidou)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;Richardds](https://togithub.com/Richardds)
[@&#8203;kahirokunn](https://togithub.com/kahirokunn)

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
[@&#8203;maelvls](https://togithub.com/maelvls)
[@&#8203;irbekrm](https://togithub.com/irbekrm)
[@&#8203;inteon](https://togithub.com/inteon)

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

Special thanks to [@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337))

Also, thanks a lot to
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003))

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 since v1.12.0

##### Feature

- Add support for logging options to webhook config file.
([#&#8203;6243](https://togithub.com/cert-manager/cert-manager/issues/6243),
[@&#8203;inteon](https://togithub.com/inteon))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#&#8203;6241](https://togithub.com/cert-manager/cert-manager/issues/6241),
[@&#8203;erikgb](https://togithub.com/erikgb))
- Certificate Shim: distinguish dns names and ip address in certificate
([#&#8203;6267](https://togithub.com/cert-manager/cert-manager/issues/6267),
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs))
- Cmctl can now be imported by third parties.
([#&#8203;6049](https://togithub.com/cert-manager/cert-manager/issues/6049),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#&#8203;6292](https://togithub.com/cert-manager/cert-manager/issues/6292),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#&#8203;6298](https://togithub.com/cert-manager/cert-manager/issues/6298),
[@&#8203;inteon](https://togithub.com/inteon))
- The cert-manager controller options are now configurable using a
configuration file.
([#&#8203;5337](https://togithub.com/cert-manager/cert-manager/issues/5337),
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#&#8203;6199](https://togithub.com/cert-manager/cert-manager/issues/6199),
[@&#8203;inteon](https://togithub.com/inteon))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#&#8203;6110](https://togithub.com/cert-manager/cert-manager/issues/6110),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query`). It keeps using DNS lookup as a default
method.
([#&#8203;5003](https://togithub.com/cert-manager/cert-manager/issues/5003),
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart))

##### Bug or Regression

- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#&#8203;6087](https://togithub.com/cert-manager/cert-manager/issues/6087),
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#&#8203;6109](https://togithub.com/cert-manager/cert-manager/issues/6109),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#&#8203;6147](https://togithub.com/cert-manager/cert-manager/issues/6147),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6232](https://togithub.com/cert-manager/cert-manager/issues/6232),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#&#8203;6088](https://togithub.com/cert-manager/cert-manager/issues/6088),
[@&#8203;cypres](https://togithub.com/cypres))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#&#8203;6220](https://togithub.com/cert-manager/cert-manager/issues/6220),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#&#8203;6191](https://togithub.com/cert-manager/cert-manager/issues/6191),
[@&#8203;Richardds](https://togithub.com/Richardds))
-   Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6293](https://togithub.com/cert-manager/cert-manager/issues/6293),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#&#8203;6143](https://togithub.com/cert-manager/cert-manager/issues/6143),
[@&#8203;schrodit](https://togithub.com/schrodit))
- **⚠️Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#&#8203;5879](https://togithub.com/cert-manager/cert-manager/issues/5879),
[@&#8203;maelvls](https://togithub.com/maelvls))
- All service links in helm chart deployments have been disabled.
([#&#8203;6144](https://togithub.com/cert-manager/cert-manager/issues/6144),
[@&#8203;schrodit](https://togithub.com/schrodit))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#&#8203;6168](https://togithub.com/cert-manager/cert-manager/issues/6168),
[@&#8203;inteon](https://togithub.com/inteon))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#&#8203;6156](https://togithub.com/cert-manager/cert-manager/issues/6156),
[@&#8203;kahirokunn](https://togithub.com/kahirokunn))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#&#8203;6242](https://togithub.com/cert-manager/cert-manager/issues/6242),
[@&#8203;inteon](https://togithub.com/inteon))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#&#8203;6085](https://togithub.com/cert-manager/cert-manager/issues/6085),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Helm: Add apache 2.0 license annotation
([#&#8203;6225](https://togithub.com/cert-manager/cert-manager/issues/6225),
[@&#8203;arukiidou](https://togithub.com/arukiidou))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#&#8203;6034](https://togithub.com/cert-manager/cert-manager/issues/6034),
[@&#8203;gdvalle](https://togithub.com/gdvalle))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#&#8203;6176](https://togithub.com/cert-manager/cert-manager/issues/6176),
[@&#8203;inteon](https://togithub.com/inteon))
- The cmctl logging has been improved and support for json logging has
been added.
([#&#8203;6247](https://togithub.com/cert-manager/cert-manager/issues/6247),
[@&#8203;inteon](https://togithub.com/inteon))
- Updates Kubernetes libraries to `v0.27.2`.
([#&#8203;6077](https://togithub.com/cert-manager/cert-manager/issues/6077),
[@&#8203;lucacome](https://togithub.com/lucacome))
- Updates Kubernetes libraries to `v0.27.4`.
([#&#8203;6227](https://togithub.com/cert-manager/cert-manager/issues/6227),
[@&#8203;lucacome](https://togithub.com/lucacome))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#&#8203;6152](https://togithub.com/cert-manager/cert-manager/issues/6152),
[@&#8203;inteon](https://togithub.com/inteon))

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

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

v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0

#### Changes since v1.12.4

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6359](https://togithub.com/cert-manager/cert-manager/issues/6359),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Updated base images to the latest version.
([#&#8203;6372](https://togithub.com/cert-manager/cert-manager/issues/6372),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6371](https://togithub.com/cert-manager/cert-manager/issues/6371),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

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

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

v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409).

#### Changes since v1.12.3

- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should hav
e compared equal. This would be most noticeable when using an IPv6
address which doesn't match how Go's `net.IP.String()` function would
have printed that address.
([#&#8203;6297](https://togithub.com/cert-manager/cert-manager/issues/6297),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#&#8203;6318](https://togithub.com/cert-manager/cert-manager/issues/6318),
[@&#8203;maelvls](https://togithub.com/maelvls))

</details>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zLjIiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-03 10:57:32 +03:00
TrueCharts Bot
bde01978cf chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#13188) 2023-10-03 09:36:58 +02:00
TrueCharts Bot
e3d2b4d30d chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13186) 2023-10-03 08:37:16 +02:00
TrueCharts Bot
1e00ce095b chore(deps): update webtop (#13187) 2023-10-03 08:33:05 +02:00
TrueCharts Bot
7b457dfcdb chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#13185) 2023-10-03 07:34:39 +02:00
TrueCharts Bot
81fe49cc03 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#13183) 2023-10-03 06:34:49 +02:00
TrueCharts Bot
a347b5f185 chore(deps): update helm general non-major (#13174) 2023-10-03 05:48:06 +02:00
TrueCharts Bot
7d9c44b6df chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13182) 2023-10-03 05:35:50 +02:00
TrueCharts Bot
6b70f86135 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.13.01 (#13181) 2023-10-03 04:43:45 +02:00
TrueCharts Bot
60dac8205d chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13180) 2023-10-03 04:43:00 +02:00
TrueCharts Bot
c9e55a7ceb chore(deps): update container image tccr.io/truecharts/drawio to v22.0.1 (#13060) 2023-10-03 03:59:56 +02:00
TrueCharts Bot
dda258aed2 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13178) 2023-10-03 03:57:13 +02:00
TrueCharts Bot
d4f7c75f02 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.6.2 (#13179) 2023-10-03 03:56:51 +02:00
TrueCharts Bot
74a1af5702 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13176) 2023-10-03 02:54:29 +02:00
TrueCharts Bot
86cde7bb18 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#13177) 2023-10-03 02:48:51 +02:00
TrueCharts Bot
94bae8473f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13175) 2023-10-03 01:37:13 +02:00
TrueCharts Bot
926077d70f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13173) 2023-10-03 00:38:29 +02:00
TrueCharts Bot
2c1d6b2409 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13171) 2023-10-02 21:40:05 +02:00
TrueCharts Bot
f611fe704b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13170) 2023-10-02 20:38:35 +02:00
TrueCharts Bot
a2ae0770d2 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#13169) 2023-10-02 19:37:54 +02:00
TrueCharts Bot
1749872e55 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#13168) 2023-10-02 18:40:09 +02:00
allcontributors[bot]
95b0270fc1 docs: add TylerRudie as a contributor for doc (#13165)
Adds @TylerRudie as a contributor for doc.

This was requested by StevenMcElligott [in this
comment](https://github.com/truecharts/charts/pull/13157#issuecomment-1743021007)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-02 19:14:32 +03:00
Xstar97TheNoob
74e77e5e53 fix(sonarr) fix auth method and add docs (#13142)
**Description**
- Update the auth method list and add the None for v3.
- Left External as is and rename the description for both values for the
respective versions.
- Added docs to better explain the auth options and give a warning on
using Basic.

⚒️ Fixes  #11314

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-02 19:14:24 +03:00
StevenMcElligott
096b149425 feat(website): Publish Chart Sources in drop down (#13167)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-02 19:13:43 +03:00
TrueCharts Bot
fd038cdcc3 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13166) 2023-10-02 16:36:44 +02:00
TylerRudie
a28da9bddd Create install_notes.md (#13157)
**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)
- [x] 🔃 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
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

Signed-off-by: TylerRudie <2695916+TylerRudie@users.noreply.github.com>
2023-10-02 09:27:18 -04:00
TrueCharts Bot
2f8a86da37 chore(deps): update actions/setup-python digest to 65d7f2d (#13163)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `61a6322` -> `65d7f2d` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4yLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-02 15:24:40 +02:00
TrueCharts Bot
602b186b58 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#13164) 2023-10-02 14:44:54 +02:00
TrueCharts Bot
45c62e16a1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13162) 2023-10-02 13:37:23 +02:00
TrueCharts Bot
6a544633da chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#13160) 2023-10-02 07:33:46 +02:00
TrueCharts Bot
023bc081cd chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13158) 2023-10-02 06:38:50 +02:00
TrueCharts Bot
11cdfb26b9 chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.0 (#13159) 2023-10-02 06:38:16 +02:00
TrueCharts Bot
ae2961768c chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.0 (#13156) 2023-10-02 05:36:54 +02:00
TrueCharts Bot
b630b63964 chore(deps): update rdesktop (#13155) 2023-10-02 05:33:07 +02:00
TrueCharts Bot
fbd39c43b5 chore(deps): update container image tccr.io/truecharts/clamav to v1.2.0 (#13153) 2023-10-02 04:48:08 +02:00
TrueCharts Bot
926ecc44b1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#13154) 2023-10-02 04:39:09 +02:00
TrueCharts Bot
e4b32a5b44 chore(deps): update container image tccr.io/truecharts/picoshare to v1.4.0 (#13152) 2023-10-02 03:57:49 +02:00
TrueCharts Bot
ea04e81c97 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#13151) 2023-10-02 03:53:43 +02:00
TrueCharts Bot
8a0c7d8b5e chore(deps): update container image tccr.io/truecharts/linkding to v1.22.0 (#13150) 2023-10-02 02:52:17 +02:00
TrueCharts Bot
af9420a6f1 chore(deps): update rdesktop (#13149) 2023-10-02 02:49:30 +02:00
TrueCharts-Bot
ab04cc36ca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-02 00:24:39 +00:00
TrueCharts Bot
a6310ce1a2 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.7.0 (#13148) 2023-10-02 01:38:23 +02:00
TrueCharts Bot
5c0908e72e chore(deps): update container image tccr.io/truecharts/cops to latest (#13147) 2023-10-02 01:37:46 +02:00
TrueCharts Bot
07d3d589fe chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#13146) 2023-10-02 00:37:48 +02:00
TrueCharts Bot
f1451ae11f chore(deps): update container image tccr.io/truecharts/searxng to latest (#13145) 2023-10-01 22:34:56 +02:00
TrueCharts Bot
8587fc9c40 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.4 (#13144) 2023-10-01 21:39:54 +02:00
TrueCharts Bot
0718ab0b57 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13143) 2023-10-01 21:38:42 +02:00
Xstar97TheNoob
5ad41daf4f fix(projectsend) fix projectsend by actually writing the config. (#12992)
**Description**
This should fix the issue with sys.config.php to actually get written.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-01 22:36:12 +03:00
TrueCharts Bot
d9de2ef189 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13141) 2023-10-01 20:35:53 +02:00
TrueCharts Bot
4c1ae717f8 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12951) 2023-10-01 19:41:58 +02:00
TrueCharts Bot
c94abf66a8 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13140) 2023-10-01 19:35:32 +02:00
TrueCharts Bot
37b047f744 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13139) 2023-10-01 18:36:44 +02:00
StevenMcElligott
adacd5dd16 fix(docs): Add upstream repo to Docs generator (#13028)
**Description**

Our docs are missing the container source, so instead of searching
GitHub for upstream containers/docs this at least points website users
to what we have documented inside `Chart.yaml` as `sources

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-01 19:13:03 +03:00
Xstar97TheNoob
9fe51b0d18 feat(telepush) add telepush (#13137)
**Description**
A simple bot to translate JSON HTTP requests into Telegram push
messages.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-01 19:08:57 +03:00
StevenMcElligott
0573244a6f fix(apps): Add missing Ingress options to question (#13065)
**Description**

A couple of charts are missing some questions for Ingress so adding them
back.

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

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-01 19:08:10 +03:00
Xstar97TheNoob
2bc4215f8d feat(arksurvivalevolved) move arksurvivalevolved to stable. (#13136)
**Description**
Move arksurvivalevolved to stable.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-01 19:07:14 +03:00
TrueCharts Bot
64b268e9d1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13135) 2023-10-01 15:38:20 +02:00
TrueCharts Bot
6426d9efd0 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#13134) 2023-10-01 14:34:31 +02:00
TrueCharts Bot
1c76d30e4c chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#13132) 2023-10-01 11:35:23 +02:00
TrueCharts Bot
e30febd9a7 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13131) 2023-10-01 10:37:16 +02:00
TrueCharts Bot
67cee99a5e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13130) 2023-10-01 09:35:08 +02:00
allcontributors[bot]
d9162b26e0 docs: add tuxpizza as a contributor for code (#13129)
Adds @tuxpizza as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-01 09:48:43 +03:00
tuxsudo
bf0e3b705c fix(Invidious) add notifications config option (#13128)
Add enable_user_notifications config option to Invidious

This will allow you to toggle `enable_user_notifications` on or off
(default on) via https://github.com/iv-org/invidious/pull/3473

⚒️ Fixes  #13125

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

**🧪 How Has This Been Tested?**
Installed the helm chart locally with no errors

**✔️ 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
- [x] 🧪 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

---
2023-10-01 09:33:42 +03:00
TrueCharts Bot
ea087b3947 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13127) 2023-10-01 07:36:59 +02:00
TrueCharts Bot
f4d85f8109 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13126) 2023-10-01 07:36:08 +02:00
TrueCharts Bot
6761515651 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13124) 2023-10-01 05:40:45 +02:00
TrueCharts Bot
5eb6ae3c87 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13123) 2023-10-01 01:35:30 +02:00
TrueCharts Bot
56120344af chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13122) 2023-09-30 23:36:09 +02:00
TrueCharts Bot
a893dee101 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13120) 2023-09-30 21:39:04 +02:00
TrueCharts Bot
198732d789 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13121) 2023-09-30 21:37:36 +02:00
TrueCharts Bot
0fcdb75aac chore(deps): update container image tccr.io/truecharts/homepage to v0.7.0 (#13119) 2023-09-30 20:37:12 +02:00
TrueCharts Bot
8f8a287504 chore(deps): update container image tccr.io/truecharts/slash to v0.4.5 (#13118) 2023-09-30 20:36:23 +02:00
TrueCharts Bot
87501bd2d2 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#13116) 2023-09-30 18:36:27 +02:00
TrueCharts Bot
5d768d6336 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13117) 2023-09-30 18:36:01 +02:00
TrueCharts Bot
71f3ce1290 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13115) 2023-09-30 16:35:53 +02:00
TrueCharts Bot
cf3a59cd38 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#13114) 2023-09-30 16:35:45 +02:00
TrueCharts Bot
d515552d6b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13112) 2023-09-30 15:36:31 +02:00
TrueCharts Bot
9a9cf51c6c chore(deps): update container image tccr.io/truecharts/mosdns to v5.2.1 (#13113) 2023-09-30 15:35:16 +02:00
TrueCharts Bot
61ec71c62b chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.0.3 (#13111) 2023-09-30 14:37:25 +02:00
TrueCharts Bot
0fe0635f03 chore(deps): update container image tccr.io/truecharts/minio to latest (#13110) 2023-09-30 14:36:50 +02:00
TrueCharts Bot
5adc9a26a7 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13109) 2023-09-30 13:34:26 +02:00
TrueCharts Bot
b8988e49ca chore(deps): update container image tccr.io/truecharts/searxng to latest (#13107) 2023-09-30 12:37:13 +02:00
TrueCharts Bot
5d35507f03 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13108) 2023-09-30 12:36:43 +02:00
TrueCharts Bot
ab579b70b0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13105) 2023-09-30 11:36:34 +02:00
TrueCharts Bot
1920b142f7 chore(deps): update container image tccr.io/truecharts/code-server to v4.17.1 (#13106) 2023-09-30 11:35:45 +02:00
TrueCharts Bot
823b53111c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#13103) 2023-09-30 10:42:45 +02:00
TrueCharts Bot
ce485ec10e chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13104) 2023-09-30 10:39:01 +02:00
TrueCharts Bot
0e39c1b0a8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13102) 2023-09-30 09:39:04 +02:00
TrueCharts Bot
6a840d9306 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13101) 2023-09-30 09:36:52 +02:00
TrueCharts Bot
ecf8d3257f chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13099) 2023-09-30 08:35:50 +02:00
TrueCharts Bot
67b15436cf chore(deps): update container image tccr.io/truecharts/recyclarr to v6.0.0 (#13100) 2023-09-30 08:35:44 +02:00
TrueCharts Bot
ba41d9b01d chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13098) 2023-09-30 06:38:34 +02:00
TrueCharts Bot
6dd5b2e78d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13097) 2023-09-30 05:38:38 +02:00
TrueCharts Bot
6a5e96ac0a chore(deps): update webtop (#13096) 2023-09-30 04:34:14 +02:00
TrueCharts Bot
4e5d4fbf25 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13095) 2023-09-30 03:58:22 +02:00
TrueCharts Bot
e3818c42f3 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12974) 2023-09-30 03:58:03 +02:00
TrueCharts Bot
d34f3b2940 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13094) 2023-09-30 03:57:57 +02:00
TrueCharts Bot
2d743e54e2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13093) 2023-09-30 02:49:32 +02:00
TrueCharts Bot
428fbe4e79 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.10 (#13092) 2023-09-30 02:49:15 +02:00
TrueCharts Bot
6b264cf4b6 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#13091) 2023-09-30 00:32:00 +02:00
TrueCharts Bot
f39706da22 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#13090) 2023-09-29 22:34:50 +02:00
TrueCharts Bot
2648320af4 chore(deps): update webtop (#13089) 2023-09-29 21:33:22 +02:00
TrueCharts Bot
554d13486b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13087) 2023-09-29 20:37:21 +02:00
TrueCharts Bot
90cd563573 chore(deps): update rdesktop (#13088) 2023-09-29 20:33:46 +02:00
TrueCharts Bot
22e785abb3 chore(deps): update rdesktop (#13086) 2023-09-29 19:32:29 +02:00
TrueCharts Bot
4b65889829 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#13085) 2023-09-29 18:35:35 +02:00
TrueCharts Bot
1436e10b5f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13084) 2023-09-29 17:37:57 +02:00
TrueCharts Bot
504a30bbe8 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#13082) 2023-09-29 16:42:30 +02:00
TrueCharts Bot
96c3cd0fb4 chore(deps): update container image tccr.io/truecharts/nextcloud-push-notify to v0.6.3 (#13083) 2023-09-29 16:42:08 +02:00
TrueCharts Bot
5f6884276d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13080) 2023-09-29 15:38:36 +02:00
TrueCharts Bot
f7ba0305b9 chore(deps): update container image tccr.io/truecharts/minio to latest (#13081) 2023-09-29 15:37:03 +02:00
TrueCharts Bot
2ca44aa7bb chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#13079) 2023-09-29 14:37:27 +02:00
TrueCharts Bot
b8abf486f1 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13078) 2023-09-29 12:36:06 +02:00
TrueCharts Bot
998bf3b3f7 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13077) 2023-09-29 11:37:56 +02:00
TrueCharts Bot
f815e1a0ec chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#13076) 2023-09-29 10:38:54 +02:00
TrueCharts Bot
e9d6982009 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13075) 2023-09-29 09:40:13 +02:00
TrueCharts Bot
34f846cee8 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#13074) 2023-09-29 09:34:29 +02:00
TrueCharts Bot
da1d66f71d chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#13073) 2023-09-29 08:37:27 +02:00
TrueCharts Bot
fc5f923387 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#13072) 2023-09-29 08:36:45 +02:00
TrueCharts Bot
6bbc4048b4 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#13071) 2023-09-29 07:35:41 +02:00
TrueCharts Bot
fbc417fe25 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#13070) 2023-09-29 06:38:39 +02:00
TrueCharts Bot
e1fa60c9b6 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#13069) 2023-09-29 06:38:12 +02:00
TrueCharts Bot
d62e37e134 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13068) 2023-09-29 05:35:35 +02:00
TrueCharts Bot
5584a48f7a chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13067) 2023-09-29 04:41:43 +02:00
TrueCharts Bot
71f53358f9 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#13066) 2023-09-29 03:59:16 +02:00
TrueCharts Bot
43e1c6149e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13064) 2023-09-29 02:54:16 +02:00
TrueCharts Bot
d5c886ae78 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13063) 2023-09-29 02:52:56 +02:00
TrueCharts Bot
4f7e42e28e chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13062) 2023-09-29 01:35:41 +02:00
TrueCharts Bot
f214529205 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#13061) 2023-09-29 00:37:44 +02:00
TrueCharts Bot
1e32471ccc chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.4.0 (#13059) 2023-09-28 21:39:25 +02:00
TrueCharts Bot
1a49a5d06e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13056) 2023-09-28 20:37:13 +02:00
TrueCharts Bot
f2bdbf662d chore(deps): update container image tccr.io/truecharts/searxng to latest (#13057) 2023-09-28 20:36:30 +02:00
TrueCharts Bot
7499a46000 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13055) 2023-09-28 18:37:52 +02:00
TrueCharts Bot
2d96bae8ba chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#13054) 2023-09-28 18:36:14 +02:00
TrueCharts Bot
46b7e5c614 chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13052) 2023-09-28 17:36:29 +02:00
TrueCharts Bot
540febaf7e chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13053) 2023-09-28 17:36:18 +02:00
TrueCharts Bot
d1384d2e63 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13051) 2023-09-28 16:40:59 +02:00
TrueCharts Bot
a13ba2fbca chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#13050) 2023-09-28 16:39:45 +02:00
TrueCharts Bot
273ab5fd0a chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#13048) 2023-09-28 14:38:04 +02:00
TrueCharts Bot
5dcad24949 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.0.1 (#13047) 2023-09-28 13:36:52 +02:00
TrueCharts Bot
cd441e20b2 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v7.0.0 (#13046) 2023-09-28 12:39:17 +02:00
TrueCharts Bot
f5c03bd50c chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13045) 2023-09-28 12:36:39 +02:00
TrueCharts Bot
85c294b1ae chore(deps): update container image tccr.io/truecharts/xwiki to v15.8.0 (#13044) 2023-09-28 11:39:43 +02:00
TrueCharts Bot
ccb996fe37 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13043) 2023-09-28 11:37:29 +02:00
TrueCharts Bot
4b2bc0ad5b chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13042) 2023-09-28 10:38:25 +02:00
TrueCharts Bot
93a1b3e2e0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13041) 2023-09-28 10:37:06 +02:00
TrueCharts Bot
4a1ca32773 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13040) 2023-09-28 09:40:44 +02:00
TrueCharts Bot
0c900e3b4e chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#13039) 2023-09-28 09:37:42 +02:00
TrueCharts Bot
38903c8505 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.1.0 (#13038) 2023-09-28 08:39:37 +02:00
TrueCharts Bot
a5a97a8a56 chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.4.2 (#13036) 2023-09-28 07:38:35 +02:00
TrueCharts Bot
ce3ade67f7 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#13035) 2023-09-28 07:35:58 +02:00
TrueCharts Bot
a3402aa99e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13034) 2023-09-28 06:39:53 +02:00
TrueCharts Bot
21e1925237 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13033) 2023-09-28 06:38:13 +02:00
TrueCharts Bot
bd8558845c chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13032) 2023-09-28 05:37:13 +02:00
TrueCharts Bot
24bcf30538 chore(deps): update container image tccr.io/truecharts/makemkv to v23.09.1 (#13031) 2023-09-28 05:36:26 +02:00
TrueCharts Bot
e1e6b71265 chore(deps): update container image tccr.io/truecharts/local-ai-ffmpeg to v1.30.0 (#13030) 2023-09-28 04:42:13 +02:00
TrueCharts Bot
0caa0b09fd chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg to v1.30.0 (#13029) 2023-09-28 04:40:52 +02:00
TrueCharts Bot
a221828d93 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13026) 2023-09-28 04:00:29 +02:00
TrueCharts Bot
c98bafd511 chore(deps): update container image tccr.io/truecharts/esphome to v2023.9.1 (#13027) 2023-09-28 04:00:18 +02:00
TrueCharts Bot
920bff166b chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg to v1.30.0 (#13024) 2023-09-28 02:45:12 +02:00
TrueCharts Bot
4b0ca605dd chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12 to v1.30.0 (#13025) 2023-09-28 02:44:49 +02:00
TrueCharts Bot
4faf08ba4e chore(deps): update container image tccr.io/truecharts/local-ai to v1.30.0 (#13022) 2023-09-28 01:31:10 +02:00
TrueCharts Bot
fef6bfd354 chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.30.0 (#13023) 2023-09-28 01:31:02 +02:00
TrueCharts Bot
4e2e8a1b9b chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#13020) 2023-09-28 00:36:55 +02:00
TrueCharts Bot
19e1e1f73b chore(deps): update container image tccr.io/truecharts/homer to v23.09.1 (#13021) 2023-09-28 00:36:11 +02:00
TrueCharts Bot
0e0a3e44e6 chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.7 (#13019) 2023-09-27 23:37:26 +02:00
TrueCharts Bot
35ae918355 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13018) 2023-09-27 23:35:33 +02:00
TrueCharts Bot
f0da15de57 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.8.3.48 (#13017) 2023-09-27 22:39:15 +02:00
TrueCharts Bot
b4209e9762 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13016) 2023-09-27 22:38:34 +02:00
TrueCharts Bot
fa90e343b6 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13014) 2023-09-27 21:38:48 +02:00
TrueCharts Bot
f1e8ce3528 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13015) 2023-09-27 21:38:22 +02:00
TrueCharts Bot
3aa8ab002e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13012) 2023-09-27 20:40:10 +02:00
TrueCharts Bot
488387c60e chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7557 (#13013) 2023-09-27 20:38:59 +02:00
TrueCharts Bot
0aae0410ed chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13010) 2023-09-27 19:40:49 +02:00
TrueCharts Bot
67d3332139 chore(deps): update container image tccr.io/truecharts/jenkins to v2.425.0 (#13011) 2023-09-27 19:40:41 +02:00
TrueCharts Bot
248937072f chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#13008) 2023-09-27 18:39:21 +02:00
TrueCharts Bot
5b0738083c chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.1 (#13009) 2023-09-27 18:38:44 +02:00
TrueCharts Bot
10fef82ddd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13006) 2023-09-27 17:42:41 +02:00
TrueCharts Bot
91b9fe83df chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.6.0 (#13007) 2023-09-27 17:42:02 +02:00
TrueCharts Bot
a4b6530fcb chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13004) 2023-09-27 16:37:02 +02:00
TrueCharts Bot
6010ab31ed chore(deps): update container image tccr.io/truecharts/linkding to v1.21.1 (#13005) 2023-09-27 16:36:32 +02:00
TrueCharts Bot
62b9bdcd29 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13003) 2023-09-27 15:40:50 +02:00
TrueCharts Bot
fff30f976d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13002) 2023-09-27 15:38:59 +02:00
TrueCharts Bot
083108da6f chore(deps): update container image tccr.io/truecharts/n8n to v1.8.2 (#13001) 2023-09-27 14:40:15 +02:00
TrueCharts Bot
049b5adaf8 chore(deps): update container image tccr.io/truecharts/minio to latest (#13000) 2023-09-27 14:37:19 +02:00
TrueCharts Bot
dfd6238caa chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.6 (#12999) 2023-09-27 12:37:48 +02:00
TrueCharts Bot
86642a4641 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12998) 2023-09-27 12:35:31 +02:00
TrueCharts Bot
00432911a4 chore(deps): update jupyter (#12997) 2023-09-27 11:39:31 +02:00
TrueCharts Bot
cbf092aef1 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12996) 2023-09-27 11:37:25 +02:00
TrueCharts Bot
c48208295c chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12995) 2023-09-27 10:37:46 +02:00
TrueCharts Bot
7f5a3d7f89 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12994) 2023-09-27 10:37:34 +02:00
TrueCharts Bot
11414fcb3e chore(deps): update helm general non-major (#12950) 2023-09-27 09:41:47 +02:00
TrueCharts Bot
c179d6e387 chore(deps): update container image tccr.io/truecharts/calibre to v6.27.0 (#12990) 2023-09-27 09:37:49 +02:00
TrueCharts Bot
ba34e953d3 chore(deps): update container image tccr.io/truecharts/cops to latest (#12991) 2023-09-27 09:37:29 +02:00
TrueCharts Bot
bde14626e6 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#12988) 2023-09-27 08:37:35 +02:00
TrueCharts Bot
b4609d98e0 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.6.3 (#12989) 2023-09-27 08:36:54 +02:00
allcontributors[bot]
b75e65187f docs: add varac as a contributor for code (#12987)
Adds @varac as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-27 09:00:36 +03:00
Varac
fa1a98f039 fix(plausible): Increase secret_key_base length to 64 bytes (#12947)
**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  #12946 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
I tested this change on my cluster.

**📃 Notes:**

-

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ x 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-27 08:53:23 +03:00
allcontributors[bot]
8912183269 docs: add notyouraveragegamer as a contributor for doc (#12986)
Adds @notyouraveragegamer as a contributor for doc.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-27 08:52:15 +03:00
TrueCharts Bot
1559c08b67 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12985) 2023-09-27 06:37:57 +02:00
TrueCharts Bot
9da3d87123 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12984) 2023-09-27 05:36:28 +02:00
TrueCharts Bot
b0e6227de1 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#12983) 2023-09-27 04:47:59 +02:00
TrueCharts Bot
f894816220 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#12981) 2023-09-27 02:54:03 +02:00
TrueCharts Bot
0c04a5a3fa chore(deps): update container image tccr.io/truecharts/slash to v0.4.4 (#12980) 2023-09-27 02:52:02 +02:00
TrueCharts Bot
4d66330659 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12979) 2023-09-26 23:37:31 +02:00
TrueCharts Bot
cfb29ac750 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12978) 2023-09-26 22:37:09 +02:00
TrueCharts Bot
7750f421f4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12977) 2023-09-26 19:35:34 +02:00
TrueCharts Bot
7c852b0bd9 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#12976) 2023-09-26 18:37:41 +02:00
TrueCharts Bot
3221ae9009 chore(deps): update webtop (#12975) 2023-09-26 18:36:52 +02:00
TrueCharts Bot
95058f1787 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12973) 2023-09-26 17:39:09 +02:00
TrueCharts Bot
6ac8e790a5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12972) 2023-09-26 16:37:50 +02:00
TrueCharts Bot
87d86642b4 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#12971) 2023-09-26 16:37:33 +02:00
TrueCharts Bot
17ae639e6e chore(deps): update container image tccr.io/truecharts/boinc to latest (#12968) 2023-09-26 15:40:59 +02:00
TrueCharts Bot
d6d2990922 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12969) 2023-09-26 15:38:58 +02:00
TrueCharts Bot
0ccb81eb34 chore(deps): update container image tccr.io/truecharts/jupyter-datascience to v2023-09 (#12966) 2023-09-26 14:41:32 +02:00
TrueCharts Bot
6707067217 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12967) 2023-09-26 14:40:43 +02:00
TrueCharts Bot
515921cfba chore(deps): update webtop (#12965) 2023-09-26 12:33:22 +02:00
TrueCharts Bot
7f581d24e1 chore(deps): update webtop (#12964) 2023-09-26 11:34:28 +02:00
TrueCharts Bot
9db253f04f chore(deps): update webtop (#12963) 2023-09-26 10:34:28 +02:00
TrueCharts Bot
49c7b2a225 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#12962) 2023-09-26 09:34:51 +02:00
TrueCharts Bot
e1edd9e794 chore(deps): update webtop (#12960) 2023-09-26 08:31:58 +02:00
TrueCharts Bot
0ce0e6a0c6 chore(deps): update webtop (#12959) 2023-09-26 07:31:04 +02:00
TrueCharts Bot
82b8ab7493 chore(deps): update webtop (#12958) 2023-09-26 06:32:35 +02:00
TrueCharts Bot
4947f0c9d9 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.15 (#12957) 2023-09-26 05:38:19 +02:00
TrueCharts Bot
9e0f4ed374 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.3 (#12956) 2023-09-26 04:44:38 +02:00
TrueCharts Bot
85abc505aa chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12955) 2023-09-26 04:42:29 +02:00
TrueCharts Bot
0a42098e52 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12953) 2023-09-26 03:58:38 +02:00
TrueCharts Bot
1f3e62a05b chore(deps): update jupyter (#12954) 2023-09-26 03:57:57 +02:00
TrueCharts Bot
4aca107975 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12952) 2023-09-26 02:53:43 +02:00
TrueCharts Bot
a20b8e5136 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#12949) 2023-09-26 00:38:27 +02:00
TrueCharts Bot
98655ca920 chore(deps): update container image tailscale/tailscale to v1.50.0 (#12948) 2023-09-25 23:34:12 +02:00
TrueCharts Bot
e3e10c8d3b chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12945) 2023-09-25 20:39:35 +02:00
TrueCharts Bot
b19b77b674 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#12944) 2023-09-25 19:37:53 +02:00
TrueCharts Bot
d554668d1f chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12943) 2023-09-25 19:37:07 +02:00
TrueCharts Bot
383fe72662 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12942) 2023-09-25 16:38:28 +02:00
TrueCharts Bot
1816e7f03f chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12940) 2023-09-25 15:37:46 +02:00
TrueCharts Bot
b30b3561bc chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12941) 2023-09-25 15:37:42 +02:00
TrueCharts Bot
13f5ba1c6e chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12939) 2023-09-25 14:39:47 +02:00
TrueCharts Bot
f0c026647e chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#12938) 2023-09-25 12:39:22 +02:00
TrueCharts Bot
f06b5ed9c1 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.1 (#12937) 2023-09-25 12:36:30 +02:00
TrueCharts Bot
a24fef97e5 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#12935) 2023-09-25 07:36:11 +02:00
TrueCharts Bot
5bbea515ef chore(deps): update container image tccr.io/truecharts/duckdns to latest (#12933) 2023-09-25 06:36:33 +02:00
TrueCharts Bot
23caf1110a chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#12934) 2023-09-25 06:33:50 +02:00
TrueCharts Bot
2c4b5c2431 chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12931) 2023-09-25 05:36:18 +02:00
TrueCharts Bot
8109710c7b chore(deps): update rdesktop (#12932) 2023-09-25 05:30:59 +02:00
TrueCharts Bot
8269e413db chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#12930) 2023-09-25 04:38:29 +02:00
TrueCharts Bot
986b3a52da chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-i3 to latest (#12929) 2023-09-25 03:56:10 +02:00
TrueCharts Bot
9d9c7cb72f chore(deps): update rdesktop (#12928) 2023-09-25 02:48:12 +02:00
TrueCharts-Bot
a302fee9b0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-25 00:23:37 +00:00
TrueCharts Bot
4d9df23972 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#12926) 2023-09-25 01:34:31 +02:00
TrueCharts Bot
fe74f70308 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12927) 2023-09-25 01:32:18 +02:00
TrueCharts Bot
fefc1b6409 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.12.01 (#12925) 2023-09-24 22:38:12 +02:00
TrueCharts Bot
a94393e7ce chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12924) 2023-09-24 22:36:10 +02:00
TrueCharts Bot
f33764f93e chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12922) 2023-09-24 21:35:51 +02:00
TrueCharts Bot
2e55bf6114 chore(deps): update container image tccr.io/truecharts/slash to v0.4.4 (#12923) 2023-09-24 21:35:02 +02:00
TrueCharts Bot
026736f70f chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.1.3981 (#12920) 2023-09-24 20:37:01 +02:00
TrueCharts Bot
13aa38fca7 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.6.2232 (#12921) 2023-09-24 20:36:32 +02:00
TrueCharts Bot
c752c42316 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12919) 2023-09-24 19:34:32 +02:00
TrueCharts Bot
cb95476e66 chore(deps): update container image tccr.io/truecharts/drawio to v21.8.2 (#12917) 2023-09-24 17:32:48 +02:00
TrueCharts Bot
a5dbe6d447 chore(deps): update container image tccr.io/truecharts/jenkins to v2.423.0 (#12918) 2023-09-24 17:32:23 +02:00
TrueCharts Bot
1e34043760 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12914) 2023-09-24 16:40:33 +02:00
TrueCharts Bot
1a4afb3208 chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.3.3586 (#12915) 2023-09-24 16:39:14 +02:00
TrueCharts Bot
cb4374ca3f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12912) 2023-09-24 15:35:48 +02:00
TrueCharts Bot
e61a595afa chore(deps): update container image tccr.io/truecharts/jellyfin to v10.8.11 (#12913) 2023-09-24 15:34:41 +02:00
TrueCharts Bot
d75d775a46 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.26 (#12911) 2023-09-24 14:40:22 +02:00
TrueCharts Bot
336ee9d5a3 chore(deps): update container image tccr.io/truecharts/cops to latest (#12910) 2023-09-24 14:39:09 +02:00
TrueCharts Bot
5ccb1c0d69 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12909) 2023-09-24 13:39:37 +02:00
Xstar97TheNoob
e59e0e3360 migrate(plextraktsync) migrate plextraktsync to new common **BREAKING CHANGES** (#12887)
**Description**
migrate app and set a static semver tag
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-24 14:28:31 +03:00
allcontributors[bot]
bc778e62f5 docs: add simon-hofmann as a contributor for code (#12908)
Adds @simon-hofmann as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-24 14:17:11 +03:00
Xstar97TheNoob
1670990ce9 migrate(reactive-resume) migrate reactive-resume to new common **BREAKING CHANGES** (#12455)
**Description**
Migrate to new common
update chart
multi-pod 

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-24 14:16:08 +03:00
Simon Hofman
ab16ddc14c feat(immich) add support for external library (#12880)
**Description**
Immich provides the ability to add a readonly library instead of
uploading each photo.
I just added an additional persistance config that gives the ability to
mount into main and microservices simultaneously.
Here is the doc from immich for that feature
(https://immich.app/docs/features/libraries)

⚒️ Fixes (https://github.com/truecharts/charts/issues/10202)

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2023-09-24 14:13:34 +03:00
Xstar97TheNoob
64651dcbd8 fix(projectsend) fix projectsend config path. (#12897)
**Description**
the config file needs to exists here
`/app/www/public/includes/sys.config.php` the app will move the file to
the correct place.
⚒️ 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:**
I tested locally by creating a empty file and deleting it, the file
would be copied over to the correct path after and the app wouldnt ask
for the db info when creating the file.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-24 14:10:48 +03:00
Xstar97TheNoob
f9021e1bbd feat(vocechat-server) add vocechat-server (#12866)
**Description**
A superlight rust written social server.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-24 14:10:17 +03:00
StevenMcElligott
6a3502adfd feat(Jenkins): Back to Stable (#12898)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-24 14:09:46 +03:00
TrueCharts Bot
d5bee098f1 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12907) 2023-09-24 12:34:29 +02:00
TrueCharts Bot
fad61eeb09 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#12905) 2023-09-24 10:37:12 +02:00
TrueCharts Bot
3230d21dc3 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12903) 2023-09-24 09:36:22 +02:00
TrueCharts Bot
f1fc85778f chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12904) 2023-09-24 09:35:16 +02:00
TrueCharts Bot
dacc52bb1c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12902) 2023-09-24 07:38:17 +02:00
TrueCharts Bot
7bf01f8f70 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12901) 2023-09-24 07:38:05 +02:00
TrueCharts Bot
01a6d4f7fb chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12900) 2023-09-24 05:40:00 +02:00
TrueCharts Bot
4bf1e8487c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#12895) 2023-09-24 00:41:39 +02:00
Xstar97TheNoob
536c3028d1 migrate(backuppc) migrate backuppc to new common **BREAKING CHANGES** (#12865)
**Description**
Migrate backuppc to new common and set a static semver version.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-24 01:04:56 +03:00
TrueCharts Bot
08dec1085d chore(deps): update container image tccr.io/truecharts/photoprism to v230923 (#12894) 2023-09-23 23:37:42 +02:00
TrueCharts Bot
707e0dc331 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12893) 2023-09-23 23:34:37 +02:00
TrueCharts Bot
a92c13cea5 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.5.0 (#12892) 2023-09-23 22:37:29 +02:00
TrueCharts Bot
334bcb5208 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12890) 2023-09-23 21:35:40 +02:00
TrueCharts Bot
c1b0829bec chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12891) 2023-09-23 21:35:07 +02:00
TrueCharts Bot
a29e3bc66b chore(deps): update helm general non-major (#12869) 2023-09-23 20:48:15 +02:00
TrueCharts Bot
a2aa77950c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12888) 2023-09-23 20:36:45 +02:00
TrueCharts Bot
46acbaab94 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.2.0 (#12889) 2023-09-23 20:36:28 +02:00
TrueCharts Bot
5fc2f87269 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12885) 2023-09-23 19:37:22 +02:00
TrueCharts Bot
371b143245 chore(deps): update container image tccr.io/truecharts/code-server to v4.17.0 (#12886) 2023-09-23 19:37:05 +02:00
TrueCharts Bot
34ff33f63a chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12884) 2023-09-23 18:38:42 +02:00
TrueCharts Bot
d63aadf64c chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#12883) 2023-09-23 18:38:22 +02:00
TrueCharts Bot
c674bffb13 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12882) 2023-09-23 17:34:41 +02:00
TrueCharts Bot
bf08cd953f chore(deps): update container image tccr.io/truecharts/searxng to latest (#12881) 2023-09-23 17:34:05 +02:00
TrueCharts Bot
9cfbe7d1e3 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12878) 2023-09-23 16:36:21 +02:00
TrueCharts Bot
26a8318882 chore(deps): update container image tccr.io/truecharts/autobrr to v1.30.0 (#12879) 2023-09-23 16:35:08 +02:00
TrueCharts Bot
19083fc398 chore(deps): update container image tccr.io/truecharts/shlink to v3.6.4 (#12877) 2023-09-23 15:39:04 +02:00
TrueCharts Bot
95989a36ec chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12876) 2023-09-23 15:36:28 +02:00
TrueCharts Bot
0b033c315b chore(deps): update container image tccr.io/truecharts/searxng to latest (#12875) 2023-09-23 14:35:42 +02:00
TrueCharts Bot
7d7347b9f6 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12874) 2023-09-23 14:34:41 +02:00
TrueCharts Bot
dab9e0b106 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.10 (#12872) 2023-09-23 13:36:20 +02:00
TrueCharts Bot
f59ce846c3 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12873) 2023-09-23 13:35:42 +02:00
TrueCharts Bot
96af6c349f chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.25 (#12871) 2023-09-23 12:37:52 +02:00
TrueCharts Bot
0867839a6d chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.1 (#12870) 2023-09-23 12:36:01 +02:00
TrueCharts Bot
7dbb70e47b chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12868) 2023-09-23 11:35:37 +02:00
TrueCharts Bot
4ddb3bb9f3 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12867) 2023-09-23 11:35:21 +02:00
TrueCharts Bot
c5f80a242c chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12857) 2023-09-23 11:04:09 +02:00
TrueCharts Bot
d4b1cabcc4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12863) 2023-09-23 10:38:42 +02:00
TrueCharts Bot
b847c56445 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12864) 2023-09-23 10:38:29 +02:00
TrueCharts Bot
00d107201b chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12862) 2023-09-23 09:36:40 +02:00
TrueCharts Bot
74760a17ba chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12861) 2023-09-23 09:35:57 +02:00
TrueCharts Bot
5c7f8c8ab9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12860) 2023-09-23 08:37:44 +02:00
TrueCharts Bot
8f0d966b73 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12859) 2023-09-23 06:35:37 +02:00
TrueCharts Bot
94158f721e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12858) 2023-09-23 04:40:46 +02:00
TrueCharts-Bot
df20221160 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-23 00:22:14 +00:00
TrueCharts Bot
3083b2ba51 chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.5 (#12856) 2023-09-23 01:35:33 +02:00
TrueCharts Bot
4635052e97 chore(deps): update webtop (#12855) 2023-09-23 01:33:12 +02:00
Xstar97TheNoob
5daf09c76d migrate(arksurvivalevolved) migrate arksurvivalevolved to new common **BREAKING CHANGES** (#11900)
**Description**
Migrate to latest common and update chart.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:50:02 +03:00
Xstar97TheNoob
7185cb2876 fix(projectsend) fix the path of sys.config.php for projectsend (#11161)
**Description**
fix the path of sys.config.php, the
[docs](https://docs.projectsend.org/about/installation/configuration-file)
is misleading.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-23 01:48:02 +03:00
John P
aecd7e57fe docs(metallb-config): Setup Guide Updates (#12191)
**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 a suggestion raised in the Discord server regarding the
instructions apply to TrueCharts apps only. Made some of the wording
consistent, and fixed a typo.

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
<!--
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
-->
N/A

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: John P <emaltonator@gmail.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:46:59 +03:00
Xstar97TheNoob
e1172d630d fix(odoo) fix odoo configmap (#12691)
**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
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:45:08 +03:00
Xstar97TheNoob
abf16ea643 fix(lancache-monolithic) fix lancache-prefill sidecar (#12702)
**Description**
Add battlenet param option
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:44:19 +03:00
Xstar97TheNoob
7027255a00 feat(spaceengineers) update the cfg ports automatically (#12755)
**Description**
Auto update the ports for the instance cfg file.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:43:57 +03:00
kqmaverick
0ba8e8b590 migrate(qbitrr): move to stable (#12705)
**Description**
Move qbitrr to stable

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:43:02 +03:00
StevenMcElligott
cc3f9d663b feat(notifiarr): Move to Stable (#12767)
**Description**

Tested by multiple people, updated to latest minor release and updated
their icon today also

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:42:37 +03:00
Xstar97TheNoob
0b55b2ed12 feat(firezone) move firezone to stable. (#12778)
**Description**
Move firezone to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:42:16 +03:00
shadofall
04ae51e6b6 fix(Homepage): Enable service account token, and permission to check for CRDs to prevent log spam (#12834)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

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

---------

Signed-off-by: shadofall <shadofall@gmail.com>
2023-09-23 01:41:47 +03:00
TrueCharts Bot
2feb841342 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.1 (#12853) 2023-09-23 00:36:27 +02:00
TrueCharts Bot
947548b7e3 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12852) 2023-09-22 23:37:29 +02:00
TrueCharts Bot
080be8bd10 chore(deps): update container image tccr.io/truecharts/alist to v3.28.0 (#12851) 2023-09-22 23:36:57 +02:00
TrueCharts Bot
7eef57ac57 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12849) 2023-09-22 22:37:14 +02:00
TrueCharts Bot
6b418650e8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12850) 2023-09-22 22:36:59 +02:00
TrueCharts Bot
5af0201f74 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12847) 2023-09-22 21:34:59 +02:00
TrueCharts Bot
8c0388c661 chore(deps): update webtop (#12848) 2023-09-22 21:31:59 +02:00
TrueCharts Bot
3ca3cd75d3 chore(deps): update github-actions (#12845)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `3df4ab1` -> `8ade135` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v4.0.0` -> `v4.1.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)

[Compare
Source](https://togithub.com/actions/checkout/compare/v4.0.0...v4.1.0)

- [Add support for partial checkout
filters](https://togithub.com/actions/checkout/pull/1396)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDMuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-09-22 21:20:52 +02:00
TrueCharts Bot
39c62f78a3 chore(deps): update rdesktop (#12846) 2023-09-22 20:32:17 +02:00
TrueCharts Bot
4b9caca92f chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12844) 2023-09-22 19:38:03 +02:00
TrueCharts Bot
e306860a0f chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#12843) 2023-09-22 19:33:28 +02:00
TrueCharts Bot
16df6a192f chore(deps): update container image tccr.io/truecharts/n8n to v1.8.1 (#12842) 2023-09-22 18:37:50 +02:00
TrueCharts Bot
c1bb6cfee1 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12841) 2023-09-22 18:35:52 +02:00
TrueCharts Bot
dd00a98af8 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.1 (#12839) 2023-09-22 17:39:23 +02:00
TrueCharts Bot
edb32f97f4 chore(deps): update container image tccr.io/truecharts/mediainfo to v23.09.1 (#12840) 2023-09-22 17:37:56 +02:00
TrueCharts Bot
0bf442ae46 chore(deps): update container image tccr.io/truecharts/calibre to v6.27.0 (#12838) 2023-09-22 16:39:25 +02:00
TrueCharts Bot
d468e8ae13 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12837) 2023-09-22 16:38:12 +02:00
TrueCharts Bot
9054cc3910 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12835) 2023-09-22 15:38:34 +02:00
TrueCharts Bot
9ebe09c7c0 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12836) 2023-09-22 15:37:14 +02:00
TrueCharts Bot
0a2908812a chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12833) 2023-09-22 14:34:42 +02:00
TrueCharts Bot
1ff6a9131e chore(deps): update container image tccr.io/truecharts/searxng to latest (#12832) 2023-09-22 14:34:34 +02:00
TrueCharts Bot
542a58bd28 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12831) 2023-09-22 13:37:56 +02:00
TrueCharts Bot
0a2a987f27 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12830) 2023-09-22 13:36:48 +02:00
TrueCharts Bot
1d1c2e2766 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12829) 2023-09-22 11:35:22 +02:00
TrueCharts Bot
8c5dc80c07 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.26.0 (#12828) 2023-09-22 09:35:07 +02:00
TrueCharts Bot
cbba2cf834 chore(deps): update immich to v1.79.1 (patch) (#12827) 2023-09-22 08:40:22 +02:00
TrueCharts Bot
6953978a15 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12826) 2023-09-22 08:37:20 +02:00
TrueCharts Bot
e0f24da156 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12825) 2023-09-22 07:36:54 +02:00
TrueCharts Bot
c7e1ddcfb1 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12824) 2023-09-22 05:35:51 +02:00
TrueCharts Bot
490e837549 chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12823) 2023-09-22 04:39:31 +02:00
TrueCharts Bot
4764fd56d1 chore(deps): update container image tccr.io/truecharts/strapi to v4.13.7 (#12821) 2023-09-22 02:54:17 +02:00
TrueCharts Bot
61f6662095 chore(deps): update container image tccr.io/truecharts/minio to latest (#12820) 2023-09-22 02:52:11 +02:00
TrueCharts Bot
7c3adc77d0 chore(deps): update immich to v1.79.0 (minor) (#12819) 2023-09-22 01:43:02 +02:00
TrueCharts Bot
84dd17edd7 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12818) 2023-09-22 01:36:04 +02:00
TrueCharts Bot
6717f5e99f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12817) 2023-09-22 00:36:43 +02:00
TrueCharts Bot
e97cba0b4f chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12816) 2023-09-22 00:36:37 +02:00
TrueCharts Bot
fdecc140e5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12814) 2023-09-21 23:37:11 +02:00
TrueCharts Bot
09aa2fac20 chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.7.0 (#12815) 2023-09-21 23:37:07 +02:00
TrueCharts Bot
fff37bf3bd chore(deps): update container image tccr.io/truecharts/flowise to v1.3.6 (#12813) 2023-09-21 22:39:54 +02:00
TrueCharts Bot
c350a88d7e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12812) 2023-09-21 22:37:01 +02:00
TrueCharts Bot
8e8fba5c21 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.4.2.1 (#12811) 2023-09-21 21:44:16 +02:00
TrueCharts Bot
1062b84d6b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12810) 2023-09-21 21:38:32 +02:00
TrueCharts Bot
5271689307 chore(deps): update container image tccr.io/truecharts/openhab to v4.0.3 (#12809) 2023-09-21 20:39:21 +02:00
TrueCharts Bot
4e4fa5d658 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12808) 2023-09-21 20:39:15 +02:00
TrueCharts Bot
0c6f509fe1 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12807) 2023-09-21 19:36:21 +02:00
TrueCharts Bot
08c5ff3d8f chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#12806) 2023-09-21 18:38:05 +02:00
TrueCharts Bot
b45195c3df chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12805) 2023-09-21 17:37:34 +02:00
TrueCharts Bot
475b0ae804 chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.5 (#12804) 2023-09-21 16:37:02 +02:00
TrueCharts Bot
a8cc125959 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12803) 2023-09-21 15:39:05 +02:00
TrueCharts Bot
572050ec96 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12802) 2023-09-21 15:37:22 +02:00
TrueCharts Bot
945eb7dd25 chore(deps): update container image tccr.io/truecharts/posterr to latest (#12801) 2023-09-21 14:38:57 +02:00
TrueCharts Bot
7fba03f094 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12800) 2023-09-21 13:37:12 +02:00
TrueCharts Bot
f361a6bd94 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12799) 2023-09-21 12:37:39 +02:00
TrueCharts Bot
53f68e489b chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#12798) 2023-09-21 11:37:18 +02:00
TrueCharts Bot
2ab5d09ca7 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#12797) 2023-09-21 09:38:06 +02:00
TrueCharts Bot
8f50963128 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12795) 2023-09-21 07:36:04 +02:00
TrueCharts Bot
4f2ecf5138 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12794) 2023-09-21 04:41:07 +02:00
TrueCharts Bot
419057c689 chore(deps): update container image tccr.io/truecharts/minio to latest (#12792) 2023-09-21 03:55:42 +02:00
TrueCharts Bot
fc23e3be75 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12793) 2023-09-21 03:55:36 +02:00
TrueCharts Bot
f6a967572c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12790) 2023-09-21 02:53:03 +02:00
TrueCharts Bot
e43d46452d chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12791) 2023-09-21 02:52:07 +02:00
TrueCharts Bot
b26ab16d51 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#12789) 2023-09-20 23:35:33 +02:00
TrueCharts Bot
1c12aba36e chore(deps): update container image tccr.io/truecharts/adminer to latest (#12788) 2023-09-20 22:38:55 +02:00
TrueCharts Bot
2eee37d0ab chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12786) 2023-09-20 21:40:19 +02:00
TrueCharts Bot
67e6787e03 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.4.0 (#12787) 2023-09-20 21:39:01 +02:00
TrueCharts Bot
199cc672f4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12784) 2023-09-20 20:36:35 +02:00
TrueCharts Bot
cd0826dc45 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12785) 2023-09-20 20:36:04 +02:00
TrueCharts Bot
84ab49ed75 chore(deps): update container image tccr.io/truecharts/adminer to latest (#12783) 2023-09-20 18:34:08 +02:00
TrueCharts Bot
355b85b034 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#12781) 2023-09-20 17:37:18 +02:00
TrueCharts Bot
54ab16b223 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12782) 2023-09-20 17:35:57 +02:00
TrueCharts Bot
bf78a2ad77 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12780) 2023-09-20 14:36:14 +02:00
TrueCharts Bot
aaa17cc5fd chore(deps): update container image tccr.io/truecharts/adminer to latest (#12779) 2023-09-20 13:35:47 +02:00
TrueCharts Bot
72a3d1882a chore(deps): update container image tccr.io/truecharts/calibre to v6.26.0 (#12776) 2023-09-20 11:39:20 +02:00
TrueCharts Bot
167650f441 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12777) 2023-09-20 11:38:43 +02:00
TrueCharts Bot
fa3c2a7d2c chore(deps): update container image tccr.io/truecharts/adminer to latest (#12775) 2023-09-20 10:37:39 +02:00
TrueCharts Bot
60598121be chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12774) 2023-09-20 09:37:42 +02:00
TrueCharts Bot
34516d8137 chore(deps): update container image tccr.io/truecharts/adminer to latest (#12773) 2023-09-20 09:37:02 +02:00
TrueCharts Bot
7ec8979509 chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.19.1 (#12772) 2023-09-20 08:36:31 +02:00
TrueCharts Bot
6ca518f88a chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12771) 2023-09-20 08:36:19 +02:00
TrueCharts Bot
3dff743f41 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.35 (#12770) 2023-09-20 06:37:22 +02:00
TrueCharts Bot
75d703d3a7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12768) 2023-09-20 05:37:13 +02:00
StevenMcElligott
2390dfe5ed docs(Blocky): Add more to Setup-Guide (#12235)
**Description**

Update of the original @kqmaverick guide from @depasseg (see ->
https://github.com/truecharts/website/pull/286), so I'll have them both
review here since filing on the Website one gets overwritten by here

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
2023-09-19 23:07:33 -04:00
TrueCharts Bot
4dd88e6aa0 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.2 (#12766) 2023-09-20 04:42:07 +02:00
TrueCharts Bot
6102578109 chore(deps): update container image tccr.io/truecharts/static-web-server to v2.22.1 (#12765) 2023-09-20 03:55:56 +02:00
TrueCharts Bot
146512b2d5 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#12764) 2023-09-20 03:54:00 +02:00
TrueCharts Bot
49e1739ec8 chore(deps): update container image tccr.io/truecharts/portainer-be to v2.19.1 (#12763) 2023-09-20 02:51:25 +02:00
TrueCharts Bot
4dba75c9ea chore(deps): update container image tccr.io/truecharts/searxng to latest (#12762) 2023-09-20 02:49:41 +02:00
TrueCharts Bot
bab1b95b1a chore(deps): update container image tccr.io/truecharts/shiori to v1.5.5 (#12760) 2023-09-20 00:35:41 +02:00
TrueCharts Bot
8455ec0427 chore(deps): update container image tccr.io/truecharts/static-web-server to v2.22.0 (#12761) 2023-09-20 00:34:42 +02:00
TrueCharts Bot
7ccd2bd79b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12758) 2023-09-19 23:36:54 +02:00
TrueCharts Bot
1cd07b3bfa chore(deps): update container image tccr.io/truecharts/kasm to v1.14.0 (#12759) 2023-09-19 23:36:05 +02:00
TrueCharts Bot
be6028b2a7 chore(deps): update container image tccr.io/truecharts/netdata to v1.42.4 (#12756) 2023-09-19 22:37:28 +02:00
TrueCharts Bot
593a17f3e3 chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.4 (#12757) 2023-09-19 22:36:22 +02:00
TrueCharts Bot
6ec9c2ef72 chore(deps): update helm general non-major (#12726) 2023-09-19 21:41:21 +02:00
TrueCharts Bot
d3b4f6ad12 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.2 (#12754) 2023-09-19 21:39:15 +02:00
TrueCharts Bot
75e33fcbe0 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.34 (#12753) 2023-09-19 21:37:27 +02:00
TrueCharts Bot
94952dd835 chore(deps): update jupyter (#12751) 2023-09-19 20:37:56 +02:00
TrueCharts Bot
8be3f65a6e chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12752) 2023-09-19 20:37:32 +02:00
TrueCharts Bot
6cd6e79b2b chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.3 (#12749) 2023-09-19 19:37:50 +02:00
TrueCharts Bot
7334f05cf1 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#12750) 2023-09-19 19:36:41 +02:00
TrueCharts Bot
c67a5de025 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12748) 2023-09-19 18:37:29 +02:00
TrueCharts Bot
d7c01ee31a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12747) 2023-09-19 18:37:00 +02:00
TrueCharts Bot
8abb1d2e28 chore(deps): update jupyter (#12746) 2023-09-19 17:40:24 +02:00
TrueCharts Bot
eabacd618b chore(deps): update container image tccr.io/truecharts/searxng to latest (#12745) 2023-09-19 17:37:23 +02:00
TrueCharts Bot
a5948bc81a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12743) 2023-09-19 16:39:30 +02:00
TrueCharts Bot
fb09b5cde5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12744) 2023-09-19 16:37:53 +02:00
TrueCharts Bot
345507d86c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12742) 2023-09-19 15:50:36 +02:00
TrueCharts Bot
3dcb09a577 chore(deps): update container image tccr.io/truecharts/boinc to latest (#12741) 2023-09-19 15:44:53 +02:00
TrueCharts Bot
1679424b14 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12739) 2023-09-19 14:36:52 +02:00
TrueCharts Bot
920bee1c0f chore(deps): update webtop (#12740) 2023-09-19 14:35:31 +02:00
TrueCharts Bot
8444010477 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12738) 2023-09-19 13:35:30 +02:00
TrueCharts Bot
b1819184ee chore(deps): update container image tccr.io/truecharts/webtop to latest (#12737) 2023-09-19 12:35:48 +02:00
TrueCharts Bot
8a0f088b0c chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#12736) 2023-09-19 11:31:53 +02:00
TrueCharts Bot
0b75b21b2a chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#12735) 2023-09-19 10:32:01 +02:00
TrueCharts Bot
87a4011005 chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#12734) 2023-09-19 09:32:56 +02:00
TrueCharts Bot
fe6899b564 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12732) 2023-09-19 08:31:05 +02:00
TrueCharts Bot
6540c2f25f chore(deps): update webtop (#12733) 2023-09-19 08:27:43 +02:00
TrueCharts Bot
a7b7811d20 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#12730) 2023-09-19 06:33:07 +02:00
TrueCharts Bot
09a708c83c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12731) 2023-09-19 06:31:21 +02:00
TrueCharts Bot
ec31dfefa8 chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12729) 2023-09-19 04:35:17 +02:00
TrueCharts Bot
5d3f829af8 chore(deps): update container image tccr.io/truecharts/invidious to latest (#12728) 2023-09-19 02:47:03 +02:00
TrueCharts Bot
6d9d197664 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12727) 2023-09-19 01:28:08 +02:00
TrueCharts Bot
3f3d1dd367 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#12725) 2023-09-19 00:32:36 +02:00
TrueCharts Bot
b3a963d3c8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12724) 2023-09-18 23:31:45 +02:00
TrueCharts Bot
4205af3839 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12723) 2023-09-18 20:31:26 +02:00
TrueCharts Bot
ec8bd2cc3e chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12721) 2023-09-18 17:37:07 +02:00
TrueCharts Bot
558f9c276b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12720) 2023-09-18 16:37:43 +02:00
TrueCharts Bot
2031a18b20 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12718) 2023-09-18 15:38:33 +02:00
TrueCharts Bot
5a13d625d5 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12719) 2023-09-18 15:38:08 +02:00
TrueCharts Bot
8bf5dd9b20 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12717) 2023-09-18 13:40:02 +02:00
TrueCharts Bot
9cf41601ad chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#12716) 2023-09-18 12:37:35 +02:00
TrueCharts Bot
219c816ec6 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#12715) 2023-09-18 05:33:20 +02:00
TrueCharts Bot
7450483028 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.3.0 (#12714) 2023-09-18 04:43:01 +02:00
TrueCharts Bot
886d227c1e chore(deps): update rdesktop (#12713) 2023-09-18 04:39:07 +02:00
TrueCharts Bot
8c331e84d3 chore(deps): update container image tccr.io/truecharts/deconz to v2.24.0 (#12712) 2023-09-18 03:56:29 +02:00
TrueCharts Bot
88c59bd228 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#12711) 2023-09-18 03:53:08 +02:00
TrueCharts Bot
6e685a43e9 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.0.3966 (#12710) 2023-09-18 02:53:30 +02:00
TrueCharts Bot
299420cec0 chore(deps): update rdesktop (#12709) 2023-09-18 02:49:47 +02:00
TrueCharts Bot
dbbd9f7734 chore(deps): update container image tccr.io/truecharts/cops to latest (#12707) 2023-09-18 00:35:27 +02:00
TrueCharts Bot
46920317da chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12706) 2023-09-17 23:32:08 +02:00
TrueCharts Bot
dd89e41aff chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.3 (#12704) 2023-09-17 21:37:01 +02:00
TrueCharts Bot
764ef19e6b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12703) 2023-09-17 21:35:50 +02:00
kqmaverick
69b16fafff docs(qbitrr): add docs (#12697)
**Description**
Add installation notes

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-17 15:29:24 -04:00
TrueCharts Bot
7bad495d39 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12700) 2023-09-17 20:35:14 +02:00
TrueCharts Bot
baf5a9da44 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12701) 2023-09-17 20:35:01 +02:00
StevenMcElligott
dca8f5b145 migrate(jenkins): Migrate to new common (#12473)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-17 14:13:19 -04:00
TrueCharts Bot
db811db831 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12698) 2023-09-17 18:34:48 +02:00
TrueCharts Bot
b9aaa8a44c chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12699) 2023-09-17 18:34:21 +02:00
TrueCharts Bot
25c52df0da chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.2.0 (#12694) 2023-09-17 15:37:53 +02:00
TrueCharts Bot
949bf69f4f chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12693) 2023-09-17 15:35:27 +02:00
TrueCharts Bot
6e4e3bb414 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.5.2217 (#12690) 2023-09-17 11:34:39 +02:00
TrueCharts Bot
0caa7ab77e chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#12688) 2023-09-17 10:38:55 +02:00
TrueCharts Bot
1c0bf64686 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12687) 2023-09-17 09:36:29 +02:00
TrueCharts Bot
44c4afe260 chore(deps): update jupyter (#12686) 2023-09-17 08:36:59 +02:00
TrueCharts Bot
181a6a8feb chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12685) 2023-09-17 08:35:44 +02:00
TrueCharts Bot
63cb18cc84 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12684) 2023-09-17 07:36:07 +02:00
TrueCharts Bot
40702df021 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12683) 2023-09-17 05:37:45 +02:00
TrueCharts Bot
d22cb99629 chore(deps): update jupyter (#12681) 2023-09-17 02:53:35 +02:00
TrueCharts Bot
fbae13a261 chore(deps): update container image tccr.io/truecharts/recyclarr to v5.4.3 (#12682) 2023-09-17 02:51:14 +02:00
TrueCharts-Bot
da2d2e0e89 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-17 00:24:24 +00:00
TrueCharts Bot
2eb5bab856 chore(deps): update container image tailscale/tailscale to v1.48.2 (#12680) 2023-09-17 01:33:39 +02:00
TrueCharts Bot
a6aaa6ec58 chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#12679) 2023-09-17 00:35:21 +02:00
TrueCharts Bot
c2779d904c chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12678) 2023-09-17 00:35:15 +02:00
TrueCharts Bot
c21e81c3e6 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#12676) 2023-09-16 23:37:08 +02:00
TrueCharts Bot
6738782428 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.33 (#12677) 2023-09-16 23:36:05 +02:00
TrueCharts Bot
64572e509c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12673) 2023-09-16 22:36:10 +02:00
TrueCharts Bot
3d93a1b5d8 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12672) 2023-09-16 22:35:32 +02:00
TrueCharts Bot
6602637b01 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12670) 2023-09-16 21:35:55 +02:00
TrueCharts Bot
4ac9f57a84 chore(deps): update container image tccr.io/truecharts/deconz to v2.23.01 (#12671) 2023-09-16 21:34:29 +02:00
kqmaverick
a3aab588a0 feat(qbitrr): generate config file (#12666)
**Description**
Generate config.toml when missing.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**
I may need lots of help on this one.

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 22:23:39 +03:00
TrueCharts Bot
2ae61fff30 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12667) 2023-09-16 20:33:27 +02:00
TrueCharts Bot
30aa7624dd chore(deps): update container image tccr.io/truecharts/searxng to latest (#12668) 2023-09-16 20:33:19 +02:00
TrueCharts Bot
2e5fcc94a8 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#12664) 2023-09-16 19:38:03 +02:00
TrueCharts Bot
4ad986fe86 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12665) 2023-09-16 19:37:07 +02:00
TrueCharts Bot
a8e0f25b81 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.82.2 (#12663) 2023-09-16 18:37:53 +02:00
TrueCharts Bot
f8d982e574 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.1.0 (#12662) 2023-09-16 18:36:30 +02:00
Xstar97TheNoob
912bfacb5e migrate(spaceengineers) migrate to latest common **BREAKING CHANGES** (#12425)
**Description**
- Migrate to latest common
- bump app version
- housekeeping
- storage.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-16 11:36:59 -04:00
TrueCharts Bot
6028d65a8f chore(deps): update container image tccr.io/truecharts/flexget to v3.9.9 (#12660) 2023-09-16 17:34:56 +02:00
TrueCharts Bot
88960ae234 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.31 (#12661) 2023-09-16 17:33:28 +02:00
TrueCharts Bot
bf61698664 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12659) 2023-09-16 16:36:00 +02:00
TrueCharts Bot
031fdfd501 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12658) 2023-09-16 16:35:15 +02:00
TrueCharts Bot
7e99cf41c4 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12655) 2023-09-16 15:35:45 +02:00
TrueCharts Bot
e0953af600 chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.6 (#12656) 2023-09-16 15:35:13 +02:00
TrueCharts Bot
0bb683bafc chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12653) 2023-09-16 14:39:23 +02:00
TrueCharts Bot
2249404c81 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12654) 2023-09-16 14:35:33 +02:00
TrueCharts Bot
037e7b79ba chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12652) 2023-09-16 13:36:06 +02:00
TrueCharts Bot
c90936fa5f chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12651) 2023-09-16 13:34:59 +02:00
Xstar97TheNoob
8629682dd1 feat(local-ai) move local-ai to stable (#11066)
**Description**
Move Local-AI to stable, update its image to the latest version.

⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 13:45:17 +03:00
TrueCharts Bot
a3b4e75470 chore(deps): update metallb to v0.13.11 (patch) (#12310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/metallb-controller](https://togithub.com/truecharts/containers)
| patch | `v0.13.10` -> `v0.13.11` |
|
[tccr.io/truecharts/metallb-speaker](https://togithub.com/truecharts/containers)
| patch | `v0.13.10` -> `v0.13.11` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuODcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 13:44:45 +03:00
Xstar97TheNoob
331a061902 feat(watcharr) add watcharr (#12297)
**Description**
Open source, self-hostable watched list.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:41:50 +00:00
TrueCharts Bot
cc4ef9640c chore(deps): update container image tccr.io/truecharts/invidious to latest (#12649) 2023-09-16 12:39:22 +02:00
TrueCharts Bot
1e200c56b3 chore(deps): update container image tccr.io/truecharts/blocky to v0.22.0 (#12084)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/blocky](https://togithub.com/truecharts/containers)
| minor | `v0.21.0` -> `v0.22.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-16 13:38:10 +03:00
TrueCharts Bot
5866770a32 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12650) 2023-09-16 12:35:41 +02:00
kqmaverick
35fabce670 migrate(postgresql): move to incubator (#12238)
**Description**
Move postgresql to incubator as it is currently not functional.
⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-16 13:35:15 +03:00
TrueCharts Bot
65d4f9e1bb chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.68.0 (#12439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-operator](https://togithub.com/truecharts/containers)
| minor | `v0.67.0` -> `v0.68.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 12:39:51 +03:00
TrueCharts Bot
1a5ac23b8b chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.68.0 (#12438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-config-reloader](https://togithub.com/truecharts/containers)
| minor | `v0.67.0` -> `v0.68.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 12:39:43 +03:00
TrueCharts Bot
e46c7a0e6e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12647) 2023-09-16 11:33:29 +02:00
TrueCharts Bot
ce877c1083 chore(deps): update container image tccr.io/truecharts/minio to latest (#12648) 2023-09-16 11:33:23 +02:00
allcontributors[bot]
8025fee303 docs: add jordan-woyak as a contributor for code (#12646)
Adds @jordan-woyak as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/12472#issuecomment-1722178758)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-16 11:56:57 +03:00
TrueCharts Bot
9b5209cd2a chore(deps): update container image tccr.io/truecharts/vaultwarden to v1.29.2 (#12227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/vaultwarden](https://togithub.com/truecharts/containers)
| patch | `v1.29.1` -> `v1.29.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 11:56:39 +03:00
kqmaverick
088f8933cf fix(vaultwarden): Update SMTP deprecated variable - user must reassign the smtp security setting (#11980)
**Description**
Old SMTP variable "SMTP_SSL" has been depreciated in favor of
"SMTP_SECURITY"

⚒️ Fixes  #11967 

**⚙️ Type of change**

- [X] ⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 11:55:56 +03:00
Jordan Woyak
7acee53c3e fix(docker-compose): postStart execution. (#12472)
**Description**
The docker-compose app is currently known to not properly launch on
TrueNAS Scale. Discord is filled with suggestions to manually shell into
the app and run `docker-compose up`. This is of course not a real
solution.

Based on this documentation I have moved the `lifecycle` section in
`values.yaml`:
https://truecharts.org/manual/helm/common/container/lifecycle/

⚒️ Fixes  #6439 (possibly related issue)

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
I have manually updated the `ix_values.yaml` in my `ix_applications`
directory to test this change. The app now runs as expected.

**📃 Notes:**
I have very little knowledge of this entire system. I have only tested
this on my "TrueNAS-SCALE-22.12.3.3" setup. If this app is supposed to
run elsewhere, I haven't tested it, but I will mention that my changes
are similar to what is already being done here in an unrelated app:
75ad318c25/charts/stable/piwigo/values.yaml (L31-L45)

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

---------

Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 08:49:10 +00:00
Xstar97TheNoob
12076a3c39 fix(odoo) odoo rootless (#11906)
**Description**
default to rootless + remove dbfilter
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-16 11:47:02 +03:00
Xstar97TheNoob
c44257e090 feat(sonsoftheforest) add sonsoftheforest (#12196)
**Description**
A custom SteamCMD chart that runs Sons Of The Forest Server.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-16 11:45:12 +03:00
TrueCharts Bot
c7032a9ba8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12645) 2023-09-16 10:38:27 +02:00
StevenMcElligott
7a09a19d09 migrate(icloudpd): Migrate to new common (#12471)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-16 11:33:20 +03:00
TrueCharts Bot
27ea3fcd6a chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12644) 2023-09-16 09:38:05 +02:00
TrueCharts Bot
454d110131 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12643) 2023-09-16 08:35:30 +02:00
TrueCharts Bot
d74bd67dd1 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12642) 2023-09-16 06:36:40 +02:00
TrueCharts Bot
059e8813da chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12641) 2023-09-16 04:36:16 +02:00
TrueCharts Bot
1ab143550f chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.1.0 (#12640) 2023-09-16 02:52:10 +02:00
TrueCharts Bot
550c7783b2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12639) 2023-09-16 01:39:32 +02:00
TrueCharts Bot
1d39b9c57b chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12638) 2023-09-16 01:37:58 +02:00
TrueCharts Bot
3cb11bdf4d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12636) 2023-09-16 00:35:39 +02:00
TrueCharts Bot
a65356522b chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.2 (#12637) 2023-09-16 00:35:24 +02:00
TrueCharts Bot
0bf0a90c22 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.5 (#12635) 2023-09-15 23:38:27 +02:00
TrueCharts Bot
0a1be7cc0a chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12634) 2023-09-15 23:38:12 +02:00
TrueCharts Bot
1a2940afed chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12632) 2023-09-15 22:39:54 +02:00
TrueCharts Bot
f55c29beb4 chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#12633) 2023-09-15 22:34:23 +02:00
TrueCharts Bot
fa916bd051 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.24 (#12631) 2023-09-15 21:35:50 +02:00
TrueCharts Bot
868d6063a0 chore(deps): update webtop (#12630) 2023-09-15 21:30:09 +02:00
TrueCharts Bot
f2b3910dfc chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12628) 2023-09-15 20:34:40 +02:00
TrueCharts Bot
cc2283cfb7 chore(deps): update rdesktop (#12629) 2023-09-15 20:33:25 +02:00
TrueCharts Bot
6acd08a0a4 chore(deps): update rdesktop (#12626) 2023-09-15 19:29:11 +02:00
TrueCharts Bot
74b5108825 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12625) 2023-09-15 16:37:16 +02:00
TrueCharts Bot
363e0f85e5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12624) 2023-09-15 16:36:32 +02:00
TrueCharts Bot
d50a685d20 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12623) 2023-09-15 15:38:35 +02:00
TrueCharts Bot
8b6e228344 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#12622) 2023-09-15 15:38:30 +02:00
TrueCharts Bot
654d3168f4 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12620) 2023-09-15 14:38:13 +02:00
TrueCharts Bot
3d5d608981 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12619) 2023-09-15 13:34:24 +02:00
TrueCharts Bot
19b889da79 chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#12617) 2023-09-15 11:35:29 +02:00
TrueCharts Bot
76440d34a2 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12618) 2023-09-15 11:33:09 +02:00
TrueCharts Bot
03d9c5c982 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12616) 2023-09-15 10:34:59 +02:00
TrueCharts Bot
f2bf4600a5 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12615) 2023-09-15 09:35:09 +02:00
TrueCharts Bot
c79885b8aa chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12614) 2023-09-15 08:35:47 +02:00
TrueCharts Bot
931436b035 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12613) 2023-09-15 07:36:33 +02:00
TrueCharts Bot
ee1ce68e20 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12612) 2023-09-15 06:34:16 +02:00
TrueCharts Bot
02a07b8fef chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.0.0 (#12611) 2023-09-15 04:41:52 +02:00
TrueCharts Bot
7eda39cecf chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12610) 2023-09-15 04:41:42 +02:00
TrueCharts Bot
d48f574c1e chore(deps): update container image tccr.io/truecharts/lldap to v0.5.0 (#12609) 2023-09-15 03:58:02 +02:00
TrueCharts Bot
6008726542 chore(deps): update container image tccr.io/truecharts/filebrowser to v2.25.0 (#12608) 2023-09-15 03:56:17 +02:00
TrueCharts Bot
c5d57cb797 chore(deps): update container image tccr.io/truecharts/baserow to v1.20.2 (#12607) 2023-09-15 02:50:15 +02:00
TrueCharts Bot
4861f7e1ad chore(deps): update immich to v1.78.1 (patch) (#12606) 2023-09-14 22:39:23 +02:00
TrueCharts Bot
6b8393a6d0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12605) 2023-09-14 22:36:26 +02:00
TrueCharts Bot
6ae8fbc1ec chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12603) 2023-09-14 21:37:29 +02:00
TrueCharts Bot
a450afdc8d chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7468 (#12604) 2023-09-14 21:35:12 +02:00
TrueCharts Bot
390c989f2a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12601) 2023-09-14 20:36:15 +02:00
TrueCharts Bot
d1189ad12e chore(deps): update container image tccr.io/truecharts/searxng to latest (#12602) 2023-09-14 20:36:05 +02:00
TrueCharts Bot
cd9313477c chore(deps): update container image tccr.io/truecharts/strapi to v4.13.6 (#12599) 2023-09-14 19:40:45 +02:00
TrueCharts Bot
46dba8cfee chore(deps): update container image tccr.io/truecharts/jellyseerr to v1.7.0 (#12600) 2023-09-14 19:39:47 +02:00
TrueCharts Bot
b21592499c chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#12597) 2023-09-14 18:38:03 +02:00
TrueCharts Bot
b36a5c99cf chore(deps): update container image tccr.io/truecharts/recyclarr to v5.4.2 (#12598) 2023-09-14 18:37:35 +02:00
TrueCharts Bot
22c2568151 chore(deps): update container image tccr.io/truecharts/n8n to v1.7.1 (#12596) 2023-09-14 17:37:36 +02:00
TrueCharts Bot
252c909c69 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12595) 2023-09-14 17:35:55 +02:00
TrueCharts Bot
97f0002ca9 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12593) 2023-09-14 16:36:42 +02:00
TrueCharts Bot
7a92576523 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12594) 2023-09-14 16:36:11 +02:00
TrueCharts Bot
86e8a4c306 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.9.0 (#12592) 2023-09-14 15:38:00 +02:00
TrueCharts Bot
40af0350ea chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12591) 2023-09-14 15:36:35 +02:00
TrueCharts Bot
dd6c98d443 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20230914 (#12590) 2023-09-14 14:39:08 +02:00
TrueCharts Bot
778bd8a26d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12589) 2023-09-14 14:37:09 +02:00
TrueCharts Bot
46d3b0049a chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.1 (#12588) 2023-09-14 11:32:44 +02:00
TrueCharts Bot
d6a42a3c81 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12587) 2023-09-14 10:37:07 +02:00
TrueCharts Bot
985626d08c chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#12586) 2023-09-14 09:43:50 +02:00
TrueCharts Bot
fe1430e653 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#12585) 2023-09-14 09:40:35 +02:00
TrueCharts Bot
5ff2469221 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12584) 2023-09-14 07:39:15 +02:00
TrueCharts Bot
8f6ebedd46 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12583) 2023-09-14 05:35:15 +02:00
TrueCharts Bot
c9ff1ddb52 chore(deps): update immich to v1.78.0 (minor) (#12582) 2023-09-14 03:59:47 +02:00
TrueCharts Bot
eb7b705490 chore(deps): update container image tccr.io/truecharts/n8n to v1.7.0 (#12581) 2023-09-14 02:50:20 +02:00
TrueCharts Bot
14e2b754d1 chore(deps): update container image tccr.io/truecharts/baserow to v1.20.1 (#12580) 2023-09-14 02:49:34 +02:00
TrueCharts Bot
cdc13e0a08 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.2 (#12579) 2023-09-14 01:34:42 +02:00
TrueCharts Bot
66eab50e19 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12578) 2023-09-14 01:34:20 +02:00
TrueCharts Bot
1fa9733b17 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.82.1 (#12577) 2023-09-14 00:37:43 +02:00
TrueCharts Bot
83643394e3 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12576) 2023-09-14 00:36:29 +02:00
TrueCharts Bot
9defdc0d35 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#12575) 2023-09-13 23:39:51 +02:00
TrueCharts Bot
63772a316d chore(deps): update container image tccr.io/truecharts/immich-ml to v1.78.0 (#12574) 2023-09-13 22:41:56 +02:00
TrueCharts Bot
46a088580d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12573) 2023-09-13 22:37:36 +02:00
TrueCharts Bot
40c2946f79 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v5.0.2 (#12571) 2023-09-13 21:39:53 +02:00
TrueCharts Bot
ad33967b45 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.6.1 (#12572) 2023-09-13 21:35:18 +02:00
TrueCharts Bot
3d4c66b138 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.4.1.1 (#12568) 2023-09-13 20:42:16 +02:00
TrueCharts Bot
0fec40a26b chore(deps): update container image tccr.io/truecharts/drawio to v21.7.5 (#12569) 2023-09-13 20:36:35 +02:00
TrueCharts Bot
128eba99f9 chore(deps): update container image tccr.io/truecharts/immich-web to v1.78.0 (#12567) 2023-09-13 19:37:52 +02:00
TrueCharts Bot
5db76e0003 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.8.0 (#12566) 2023-09-13 19:36:05 +02:00
TrueCharts Bot
664d21507b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12563) 2023-09-13 18:35:55 +02:00
TrueCharts Bot
fa756cba6b chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.5 (#12564) 2023-09-13 18:35:36 +02:00
TrueCharts Bot
a98f379ddb chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12562) 2023-09-13 17:36:49 +02:00
TrueCharts Bot
6b2d3aa49a chore(deps): update container image tccr.io/truecharts/searxng to latest (#12561) 2023-09-13 17:34:35 +02:00
TrueCharts Bot
e825349b34 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#12560) 2023-09-13 16:39:19 +02:00
TrueCharts Bot
29cd36fd71 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12559) 2023-09-13 16:36:24 +02:00
TrueCharts Bot
4ab31ec4ca chore(deps): update container image tccr.io/truecharts/flexget to v3.9.8 (#12557) 2023-09-13 15:37:07 +02:00
TrueCharts Bot
070916bf2d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12558) 2023-09-13 15:37:04 +02:00
TrueCharts Bot
9079a4e3ef chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12555) 2023-09-13 14:38:58 +02:00
TrueCharts Bot
87ccba096b chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12556) 2023-09-13 14:38:12 +02:00
TrueCharts Bot
3dd49c5b44 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12554) 2023-09-13 13:34:40 +02:00
TrueCharts Bot
06b8d17084 chore(deps): update container image tccr.io/truecharts/baserow to v1.20.0 (#12553) 2023-09-13 12:38:59 +02:00
TrueCharts Bot
397837dd13 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12552) 2023-09-13 12:38:09 +02:00
TrueCharts Bot
d6bc98e065 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v5.0.1 (#12550) 2023-09-13 11:36:20 +02:00
TrueCharts Bot
35a46bef11 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.2 (#12551) 2023-09-13 11:35:46 +02:00
TrueCharts Bot
d37eee153a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12549) 2023-09-13 10:36:38 +02:00
TrueCharts Bot
2a5b069791 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12548) 2023-09-13 10:35:42 +02:00
TrueCharts Bot
7d2e7e8991 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.8 (#12547) 2023-09-13 09:36:31 +02:00
TrueCharts Bot
a9871ae933 chore(deps): update container image tccr.io/truecharts/calibre to v6.26.0 (#12546) 2023-09-13 09:36:25 +02:00
TrueCharts Bot
0cca995440 chore(deps): update container image tccr.io/truecharts/strapi to v4.13.5 (#12545) 2023-09-13 08:37:57 +02:00
TrueCharts Bot
51d5c6a5d2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12544) 2023-09-13 07:36:35 +02:00
TrueCharts Bot
2bc4200051 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12543) 2023-09-13 07:36:06 +02:00
TrueCharts Bot
17fad11e53 chore(deps): update helm general non-major (#12527) 2023-09-13 06:50:53 +02:00
TrueCharts Bot
4240f1401f chore(deps): update container image tccr.io/truecharts/gamevault-backend to v5.0.0 (#12542) 2023-09-13 05:43:07 +02:00
TrueCharts Bot
2c0f85bac3 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12541) 2023-09-13 05:35:28 +02:00
TrueCharts Bot
3af28785e4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12540) 2023-09-13 04:42:20 +02:00
TrueCharts Bot
2ccf7d6794 chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12539) 2023-09-13 04:41:45 +02:00
TrueCharts Bot
fc1aba5cac chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.4 (#12537) 2023-09-13 03:55:41 +02:00
TrueCharts Bot
1ee700bdd9 chore(deps): update container image tccr.io/truecharts/recyclarr to v5.4.1 (#12538) 2023-09-13 03:53:06 +02:00
TrueCharts Bot
f54319736a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12535) 2023-09-13 02:49:17 +02:00
TrueCharts Bot
fabc3a8faa chore(deps): update container image tccr.io/truecharts/searxng to latest (#12536) 2023-09-13 02:48:58 +02:00
TrueCharts Bot
a0527e81c0 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12534) 2023-09-13 00:33:41 +02:00
TrueCharts Bot
27555e4731 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12533) 2023-09-12 22:35:19 +02:00
TrueCharts Bot
8705c4a2e7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12532) 2023-09-12 21:34:25 +02:00
TrueCharts Bot
bead2a948c chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12531) 2023-09-12 20:35:11 +02:00
TrueCharts Bot
b2585c80ff chore(deps): update container image tccr.io/truecharts/sshwifty to vlatest (#12530) 2023-09-12 19:37:47 +02:00
TrueCharts Bot
3f0e33afac chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12529) 2023-09-12 17:35:57 +02:00
TrueCharts Bot
7198f63468 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12526) 2023-09-12 15:38:58 +02:00
TrueCharts Bot
09a3f47039 chore(deps): update helm general non-major (#12523) 2023-09-12 14:44:16 +02:00
TrueCharts Bot
b80a2d1866 chore(deps): update container image tccr.io/truecharts/boinc to latest (#12525) 2023-09-12 14:39:05 +02:00
TrueCharts Bot
1e432fde9b chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.9.2 (#12524) 2023-09-12 13:40:52 +02:00
TrueCharts Bot
290342a328 chore(deps): update helm general non-major (#12516) 2023-09-12 12:39:12 +02:00
TrueCharts Bot
5c8a43e6a3 chore(deps): update container image tccr.io/truecharts/recyclarr to v5.4.0 (#12522) 2023-09-12 12:38:53 +02:00
TrueCharts Bot
c388db0545 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12521) 2023-09-12 12:35:28 +02:00
TrueCharts Bot
009d2c219e chore(deps): update container image tccr.io/truecharts/komga to v1.4.0 (#12520) 2023-09-12 11:40:47 +02:00
TrueCharts Bot
7b9b6bf49e chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.0 (#12519) 2023-09-12 11:40:31 +02:00
TrueCharts Bot
ca35788b77 chore(deps): update container image tccr.io/truecharts/autobrr to v1.29.0 (#12518) 2023-09-12 10:41:37 +02:00
TrueCharts Bot
72987ead16 chore(deps): update webtop (#12517) 2023-09-12 10:33:23 +02:00
TrueCharts Bot
58cd208514 chore(deps): update webtop (#12515) 2023-09-12 09:32:12 +02:00
TrueCharts Bot
2214d919aa chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.25.1 (#12513) 2023-09-12 08:37:21 +02:00
TrueCharts Bot
63530601a2 chore(deps): update webtop (#12512) 2023-09-12 08:35:18 +02:00
TrueCharts Bot
b8546c83d8 chore(deps): update container image tccr.io/truecharts/netdata to v1.42.3 (#12510) 2023-09-12 07:35:50 +02:00
TrueCharts Bot
0b5d48993e chore(deps): update container image tccr.io/truecharts/tauticord to v3.12.1 (#12511) 2023-09-12 07:32:06 +02:00
TrueCharts Bot
37c088fbf6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12508) 2023-09-12 06:37:53 +02:00
TrueCharts Bot
ba2cd021db chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#12509) 2023-09-12 06:33:48 +02:00
TrueCharts Bot
cc571ad303 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.11 (#12506) 2023-09-12 05:38:19 +02:00
TrueCharts Bot
b5aa9e3015 chore(deps): update container image tccr.io/truecharts/muse to v2.4.3 (#12507) 2023-09-12 05:35:43 +02:00
TrueCharts Bot
c832b7a3dd chore(deps): update container image tccr.io/truecharts/immich-typesense to v0.25.1 (#12505) 2023-09-12 04:45:16 +02:00
TrueCharts Bot
b8d9eabbda chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12504) 2023-09-12 04:39:01 +02:00
TrueCharts Bot
15c761afda chore(deps): update authentik to v2023.8.3 (patch) (#12502) 2023-09-12 03:57:40 +02:00
TrueCharts Bot
afd76a5663 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.38 (#12503) 2023-09-12 03:53:56 +02:00
TrueCharts Bot
c0e147c039 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12500) 2023-09-12 02:51:41 +02:00
TrueCharts Bot
4847e63697 chore(deps): update jupyter (#12501) 2023-09-12 02:51:26 +02:00
TrueCharts Bot
124b2715b8 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#12498) 2023-09-12 01:37:58 +02:00
TrueCharts Bot
21041b91fb chore(deps): update jupyter (#12499) 2023-09-12 01:37:54 +02:00
TrueCharts Bot
4207c4dd47 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#12316) 2023-09-12 00:19:20 +02:00
TrueCharts Bot
2e04873ab8 chore(deps): update jupyter (#12497) 2023-09-12 00:13:01 +02:00
TrueCharts Bot
a8302de989 chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.8.3 (#12429) 2023-09-12 00:12:34 +02:00
TrueCharts Bot
a948c82949 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12496) 2023-09-12 00:10:47 +02:00
TrueCharts Bot
537fdd539a chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#12307) 2023-09-12 00:10:13 +02:00
allcontributors[bot]
f5e1a7852a docs: add aamirazad as a contributor for doc (#12495)
Adds @aamirazad as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/12487#issuecomment-1714586200)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-12 00:14:15 +03:00
Aamir Azad
56b03aa33b docs(charts): Replace broken links for Paperless-NGX/Jellyfin (#12487)
**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  **links on jellyfin and paperless-ngx charts.**

**⚙️ 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
-->
N/A

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-12 00:12:37 +03:00
TrueCharts Bot
beed834ade chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12493) 2023-09-11 21:36:06 +02:00
TrueCharts Bot
9fb581e641 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12491) 2023-09-11 19:35:52 +02:00
TrueCharts Bot
cc24fc37ea chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12492) 2023-09-11 19:34:32 +02:00
TrueCharts Bot
0c9ef442e9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12490) 2023-09-11 18:34:47 +02:00
TrueCharts Bot
09422f938a chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12489) 2023-09-11 16:39:28 +02:00
TrueCharts Bot
fcf6de845e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12488) 2023-09-11 16:37:50 +02:00
TrueCharts Bot
9a729e50e9 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12486) 2023-09-11 14:44:46 +02:00
TrueCharts Bot
ba8c194690 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12485) 2023-09-11 14:38:30 +02:00
TrueCharts Bot
90a78acbd8 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12484) 2023-09-11 13:33:11 +02:00
TrueCharts Bot
c078fb05b1 chore(deps): update rdesktop (#12483) 2023-09-11 08:34:16 +02:00
TrueCharts Bot
757a0e6ee1 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12481) 2023-09-11 07:34:36 +02:00
TrueCharts Bot
152cebedb6 chore(deps): update rdesktop (#12482) 2023-09-11 07:32:43 +02:00
TrueCharts Bot
ebbb13412a chore(deps): update container image tccr.io/truecharts/rdesktop to latest (#12480) 2023-09-11 06:32:59 +02:00
TrueCharts Bot
91385f24cb chore(deps): update rdesktop (#12479) 2023-09-11 05:33:47 +02:00
TrueCharts Bot
ed9a42d7f3 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.2 (#12478) 2023-09-11 03:56:46 +02:00
TrueCharts Bot
f001f38e7a chore(deps): update rdesktop (#12477) 2023-09-11 03:53:55 +02:00
TrueCharts Bot
41840ccbe4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12476) 2023-09-11 02:53:26 +02:00
TrueCharts Bot
73240909a4 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12475) 2023-09-11 02:50:56 +02:00
TrueCharts Bot
c5ec673de4 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#12474) 2023-09-11 01:37:17 +02:00
TrueCharts Bot
75ad318c25 chore(deps): update container image tccr.io/truecharts/unifi to v7.5.174 (#12470) 2023-09-11 00:35:10 +02:00
TrueCharts Bot
2814b7192f chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.82.0 (#12469) 2023-09-10 23:35:56 +02:00
TrueCharts Bot
04a78020b5 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.4.2207 (#12468) 2023-09-10 23:35:52 +02:00
TrueCharts Bot
556d8c2d95 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12466) 2023-09-10 22:37:38 +02:00
TrueCharts Bot
305da1040b chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.6.3946 (#12467) 2023-09-10 22:37:08 +02:00
TrueCharts Bot
ad8f6e1ea6 chore(deps): update container image tccr.io/truecharts/cops to latest (#12464) 2023-09-10 21:35:25 +02:00
TrueCharts Bot
26a8f0a6cf chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.3 (#12465) 2023-09-10 21:33:49 +02:00
TrueCharts Bot
ef69b77c17 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12463) 2023-09-10 20:36:37 +02:00
TrueCharts Bot
2029d4354b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12461) 2023-09-10 19:38:14 +02:00
TrueCharts Bot
bc32672329 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12462) 2023-09-10 19:36:42 +02:00
TrueCharts Bot
ca04346f3c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12460) 2023-09-10 17:34:32 +02:00
TrueCharts Bot
4877af1fa9 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12459) 2023-09-10 16:35:14 +02:00
TrueCharts Bot
e23b72f09c chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12458) 2023-09-10 14:34:34 +02:00
TrueCharts Bot
460fa3a47a chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12457) 2023-09-10 14:33:58 +02:00
TrueCharts Bot
e99f7f3aea chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12456) 2023-09-10 12:35:11 +02:00
Xstar97TheNoob
1673a60706 fix(eco) fix eco to deploy. (#12296)
**Description**
Make the eco app deployable.

⚒️ 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:**
Fails to start due to this file not being able to write/change perms.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-10 10:15:57 +02:00
Xstar97TheNoob
801ff8039b feat(lancache-monolithic) add sidecar lancache-prefill (#12334)
**Description**
Sidecar to download and install BattleNetPrefill and/or EpicPrefill
and/or SteamPrefill and run the prefill on a cron schedule.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-10 10:15:46 +02:00
Csaba Engedi
a07048c445 Uplift traefik-forward-auth to new library (#12400)
Reworked values, secrets and questions to work with the new standard
chart library.

**Description**
Uplifted traefik-forward-auth to work with the new library.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Generated the app and deployed on my own SCALE instance.

**📃 Notes:**
Existing installations might have to be reinstalled.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-10 10:15:19 +02:00
Jan Sauer
e03d7afa1c feat(metube): Update container to v2023-08 (#12413)
Updates the application container image to the latest version v2023-08.

**⚙️ 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?**
It is NOT tested. I tried adding my repo fork in my TrueNAS installation
but this fails a long list of lines like
`templates.questions.versions.security.name: 'security' is not a valid
version name. [EINVAL]`. I also check the development docs and FAQ but
did not find any hints on how I can test this.

**📃 Notes:**

I'm unsure why this is not done automatically / by a bot but the image
was not updated in 6 months. I could not find any commits or issues that
would indicate that the old version is used on purpose.

This PR updates the image to the latest on build in [metube
truecharts-containers](https://github.com/truecharts/containers/blob/master/mirror/metube/Dockerfile)
and is uploaded to [metube
repository](https://quay.io/repository/truecharts/metube?tab=tags).

This PR does **NOT** fix the reason for why automated version update PRs
are not working. My assumption is that the bot does not understand the
image tags versioning schema and does not know that `v2023-08` is a
newer as `v2023-02`.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2023-09-10 10:13:46 +02:00
TrueCharts Bot
5545dc7ec3 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.0.0 (#12454) 2023-09-10 09:35:46 +02:00
TrueCharts Bot
930f061222 chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.2.3576 (#12452) 2023-09-10 08:35:25 +02:00
TrueCharts Bot
a1303fd4ea chore(deps): update container image tccr.io/truecharts/mc-router to v1.19.0 (#12453) 2023-09-10 08:33:39 +02:00
TrueCharts Bot
f8d64d3b09 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12451) 2023-09-10 07:36:07 +02:00
TrueCharts Bot
d7348a4fb7 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12450) 2023-09-10 07:34:41 +02:00
TrueCharts Bot
3f37487182 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12449) 2023-09-10 05:37:31 +02:00
TrueCharts Bot
148d4f6b3a chore(deps): update container image tccr.io/truecharts/calibre to v6.26.0 (#12447) 2023-09-10 04:42:49 +02:00
TrueCharts Bot
e2eec8afd9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12446) 2023-09-10 04:42:20 +02:00
TrueCharts Bot
d773d8c433 chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12445) 2023-09-10 03:56:21 +02:00
TrueCharts Bot
5337a22757 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12444) 2023-09-10 03:55:06 +02:00
kqmaverick
ee9c473488 chore(qbitrr): bump version (#12403)
**Description**
Bump version

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-10 01:14:11 +00:00
TrueCharts Bot
223f8c180c chore(deps): update container image tccr.io/truecharts/tauticord to v3.12.0 (#12443) 2023-09-10 02:49:11 +02:00
TrueCharts Bot
81c393beb6 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.1 (#12442) 2023-09-10 01:36:41 +02:00
TrueCharts Bot
36ef3b5370 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12440) 2023-09-10 00:32:59 +02:00
TrueCharts Bot
8811fa48a2 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12441) 2023-09-10 00:31:41 +02:00
TrueCharts Bot
33da269c15 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12436) 2023-09-09 22:34:38 +02:00
TrueCharts Bot
f91e70c545 chore(deps): update container image tccr.io/truecharts/openhab to v4.0.3 (#12437) 2023-09-09 22:34:10 +02:00
Xstar97TheNoob
007de41275 fix(firezone) fix secret b64 keys with correct lengths (#12435)
**Description**
Fix secret lengths
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-09 20:13:13 +00:00
TrueCharts Bot
85a723ec4e chore(deps): update container image tccr.io/truecharts/cops to latest (#12433) 2023-09-09 21:35:14 +02:00
TrueCharts Bot
5af25b97a2 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12434) 2023-09-09 21:34:54 +02:00
TrueCharts Bot
b9b9a6b1af chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12432) 2023-09-09 20:37:13 +02:00
TrueCharts Bot
2343e89fe6 chore(deps): update container image tccr.io/truecharts/minio to latest (#12431) 2023-09-09 20:35:49 +02:00
TrueCharts Bot
afc6662771 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12430) 2023-09-09 19:35:14 +02:00
Xstar97TheNoob
f757381bc2 fix(firezone) fix firezone b64 secrets (#12426)
**Description**
Fix secrets
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-09 17:06:56 +00:00
Xstar97TheNoob
2f63d0f988 fix(anonaddy) fix secrets (#12427)
**Description**
Fix secrets
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-09 16:52:58 +00:00
TrueCharts Bot
2ebadc0092 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.1 (#12428) 2023-09-09 18:38:25 +02:00
TrueCharts Bot
1dc8292eb1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12423) 2023-09-09 17:35:59 +02:00
TrueCharts Bot
9ea9d51e4d chore(deps): update container image tccr.io/truecharts/homarr to v0.13.4 (#12424) 2023-09-09 17:35:55 +02:00
TrueCharts Bot
5386bb3990 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12421) 2023-09-09 16:36:16 +02:00
TrueCharts Bot
0a177ba9a8 chore(deps): update container image tccr.io/truecharts/drawio to v21.7.4 (#12422) 2023-09-09 16:35:43 +02:00
Tanguille
273e2967f2 docs(wg-easy): Update guide on DNS proxies (#12419)
**Description**
<!--
I added a Caution note that the domain used may not be a behind proxy
because I had that exact issue after setting up wg-easy based on this
guide.
-->
⚒️ 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?**
<!--
Not relevant for this PR.
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Tanguille <91473554+Tanguille@users.noreply.github.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-09 14:17:07 +00:00
TrueCharts Bot
ae230053b9 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.5 (#12418) 2023-09-09 15:35:54 +02:00
TrueCharts Bot
42e7cefb1e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12417) 2023-09-09 15:35:47 +02:00
TrueCharts Bot
a1f94cc039 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.37 (#12416) 2023-09-09 14:36:31 +02:00
TrueCharts Bot
35a476a0cc chore(deps): update container image tccr.io/truecharts/searxng to latest (#12415) 2023-09-09 14:36:25 +02:00
TrueCharts Bot
b0656a7719 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.7 (#12414) 2023-09-09 12:35:03 +02:00
TrueCharts Bot
b0c3e132b8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12412) 2023-09-09 09:36:05 +02:00
TrueCharts Bot
d683bd617d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12411) 2023-09-09 09:36:02 +02:00
TrueCharts Bot
6b3fddc4ce chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12410) 2023-09-09 08:34:40 +02:00
TrueCharts Bot
90af4e2800 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12409) 2023-09-09 06:36:23 +02:00
TrueCharts Bot
f0c0fe1119 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12408) 2023-09-09 05:33:50 +02:00
TrueCharts Bot
d93fe2bf2c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12406) 2023-09-09 04:38:00 +02:00
TrueCharts Bot
748147acf4 chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest (#12407) 2023-09-09 04:35:22 +02:00
TrueCharts Bot
45828bc868 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12404) 2023-09-09 03:53:29 +02:00
TrueCharts Bot
b7b8feb886 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12405) 2023-09-09 03:52:54 +02:00
TrueCharts Bot
46b1fceb39 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12402) 2023-09-09 02:50:12 +02:00
TrueCharts Bot
c486f48194 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12401) 2023-09-09 02:49:41 +02:00
TrueCharts Bot
770ea23f37 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12398) 2023-09-08 22:37:08 +02:00
TrueCharts Bot
bbb0e9feef chore(deps): update rdesktop (#12399) 2023-09-08 22:32:05 +02:00
TrueCharts Bot
ca9d8c961d chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12397) 2023-09-08 21:38:12 +02:00
TrueCharts Bot
49b27f48de chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12396) 2023-09-08 21:37:26 +02:00
TrueCharts Bot
6a0c998be8 chore(deps): update webtop (#12395) 2023-09-08 20:32:02 +02:00
TrueCharts Bot
48023aea8c chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#12394) 2023-09-08 20:31:15 +02:00
TrueCharts Bot
10b1215849 chore(deps): update rdesktop (#12393) 2023-09-08 19:33:46 +02:00
TrueCharts Bot
1adb2c345f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12392) 2023-09-08 18:37:27 +02:00
TrueCharts Bot
04e6776a22 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12391) 2023-09-08 18:37:03 +02:00
TrueCharts Bot
6796168f32 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12390) 2023-09-08 17:38:20 +02:00
TrueCharts Bot
4e77b7a967 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.1 (#12388) 2023-09-08 16:39:42 +02:00
TrueCharts Bot
a9ba2aa669 chore(deps): update container image tccr.io/truecharts/strapi to v4.13.3 (#12389) 2023-09-08 16:38:58 +02:00
TrueCharts Bot
1aef3bc527 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12387) 2023-09-08 15:36:00 +02:00
TrueCharts Bot
44ed665e34 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12386) 2023-09-08 15:35:07 +02:00
TrueCharts Bot
331596b36b chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12384) 2023-09-08 14:38:47 +02:00
TrueCharts Bot
c9518d4e18 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12385) 2023-09-08 14:37:10 +02:00
TrueCharts Bot
7fca24aa8d chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12383) 2023-09-08 13:35:37 +02:00
TrueCharts Bot
ba3558b76b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12382) 2023-09-08 12:34:38 +02:00
TrueCharts Bot
005110b7c3 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12380) 2023-09-08 11:37:32 +02:00
TrueCharts Bot
08c15d2fec chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#12381) 2023-09-08 11:36:11 +02:00
TrueCharts Bot
dc186a8398 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12378) 2023-09-08 09:36:19 +02:00
TrueCharts Bot
4bc373b4a3 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12379) 2023-09-08 09:35:45 +02:00
TrueCharts Bot
5dcf477a67 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12377) 2023-09-08 08:37:17 +02:00
TrueCharts Bot
e7b6c4c8ee chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12376) 2023-09-08 08:36:33 +02:00
TrueCharts Bot
e1badd3942 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12375) 2023-09-08 07:34:39 +02:00
TrueCharts Bot
5496b8590b chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#12374) 2023-09-08 06:38:35 +02:00
TrueCharts Bot
73e6adcb53 chore(deps): update jupyter to v2023-09 (minor) (#12371) 2023-09-08 04:43:10 +02:00
TrueCharts Bot
3fb14205a7 chore(deps): update portainer to v2.19.0 (minor) (#12372) 2023-09-08 04:41:20 +02:00
TrueCharts Bot
07456c960d chore(deps): update immich to v1.77.0 (minor) (#12370) 2023-09-08 04:00:41 +02:00
TrueCharts Bot
ad59770093 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12369) 2023-09-08 03:57:33 +02:00
TrueCharts Bot
9b3477af35 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12367) 2023-09-08 02:53:24 +02:00
TrueCharts Bot
03ea90d3f8 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.25.0 (#12368) 2023-09-08 02:51:56 +02:00
TrueCharts-Bot
b0bdcd9b72 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-08 00:22:55 +00:00
TrueCharts Bot
55b50f4f12 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.121.1 (#12365) 2023-09-08 01:35:52 +02:00
TrueCharts Bot
7e0d213c6c chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.33.0 (#12366) 2023-09-08 01:33:14 +02:00
TrueCharts Bot
1389891326 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.11.01 (#12364) 2023-09-08 00:37:10 +02:00
TrueCharts Bot
4917db587f chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest (#12363) 2023-09-08 00:34:39 +02:00
TrueCharts Bot
60935833e2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12361) 2023-09-07 23:37:38 +02:00
TrueCharts Bot
04ff17cd02 chore(deps): update container image tccr.io/truecharts/tauticord to v3.11.3 (#12362) 2023-09-07 23:32:48 +02:00
TrueCharts Bot
3a0aba36a8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12359) 2023-09-07 22:38:14 +02:00
TrueCharts Bot
6f046ef447 chore(deps): update container image tccr.io/truecharts/czkawka to v23.09.1 (#12360) 2023-09-07 22:37:39 +02:00
TrueCharts Bot
13ec47ec89 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12358) 2023-09-07 21:38:19 +02:00
TrueCharts Bot
1a12c7ead5 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12357) 2023-09-07 21:38:00 +02:00
TrueCharts Bot
27fe8c9734 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12354) 2023-09-07 20:40:22 +02:00
TrueCharts Bot
8720acd48b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12355) 2023-09-07 20:39:53 +02:00
Xstar97TheNoob
886f1c1b82 fix(anonaddy) fix duplicate and update mail encryption variable. (#12351) 2023-09-07 20:50:03 +03:00
TrueCharts Bot
dfb2193aa0 chore(deps): update container image tccr.io/truecharts/strapi to v4.13.2 (#12352) 2023-09-07 19:41:58 +02:00
TrueCharts Bot
0691f0f0bc chore(deps): update container image tccr.io/truecharts/syncthing to v1.24.0 (#12353) 2023-09-07 19:39:22 +02:00
TrueCharts Bot
a6cbbd8aaf chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#12349) 2023-09-07 18:43:03 +02:00
TrueCharts Bot
2ba0d3622d chore(deps): update container image tccr.io/truecharts/n8n to v1.6.1 (#12347) 2023-09-07 17:36:05 +02:00
TrueCharts Bot
009890f702 chore(deps): update container image tccr.io/truecharts/node-red to v3.1.0 (#12348) 2023-09-07 17:35:22 +02:00
TrueCharts Bot
11406bec4e chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12346) 2023-09-07 16:37:28 +02:00
TrueCharts Bot
59af2a4b3b chore(deps): update container image tccr.io/truecharts/adminer to latest (#12345) 2023-09-07 16:37:00 +02:00
TrueCharts Bot
9ac98a159e chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12343) 2023-09-07 15:37:35 +02:00
TrueCharts Bot
b002b2c508 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.1 (#12344) 2023-09-07 15:36:16 +02:00
TrueCharts Bot
478e050c6d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12342) 2023-09-07 14:39:48 +02:00
TrueCharts Bot
63d855ea55 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12341) 2023-09-07 14:39:14 +02:00
TrueCharts Bot
20bd324c86 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#12340) 2023-09-07 13:38:05 +02:00
TrueCharts Bot
c826bc5eab chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12339) 2023-09-07 13:36:10 +02:00
TrueCharts Bot
c9b1552b33 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12338) 2023-09-07 12:35:30 +02:00
TrueCharts Bot
652d98210f chore(deps): update container image tccr.io/truecharts/adminer to latest (#12337) 2023-09-07 12:35:20 +02:00
TrueCharts Bot
34a5f9d99b chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#12336) 2023-09-07 11:38:40 +02:00
TrueCharts Bot
1924f4665b chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#12335) 2023-09-07 11:36:38 +02:00
TrueCharts Bot
ab751cbb7a chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12333) 2023-09-07 10:37:35 +02:00
TrueCharts Bot
e0e3bc0d52 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12332) 2023-09-07 10:37:18 +02:00
Xstar97TheNoob
cd913c96a7 fix(firezone) fix secrets, add probe, and custom config (#12269)
**Description**
- Fix secrets and bump app version.
- add probe
- custom config sections
- fix icon name
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-07 04:27:15 -04:00
TrueCharts Bot
a69386d845 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12331) 2023-09-07 09:36:30 +02:00
TrueCharts Bot
84cedfcda0 chore(deps): update container image tccr.io/truecharts/adminer to latest (#12330) 2023-09-07 09:34:54 +02:00
Xstar97TheNoob
f4ad6635b5 feat(van-dam) add van-dam (#12298)
**Description**
A Digital Asset Manager (DAM), specifically designed for 3D print files.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-07 10:09:18 +03:00
Xstar97TheNoob
2176ee3be9 fix(anonaddy) fix anonaddy APP_KEY and set SMTP configuration (#12299)
**Description**
Fixes the base64 by prepending base64: to the app key.
set SMTP configuration
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: David CM <blastik@users.noreply.github.com>
2023-09-07 10:07:30 +03:00
TrueCharts Bot
56655e680f chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12329) 2023-09-07 08:37:56 +02:00
TrueCharts Bot
c5ae720efc chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12328) 2023-09-07 08:37:15 +02:00
TrueCharts Bot
6c536cff12 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12327) 2023-09-07 07:37:43 +02:00
TrueCharts Bot
31859e023f chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12326) 2023-09-07 07:35:08 +02:00
TrueCharts Bot
ae0b5ff5d1 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12325) 2023-09-07 06:35:30 +02:00
TrueCharts Bot
244dfdca4a chore(deps): update container image tccr.io/truecharts/adminer to latest (#12324) 2023-09-07 06:34:41 +02:00
TrueCharts Bot
2382d5b8b6 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.0 (#12323) 2023-09-07 05:36:27 +02:00
TrueCharts Bot
5cc9d12da1 chore(deps): update container image tccr.io/truecharts/ghostfolio to v1.305.0 (#12322) 2023-09-07 05:35:28 +02:00
TrueCharts Bot
094748f2d3 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.8.2.7 (#12320) 2023-09-07 04:43:24 +02:00
TrueCharts Bot
a219a96280 chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.14.0 (#12321) 2023-09-07 04:39:41 +02:00
TrueCharts Bot
f0ae87826f chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12318) 2023-09-07 03:57:39 +02:00
TrueCharts Bot
db5e61be95 chore(deps): update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.60.0 (#12319) 2023-09-07 03:57:16 +02:00
TrueCharts Bot
29ed622d67 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#12317) 2023-09-07 02:50:45 +02:00
TrueCharts Bot
b6f739b9d9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12313) 2023-09-07 01:36:22 +02:00
TrueCharts Bot
584b9b2d32 chore(deps): update container image tccr.io/truecharts/alist to v3.27.0 (#12314) 2023-09-07 01:35:32 +02:00
TrueCharts Bot
afd1967334 chore(deps): update container image tccr.io/truecharts/actualserver to v23.9.0 (#12312) 2023-09-07 00:36:46 +02:00
TrueCharts Bot
c911b41215 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12311) 2023-09-07 00:36:06 +02:00
TrueCharts Bot
3f34bb9f88 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.6.2 (#12309) 2023-09-06 23:37:09 +02:00
TrueCharts Bot
f49414773c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12308) 2023-09-06 22:38:41 +02:00
TrueCharts Bot
d83fa93597 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.2 (#12305) 2023-09-06 20:37:26 +02:00
TrueCharts Bot
746986d9fa chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12304) 2023-09-06 20:36:18 +02:00
TrueCharts Bot
e17d564de9 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.5.3896 (#12303) 2023-09-06 19:37:44 +02:00
TrueCharts Bot
8eda36bd76 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12302) 2023-09-06 19:36:57 +02:00
TrueCharts Bot
4801e91bd2 chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.17.4 (#12301) 2023-09-06 18:42:19 +02:00
TrueCharts Bot
0c5b34dc73 chore(deps): update container image tccr.io/truecharts/drawio to v21.7.2 (#12300) 2023-09-06 18:40:14 +02:00
TrueCharts Bot
7f96fc47fe chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12295) 2023-09-06 17:39:32 +02:00
TrueCharts Bot
3b75d3c280 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#12294) 2023-09-06 17:39:22 +02:00
kqmaverick
315c974bcf chore(qbitrr): bump version (#12291)
**Description**
Update to 3.7.3 for testing

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-06 11:20:09 -04:00
TrueCharts Bot
e925898c75 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12292) 2023-09-06 16:34:31 +02:00
TrueCharts Bot
aac2bb4d64 chore(deps): update container image tccr.io/truecharts/minio to latest (#12293) 2023-09-06 16:34:00 +02:00
allcontributors[bot]
2d7bf03616 docs: add blastik as a contributor for code (#12290)
Adds @blastik as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/12289#issuecomment-1708444062)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-06 17:13:41 +03:00
David CM
f6f8ea2bc3 fix(anonaddy): revert to 32 chars (#12289)
**Description**

https://discord.com/channels/830763548678291466/1147886389950681098

⚒️ 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-06 17:06:26 +03:00
TrueCharts Bot
41326f43dc chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12287) 2023-09-06 15:37:20 +02:00
TrueCharts Bot
3294a396ee chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#12288) 2023-09-06 15:36:53 +02:00
TrueCharts Bot
54b066f1c8 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.7 (#12285) 2023-09-06 14:39:52 +02:00
TrueCharts Bot
dcb4bf856b chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12286) 2023-09-06 14:39:21 +02:00
TrueCharts Bot
6785561ca9 chore(deps): update container image tccr.io/truecharts/authentik to v2023.8.2 (#12284) 2023-09-06 13:38:47 +02:00
TrueCharts Bot
ec95926f74 chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#12283) 2023-09-06 13:32:35 +02:00
TrueCharts Bot
c0e08b9fbb chore(deps): update container image tccr.io/truecharts/searxng to latest (#12281) 2023-09-06 12:36:42 +02:00
TrueCharts Bot
eac0da3c2d chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12282) 2023-09-06 12:36:27 +02:00
TrueCharts Bot
fac730ba49 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12280) 2023-09-06 11:34:46 +02:00
TrueCharts Bot
c593dd150f chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12279) 2023-09-06 11:33:07 +02:00
TrueCharts Bot
309d25c9f6 chore(deps): update helm general non-major (#12276) 2023-09-06 10:54:07 +02:00
TrueCharts Bot
10162fcda2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12277) 2023-09-06 10:36:21 +02:00
TrueCharts Bot
0e54b93cbc chore(deps): update container image tccr.io/truecharts/minio to latest (#12278) 2023-09-06 10:35:27 +02:00
TrueCharts Bot
4654e6a38a chore(deps): update container image tccr.io/truecharts/cops to latest (#12273) 2023-09-06 09:39:28 +02:00
TrueCharts Bot
fd5d0f048d chore(deps): update container image tccr.io/truecharts/ztcuui-aio to v1.2.16 (#12275) 2023-09-06 09:39:17 +02:00
TrueCharts Bot
9d983ca921 chore(deps): update container image tccr.io/truecharts/esphome to v2023.8.3 (#12274) 2023-09-06 09:39:04 +02:00
TrueCharts Bot
b8f2009edd chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#12272) 2023-09-06 09:37:43 +02:00
TrueCharts Bot
426d62b493 chore(deps): update authentik to v2023.8.2 (patch) (#12270) 2023-09-06 08:41:18 +02:00
TrueCharts Bot
fa0da2698d chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#12271) 2023-09-06 08:36:17 +02:00
Stavros Kois
50a5ae2ede Update Chart.yaml 2023-09-06 09:34:58 +03:00
TrueCharts Bot
bb9ee069d9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12268) 2023-09-06 04:40:12 +02:00
TrueCharts Bot
615eb66d07 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12267) 2023-09-06 03:56:51 +02:00
TrueCharts Bot
e12cac567f chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12266) 2023-09-06 03:55:21 +02:00
TrueCharts Bot
2ffc9f935b chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#12264) 2023-09-06 02:51:13 +02:00
TrueCharts Bot
19f647b6fb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12265) 2023-09-06 02:50:26 +02:00
Xstar97TheNoob
17bb71bfb3 fix(anonaddy) fix secret encoding for anonaddy (#12260)
**Description**
change encoding to b64enc for secret keys
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-05 20:39:27 -04:00
TrueCharts Bot
a65e3c7916 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#12263) 2023-09-06 01:36:14 +02:00
Xstar97TheNoob
95daa1ebce refactor(picoshare) housekeeping + update description (#12197)
**Description**
Housekeeping, update description and hide the lightstream options behind
sub questions.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-05 23:58:50 +03:00
Xstar97TheNoob
459fa49ab1 feat(eco) add Network.eco config to eco. (#12246)
**Description**
Configure Network.eco for eco.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-05 23:58:06 +03:00
TrueCharts Bot
a43ab6a642 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12261) 2023-09-05 21:41:47 +02:00
TrueCharts Bot
fc4dca375a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12262) 2023-09-05 21:41:38 +02:00
TrueCharts Bot
1fc0445142 chore(deps): update helm general non-major (#12253) 2023-09-05 20:45:28 +02:00
TrueCharts Bot
5766d68388 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12258) 2023-09-05 20:39:59 +02:00
TrueCharts Bot
2aaa3d7fef chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12257) 2023-09-05 20:39:55 +02:00
l-moon-git
d12ba8b986 chore(notifiarr): bump notifiarr (#12245)
**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 -->
With this bump in notifiarr to the latest, we should be able to use
notifiarr without reverse proxy. as it should use the built in tunnel
system used in 0.6.0 and above

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-05 13:36:40 -04:00
TrueCharts Bot
8b16ac46a4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12256) 2023-09-05 19:35:19 +02:00
TrueCharts Bot
083f04798e chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12255) 2023-09-05 19:28:58 +02:00
TrueCharts Bot
9bfbc69cab chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12252) 2023-09-05 16:38:41 +02:00
TrueCharts Bot
c4176c352e chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#12251) 2023-09-05 16:38:35 +02:00
Stavros Kois
712533f17c chore(middlewares): put validation in the correct place 2023-09-05 16:47:20 +03:00
TrueCharts Bot
435df3e746 chore(deps): update container image tccr.io/truecharts/boinc to latest (#12249) 2023-09-05 15:38:34 +02:00
TrueCharts Bot
0d0ba6b21c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12250) 2023-09-05 15:37:14 +02:00
TrueCharts Bot
cf30a8b2bb chore(deps): update helm general non-major (#12241) 2023-09-05 14:53:32 +02:00
TrueCharts Bot
e77bf822cc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12248) 2023-09-05 14:38:21 +02:00
TrueCharts Bot
21d75a53e5 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.3.1.1 (#12068) 2023-09-05 13:18:02 +02:00
TrueCharts Bot
68677829aa chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12215) 2023-09-05 13:13:16 +02:00
TrueCharts Bot
3b2083d178 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12247) 2023-09-05 12:39:47 +02:00
TrueCharts Bot
957029dc81 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#12244) 2023-09-05 10:34:43 +02:00
TrueCharts Bot
fc8c0aabd3 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#12243) 2023-09-05 09:32:13 +02:00
TrueCharts Bot
98c8c46949 chore(deps): update webtop (#12242) 2023-09-05 08:35:38 +02:00
TrueCharts Bot
71609b5c0e chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#12240) 2023-09-05 07:35:39 +02:00
TrueCharts Bot
a97cb74613 chore(deps): update helm general non-major (#12230) 2023-09-05 05:51:06 +02:00
TrueCharts Bot
bd7795e0ab chore(deps): update container image tccr.io/truecharts/homarr to v0.13.3 (#12239) 2023-09-05 05:35:48 +02:00
TrueCharts Bot
93b57e5696 chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.4 (#12237) 2023-09-05 04:39:11 +02:00
TrueCharts Bot
917a4d8625 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12214) 2023-09-05 04:38:47 +02:00
TrueCharts Bot
8db0a3410d chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.8.2 (#12236) 2023-09-05 04:38:42 +02:00
TrueCharts Bot
83c2cc3e67 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12233) 2023-09-05 03:57:12 +02:00
TrueCharts Bot
ccb53e9f40 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12234) 2023-09-05 03:57:05 +02:00
TrueCharts Bot
5c0b7187ae chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#12232) 2023-09-05 02:51:47 +02:00
TrueCharts Bot
396a3d82a9 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#12231) 2023-09-05 02:50:49 +02:00
TrueCharts Bot
a90f7095e8 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12228) 2023-09-04 23:34:17 +02:00
TrueCharts Bot
350607ef7f chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.23.2 (#12229) 2023-09-04 23:34:11 +02:00
TrueCharts Bot
1dd4151196 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.23 (#12226) 2023-09-04 22:38:46 +02:00
TrueCharts Bot
85a1c2bd96 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#12225) 2023-09-04 21:38:21 +02:00
TrueCharts Bot
c461dd2e9e chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12224) 2023-09-04 21:36:51 +02:00
Xstar97TheNoob
f1d58810bb fix(anonaddy) fix secret name in anonaddy app key (#12223)
**Description**
Name the secret key correctly
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-04 21:47:08 +03:00
TrueCharts Bot
74398b7578 chore(deps): update container image tccr.io/truecharts/xwiki to v15.7.0-postgres (#12222) 2023-09-04 20:38:35 +02:00
TrueCharts Bot
e930585789 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12221) 2023-09-04 20:35:56 +02:00
TrueCharts Bot
5fbae19d01 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#12220) 2023-09-04 19:40:17 +02:00
TrueCharts Bot
022ae2d35d chore(deps): update github-actions (major) (#12218)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v3` -> `v4` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v3.6.0` -> `v4.0.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)

[Compare Source](https://togithub.com/actions/checkout/compare/v3...v4)

- [Support fetching without the --progress
option](https://togithub.com/actions/checkout/pull/1067)
-   [Update to node20](https://togithub.com/actions/checkout/pull/1436)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-09-04 18:23:21 +02:00
Xstar97TheNoob
aad6b18142 fix(anonaddy) fix secret and app key **BREAKING CHANGES** (#12189)
**Description**
A breaking change due to the secrets need to be larger due the issue
Uncaught RuntimeException: Unsupported cipher or incorrect key length.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-04 18:41:29 +03:00
shadofall
213e2abbb2 Homepage service discovery via traefik ingress routes (#12219)
**Description**
Should allow for Apps to be discovered by homepage via traefik ingress
routes
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: shadofall <shadofall@gmail.com>
2023-09-04 18:35:20 +03:00
TrueCharts Bot
c54c14bbb8 chore(deps): update immich to v1.76.1 (minor) (#12217) 2023-09-04 16:39:30 +02:00
TrueCharts Bot
33aac6bde5 chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.0.3554 (#12216) 2023-09-04 16:34:34 +02:00
TrueCharts Bot
7e77fd77b2 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.6.0 (#12213) 2023-09-04 14:39:19 +02:00
TrueCharts Bot
ec9f0775da chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#12212) 2023-09-04 14:35:49 +02:00
TrueCharts Bot
ce8c04c636 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12210) 2023-09-04 13:34:22 +02:00
TrueCharts Bot
8c0fa1e66c chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#12211) 2023-09-04 13:33:32 +02:00
TrueCharts Bot
fad06ff914 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12208) 2023-09-04 12:39:31 +02:00
TrueCharts Bot
9e75994c88 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#12209) 2023-09-04 12:36:44 +02:00
TrueCharts Bot
3539a9ca6f chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#12207) 2023-09-04 11:31:44 +02:00
TrueCharts Bot
8393fb8e0d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12205) 2023-09-04 10:35:45 +02:00
TrueCharts Bot
b81956b678 chore(deps): update rdesktop (#12206) 2023-09-04 10:32:10 +02:00
TrueCharts Bot
e6fedd5d23 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12204) 2023-09-04 09:36:51 +02:00
TrueCharts Bot
7b6b693ae5 chore(deps): update rdesktop (#12203) 2023-09-04 08:32:07 +02:00
TrueCharts Bot
71fbfca821 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest (#12202) 2023-09-04 07:31:44 +02:00
TrueCharts Bot
3d38c3ef54 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#12200) 2023-09-04 06:35:55 +02:00
TrueCharts Bot
2a5ad7045e chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest (#12201) 2023-09-04 06:33:06 +02:00
TrueCharts Bot
a505089582 chore(deps): update rdesktop (#12199) 2023-09-04 04:38:27 +02:00
TrueCharts Bot
4a391b73ae chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#12198) 2023-09-04 02:57:24 +02:00
TrueCharts-Bot
beea197e9e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-04 00:23:43 +00:00
TrueCharts Bot
b73632c401 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12195) 2023-09-04 01:36:29 +02:00
John P
1d2a7b832f add(plex-playlist-sync) add Plex Playlist Sync (#12166)
**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.
-->
Hello, this is my attempt at adding Plex Playlist Sync to TrueCharts.
The logo file was excluded because they don't have a logo. This app is
quite simple in it's nature so I figured this would be a good first app
contribution for me. Help/feedback/edits always welcome. Thank you!

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
I haven't tested this out, but because it's a relatively simple
application I believe it should work - with the exception of it not yet
being on the TCCR. Here is a link to my PR for the containers
repository: https://github.com/truecharts/containers/pull/29169
**📃 Notes:**
<!-- Please enter any other relevant information here -->
Added the installation instructions for this application. I'm also
unable to add a logo file due to this application not having a logo.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: John P <emaltonator@gmail.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-03 19:02:21 -04:00
TrueCharts Bot
e5766a0f98 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#12193) 2023-09-04 00:40:00 +02:00
TrueCharts Bot
cd0e81977c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12194) 2023-09-04 00:37:56 +02:00
kqmaverick
4bfc19b671 add(qbitrr): add qbitrr (#12185)
**Description**
Add qbitrr.

⚒️ Fixes  # 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-03 17:58:48 -04:00
TrueCharts Bot
d00792f7fa chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#12192) 2023-09-03 23:31:56 +02:00
TrueCharts Bot
78c4bf942c chore(deps): update container image tccr.io/truecharts/searxng to latest (#12190) 2023-09-03 20:36:03 +02:00
TrueCharts Bot
fcbb6f4198 chore(deps): update container image tccr.io/truecharts/webtop to latest (#12188) 2023-09-03 19:32:09 +02:00
StevenMcElligott
0a2672a05c migrate(homebridge): Migrate to new common (#12171)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-03 13:14:57 -04:00
TrueCharts Bot
567f2a054a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12187) 2023-09-03 17:38:12 +02:00
TrueCharts Bot
7aeb9c51b3 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12186) 2023-09-03 16:35:14 +02:00
TrueCharts Bot
249a9a12da chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12183) 2023-09-03 15:37:31 +02:00
TrueCharts Bot
098bb0d07f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12184) 2023-09-03 15:36:46 +02:00
TrueCharts Bot
d8b580a817 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12181) 2023-09-03 14:35:54 +02:00
TrueCharts Bot
1ecbaec58e chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12182) 2023-09-03 14:35:20 +02:00
TrueCharts Bot
561acc0d6c chore(deps): update container image tccr.io/truecharts/static-web-server to v2.21.1 (#12179) 2023-09-03 11:36:14 +02:00
TrueCharts Bot
958078b9dd chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 (#12180) 2023-09-03 11:36:08 +02:00
TrueCharts Bot
c451c3e942 chore(deps): update container image tccr.io/truecharts/putty to v23.08.1 (#12177) 2023-09-03 10:39:34 +02:00
TrueCharts Bot
23aac4647b chore(deps): update container image tccr.io/truecharts/recyclarr to v5.3.1 (#12178) 2023-09-03 10:38:51 +02:00
Xstar97TheNoob
f7451b322d feat(minecraft-bedrock) add lan discovery to bedrock + fix eula (#12158)
**Description**
Add LAN discovery variable and add the eula variable to gui
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-03 10:47:54 +03:00
TrueCharts Bot
e42b976cb8 chore(deps): update helm chart common to 14.0.6 (#12147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.4` -> `14.0.6` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.5...common-14.0.6)

Function library for TrueCharts

###
[`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.4...common-14.0.5)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC43IiwidXBkYXRlZEluVmVyIjoiMzYuNzguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-09-03 10:44:55 +03:00
TrueCharts Bot
f20de4d329 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12176) 2023-09-03 09:37:17 +02:00
TrueCharts Bot
fdc8bb28de chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#12175) 2023-09-03 09:33:00 +02:00
TrueCharts Bot
5ca4515b12 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12173) 2023-09-03 08:37:44 +02:00
TrueCharts Bot
f1cbdc65f0 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12174) 2023-09-03 08:36:46 +02:00
TrueCharts Bot
9ddf54d7a4 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12172) 2023-09-03 06:40:49 +02:00
TrueCharts Bot
9810fbdc55 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12170) 2023-09-03 03:58:04 +02:00
TrueCharts Bot
541028a3fd chore(deps): update jupyter (#12169) 2023-09-03 02:54:09 +02:00
TrueCharts Bot
23e78a6e43 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12168) 2023-09-03 02:53:27 +02:00
TrueCharts Bot
f7f2bdec4c chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#12164) 2023-09-03 01:33:56 +02:00
TrueCharts Bot
1f17e063e4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12165) 2023-09-03 01:33:47 +02:00
TrueCharts Bot
056aa9e450 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12163) 2023-09-03 00:35:54 +02:00
TrueCharts Bot
c3d59ff92f chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12162) 2023-09-02 22:36:15 +02:00
TrueCharts Bot
1b6186d1d5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12161) 2023-09-02 21:36:41 +02:00
TrueCharts Bot
c669dc341b chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12160) 2023-09-02 21:36:20 +02:00
TrueCharts Bot
e583d90bd0 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12159) 2023-09-02 20:37:00 +02:00
TrueCharts Bot
e2b25417b6 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12157) 2023-09-02 19:34:45 +02:00
TrueCharts Bot
a2199d6acf chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12156) 2023-09-02 18:34:22 +02:00
TrueCharts Bot
d17700828d chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12155) 2023-09-02 18:33:55 +02:00
TrueCharts Bot
511b916476 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12153) 2023-09-02 16:38:21 +02:00
TrueCharts Bot
f7500f5e7c chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12154) 2023-09-02 16:36:47 +02:00
TrueCharts Bot
abfc81ebcb chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#12152) 2023-09-02 14:35:07 +02:00
TrueCharts Bot
050126cb95 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12148) 2023-09-02 13:38:39 +02:00
TrueCharts Bot
ce36f8dea5 chore(deps): update container image tccr.io/truecharts/webtop-arch-openbox to latest (#12149) 2023-09-02 13:33:22 +02:00
TrueCharts Bot
af19515fb6 chore(deps): update webtop (#12146) 2023-09-02 08:30:11 +02:00
TrueCharts Bot
86721997a0 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12145) 2023-09-02 07:37:15 +02:00
TrueCharts Bot
617ed2eaed chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12144) 2023-09-02 07:36:27 +02:00
TrueCharts Bot
bdb94902cb chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#12143) 2023-09-02 05:30:28 +02:00
TrueCharts Bot
88ddb4cb42 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#12142) 2023-09-02 04:35:06 +02:00
TrueCharts Bot
b64367c36b chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#12141) 2023-09-02 04:33:22 +02:00
TrueCharts Bot
c70923f89e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#12140) 2023-09-02 03:52:08 +02:00
TrueCharts Bot
202cdcb4bd chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#12139) 2023-09-02 02:50:03 +02:00
TrueCharts Bot
e39a624ca6 chore(deps): update rdesktop (#12137) 2023-09-02 01:33:09 +02:00
TrueCharts Bot
af4975bbe4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12136) 2023-09-01 22:36:28 +02:00
TrueCharts Bot
4e3a2e5097 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12134) 2023-09-01 21:37:24 +02:00
TrueCharts Bot
7d5c23f7f4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12135) 2023-09-01 21:36:57 +02:00
TrueCharts Bot
5f9f4d6255 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12133) 2023-09-01 20:37:50 +02:00
TrueCharts Bot
2aaf513043 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#12132) 2023-09-01 20:34:42 +02:00
TrueCharts Bot
30db38af23 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12130) 2023-09-01 18:35:08 +02:00
TrueCharts Bot
7e68e19786 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12129) 2023-09-01 17:36:14 +02:00
TrueCharts Bot
8118232e24 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12127) 2023-09-01 15:35:47 +02:00
TrueCharts Bot
c971e9d1ed chore(deps): update container image tccr.io/truecharts/grocy to v4.0.2 (#12125) 2023-09-01 13:35:39 +02:00
TrueCharts Bot
8960388b66 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12126) 2023-09-01 13:34:38 +02:00
TrueCharts Bot
b1a5f595f2 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12124) 2023-09-01 11:35:01 +02:00
TrueCharts Bot
310f209342 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#12122) 2023-09-01 09:35:04 +02:00
TrueCharts Bot
6a7b14d3cb chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12123) 2023-09-01 09:34:14 +02:00
TrueCharts Bot
85c135de9b chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12120) 2023-09-01 07:38:07 +02:00
TrueCharts Bot
02ad8d6ab4 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#12119) 2023-09-01 05:38:05 +02:00
TrueCharts Bot
3419597f64 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#12117) 2023-09-01 04:46:12 +02:00
TrueCharts Bot
c413907314 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12115) 2023-09-01 03:59:54 +02:00
TrueCharts Bot
030b5febb5 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v4.0.1 (#12113) 2023-09-01 02:53:40 +02:00
TrueCharts Bot
978380ed60 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12114) 2023-09-01 02:52:23 +02:00
TrueCharts Bot
1665c2615a chore(deps): update container image tccr.io/truecharts/xwiki to v15.7.0 (#12111) 2023-09-01 01:38:24 +02:00
TrueCharts Bot
65a6b37d80 chore(deps): update container image tccr.io/truecharts/zerotier to v1.12.1 (#12112) 2023-09-01 01:35:03 +02:00
TrueCharts Bot
75ea9c1881 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.10.02 (#12109) 2023-09-01 00:37:42 +02:00
TrueCharts Bot
7bdca71ea3 chore(deps): update renovatebot/github-action action to v39.0.5 (#12108)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.4` -> `v39.0.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.0.5`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.5)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.4...v39.0.5)

##### Build System

- **deps:** update dependency semantic-release to v21.1.1
([202eccf](202eccfe2a))

##### Continuous Integration

- **deps:** update renovate docker tag to v36.74.3
([468a2ef](468a2ef50c))
- **deps:** update renovate docker tag to v36.77.0
([236eb21](236eb211e7))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-09-01 00:21:44 +02:00
TrueCharts Bot
ae0378fd55 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#12107) 2023-08-31 23:36:39 +02:00
TrueCharts Bot
146e0f39c0 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#12105) 2023-08-31 22:38:16 +02:00
TrueCharts Bot
1eb4ab9b31 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#12106) 2023-08-31 22:36:36 +02:00
TrueCharts Bot
d51a25adcd chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12103) 2023-08-31 21:37:06 +02:00
TrueCharts Bot
ea335c9ae8 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.6.0 (#12104) 2023-08-31 21:36:53 +02:00
TrueCharts Bot
6f27bb97ab chore(deps): update container image tccr.io/truecharts/n8n to v1.4.1 (#12101) 2023-08-31 20:39:14 +02:00
TrueCharts Bot
bbd757d7d6 chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.08.1 (#12100) 2023-08-31 20:37:19 +02:00
TrueCharts Bot
7adafde3fa chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12099) 2023-08-31 19:37:17 +02:00
TrueCharts Bot
7e8fbde500 chore(deps): update container image tccr.io/truecharts/muse to v2.4.2 (#12098) 2023-08-31 19:36:39 +02:00
Xstar97TheNoob
e9e7791980 feat(tauticord) fix variable values in tauticord (#12093)
**Description**
Fixed some variables values and some housekeeping.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-31 20:20:08 +03:00
TrueCharts Bot
958d6cbc44 chore(deps): update container image tccr.io/truecharts/minecraft-bedrock to v2023.8.1 (#12097) 2023-08-31 18:36:40 +02:00
TrueCharts Bot
f0665d8c05 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12096) 2023-08-31 18:36:34 +02:00
TrueCharts Bot
347fbcf3d4 chore(deps): update container image tccr.io/truecharts/ghostfolio to v1.304.0 (#12094) 2023-08-31 17:38:05 +02:00
TrueCharts Bot
7e723f6dd1 chore(deps): update container image tccr.io/truecharts/linkding to v1.21.0 (#12095) 2023-08-31 17:37:31 +02:00
StevenMcElligott
b161420748 fix(notifiarr): Fix questions again (#12090)
**Description**

Hopefully fixes q's since env_vars weren't passing

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-31 11:05:46 -04:00
TrueCharts Bot
ae915183f8 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.4 (#12092) 2023-08-31 16:38:06 +02:00
TrueCharts Bot
ad62310e71 chore(deps): update container image tailscale/tailscale to v1.48.1 (#12091) 2023-08-31 16:33:52 +02:00
TrueCharts Bot
bc3629ce41 chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-08 (#12088) 2023-08-31 15:38:26 +02:00
TrueCharts Bot
da9c36c559 chore(deps): update container image tccr.io/truecharts/drawio to v21.7.1 (#12089) 2023-08-31 15:36:08 +02:00
TrueCharts Bot
d062c648d8 chore(deps): update container image tccr.io/truecharts/clamav to v1.2.0 (#12087) 2023-08-31 14:45:35 +02:00
TrueCharts Bot
431da4a9ef chore(deps): update container image tccr.io/truecharts/jupyter-all-spark to v2023-08 (#12086) 2023-08-31 14:41:48 +02:00
TrueCharts Bot
a96275242d chore(deps): update container image tccr.io/truecharts/bookstack to v23.08.20230830 (#12085) 2023-08-31 13:40:27 +02:00
TrueCharts Bot
0b8954687b chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.17.3 (#12082) 2023-08-31 12:39:59 +02:00
TrueCharts Bot
670ffd701c chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.5 (#12083) 2023-08-31 12:37:54 +02:00
TrueCharts Bot
b2a2bf1835 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.4.3884 (#12080) 2023-08-31 11:39:53 +02:00
TrueCharts Bot
0a1afbc6bd chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.1 (#12081) 2023-08-31 11:39:32 +02:00
TrueCharts Bot
3f3ca1586d chore(deps): update renovatebot/github-action action to v39.0.4 (#12078)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.3` -> `v39.0.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.0.4`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.4)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.3...v39.0.4)

##### Documentation

- update references to renovatebot/github-action to v39.0.3
([ffff649](ffff649905))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;tsconfig/node16](https://togithub.com/tsconfig/node16) to
v16.1.1
([9022a14](9022a14124))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.42
([592a955](592a9559ac))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.43
([f53543b](f53543bcf9))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.44
([001b2e8](001b2e806a))
- **deps:** update linters to v6.4.1
([a68dea3](a68dea3da8))

##### Build System

- **deps:** update dependency semantic-release to v21.1.0
([1bdf398](1bdf39834a))

##### Continuous Integration

- **deps:** update renovate docker tag to v36.64.8
([31e2ff7](31e2ff72c9))
- **deps:** update renovate docker tag to v36.66.0
([115fb96](115fb96cc7))
- **deps:** update renovate docker tag to v36.67.1
([ef8c78a](ef8c78a6fd))
- **deps:** update renovate docker tag to v36.68.0
([9cfb86a](9cfb86ae8c))
- **deps:** update renovate docker tag to v36.68.1
([7d1a64f](7d1a64f069))
- **deps:** update renovate docker tag to v36.72.0
([0fa652d](0fa652d6c4))
- **deps:** update renovate docker tag to v36.72.2
([827b98b](827b98bb63))
- **deps:** update renovate docker tag to v36.74.0
([74d744d](74d744d3f1))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-31 11:26:42 +02:00
TrueCharts Bot
40891a106a chore(deps): update container image tccr.io/truecharts/alist to v3.26.0 (#12079) 2023-08-31 10:37:54 +02:00
TrueCharts Bot
af9270d500 chore(deps): update authentik to v2023.8.1 (minor) (#12077) 2023-08-31 09:43:01 +02:00
TrueCharts Bot
0b69e9139d chore(deps): update container image tccr.io/truecharts/immich-server to v1.75.2 (#12076) 2023-08-31 09:41:29 +02:00
TrueCharts Bot
f008d69c29 chore(deps): update container image tccr.io/truecharts/immich-ml to v1.75.2 (#12074) 2023-08-31 08:40:29 +02:00
TrueCharts Bot
0131a31871 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12075) 2023-08-31 08:37:40 +02:00
Xstar97TheNoob
e9e17bf3b7 fix(tauticord) fix dupe variable (#12060)
**Description**
fix variable name
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-31 09:31:26 +03:00
TrueCharts Bot
447437255d chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.1 (#12073) 2023-08-31 07:44:32 +02:00
TrueCharts Bot
6cb5cff32d chore(deps): update container image tccr.io/truecharts/strapi to v4.12.7 (#12072) 2023-08-31 07:41:18 +02:00
TrueCharts Bot
b786dcc99c chore(deps): update container image tccr.io/truecharts/netdata to v1.42.2 (#12070) 2023-08-31 06:38:10 +02:00
TrueCharts Bot
a9466ac81c chore(deps): update container image tccr.io/truecharts/picoshare to v1.3.8 (#12071) 2023-08-31 06:38:03 +02:00
TrueCharts Bot
5b615b0630 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.29 (#12069) 2023-08-31 05:36:16 +02:00
StevenMcElligott
a4a055f78b fix(notifiarr): Attempt to fix mixed up values/q's (#12067)
**Description**

Questions was referring to non-existent values and not working so this
should fix things

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-30 23:07:28 -04:00
TrueCharts Bot
c231377c1c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12065) 2023-08-31 04:41:49 +02:00
TrueCharts Bot
cc28e35a17 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.8.1 (#12066) 2023-08-31 04:41:43 +02:00
TrueCharts Bot
d68da4ab8e chore(deps): update container image tccr.io/truecharts/clickhouse to v23.7.5.30 (#12064) 2023-08-31 03:58:22 +02:00
TrueCharts Bot
59b7a10511 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12061) 2023-08-31 02:56:08 +02:00
TrueCharts Bot
3fddcc6306 chore(deps): update container image tccr.io/truecharts/invidious to latest (#12062) 2023-08-31 02:54:41 +02:00
TrueCharts-Bot
2d9f1f79ef Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-31 00:23:04 +00:00
TrueCharts Bot
3a748d9d54 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#12059) 2023-08-31 01:34:59 +02:00
TrueCharts Bot
9fae1b2553 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12058) 2023-08-31 01:34:48 +02:00
TrueCharts Bot
b076db6cd1 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12056) 2023-08-31 00:43:42 +02:00
TrueCharts Bot
3833a6b5fc chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#12057) 2023-08-31 00:39:34 +02:00
TrueCharts Bot
035676b775 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12047) 2023-08-30 23:32:03 +02:00
TrueCharts Bot
afa28f9b92 chore(deps): update container image tccr.io/truecharts/minio to latest (#12055) 2023-08-30 23:31:15 +02:00
TrueCharts Bot
1ec6853d57 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12054) 2023-08-30 23:30:32 +02:00
Xstar97TheNoob
134d4d6fc9 feat(plausible) move plausible to stable (#12012)
**Description**
Move plausible to stable.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 21:25:15 +00:00
Xstar97TheNoob
e847558673 feat(tauticord) gui changes + bump + move to stable (#12053)
**Description**
GUI changes + bump.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 20:58:36 +00:00
Xstar97TheNoob
f09054de51 feat(automatic-ripping-machine) add automatic-ripping-machine (#12030)
**Description**
Automatic Ripping Machine (ARM) Scripts.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 23:51:48 +03:00
TrueCharts Bot
3056e491a0 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#12051) 2023-08-30 22:37:05 +02:00
TrueCharts Bot
27a685a140 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.3 (#12052) 2023-08-30 22:34:52 +02:00
Xstar97TheNoob
12b8a5adcd fix(jackett) fix question group section (#12031)
**Description**
Just basic housekeeping to fix the group description.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 23:26:18 +03:00
Xstar97TheNoob
385db67dce fix(papermerge) fix papermerge secret key and added cnpg **BREAKING CHANGES** (#10901)
Add the missing Secret key and added postgres/cnpg support.
added super email, user, and password.

⚒️ Fixes  #10894

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-30 23:25:29 +03:00
Xstar97TheNoob
6e06d67a08 migrate(eco) migrate eco to new common **BREAKING CHANGES** (#11720)
**Description**
Migrate to new common, clean up gui and updated to the latest version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-30 23:24:08 +03:00
TrueCharts Bot
12f3a3295c chore(deps): update helm chart common to 14.0.4 (#11912)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4)

Function library for TrueCharts

###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-30 23:23:07 +03:00
TrueCharts Bot
03d405cfe4 chore(deps): update helm general non-major (#11979)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.4` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` ->
`8.0.13` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4)

Function library for TrueCharts

###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3)

Function library for TrueCharts

###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-30 23:22:49 +03:00
Xstar97TheNoob
f5b64cb058 fix(kaizoku) fix redis and cnpg (#12046)
**Description**
Possible fix for its redis dependency, removed the secrets and replaced
it with the std secret.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 23:17:26 +03:00
Xstar97TheNoob
44287ed22c fix(factorio) fix probes and housekeeping (#12049)
**Description**
Make the ports configurable and set the value to the mods variable +
housekeeping.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 23:16:46 +03:00
Xstar97TheNoob
337f2ac4ee fix(romm) fix romm internal port (#12033)
**Description**
fix the internal 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-30 23:15:40 +03:00
TrueCharts Bot
e0c880a95e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12050) 2023-08-30 20:35:20 +02:00
TrueCharts Bot
1238a25157 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12048) 2023-08-30 18:39:44 +02:00
TrueCharts Bot
fe8c51a169 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12045) 2023-08-30 15:38:05 +02:00
TrueCharts Bot
d288edae08 chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#12044) 2023-08-30 10:38:38 +02:00
TrueCharts Bot
a93cb63a71 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12043) 2023-08-30 09:35:05 +02:00
TrueCharts Bot
e63bf11f6e chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#12042) 2023-08-30 07:34:18 +02:00
TrueCharts Bot
fda9ef53cd chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12040) 2023-08-30 06:36:20 +02:00
TrueCharts Bot
794bcee448 chore(deps): update webtop (#12041) 2023-08-30 06:34:12 +02:00
Xstar97TheNoob
2c7630b3bb feat(redisinsight) move redisinsight to stable (#12018)
**Description**
Move redisinsight to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-30 03:57:37 +00:00
TrueCharts Bot
ed51a375b6 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#12039) 2023-08-30 05:34:27 +02:00
TrueCharts Bot
81caf5c8bf chore(deps): update container image tccr.io/truecharts/grafana to v10.1.0 (#12037) 2023-08-30 04:40:23 +02:00
TrueCharts Bot
6d91f302c4 chore(deps): update webtop (#12038) 2023-08-30 04:37:04 +02:00
Xstar97TheNoob
5dda00dcad fix(authentik) fix authentik secret key (#12026)
**Description**
fix secret key.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-30 01:39:51 +00:00
TrueCharts Bot
feb0377b17 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12035) 2023-08-30 02:50:18 +02:00
TrueCharts Bot
fd53d7ebde chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#12036) 2023-08-30 02:50:03 +02:00
TrueCharts-Bot
5e04f7252f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-30 00:23:07 +00:00
TrueCharts Bot
bb787d2783 chore(deps): update webtop (#12034) 2023-08-30 01:33:55 +02:00
Xstar97TheNoob
6e5e2d39f6 fix(gamevault-backend) fix admin user (#12032)
**Description**
fix gamevault-backend admin user credential
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 22:15:04 +00:00
TrueCharts Bot
c894d3f53e chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#12029) 2023-08-29 23:31:13 +02:00
TrueCharts Bot
66d865da15 chore(deps): update webtop (#12028) 2023-08-29 22:33:24 +02:00
Xstar97TheNoob
43e5f9d86d feat(slash) move slash to stable (#12027)
**Description**
Move slash to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 16:31:20 -04:00
TrueCharts Bot
18f149bb1c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12024)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/littlelink-server | digest | `6a2b536` -> `3e68876`
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-29 23:29:33 +03:00
TrueCharts Bot
5b16f52868 chore(deps): update webtop (#12019) 2023-08-29 21:34:36 +02:00
allcontributors[bot]
2d513e29b1 docs: add MickaelFontes as a contributor for code (#12023)
Adds @MickaelFontes as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/12021#issuecomment-1697966905)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-29 21:59:54 +03:00
MickaelFontes
f3c15f8ba1 fix(authentik): missing mail credentials (#12021)
Incorrect field names in the secret template, preventing the authentik
worker to authenficate in SMTP, resulting in error sending email.
See 

**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  #12020

**⚙️ 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Mickaël Fontès <81414455+MickaelFontes@users.noreply.github.com>
2023-08-29 18:57:05 +00:00
Xstar97TheNoob
42f665cc41 feat(kaizoku) add kaizoku (#11233)
**Description**
Kaizoku is self-hosted manga downloader.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [ X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-29 21:55:28 +03:00
TrueCharts Bot
66ec7f9a09 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12022) 2023-08-29 20:36:21 +02:00
Xstar97TheNoob
eaa06cb79d fix(ring-mqtt) add config.json (#11905)
**Description**
a potential fix to manually create the config.json
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-29 14:14:04 -04:00
Xstar97TheNoob
5fd16dea93 feat(plexanisync) move plexanisync to stable (#12017)
**Description**
Move plexanisync to stable.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 13:17:16 -04:00
Xstar97TheNoob
ff4d920dba feat(plexripper) move plexripper to stable (#12016)
**Description**
Move plexripper to stable + add download storage to gui.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 13:17:08 -04:00
Xstar97TheNoob
d8a29b7679 feat(romm) add redis and auth support (#11923)
**Description**
Add redis and auth to enable user control panel
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-29 20:13:31 +03:00
Xstar97TheNoob
98d442673d feat(servas) move servas to stable (#11981)
**Description**
Move app to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-29 17:08:45 +00:00
Xstar97TheNoob
a7f859bd4f migrate(scrypted) migrate scrypted to new common **BREAKING CHANGES** (#11897)
**Description**
Migrate scrypted to new common and update to the latest version.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 20:07:21 +03:00
Xstar97TheNoob
0591aae4e6 feat(protonmail-bridge) move protonmail-bridge to stable (#12015)
**Description**
Move protonmail-bridge to stable
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 12:57:37 -04:00
Xstar97TheNoob
92a5a25c0e feat(ghostfolio) move ghostfolio to stable (#11987)
**Description**
Move ghostfolio to stable + bump app version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-29 16:57:09 +00:00
TrueCharts Bot
adce4d393b chore(deps): update container image tccr.io/truecharts/grafana to v10.1.0 (#11926)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| minor | `v10.0.3` -> `v10.1.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC42IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-29 19:55:18 +03:00
Stavros Kois
8802be1db5 chore(immich): Sync upstream changes for ML (#11932)
**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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:55:06 +03:00
StevenMcElligott
01b2b86c9e feat(obs-ndi): Move to stable + fix env_var (#12010)
**Description**

Another one out of the long pile of ported apps into Stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:50:48 +03:00
Xstar97TheNoob
f5a7832fc6 feat(dashy) move dashy to stable (#11982)
**Description**
Move dashy to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:47:22 +03:00
Xstar97TheNoob
9b3e853b13 feat(shiori) move shiori to stable (#11989)
**Description**
Move app to stable
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:46:18 +03:00
Xstar97TheNoob
29236ee16c feat(rickroll) move rickroll to stable (#11992)
**Description**
Move rickroll to stable + bump app version
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:45:33 +03:00
Xstar97TheNoob
a16c979643 feat(ipmi-tools) move ipmi-tools to stable (#11993)
**Description**
Move ipmi-tools to stable
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:44:50 +03:00
Xstar97TheNoob
5e20e2f42f feat(metabase) move metabase to stable (#11996)
**Description**
Move metabase to stable.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:44:20 +03:00
Xstar97TheNoob
345933ee3b feat(jellystat) move jellystat to stable (#11994)
**Description**
Move jellystat to stable
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:43:40 +03:00
Xstar97TheNoob
a3675204ad feat(it-tools) move it-tools to stable (#12014)
**Description**
Move it-tools to stable
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-29 19:42:47 +03:00
TrueCharts Bot
26ac6a7a01 chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#12013) 2023-08-29 18:35:04 +02:00
TrueCharts Bot
2449c09686 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12011) 2023-08-29 17:40:16 +02:00
TrueCharts Bot
d752974542 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#12008) 2023-08-29 16:38:51 +02:00
TrueCharts Bot
2c044c9994 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12009) 2023-08-29 16:37:19 +02:00
TrueCharts Bot
8a797e4196 chore(deps): update container image tccr.io/truecharts/boinc to latest (#12006) 2023-08-29 15:36:52 +02:00
TrueCharts Bot
10a7937ec4 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#12007) 2023-08-29 15:33:45 +02:00
TrueCharts Bot
6416d47fdb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12004) 2023-08-29 14:35:54 +02:00
TrueCharts Bot
e3108464df chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#12005) 2023-08-29 14:32:18 +02:00
TrueCharts Bot
2f5fc8a75e chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12002) 2023-08-29 13:38:43 +02:00
TrueCharts Bot
285d94e978 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#12003) 2023-08-29 13:37:11 +02:00
TrueCharts Bot
ea4b92fdf2 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#12001) 2023-08-29 12:35:38 +02:00
TrueCharts Bot
4141f83b70 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12000) 2023-08-29 11:38:53 +02:00
TrueCharts Bot
439f0e96b6 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#11999) 2023-08-29 11:36:02 +02:00
TrueCharts Bot
44b5f57e19 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#11998) 2023-08-29 10:33:40 +02:00
TrueCharts Bot
ae9c35de8a chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11997) 2023-08-29 09:36:31 +02:00
TrueCharts Bot
07ce380cac chore(deps): update rdesktop (#11995) 2023-08-29 07:32:45 +02:00
TrueCharts Bot
e4d779b84d chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11990) 2023-08-29 06:35:46 +02:00
TrueCharts Bot
dbb3a61450 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#11991) 2023-08-29 06:32:06 +02:00
StevenMcElligott
9bcdf510ef fix(obs-ndi): Fix VNC_PASSWD (#11985)
**Description**

Matches upstream/Dockerfile ->
400fc92a0a/Dockerfile (L12)

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-28 23:46:37 -04:00
TrueCharts Bot
84abd67d38 chore(deps): update rdesktop (#11986) 2023-08-29 05:36:08 +02:00
TrueCharts Bot
5de9ae8399 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11983) 2023-08-29 05:10:55 +02:00
TrueCharts Bot
f067cab6fe chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11984) 2023-08-29 05:10:00 +02:00
TrueCharts Bot
78d7c6964b chore(deps): update rdesktop (#11978) 2023-08-29 02:47:50 +02:00
TrueCharts Bot
253c55986c chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11976) 2023-08-29 00:36:13 +02:00
TrueCharts Bot
63e003208f chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-mate to latest (#11977) 2023-08-29 00:32:14 +02:00
TrueCharts Bot
520fa9b3df chore(deps): update rdesktop (#11975) 2023-08-28 23:31:22 +02:00
TrueCharts Bot
7c626332e6 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11974) 2023-08-28 22:34:12 +02:00
TrueCharts Bot
dfb1858c33 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-i3 to latest (#11973) 2023-08-28 21:32:37 +02:00
TrueCharts Bot
95ef757afd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11972) 2023-08-28 20:36:53 +02:00
TrueCharts Bot
637f24566a chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest (#11971) 2023-08-28 20:33:15 +02:00
TrueCharts Bot
cc5f65ab13 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#11969) 2023-08-28 19:36:59 +02:00
TrueCharts Bot
b8aba952f7 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest (#11970) 2023-08-28 19:34:51 +02:00
TrueCharts Bot
3276a708dc chore(deps): update container image tccr.io/truecharts/cops to latest (#11965) 2023-08-28 17:38:36 +02:00
TrueCharts Bot
5a0d7f7da0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11966) 2023-08-28 17:37:50 +02:00
TrueCharts Bot
c8241797b4 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11963) 2023-08-28 15:41:59 +02:00
TrueCharts Bot
85207cf94e chore(deps): update container image tccr.io/truecharts/radarr to v4.7.5.7809 (#11964) 2023-08-28 15:39:36 +02:00
TrueCharts Bot
a1a94d8742 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11961) 2023-08-28 14:39:05 +02:00
TrueCharts Bot
52866804fc chore(deps): update container image tccr.io/truecharts/autoscan to latest (#11960) 2023-08-28 13:36:05 +02:00
TrueCharts Bot
8e4907b8be chore(deps): update jupyter (#11959) 2023-08-28 12:38:08 +02:00
TrueCharts Bot
7499b7a876 chore(deps): update jupyter (#11958) 2023-08-28 11:42:51 +02:00
TrueCharts Bot
ebdab9e38b chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-08 (#11957) 2023-08-28 10:39:22 +02:00
TrueCharts Bot
7863e09e9a chore(deps): update container image tccr.io/truecharts/jupyter-all-spark to v2023-08 (#11956) 2023-08-28 08:37:46 +02:00
TrueCharts Bot
1cb15064e2 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11955) 2023-08-28 08:36:36 +02:00
TrueCharts Bot
1d14a97a71 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11954) 2023-08-28 06:35:17 +02:00
TrueCharts Bot
83589474c1 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11953) 2023-08-28 05:38:49 +02:00
TrueCharts Bot
b019024a18 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11952) 2023-08-28 04:42:48 +02:00
TrueCharts Bot
d8280110f3 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#11951) 2023-08-28 03:59:19 +02:00
TrueCharts Bot
9df905b954 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11950) 2023-08-28 01:35:06 +02:00
TrueCharts Bot
78dfa193a1 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#11947) 2023-08-28 00:37:19 +02:00
TrueCharts Bot
b51f072fb6 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.1 (#11949) 2023-08-27 23:37:21 +02:00
TrueCharts Bot
b09d5e25c9 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11948) 2023-08-27 22:37:24 +02:00
TrueCharts Bot
89e0bb936c chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11946) 2023-08-27 20:37:27 +02:00
TrueCharts Bot
d12a878580 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11945) 2023-08-27 20:36:42 +02:00
TrueCharts Bot
37fd72a890 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11944) 2023-08-27 19:36:09 +02:00
TrueCharts Bot
6816ae579d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11943) 2023-08-27 18:37:25 +02:00
TrueCharts Bot
e4492cab8d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11942) 2023-08-27 17:35:04 +02:00
TrueCharts Bot
0ad3e9ff42 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.2 (#11941) 2023-08-27 16:36:56 +02:00
TrueCharts Bot
fe69db9b51 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11939) 2023-08-27 14:40:48 +02:00
TrueCharts Bot
3a0c2a5767 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11940) 2023-08-27 14:39:20 +02:00
TrueCharts Bot
d23bcdf415 chore(deps): update renovatebot/github-action action to v39.0.3 (#11937)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.2` -> `v39.0.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.0.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.3)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.2...v39.0.3)

##### Build System

- **deps:** update dependency semantic-release to v21.0.9
([35abd2f](35abd2f629))

##### Continuous Integration

- **deps:** update renovate docker tag to v36.64.4
([5d79867](5d7986744b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-27 14:25:26 +02:00
TrueCharts Bot
73686694dc chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#11936) 2023-08-27 12:36:10 +02:00
TrueCharts Bot
d7cbe462be chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11935) 2023-08-27 12:35:56 +02:00
TrueCharts Bot
5b4466fab3 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11934) 2023-08-27 11:34:11 +02:00
TrueCharts Bot
9090e2194c chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11933) 2023-08-27 11:33:41 +02:00
TrueCharts Bot
a5e649cbd3 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11931) 2023-08-27 10:35:16 +02:00
TrueCharts Bot
56882132bf chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11930) 2023-08-27 09:35:13 +02:00
TrueCharts Bot
c54da9b5ab chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#11929) 2023-08-27 08:37:17 +02:00
TrueCharts Bot
4809f54724 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11928) 2023-08-27 08:36:03 +02:00
TrueCharts Bot
f3b494ee48 chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.6.0 (#11927) 2023-08-27 05:35:50 +02:00
TrueCharts Bot
2c318e201f chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.8.0 (#11925) 2023-08-27 04:41:11 +02:00
TrueCharts Bot
730722a7b7 chore(deps): update immich (minor) (#11922) 2023-08-27 02:56:00 +02:00
TrueCharts Bot
39ddb78922 chore(deps): update container image tccr.io/truecharts/romm to v1.10.0 (#11921) 2023-08-27 02:48:46 +02:00
TrueCharts Bot
69d8d9e312 chore(deps): update container image tccr.io/truecharts/immich-ml to v1.75.1 (#11920) 2023-08-27 00:40:03 +02:00
TrueCharts Bot
2de10f19bf chore(deps): update renovatebot/github-action action to v39.0.2 (#11919)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.1` -> `v39.0.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.0.2`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.2)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.1...v39.0.2)

##### Documentation

- update references to ghcr.io/renovatebot/renovate to v36
([e8e566e](e8e566e426))
- update references to ghcr.io/renovatebot/renovate to v36.42.4
([ade9d84](ade9d84e12))
- update references to ghcr.io/renovatebot/renovate to v36.52.2
([ce7fa70](ce7fa705ed))
- update references to renovatebot/github-action to v39.0.1
([80f3301](80f330191f))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;788](https://togithub.com/renovatebot/github-action/issues/788))
([4b70437](4b7043708f))
- **deps:** lock file maintenance
([dc88b89](dc88b89f49))
- **deps:** lock file maintenance
([353aacc](353aacc942))
- **deps:** lock file maintenance
([b7a393c](b7a393c908))
- **deps:** lock file maintenance
([da51f39](da51f39422))
- **deps:** update commitlint monorepo to v17.6.7
([909b5c0](909b5c01df))
- **deps:** update commitlint monorepo to v17.7.0
([70c2748](70c2748383))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.7.1
([a2b78dc](a2b78dc32b))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.39
([ffdd2cf](ffdd2cf147))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.40
([1d4bf5e](1d4bf5ed90))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.41
([a1f16b1](a1f16b151c))
- **deps:** update dependency eslint to v8.46.0
([fb635b5](fb635b5a48))
- **deps:** update dependency eslint to v8.47.0
([8310cc7](8310cc7eec))
- **deps:** update dependency eslint-config-prettier to v8.10.0
([7b83472](7b834729c0))
- **deps:** update dependency eslint-config-prettier to v8.9.0
([178ac14](178ac14f95))
- **deps:** update dependency lint-staged to v13.3.0
([510f6dc](510f6dca08))
- **deps:** update linters to v6 (major)
([#&#8203;784](https://togithub.com/renovatebot/github-action/issues/784))
([172a8bb](172a8bbf3c))
- **deps:** update linters to v6.3.0
([97698ab](97698ab131))
- **deps:** update linters to v6.4.0
([e610b26](e610b2658c))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/npm](https://togithub.com/semantic-release/npm)
to v10.0.5
([0f1a5f0](0f1a5f0eea))

##### Continuous Integration

- **deps:** update actions/checkout action to v3.6.0
([9f7ea54](9f7ea54e63))
- **deps:** update actions/setup-node action to v3.8.0
([6148d8b](6148d8bdf9))
- **deps:** update actions/setup-node action to v3.8.1
([f0dd1d0](f0dd1d0815))
- **deps:** update renovate docker tag to v36.20.1
([af4cc6c](af4cc6cd25))
- **deps:** update renovate docker tag to v36.21.0
([6dcd069](6dcd0690bc))
- **deps:** update renovate docker tag to v36.23.0
([67203cd](67203cdb8d))
- **deps:** update renovate docker tag to v36.23.2
([1d3848f](1d3848f830))
- **deps:** update renovate docker tag to v36.24.0
([8cdc2b9](8cdc2b91a4))
- **deps:** update renovate docker tag to v36.25.0
([5173f78](5173f785e0))
- **deps:** update renovate docker tag to v36.25.2
([05edeb8](05edeb84f7))
- **deps:** update renovate docker tag to v36.25.3
([f89d6e9](f89d6e909a))
- **deps:** update renovate docker tag to v36.25.5
([a0f5dfb](a0f5dfb48f))
- **deps:** update renovate docker tag to v36.26.0
([47f2313](47f2313e7c))
- **deps:** update renovate docker tag to v36.26.1
([92c60e8](92c60e8dc8))
- **deps:** update renovate docker tag to v36.27.1
([455374e](455374e881))
- **deps:** update renovate docker tag to v36.27.2
([4e348a2](4e348a2f8d))
- **deps:** update renovate docker tag to v36.30.0
([c137283](c1372837a9))
- **deps:** update renovate docker tag to v36.31.0
([483c2fa](483c2faa62))
- **deps:** update renovate docker tag to v36.33.5
([02d161f](02d161f360))
- **deps:** update renovate docker tag to v36.34.0
([14937ce](14937ce963))
- **deps:** update renovate docker tag to v36.35.0
([8544959](8544959877))
- **deps:** update renovate docker tag to v36.35.1
([b6b4faa](b6b4faa79b))
- **deps:** update renovate docker tag to v36.37.0
([94144f5](94144f5f41))
- **deps:** update renovate docker tag to v36.40.0
([f0bcba5](f0bcba5eb7))
- **deps:** update renovate docker tag to v36.40.3
([4ae71b8](4ae71b8166))
- **deps:** update renovate docker tag to v36.40.4
([7c919e7](7c919e7bfe))
- **deps:** update renovate docker tag to v36.41.0
([0ba4b0b](0ba4b0bb57))
- **deps:** update renovate docker tag to v36.42.0
([170ae9e](170ae9e4cf))
- **deps:** update renovate docker tag to v36.42.1
([c0976ea](c0976ea233))
- **deps:** update renovate docker tag to v36.42.3
([a843404](a8434041d6))
- **deps:** update renovate docker tag to v36.42.4
([3f197e8](3f197e8a10))
- **deps:** update renovate docker tag to v36.43.0
([383cb14](383cb145ca))
- **deps:** update renovate docker tag to v36.43.2
([76334ee](76334ee088))
- **deps:** update renovate docker tag to v36.44.0
([fad2eb7](fad2eb7324))
- **deps:** update renovate docker tag to v36.45.0
([2bd242c](2bd242c8ed))
- **deps:** update renovate docker tag to v36.46.0
([3682645](368264530c))
- **deps:** update renovate docker tag to v36.49.0
([685fb28](685fb2811f))
- **deps:** update renovate docker tag to v36.50.0
([2b3dd28](2b3dd287a2))
- **deps:** update renovate docker tag to v36.52.0
([70477d7](70477d714c))
- **deps:** update renovate docker tag to v36.52.1
([1a967cb](1a967cb2b1))
- **deps:** update renovate docker tag to v36.52.2
([da8b5d0](da8b5d08cd))
- **deps:** update renovate docker tag to v36.52.4
([eba6f65](eba6f65c39))
- **deps:** update renovate docker tag to v36.53.0
([6810602](68106026fd))
- **deps:** update renovate docker tag to v36.54.3
([37fc89a](37fc89a9f1))
- **deps:** update renovate docker tag to v36.56.3
([675dc13](675dc13835))
- **deps:** update renovate docker tag to v36.57.11
([399d974](399d974bca))
- **deps:** update renovate docker tag to v36.57.2
([416af1a](416af1a0c4))
- **deps:** update renovate docker tag to v36.57.3
([6a8282e](6a8282e23b))
- **deps:** update renovate docker tag to v36.57.4
([1348228](1348228d5e))
- **deps:** update renovate docker tag to v36.57.7
([09dda67](09dda67fd2))
- **deps:** update renovate docker tag to v36.64.0
([5fef438](5fef438b03))
- **deps:** update renovate docker tag to v36.64.1
([127b18f](127b18fbf1))
- **deps:** update renovate docker tag to v36.64.3
([f40867b](f40867b4ed))
- **deps:** update wagoid/commitlint-github-action action to v5.4.3
([9f89e5b](9f89e5bb11))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC40IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-27 00:22:11 +02:00
TrueCharts Bot
86efca6998 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.23.1 (#11918) 2023-08-26 23:34:26 +02:00
TrueCharts Bot
1d9b76cd32 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.1 (#11917) 2023-08-26 21:35:51 +02:00
TrueCharts Bot
d91bb6e983 chore(deps): update container image tccr.io/truecharts/tinymediamanager to v4.3.13 (#11916) 2023-08-26 20:37:36 +02:00
TrueCharts Bot
55be8a76be chore(deps): update container image tccr.io/truecharts/stash to v0.22.1 (#11915) 2023-08-26 20:37:01 +02:00
TrueCharts Bot
85d41adb6a chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.3.2 (#11914) 2023-08-26 19:37:07 +02:00
StevenMcElligott
f6f94dd269 fix(odi-nds): Fix main ports/questions (#11884)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-26 13:03:59 -04:00
TrueCharts Bot
f604a8b0bb chore(deps): update container image tccr.io/truecharts/dashdot to v5.2.3 (#11913) 2023-08-26 17:35:12 +02:00
TrueCharts Bot
d02fa096ef chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#11911) 2023-08-26 16:37:13 +02:00
TrueCharts Bot
6df3b36062 chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-08 (#11909) 2023-08-26 15:38:31 +02:00
TrueCharts Bot
c92ff62111 chore(deps): update container image tccr.io/truecharts/whoogle-search to v0.8.3 (#11910) 2023-08-26 15:33:15 +02:00
TrueCharts Bot
1fe960b4e0 chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-08 (#11907) 2023-08-26 14:36:41 +02:00
TrueCharts Bot
26faa375ae chore(deps): update container image tccr.io/truecharts/strapi to v4.12.6 (#11908) 2023-08-26 14:31:24 +02:00
TrueCharts Bot
1d393fc467 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.3.2171 (#11904) 2023-08-26 13:31:28 +02:00
TrueCharts Bot
bec3048e5a chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.3.3880 (#11901) 2023-08-26 12:29:32 +02:00
TrueCharts Bot
03db25a33b chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.3 (#11902) 2023-08-26 12:29:25 +02:00
TrueCharts Bot
05885ea52a chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.17.2 (#11899) 2023-08-26 11:32:49 +02:00
TrueCharts Bot
e15a2b3099 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.1 (#11898) 2023-08-26 11:32:06 +02:00
TrueCharts Bot
01a22835af chore(deps): update container image tccr.io/truecharts/flowise to v1.3.4 (#11895) 2023-08-26 10:38:04 +02:00
TrueCharts Bot
7182f6b413 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#11896) 2023-08-26 10:34:54 +02:00
TrueCharts Bot
91e8b8cc25 chore(deps): update container image tccr.io/truecharts/esphome to v2023.8.2 (#11894) 2023-08-26 09:41:33 +02:00
TrueCharts Bot
b790d259f1 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.17 (#11893) 2023-08-26 09:39:52 +02:00
TrueCharts Bot
e7b216c2ef chore(deps): update helm chart common to 14.0.3 (#11687) 2023-08-26 08:37:12 +02:00
TrueCharts Bot
f6911d9364 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.7.0 (#11891) 2023-08-26 08:35:25 +02:00
TrueCharts Bot
6bdc3bb6d1 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#11892) 2023-08-26 08:31:16 +02:00
TrueCharts Bot
f37f31ce5a chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#11889) 2023-08-26 07:30:57 +02:00
TrueCharts Bot
f83ab0ae4b chore(deps): update container image tccr.io/truecharts/netdata to v1.42.1 (#11890) 2023-08-26 07:30:45 +02:00
TrueCharts Bot
1dcd11a372 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.4 (#11887) 2023-08-26 06:30:56 +02:00
TrueCharts Bot
cea7904e29 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.5.3530 (#11888) 2023-08-26 06:30:40 +02:00
TrueCharts Bot
0990cfbe08 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.2 (#11886) 2023-08-26 05:32:11 +02:00
TrueCharts Bot
e37055b780 chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 (#11885) 2023-08-26 05:30:43 +02:00
TrueCharts Bot
ae810fc95e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11882) 2023-08-26 04:38:17 +02:00
TrueCharts Bot
8371ae02c6 chore(deps): update container image tccr.io/truecharts/drawio to v21.6.9 (#11883) 2023-08-26 04:31:42 +02:00
TrueCharts Bot
1c7b061280 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v3.0.0 (#11821) 2023-08-26 03:56:29 +02:00
TrueCharts Bot
0851e7d2f2 chore(deps): update container image tccr.io/truecharts/clamav to v1.1.1 (#11881) 2023-08-26 03:54:14 +02:00
TrueCharts Bot
b9c084c41e chore(deps): update webtop (#11880) 2023-08-26 03:44:57 +02:00
TrueCharts Bot
977ec8c49e chore(deps): update jupyter (#11878) 2023-08-26 02:43:26 +02:00
TrueCharts Bot
f6e1c39a6c chore(deps): update rdesktop (#11879) 2023-08-26 02:39:23 +02:00
TrueCharts Bot
27cae413b7 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11876) 2023-08-26 01:35:23 +02:00
TrueCharts Bot
1358d60eb6 chore(deps): update container image tccr.io/truecharts/minio to latest (#11877) 2023-08-26 01:32:05 +02:00
TrueCharts Bot
13c23b7d93 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11875) 2023-08-25 23:36:23 +02:00
TrueCharts Bot
d6f31aac6e chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11874) 2023-08-25 22:38:30 +02:00
TrueCharts Bot
18d4099f77 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11873) 2023-08-25 21:37:17 +02:00
TrueCharts Bot
1e17b8c9aa chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11872) 2023-08-25 18:38:08 +02:00
TrueCharts Bot
816cd5fb62 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11871) 2023-08-25 16:38:23 +02:00
TrueCharts Bot
afef38fb6b chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11869) 2023-08-25 15:36:56 +02:00
TrueCharts Bot
1c3d71bea6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11870) 2023-08-25 15:36:34 +02:00
TrueCharts Bot
e37e2b6aaf chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11868) 2023-08-25 14:39:31 +02:00
TrueCharts Bot
8c291ecbf0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11867) 2023-08-25 13:35:31 +02:00
TrueCharts Bot
ffa9b37167 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11866) 2023-08-25 12:38:15 +02:00
TrueCharts Bot
5ee9b70e83 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11865) 2023-08-25 11:34:47 +02:00
Xstar97TheNoob
2d2b2b05e8 fix(odoo) fix odoo and migrate to latest common. (#11730)
**Description**
update chart to v16
migrate to latest common
fix DB integration.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-25 10:27:47 +02:00
StevenMcElligott
ec92933802 docs(Tailscale): Add Instructions for Host-Network (#11756)
**Description**

Add description on enabling `Host-Networking`

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-25 10:19:49 +02:00
Xstar97TheNoob
0451e0887b fix(modsecurity-crs) remove backend variable. (#11791)
**Description**
Remove the backend option as it not needed for the app in use of the
traefik plugin.
Added docs.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X ] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-25 10:19:36 +02:00
Christian Heimlich
b126b47643 fix(traefik) Update traefik image to build with new Real-IP repo (#11856)
**Description**
Updates the traefik container image to the one with
https://github.com/jramsgz/traefik-real-ip baked in, as originally
intended in #11834.

⚒️ 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?**
Image works correctly when manually updating the image from 21.0.2 on my
local system.

**📃 Notes:**
Apologies for not marking the original PR as Draft/DNM before sorting
this.

**✔️ 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-25 10:15:41 +02:00
TrueCharts Bot
e8682c37a0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11864) 2023-08-25 09:35:07 +02:00
TrueCharts Bot
38ef36f001 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11863) 2023-08-25 07:37:00 +02:00
TrueCharts Bot
7c24f3ca42 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11862) 2023-08-25 06:35:52 +02:00
TrueCharts Bot
d9a3fa8eb1 chore(deps): update container image tccr.io/truecharts/ombi to v4.43.5 (#11861) 2023-08-25 05:34:03 +02:00
TrueCharts Bot
4dff1c3a66 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11859) 2023-08-25 04:40:38 +02:00
TrueCharts Bot
ececa6b673 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#11860) 2023-08-25 04:40:26 +02:00
TrueCharts Bot
9b9a53d685 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11858) 2023-08-25 03:58:58 +02:00
TrueCharts Bot
a826702fa3 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11857) 2023-08-25 03:58:38 +02:00
TrueCharts-Bot
7313ee05d1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-25 00:23:08 +00:00
TrueCharts Bot
8501232a02 chore(deps): update minecraft-java (minor) (#11854) 2023-08-25 01:03:42 +02:00
TrueCharts Bot
c1c02c4448 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11853) 2023-08-25 00:38:15 +02:00
TrueCharts Bot
327f106631 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11851) 2023-08-24 23:39:18 +02:00
TrueCharts Bot
a03f970b46 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11852) 2023-08-24 23:38:36 +02:00
TrueCharts Bot
d4ff440fbd chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11850) 2023-08-24 22:37:34 +02:00
Xstar97TheNoob
5a1936ce4b feat(jellystat) add jellystat (#11842)
**Description**
A free and open source Statistics App for Jellyfin.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-24 22:31:44 +02:00
polarstack
9b9451ecc2 fix(traefik): load modsecurity plugin (#11845)
**Description**
In PR https://github.com/truecharts/charts/pull/11086 the plugin
modsecurity was introduced. Unfortunately it was incomplete as the
necessary args were missing in the template. This PR fixes it

⚒️ Fixes  #11797

**⚙️ 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?**
See #11797

**📃 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-24 22:31:32 +02:00
TrueCharts Bot
56d92754d5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11849) 2023-08-24 20:39:09 +02:00
TrueCharts Bot
c88f8dc49f chore(deps): update helm general non-major (#11848) 2023-08-24 19:42:35 +02:00
TrueCharts Bot
8dcf082f0d chore(deps): update container image tccr.io/truecharts/openhab to v4.0.2 (#11622) 2023-08-24 18:37:02 +02:00
TrueCharts Bot
68b0fd2159 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#11847) 2023-08-24 18:36:52 +02:00
TrueCharts Bot
e3d95023af chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11846) 2023-08-24 18:36:15 +02:00
TrueCharts Bot
8239557840 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11806) 2023-08-24 18:35:56 +02:00
TrueCharts Bot
1641feb3e1 chore(deps): update github-actions (#11844)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `c85c95e` -> `f43a0e5` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v3.5.3` -> `v3.6.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v3.6.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.3...v3.6.0)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://togithub.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://togithub.com/actions/checkout/pull/579)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny40IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-24 17:23:11 +02:00
TrueCharts Bot
10b88d86a8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11843) 2023-08-24 15:37:08 +02:00
Christian Heimlich
feb1e329c6 Use jramsgz fork for traefik-real-ip middleware plugin (#11834) 2023-08-24 13:48:11 +02:00
TrueCharts Bot
b4a10e11fd chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11841) 2023-08-24 10:38:29 +02:00
TrueCharts Bot
1e28f1e0bd chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11840) 2023-08-24 09:36:08 +02:00
TrueCharts Bot
77551b40cb chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11839) 2023-08-24 09:35:47 +02:00
TrueCharts Bot
370a43be7a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11836) 2023-08-24 06:36:21 +02:00
TrueCharts Bot
693c12b256 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11837) 2023-08-24 06:35:34 +02:00
TrueCharts Bot
7b2a08830e chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11835) 2023-08-24 05:34:35 +02:00
TrueCharts Bot
e29e079dd1 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11832) 2023-08-24 04:40:29 +02:00
TrueCharts Bot
34beb40312 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#11833) 2023-08-24 04:38:00 +02:00
TrueCharts Bot
cdf6d2d335 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11830) 2023-08-24 01:41:59 +02:00
TrueCharts Bot
6ec594c211 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11831) 2023-08-24 01:40:59 +02:00
TrueCharts Bot
d6d9983364 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#11829) 2023-08-24 00:36:58 +02:00
TrueCharts Bot
dee877daf3 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11828) 2023-08-23 23:36:22 +02:00
TrueCharts Bot
5c2a4abcf6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11827) 2023-08-23 21:37:07 +02:00
TrueCharts Bot
2b81546769 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11826) 2023-08-23 20:38:44 +02:00
TrueCharts Bot
e3c28b30ad chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11824) 2023-08-23 17:37:11 +02:00
TrueCharts Bot
9568d6c01f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11825) 2023-08-23 17:36:54 +02:00
TrueCharts Bot
605904bac0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11823) 2023-08-23 16:35:13 +02:00
TrueCharts Bot
b797d51d4b chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#11820) 2023-08-23 15:37:58 +02:00
TrueCharts Bot
bf2f57526d chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.2 (#11819) 2023-08-23 13:36:09 +02:00
TrueCharts Bot
b87d1f0e39 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11818) 2023-08-23 12:34:25 +02:00
TrueCharts Bot
6b54c73775 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11816) 2023-08-23 11:38:12 +02:00
TrueCharts Bot
dbfc57af1f chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#11728) 2023-08-23 11:38:03 +02:00
TrueCharts Bot
4bf2c768ab chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11815) 2023-08-23 09:35:40 +02:00
TrueCharts Bot
3e5b4ceadc chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11814) 2023-08-23 09:35:06 +02:00
Ac1dburn
e39b014ed2 Rutorrent incorrectly named port variable (#11812)
**Description**
Rutorrent incorrectly named port variable . Changed from torrent to
torrent
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Ac1dburn <colinborins@hotmail.com>
2023-08-23 03:13:20 -04:00
TrueCharts Bot
3789692f98 chore(deps): update helm general non-major (#11767) 2023-08-23 06:37:33 +02:00
TrueCharts Bot
f009d8675e chore(deps): update container image tailscale/tailscale to v1.48.1 (#11811) 2023-08-23 05:36:18 +02:00
TrueCharts Bot
2b7b7e8194 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11809) 2023-08-23 04:40:00 +02:00
TrueCharts Bot
471ec39001 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11810) 2023-08-23 04:38:35 +02:00
TrueCharts Bot
733338b397 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11808) 2023-08-23 03:54:36 +02:00
StevenMcElligott
fb6fa20b19 fix(rtorrent-rutorrent): Fix questions (#11807)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-23 01:21:33 +00:00
TrueCharts-Bot
2c5525d217 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-23 00:22:14 +00:00
TrueCharts Bot
b83eb55be0 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11804) 2023-08-23 01:38:42 +02:00
TrueCharts Bot
235df7890e chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11805) 2023-08-23 01:36:34 +02:00
TrueCharts Bot
26aa1c9c50 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11803) 2023-08-22 21:37:29 +02:00
TrueCharts Bot
35c3a572a5 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11802) 2023-08-22 21:35:22 +02:00
Ac1dburn
56fbcb45cc feat(rtorrent-rutorrent) add rtorrent-rutorrent (#11794)
**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**

- [ X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
This release is with the offical docker container for
https://github.com/crazy-max/docker-rtorrent-rutorrent
**✔️ Checklist:**

- [✔️ ] ⚖️ My code follows the style guidelines of this project
- [ ✔️] 👀 I have performed a self-review of my own code
- [ ]✔️ #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [✔️ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Ac1dburn <colinborins@hotmail.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-22 19:26:49 +00:00
TrueCharts Bot
8939687efc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11799) 2023-08-22 20:38:15 +02:00
TrueCharts Bot
d0c01984ef chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11795) 2023-08-22 19:35:52 +02:00
TrueCharts Bot
a19f77a6b0 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#11796) 2023-08-22 19:33:16 +02:00
TrueCharts Bot
e92f5d5f6b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11792) 2023-08-22 18:35:28 +02:00
TrueCharts Bot
a1c8476dce chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#11793) 2023-08-22 18:32:03 +02:00
TrueCharts Bot
db5bf73316 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#11790) 2023-08-22 17:35:27 +02:00
TrueCharts Bot
0df80599ac chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11787) 2023-08-22 16:37:40 +02:00
TrueCharts Bot
cd7914d35c chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#11788) 2023-08-22 16:33:56 +02:00
TrueCharts Bot
375d85bb0d chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11785) 2023-08-22 15:39:11 +02:00
TrueCharts Bot
c06151f66d chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11786) 2023-08-22 15:35:12 +02:00
TrueCharts Bot
26cddbcbb1 chore(deps): update container image tccr.io/truecharts/boinc to latest (#11783) 2023-08-22 14:36:47 +02:00
TrueCharts Bot
9d8fb2c110 chore(deps): update container image tccr.io/truecharts/webtop to latest (#11784) 2023-08-22 14:33:13 +02:00
polarstack
46d1da8ca1 feat(metabase): add metabase (#11616)
**Description**
Metabase sets up in five minutes, connecting to your database, and
bringing its data to life in beautiful visualizations.
An intuitive interface makes data exploration feel like second
nature—opening data up for everyone, not just analysts and developers.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
* Install Ubuntu 22.03
* Install k3s
* Install Helm
* git clone https://github.com/truecharts/charts.git
* cd ~/charts/charts/operators/cloudnative-pg/
* helm install cloudnative-pg .
* cd ~/charts/charts/operators/prometheus-operator
* helm install prometheus-operator .
* cd ~/charts/charts/incubator/metabase
* helm dep update
* k3s kubectl create ns metabase
* helm install -n metabase metabase .
* helm uninstall -n metabase metabase
* k3s kubectl delete ns metabase

**📃 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-22 11:58:24 +00:00
TrueCharts Bot
418b63b6d9 chore(deps): update webtop (#11782) 2023-08-22 13:32:00 +02:00
TrueCharts Bot
39b9c42b51 chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#11781) 2023-08-22 12:31:20 +02:00
TrueCharts Bot
69014b6e9e chore(deps): update webtop (#11780) 2023-08-22 10:32:40 +02:00
StevenMcElligott
eb271cb54b docs(Zerotier): Update docs (#11757)
**Description**

More updates 

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-22 09:48:04 +02:00
TrueCharts Bot
c2364fd7b3 chore(deps): update webtop (#11779) 2023-08-22 09:33:55 +02:00
EMERALD
0d32aa4884 fix(mealie) ldap name attribute (#11654)
**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 #11653 by replacing a non-existent variable name with what is
believed to be the intended one.

**⚙️ 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
-->
Has not been tested as it's a simple typo fix.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: EMERALD <hudson.samuels@gmail.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-22 07:23:52 +00:00
StevenMcElligott
f293089647 migrate(obs-ndi-migration): Miigrate to new common (#11772)
**Description**

Let's see how this reacts

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-22 08:50:45 +02:00
TrueCharts Bot
ce8edf1557 chore(deps): update webtop (#11778) 2023-08-22 08:35:02 +02:00
Kjeld Schouten
5a1881bf18 add(modsecurity-crs): add modsecurity to stable 2023-08-22 08:15:52 +02:00
TrueCharts Bot
4336fdf432 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11776) 2023-08-22 07:36:40 +02:00
TrueCharts Bot
d05eb683fb chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#11777) 2023-08-22 07:31:47 +02:00
TrueCharts Bot
dd80d9611f chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11774) 2023-08-22 06:36:02 +02:00
TrueCharts Bot
b4144dde1c chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#11775) 2023-08-22 06:32:48 +02:00
TrueCharts Bot
21794802b1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11773) 2023-08-22 05:33:10 +02:00
TrueCharts Bot
486a03d57f chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11770) 2023-08-22 04:43:55 +02:00
TrueCharts Bot
cbfc2d114f chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#11771) 2023-08-22 04:37:50 +02:00
TrueCharts Bot
ba3f07ff69 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#11769) 2023-08-22 03:52:22 +02:00
TrueCharts Bot
d82bff71f1 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11768) 2023-08-22 02:53:36 +02:00
TrueCharts-Bot
192c33d8af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-22 00:22:13 +00:00
TrueCharts Bot
4feba8a112 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11765) 2023-08-22 00:37:22 +02:00
TrueCharts Bot
10276e6001 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11766) 2023-08-22 00:36:27 +02:00
TrueCharts Bot
70d920e7b4 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11763) 2023-08-21 23:36:00 +02:00
TrueCharts Bot
9ce4ed71bf chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11762) 2023-08-21 21:35:40 +02:00
TrueCharts Bot
569e62e571 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11760) 2023-08-21 20:38:11 +02:00
TrueCharts Bot
23a2d567e2 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11761) 2023-08-21 20:37:48 +02:00
TrueCharts Bot
8090dbc809 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11759) 2023-08-21 18:38:25 +02:00
TrueCharts Bot
216c68a6ec chore(deps): update rdesktop (#11758) 2023-08-21 17:34:19 +02:00
TrueCharts Bot
55660fccef chore(deps): update rdesktop (#11755) 2023-08-21 16:33:03 +02:00
TrueCharts Bot
74f14d81b5 chore(deps): update rdesktop (#11754) 2023-08-21 15:34:54 +02:00
TrueCharts Bot
56a7b42d35 chore(deps): update rdesktop (#11753) 2023-08-21 13:35:55 +02:00
TrueCharts Bot
3461a1daf1 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11752) 2023-08-21 12:38:44 +02:00
Xstar97TheNoob
b844a2b6a2 feat(tagspaces) move tagspaces to stable. (#11729)
**Description**
Move to stable.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-21 12:38:25 +02:00
TrueCharts Bot
221ad21a93 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#11751) 2023-08-21 11:31:50 +02:00
TrueCharts Bot
f64376097c chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11749) 2023-08-21 09:35:30 +02:00
TrueCharts Bot
7a78c36713 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11750) 2023-08-21 09:35:23 +02:00
TrueCharts Bot
19762b9479 chore(deps): update rdesktop (#11748) 2023-08-21 07:36:22 +02:00
TrueCharts Bot
06cab9453c chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11747) 2023-08-21 06:37:51 +02:00
TrueCharts Bot
19f7a44f8f chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11746) 2023-08-21 06:35:12 +02:00
TrueCharts Bot
4ef80bf834 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11744) 2023-08-21 05:36:18 +02:00
TrueCharts Bot
07e36f9016 chore(deps): update rdesktop (#11745) 2023-08-21 05:32:32 +02:00
TrueCharts Bot
cba00224aa chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11743) 2023-08-21 03:56:11 +02:00
TrueCharts Bot
109cbbdb1d chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest (#11742) 2023-08-21 03:52:06 +02:00
TrueCharts Bot
c2dcc14063 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11741) 2023-08-21 02:48:35 +02:00
TrueCharts Bot
29aa8d9b16 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#11740) 2023-08-21 02:44:01 +02:00
TrueCharts Bot
6857e85dd6 chore(deps): update container image tccr.io/truecharts/cops to latest (#11739) 2023-08-21 01:38:31 +02:00
TrueCharts Bot
1de8a6beac chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11738) 2023-08-21 00:37:23 +02:00
TrueCharts Bot
ccb581e809 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11737) 2023-08-21 00:37:03 +02:00
TrueCharts Bot
73d69d33ad chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11736) 2023-08-20 23:36:41 +02:00
TrueCharts Bot
aced2ad464 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11734) 2023-08-20 22:39:09 +02:00
TrueCharts Bot
20508fb730 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11735) 2023-08-20 22:36:29 +02:00
TrueCharts Bot
9d3ef968da chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11733) 2023-08-20 18:38:51 +02:00
TrueCharts Bot
649c5f977a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11731) 2023-08-20 15:39:05 +02:00
TrueCharts Bot
c031fca3df chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11732) 2023-08-20 15:38:02 +02:00
TrueCharts Bot
a03fa4e038 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11727) 2023-08-20 09:34:16 +02:00
TrueCharts Bot
6d9c492c3d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11726) 2023-08-20 08:34:47 +02:00
TrueCharts Bot
4454f34c05 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11724) 2023-08-20 06:39:11 +02:00
TrueCharts Bot
0cf0aa73bd chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11725) 2023-08-20 06:37:56 +02:00
TrueCharts Bot
f3eac38b4d chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11723) 2023-08-20 04:39:34 +02:00
TrueCharts Bot
a8f4822176 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11722) 2023-08-20 04:38:05 +02:00
TrueCharts Bot
ad37116cb5 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11721) 2023-08-20 03:54:35 +02:00
TrueCharts Bot
7fd7b1f923 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#11719) 2023-08-20 01:36:48 +02:00
TrueCharts Bot
6d1104aa27 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11718) 2023-08-19 22:36:56 +02:00
TrueCharts Bot
33d67ef82a chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11717) 2023-08-19 21:35:01 +02:00
TrueCharts Bot
d38fc7537d chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11716) 2023-08-19 21:33:27 +02:00
TrueCharts Bot
ab96910fde chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11715) 2023-08-19 20:34:07 +02:00
StevenMcElligott
45ef1cafb8 docs(lldap): Fix upstream link (#11701)
**Description**

Pulling in the fix from @depasseg on the `/website` repo
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-19 20:07:03 +02:00
TrueCharts Bot
c90bf19dfe chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11714) 2023-08-19 19:38:25 +02:00
TrueCharts Bot
79380881b6 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11713) 2023-08-19 19:36:58 +02:00
TrueCharts Bot
1cff92c891 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11712) 2023-08-19 18:37:36 +02:00
allcontributors[bot]
fdd6af406d docs: add K1Hyve as a contributor for code (#11711)
Adds @K1Hyve as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11709#issuecomment-1685030464)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-19 19:18:44 +03:00
Keyvan
83a4d9d2c7 fix(pialert): fix mqtt connection (#11709)
**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.
-->
Fixed typo in MQTT connection 
⚒️ 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Keyvan <53298451+K1Hyve@users.noreply.github.com>
2023-08-19 18:38:32 +03:00
TrueCharts Bot
6c7b81e49f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11710) 2023-08-19 17:35:25 +02:00
TrueCharts Bot
927822bd71 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11708) 2023-08-19 16:34:43 +02:00
TrueCharts Bot
5a2b676d07 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#11707) 2023-08-19 16:34:30 +02:00
kqmaverick
fc6b5b860c fix(satisfactory): add tmp dumps (#11704)
**Description**
Adds /tmp/dumps as predefined emptydir.

⚒️ Fixes  #

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-19 16:59:42 +03:00
TrueCharts Bot
505547ceed chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11703) 2023-08-19 15:36:41 +02:00
TrueCharts Bot
16face40b8 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11702) 2023-08-19 15:36:22 +02:00
TrueCharts Bot
82f942f68e chore(deps): update webtop (#11700) 2023-08-19 14:34:48 +02:00
TrueCharts Bot
0b9605179c chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.0 (#11699) 2023-08-19 11:39:01 +02:00
Xstar97TheNoob
1a82032819 fix(gamevault-backend) fix the gui options. (#11662)
**Description**
top level section and separate section for custom variables.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-19 11:03:55 +02:00
TrueCharts Bot
a2f8abb004 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11698) 2023-08-19 10:34:28 +02:00
Ben Kochie
fa62a54fba fix(prometheus): Fix remoteWrite rendering (#11659)
**Description**
Replace old common render with `toYaml` syntax.

⚒️ 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: SuperQ <superq@gmail.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-19 11:01:35 +03:00
TrueCharts Bot
b73d63e288 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#11697) 2023-08-19 09:36:50 +02:00
TrueCharts Bot
1cae9bfca7 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11695) 2023-08-19 08:37:19 +02:00
TrueCharts Bot
5eb0f0f8ab chore(deps): update webtop (#11696) 2023-08-19 08:33:30 +02:00
TrueCharts Bot
3e4c238ed5 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11694) 2023-08-19 07:37:42 +02:00
TrueCharts Bot
a2f1431c1d chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.23.0 (#11693) 2023-08-19 06:36:51 +02:00
TrueCharts Bot
31f00c1e15 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#11692) 2023-08-19 06:35:29 +02:00
TrueCharts Bot
2e9852fd79 chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.3.0 (#11691) 2023-08-19 05:37:33 +02:00
TrueCharts Bot
92b23e942c chore(deps): update webtop (#11690) 2023-08-19 05:34:05 +02:00
TrueCharts Bot
f299be3307 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11688) 2023-08-19 04:37:02 +02:00
TrueCharts Bot
974a72db40 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#11689) 2023-08-19 04:35:14 +02:00
TrueCharts Bot
8c1cda9d9e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#11686) 2023-08-19 03:48:48 +02:00
TrueCharts Bot
07e0be251b chore(deps): update helm chart common to 14.0.3 (#11633) 2023-08-19 02:52:56 +02:00
TrueCharts Bot
af37ba9acd chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.0 (#11685) 2023-08-19 02:52:19 +02:00
TrueCharts Bot
675f025530 chore(deps): update rdesktop (#11684) 2023-08-19 02:47:47 +02:00
TrueCharts Bot
8c64e7a643 chore(deps): update container image tccr.io/truecharts/outline to v0.71.0 (#11682) 2023-08-19 01:38:20 +02:00
TrueCharts Bot
f2a2ef8735 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11683) 2023-08-19 01:36:38 +02:00
TrueCharts Bot
5f4b5fb271 chore(deps): update container image tccr.io/truecharts/ntfy to v2.7.0 (#11681) 2023-08-19 00:36:57 +02:00
TrueCharts Bot
e014790775 chore(deps): update rdesktop (#11680) 2023-08-19 00:32:26 +02:00
TrueCharts Bot
d7b05cd37c chore(deps): update container image tccr.io/truecharts/esphome to v2023.8.1 (#11678) 2023-08-18 23:39:28 +02:00
TrueCharts Bot
bf3a8633d9 chore(deps): update container image tccr.io/truecharts/n8n to v1.3.1 (#11679) 2023-08-18 23:38:38 +02:00
TrueCharts Bot
412b3593fb chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11676) 2023-08-18 22:35:39 +02:00
TrueCharts Bot
15467571e8 chore(deps): update container image tccr.io/truecharts/ipfs to v0.22.0 (#11675) 2023-08-18 22:35:36 +02:00
TrueCharts Bot
f8c4c60d0a chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#11674) 2023-08-18 21:43:18 +02:00
TrueCharts Bot
bc5aa8384f chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11673) 2023-08-18 21:38:13 +02:00
TrueCharts Bot
fc4c0d280a chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.1 (#11672) 2023-08-18 20:37:56 +02:00
TrueCharts Bot
4d7e3ee050 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11671) 2023-08-18 20:37:32 +02:00
TrueCharts Bot
432969b7c2 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11578) 2023-08-18 20:37:03 +02:00
TrueCharts Bot
4069d5f0e3 chore(deps): update container image tccr.io/truecharts/strapi to v4.12.5 (#11670) 2023-08-18 19:37:45 +02:00
TrueCharts Bot
aa66e906e8 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.0 (#11669) 2023-08-18 19:36:26 +02:00
TrueCharts Bot
1011abcba5 chore(deps): update container image tccr.io/truecharts/n8n to v1.2.2 (#11668) 2023-08-18 18:40:33 +02:00
TrueCharts Bot
47935071c5 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.1 (#11667) 2023-08-18 18:39:07 +02:00
TrueCharts Bot
de3caa3bf1 chore(deps): update container image tccr.io/truecharts/xwiki to v15.6.0-postgres (#11666) 2023-08-18 17:39:12 +02:00
TrueCharts Bot
912c52830d chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11665) 2023-08-18 17:36:49 +02:00
TrueCharts Bot
6b1b59f685 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11664) 2023-08-18 16:37:07 +02:00
TrueCharts Bot
42e8178772 chore(deps): update container image tccr.io/truecharts/minio to latest (#11663) 2023-08-18 16:36:04 +02:00
TrueCharts Bot
481c1be4af chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-08 (#11660) 2023-08-18 15:43:27 +02:00
TrueCharts Bot
1b1cb90f7f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11661) 2023-08-18 15:42:58 +02:00
TrueCharts Bot
c9a9596f7f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11658) 2023-08-18 14:39:09 +02:00
TrueCharts Bot
c34a9cff6e chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11657) 2023-08-18 13:37:52 +02:00
TrueCharts Bot
d767f9b1e2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11656) 2023-08-18 09:35:45 +02:00
Xstar97TheNoob
55aeafa687 fix(lldap) add tooltips and update docs (#11631)
**Description**
Add tooltips and update docs.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-18 09:32:10 +02:00
TrueCharts Bot
c6d05076fa chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11655) 2023-08-18 08:38:48 +02:00
TrueCharts Bot
24ec66ae3d chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#11652) 2023-08-18 07:42:44 +02:00
TrueCharts Bot
c70ccda927 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#11651) 2023-08-18 07:41:08 +02:00
TrueCharts Bot
e8d4ab32d4 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11650) 2023-08-18 06:37:34 +02:00
TrueCharts Bot
1d5bad7cd5 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#11649) 2023-08-18 05:38:15 +02:00
TrueCharts Bot
839acf05fe chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11648) 2023-08-18 04:38:37 +02:00
TrueCharts Bot
d8f395a5c4 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#11647) 2023-08-18 03:55:26 +02:00
TrueCharts Bot
8a449a5288 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11645) 2023-08-18 00:36:13 +02:00
TrueCharts Bot
8daf444a54 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11644) 2023-08-17 23:38:30 +02:00
TrueCharts Bot
06e5fd9999 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11643) 2023-08-17 22:35:23 +02:00
TrueCharts Bot
add0d01c4b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11641) 2023-08-17 21:36:20 +02:00
TrueCharts Bot
98369f8686 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11640) 2023-08-17 19:34:29 +02:00
TrueCharts Bot
490b3c7c79 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11406) 2023-08-17 18:41:23 +02:00
TrueCharts Bot
933423f604 chore(deps): update actions/setup-node digest to 5e21ff4 (#11638)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| digest | `bea5baf` -> `5e21ff4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-17 18:24:54 +02:00
TrueCharts Bot
57df2ec200 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11639) 2023-08-17 17:37:44 +02:00
TrueCharts Bot
29922a8258 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11637) 2023-08-17 16:41:56 +02:00
TrueCharts Bot
185ff09df8 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#11635) 2023-08-17 15:35:49 +02:00
TrueCharts Bot
114cec89d9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11636) 2023-08-17 15:35:39 +02:00
TrueCharts Bot
16fde3acc7 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.20 (#11634) 2023-08-17 13:37:32 +02:00
TrueCharts Bot
d55a2b0252 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11632) 2023-08-17 12:36:32 +02:00
TrueCharts Bot
2cadc082fd chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11629) 2023-08-17 09:37:20 +02:00
TrueCharts Bot
7840b16bc0 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11630) 2023-08-17 09:37:03 +02:00
TrueCharts Bot
a156d55e1b chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#11628) 2023-08-17 07:40:21 +02:00
TrueCharts Bot
e5cc55eeb1 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.0 (#11627) 2023-08-17 04:36:37 +02:00
TrueCharts Bot
ca31b058c8 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11625) 2023-08-17 03:55:10 +02:00
TrueCharts Bot
3a63cc8c36 chore(deps): update container image tccr.io/truecharts/radarr to v4.7.5.7809 (#11626) 2023-08-17 03:54:52 +02:00
TrueCharts Bot
8313bbb068 chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.17.1 (#11623) 2023-08-17 02:51:18 +02:00
TrueCharts Bot
9769ef0f89 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.2.3860 (#11624) 2023-08-17 02:49:51 +02:00
TrueCharts-Bot
2df69f1a59 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-17 00:22:16 +00:00
TrueCharts Bot
7f1fdad4fa chore(deps): update container image tccr.io/truecharts/muse to v2.4.2 (#11621) 2023-08-17 01:37:16 +02:00
TrueCharts Bot
93afdf913c chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.10 (#11620) 2023-08-17 00:39:00 +02:00
TrueCharts Bot
6893a3af7e chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#11619) 2023-08-17 00:36:21 +02:00
TrueCharts Bot
a4b9304f23 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#11617) 2023-08-16 23:35:15 +02:00
TrueCharts Bot
9b168732a9 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.6.0 (#11618) 2023-08-16 23:34:58 +02:00
StevenMcElligott
66d5bf238d feat(authelia): Add Password Policy (#11109)
**Description**

The HELM/configmap part should be ok, just the SCALE questions I'm not
sure
⚒️ Fixes  #10298 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-16 23:55:27 +03:00
Stavros Kois
562590396f fix(prometheus): add missing schema key (#11615)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-16 23:54:52 +03:00
TrueCharts Bot
4b2e078712 chore(deps): update webtop (#11577)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/webtop-ubuntu-mate | digest | `5020ece` ->
`f6a6709` |
| tccr.io/truecharts/webtop-ubuntu-openbox | digest | `e0a9bf4` ->
`077cd84` |
| tccr.io/truecharts/webtop-ubuntu-xfce | digest | `d340455` ->
`d9a6fa4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40NS4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-16 23:49:53 +03:00
polarstack
77b40e6e38 feat(it-tools): add it-tools to incubator (#11602)
**Description**
it-tools offers useful tools for developer and people working in IT. 

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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.

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-16 23:49:33 +03:00
TrueCharts Bot
c9f664a9d1 chore(deps): update helm general non-major (#11557) 2023-08-16 22:47:30 +02:00
TrueCharts Bot
cbe8725760 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11613) 2023-08-16 22:37:39 +02:00
TrueCharts Bot
72783bbd66 chore(deps): update container image tccr.io/truecharts/homarr to v0.13.2 (#11614) 2023-08-16 22:36:44 +02:00
TrueCharts Bot
becf078501 chore(deps): update immich (minor) (#11331)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/immich-ml](https://togithub.com/truecharts/containers)
| minor | `v1.71.0` -> `v1.73.0` |
|
[tccr.io/truecharts/immich-proxy](https://togithub.com/truecharts/containers)
| minor | `v1.71.0` -> `v1.73.0` |
|
[tccr.io/truecharts/immich-server](https://togithub.com/truecharts/containers)
| minor | `v1.71.0` -> `v1.73.0` |
|
[tccr.io/truecharts/immich-typesense](https://togithub.com/truecharts/containers)
| minor | `v0.24.1` -> `v0.25.0` |
|
[tccr.io/truecharts/immich-web](https://togithub.com/truecharts/containers)
| minor | `v1.71.0` -> `v1.73.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-16 22:54:02 +03:00
TrueCharts Bot
17e3f54a69 chore(deps): update container image tccr.io/truecharts/flexget to v3.8.5 (#11611) 2023-08-16 21:40:28 +02:00
TrueCharts Bot
eac73b16e7 chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.2 (#11612) 2023-08-16 21:38:28 +02:00
TrueCharts Bot
4a89ccdaac chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.20 (#11610) 2023-08-16 20:38:41 +02:00
TrueCharts Bot
b4a071a6b4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11609) 2023-08-16 20:37:48 +02:00
TrueCharts Bot
5e6a86efef chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11608) 2023-08-16 19:39:16 +02:00
TrueCharts Bot
0da021ea18 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11607) 2023-08-16 19:38:55 +02:00
TrueCharts Bot
6a6b2a7cb6 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11606) 2023-08-16 18:37:52 +02:00
TrueCharts Bot
5145074acb chore(deps): update container image tccr.io/truecharts/adminer to latest (#11605) 2023-08-16 18:36:00 +02:00
TrueCharts Bot
d4d41be178 chore(deps): update container image tccr.io/truecharts/xwiki to v15.6.0-postgres (#11603) 2023-08-16 17:36:39 +02:00
TrueCharts Bot
8ce9c1d220 chore(deps): update jupyter (#11604) 2023-08-16 17:35:41 +02:00
TrueCharts Bot
2c553bcc16 chore(deps): update container image tccr.io/truecharts/cops to latest (#11600) 2023-08-16 16:36:55 +02:00
TrueCharts Bot
7c9d5b8c23 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11601) 2023-08-16 16:35:35 +02:00
TrueCharts Bot
419473c394 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11599) 2023-08-16 15:39:23 +02:00
TrueCharts Bot
28ffd4e0db chore(deps): update container image tccr.io/truecharts/calibre to v6.24.0 (#11598) 2023-08-16 12:37:53 +02:00
TrueCharts Bot
54ba30e3cc chore(deps): update container image tccr.io/truecharts/adminer to latest (#11597) 2023-08-16 12:35:50 +02:00
Xstar97TheNoob
258752ff60 fix(gamevault-backend) prep gamevault-backend for v3 (#11164)
**Description**
Prepping gamevault-backend for v3
remove the server Port variable and manually set the target port. (this
variable was removed by upstream)
add Games Search Recursive gui option
add Games Supported File Formats gui option.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-16 11:39:23 +02:00
TrueCharts Bot
bf4704d3c0 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11596) 2023-08-16 11:36:10 +02:00
TrueCharts Bot
ddaa4b953e chore(deps): update container image tccr.io/truecharts/adminer to latest (#11595) 2023-08-16 10:37:02 +02:00
TrueCharts Bot
cbb4ee4b4a chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11592) 2023-08-16 09:41:47 +02:00
TrueCharts Bot
3d4fb4e283 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11590) 2023-08-16 08:36:37 +02:00
TrueCharts Bot
5f9df7e6ec chore(deps): update container image tccr.io/truecharts/adminer to latest (#11589) 2023-08-16 08:36:16 +02:00
TrueCharts Bot
0e992d5690 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11588) 2023-08-16 07:32:14 +02:00
TrueCharts Bot
96a987a02f chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11587) 2023-08-16 06:38:33 +02:00
TrueCharts Bot
160c844daf chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11586) 2023-08-16 05:37:08 +02:00
TrueCharts Bot
ba2f2d6271 chore(deps): update container image tccr.io/truecharts/adminer to latest (#11585) 2023-08-16 05:36:20 +02:00
StevenMcElligott
d26fe04fdc fix(firezone): Update common / questions (#11584)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-16 02:55:29 +00:00
TrueCharts Bot
84dab6942d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11583) 2023-08-16 04:38:02 +02:00
TrueCharts Bot
c103dc5ee6 chore(deps): update container image tccr.io/truecharts/adminer to latest (#11582) 2023-08-16 03:53:44 +02:00
TrueCharts-Bot
acc06077be Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-16 00:23:17 +00:00
TrueCharts Bot
326ee8172e chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11581) 2023-08-16 01:37:55 +02:00
TrueCharts Bot
bf9652732a chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11579) 2023-08-15 22:38:09 +02:00
TrueCharts Bot
37dea58221 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#11576) 2023-08-15 17:33:58 +02:00
TrueCharts Bot
b1dc59361c chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11574) 2023-08-15 16:39:29 +02:00
TrueCharts Bot
c0911857d5 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#11575) 2023-08-15 16:35:35 +02:00
TrueCharts Bot
52d5f80649 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11572) 2023-08-15 15:36:20 +02:00
TrueCharts Bot
b99e11d45d chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11573) 2023-08-15 15:33:14 +02:00
TrueCharts Bot
fa95c5960d chore(deps): update container image tccr.io/truecharts/boinc to latest (#11570) 2023-08-15 14:40:07 +02:00
TrueCharts Bot
ee7e086322 chore(deps): update container image tccr.io/truecharts/webtop to latest (#11571) 2023-08-15 14:35:55 +02:00
TrueCharts Bot
d3025a6827 chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#11569) 2023-08-15 13:38:57 +02:00
TrueCharts Bot
dd62e4beae chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11568) 2023-08-15 12:41:32 +02:00
Ben Kochie
d601539189 feat(prometheus): Add remote write questions (#11555)
**Description**
Add the ability to enable remote write endpoints for sending Prometheus
data to external services. See the [remoteWrite spec] for details on the
format.

[remoteWrite
spec](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#remotewritespec)

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: SuperQ <superq@gmail.com>
2023-08-15 11:37:34 +02:00
TrueCharts Bot
bc7f520173 chore(deps): update webtop (#11567) 2023-08-15 11:36:14 +02:00
TrueCharts Bot
f3a3adcecf chore(deps): update webtop (#11566) 2023-08-15 10:38:11 +02:00
Xstar97TheNoob
7ddf383890 feat(tagspaces) add tagspaces (#11303)
**Description**
TagSpaces is an offline, open source, document manager with tagging
support.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-15 11:33:07 +03:00
TrueCharts Bot
e2fae9aed9 chore(deps): update helm chart common to 14.0.2 (#11488)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40Mi4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDIuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-15 11:32:22 +03:00
TrueCharts Bot
add536bad1 chore(deps): update webtop (#11565) 2023-08-15 08:32:19 +02:00
TrueCharts Bot
f87d5aa52a chore(deps): update webtop (#11564) 2023-08-15 07:34:18 +02:00
StevenMcElligott
7dbcd6174c migrate(shiori): Migrate to New Common (#11539)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-15 01:16:18 -04:00
TrueCharts Bot
2c19d67783 chore(deps): update webtop (#11563) 2023-08-15 06:33:20 +02:00
TrueCharts Bot
4c83f4c655 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11562) 2023-08-15 05:37:04 +02:00
TrueCharts Bot
3366a343b9 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#11561) 2023-08-15 04:44:28 +02:00
TrueCharts Bot
5179fdb763 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11560) 2023-08-15 03:54:35 +02:00
TrueCharts Bot
22e6c9ef21 chore(deps): update container image tccr.io/truecharts/nginx-proxy-manager to v2.10.4 (#11559) 2023-08-15 02:55:21 +02:00
TrueCharts Bot
1f26ae604e chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11558) 2023-08-15 01:33:28 +02:00
TrueCharts Bot
99c236ee54 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11556) 2023-08-15 00:39:47 +02:00
TrueCharts Bot
cd4a6d7ba0 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11554) 2023-08-14 19:35:42 +02:00
TrueCharts Bot
4c709b23eb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11553) 2023-08-14 18:43:15 +02:00
TrueCharts Bot
f5a77d6a0d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11552) 2023-08-14 16:36:15 +02:00
TrueCharts Bot
9b592866e0 chore(deps): update actions/setup-node digest to bea5baf (#11550)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| digest | `e33196f` -> `bea5baf` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-14 15:22:59 +02:00
TrueCharts Bot
5ce8f0a94c chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11549) 2023-08-14 13:41:05 +02:00
TrueCharts Bot
cea5b841da chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11548) 2023-08-14 13:39:34 +02:00
TrueCharts Bot
dbeeb68140 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11547) 2023-08-14 12:37:10 +02:00
TrueCharts Bot
9a2b769461 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11546) 2023-08-14 11:32:31 +02:00
TrueCharts Bot
52d7e6df4f chore(deps): update rdesktop (#11545) 2023-08-14 10:36:49 +02:00
TrueCharts Bot
6a3dfe1761 chore(deps): update rdesktop (#11544) 2023-08-14 09:33:05 +02:00
TrueCharts Bot
7a84a6f720 chore(deps): update rdesktop (#11543) 2023-08-14 08:33:04 +02:00
TrueCharts Bot
61ca7afb19 chore(deps): update rdesktop (#11542) 2023-08-14 07:35:45 +02:00
TrueCharts Bot
1991e67eeb chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11540) 2023-08-14 06:37:04 +02:00
TrueCharts Bot
da5247baaf chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest (#11541) 2023-08-14 06:33:20 +02:00
TrueCharts Bot
1a57d31af4 chore(deps): update rdesktop (#11538) 2023-08-14 05:31:54 +02:00
TrueCharts Bot
75f4250e4f chore(deps): update rdesktop (#11537) 2023-08-14 04:35:50 +02:00
TrueCharts Bot
fdca30310b chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest (#11536) 2023-08-14 03:52:33 +02:00
TrueCharts Bot
c385e6e737 chore(deps): update rdesktop (#11534) 2023-08-14 02:47:23 +02:00
TrueCharts Bot
d35613ac44 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11532) 2023-08-14 00:35:15 +02:00
TrueCharts Bot
e06e5855f5 chore(deps): update container image tccr.io/truecharts/cops to latest (#11533) 2023-08-14 00:34:31 +02:00
TrueCharts Bot
ffd620513c chore(deps): update container image tccr.io/truecharts/xwiki to v15.6.0 (#11531) 2023-08-13 23:36:17 +02:00
TrueCharts Bot
6a8f3e0c6b chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11530) 2023-08-13 23:35:04 +02:00
TrueCharts Bot
e34347a1a9 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11528) 2023-08-13 22:36:25 +02:00
TrueCharts Bot
c890b1cf2a chore(deps): update container image tccr.io/truecharts/romm to v1.9.1 (#11529) 2023-08-13 22:34:02 +02:00
TrueCharts Bot
4f7e9abc20 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11526) 2023-08-13 21:41:18 +02:00
TrueCharts Bot
c5f48f1f6a chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11527) 2023-08-13 21:40:10 +02:00
TrueCharts Bot
1c619e6caa chore(deps): update container image tccr.io/truecharts/nextcloud-push-notify to v0.6.3 (#11524) 2023-08-13 20:44:28 +02:00
TrueCharts Bot
1ed225f778 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11525) 2023-08-13 20:39:04 +02:00
TrueCharts Bot
edda8c99a2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11523) 2023-08-13 19:42:15 +02:00
TrueCharts Bot
0089f0ec29 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11521) 2023-08-13 18:40:26 +02:00
TrueCharts Bot
7cf5531ac5 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11520) 2023-08-13 18:34:36 +02:00
TrueCharts Bot
4bf8ad755b chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.22.3 (#11517) 2023-08-13 17:36:51 +02:00
TrueCharts Bot
609ba619f7 chore(deps): update container image tccr.io/truecharts/netdata to v1.42.0 (#11518) 2023-08-13 17:36:46 +02:00
TrueCharts Bot
56ddef155d chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.2 (#11516) 2023-08-13 16:39:59 +02:00
TrueCharts Bot
36339ad86e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11515) 2023-08-13 16:35:10 +02:00
TrueCharts Bot
5b10303e5e chore(deps): update container image tccr.io/truecharts/xwiki to v (#11514) 2023-08-13 15:36:58 +02:00
TrueCharts Bot
f0bd0e8c2a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11513) 2023-08-13 15:36:17 +02:00
TrueCharts Bot
d65ecd34ee chore(deps): update container image tccr.io/truecharts/searxng to latest (#11511) 2023-08-13 14:36:35 +02:00
TrueCharts Bot
97afa699fb chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#11512) 2023-08-13 14:35:46 +02:00
Vicky
4ae8b6bfe1 chore(deps): update container image tccr.io/truecharts/misskey to v13.14.2 (#11506)
**Description**
Update Misskey.

**⚙️ 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?**
I haven't done any testing.

**📃 Notes:**
Renovate bot should be reenabled for Misskey.
Since it failed in #8601 it just didn't create any more PRs.
My PR is missing the image hash, it should be added.

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-13 08:09:30 -04:00
TrueCharts Bot
80a0c4d1e5 chore(deps): update container image tccr.io/truecharts/cops to latest (#11508) 2023-08-13 13:36:25 +02:00
TrueCharts Bot
4bced0e031 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11507) 2023-08-13 12:40:16 +02:00
TrueCharts Bot
7ac06319e6 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.1 (#11505) 2023-08-13 10:36:11 +02:00
TrueCharts Bot
1d4e42d708 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11503) 2023-08-13 08:36:09 +02:00
TrueCharts Bot
ba49b11f2d chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11502) 2023-08-13 07:35:21 +02:00
TrueCharts Bot
e20e95c697 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11501) 2023-08-13 06:39:53 +02:00
TrueCharts Bot
eb666941e8 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11498) 2023-08-13 05:38:19 +02:00
TrueCharts Bot
3f238893e9 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11499) 2023-08-13 05:37:54 +02:00
TrueCharts Bot
f5961f52db chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11497) 2023-08-13 04:38:54 +02:00
TrueCharts Bot
3e9d0ff643 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11496) 2023-08-13 04:37:56 +02:00
TrueCharts Bot
328f5f4688 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.0 (#11494) 2023-08-13 04:02:19 +02:00
TrueCharts Bot
999b09e6bf chore(deps): update container image tccr.io/truecharts/stash to v0.22.0 (#11495) 2023-08-13 04:01:34 +02:00
TrueCharts Bot
097476cb6f chore(deps): update container image tccr.io/truecharts/n8n to v1.2.1 (#11492) 2023-08-13 02:52:02 +02:00
TrueCharts Bot
852181105a chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.0 (#11493) 2023-08-13 02:51:52 +02:00
TrueCharts-Bot
824674836a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-13 00:23:41 +00:00
TrueCharts Bot
d89c7c7e9a chore(deps): update container image tccr.io/truecharts/flexget to v3.8.2 (#11490) 2023-08-13 01:37:25 +02:00
TrueCharts Bot
8db6fbb356 chore(deps): update container image tccr.io/truecharts/ipfs to v0.22.0 (#11491) 2023-08-13 01:36:36 +02:00
TrueCharts Bot
15ae5058da chore(deps): update container image tccr.io/truecharts/alist to v3.25.1 (#11489) 2023-08-13 00:38:36 +02:00
TrueCharts Bot
6ff8f048a4 chore(deps): update container image tccr.io/truecharts/wikijs to v2.5.300 (#11487) 2023-08-12 23:36:54 +02:00
TrueCharts Bot
cb7c4de6f8 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.00.25 (#11486) 2023-08-12 23:36:07 +02:00
TrueCharts Bot
c2436e2583 chore(deps): update container image tccr.io/truecharts/strapi to v4.12.4 (#11484) 2023-08-12 22:37:48 +02:00
TrueCharts Bot
78c39b9ef2 chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.7 (#11485) 2023-08-12 22:34:07 +02:00
TrueCharts Bot
a7ca66bff3 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11482) 2023-08-12 21:36:01 +02:00
TrueCharts Bot
27fac43666 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11481) 2023-08-12 21:35:39 +02:00
TrueCharts Bot
1107fc5ce1 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11479) 2023-08-12 20:37:52 +02:00
TrueCharts Bot
ce2b5d231b chore(deps): update container image tccr.io/truecharts/recyclarr to v5.2.1 (#11480) 2023-08-12 20:37:49 +02:00
TrueCharts Bot
8f9e712071 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11476) 2023-08-12 19:34:49 +02:00
TrueCharts Bot
1bdad4ff48 chore(deps): update container image tccr.io/truecharts/komga to v1.3.1 (#11477) 2023-08-12 19:33:14 +02:00
TrueCharts Bot
8f570a9345 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11474) 2023-08-12 18:38:02 +02:00
TrueCharts Bot
8cf15bf6de chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11475) 2023-08-12 18:37:49 +02:00
TrueCharts Bot
517afd7474 chore(deps): update helm general non-major (#11103) 2023-08-12 17:40:29 +02:00
TrueCharts Bot
c5e586f898 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.5.0 (#11473) 2023-08-12 17:35:49 +02:00
TrueCharts Bot
432c53b1a1 chore(deps): update container image tccr.io/truecharts/ipfs to v0.21.1 (#11472) 2023-08-12 17:34:56 +02:00
TrueCharts Bot
de997da40b chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.2 (#11471) 2023-08-12 16:34:50 +02:00
TrueCharts Bot
247676a244 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#11470) 2023-08-12 16:34:35 +02:00
TrueCharts Bot
85ed8e8254 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11469) 2023-08-12 15:37:45 +02:00
TrueCharts Bot
9da83e4f67 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11468) 2023-08-12 15:37:37 +02:00
kqmaverick
055c923bdd feat(photoprism) **BREAKING CHANGES** storage changes (#11248)
**Description**
Use storage settings for photoprism originals and import.

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 16:24:07 +03:00
TrueCharts Bot
d867a6dbd2 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.3 (#11466) 2023-08-12 14:40:07 +02:00
TrueCharts Bot
b67aad17ed chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.1 (#11467) 2023-08-12 14:36:51 +02:00
TrueCharts Bot
7602d42512 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11464) 2023-08-12 13:34:43 +02:00
TrueCharts Bot
4b6e2fb138 chore(deps): update webtop (#11465) 2023-08-12 13:31:34 +02:00
TrueCharts Bot
59b7fb5d05 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11463) 2023-08-12 12:37:16 +02:00
TrueCharts Bot
07c8b39cee chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11462) 2023-08-12 12:36:15 +02:00
kqmaverick
e63bf370f7 migrate(stun-turn-server): Migrate to New Common (#11431)
**Description**
Migrate

⚒️ Fixes  #

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 13:08:09 +03:00
Malpractis
6a49403d96 feat(notifiarr): add notifiarr (#8074)
**Description**
<!--
Add Notifiarr client app to incubator.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
-[ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 13:06:12 +03:00
Michael Schnerring
5b1058a8b1 fix(plausible): migrate to new common chart and upgrade to v2 (#11186)
**Description**

* cherry-picked changes from my PR that were never merged into from
`port/incubator` into `master`:
https://github.com/truecharts/charts/pull/7810
* Added config options for Plausible v2.0.0
* Migrated to new common chart

TODO:

- [x] upgrade questions.yaml to new common chart
- [x] migrate common.yaml / _env.tpl to new common chart format

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 13:05:18 +03:00
TrueCharts Bot
b29c953cc7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11460) 2023-08-12 11:36:56 +02:00
TrueCharts Bot
67af90eba4 chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#11461) 2023-08-12 11:32:35 +02:00
Kjeld Schouten
dbab7e1475 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-08-12 10:42:15 +02:00
Kjeld Schouten
a2a905e539 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-08-12 10:41:39 +02:00
Kjeld Schouten
0d5fe7b699 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-08-12 10:41:03 +02:00
TrueCharts Bot
6f9411f3e1 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11457) 2023-08-12 10:36:34 +02:00
TrueCharts Bot
643bd9c5c8 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#11456) 2023-08-12 10:36:17 +02:00
allcontributors[bot]
2ea62cbe94 docs: add polarstack as a contributor for code (#11458)
Adds @polarstack as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11389#issuecomment-1675787146)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-12 11:27:23 +03:00
polarstack
39fa2a3361 feat(ntfy): enable prometheus metrics (#11389)
**Description**
ntfy support prometheus metrics: https://docs.ntfy.sh/config/#monitoring
This PR adds the ckeckbox in questions.yaml and the metrics: section in
values.yaml. The ntfy metrics variable is activated if user selects
prometheus metrics. It is disabled by default

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
2023-08-12 11:23:24 +03:00
StevenMcElligott
ea93a6153b feat(static-web-server): Move to stable (#11391)
**Description**

Tested and good, do we want to deprecate `static`, since that one isn't
maintained upstream?

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-12 11:22:53 +03:00
kqmaverick
9f70dadbe5 fix(linkding) superuser env fix (#11439)
**Description**
Linkding superuser env's were not correct.

⚒️ Fixes  #8132 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-12 11:22:26 +03:00
TrueCharts Bot
9cf3510701 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.1 (#11454) 2023-08-12 09:33:03 +02:00
TrueCharts Bot
3a58fdaf04 chore(deps): update container image tccr.io/truecharts/homarr to v0.13.1 (#11455) 2023-08-12 09:32:00 +02:00
TrueCharts Bot
3012396f9e chore(deps): update container image tccr.io/truecharts/filebrowser to v2.24.2 (#11453) 2023-08-12 08:40:19 +02:00
TrueCharts Bot
a9b9f1536f chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#11452) 2023-08-12 08:38:35 +02:00
TrueCharts Bot
b185cf5741 chore(deps): update container image tccr.io/truecharts/drawio to v21.6.8 (#11451) 2023-08-12 07:32:40 +02:00
TrueCharts Bot
2d419aedf8 chore(deps): update webtop (#11450) 2023-08-12 07:30:33 +02:00
TrueCharts Bot
2e058498fe chore(deps): update container image tccr.io/truecharts/clickhouse to v23.7.4.5 (#11449) 2023-08-12 06:37:46 +02:00
TrueCharts Bot
58240b3828 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#11448) 2023-08-12 06:37:35 +02:00
TrueCharts Bot
7a3aa307b5 chore(deps): update container image tccr.io/truecharts/actualserver to v23.8.1 (#11447) 2023-08-12 05:35:18 +02:00
TrueCharts Bot
d4660adb25 chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest (#11446) 2023-08-12 05:33:17 +02:00
TrueCharts Bot
ba37c76b05 chore(deps): update webtop (#11445) 2023-08-12 04:33:26 +02:00
TrueCharts Bot
97d0f78457 chore(deps): update rdesktop (#11444) 2023-08-12 04:33:13 +02:00
TrueCharts Bot
7a688ee241 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.1-postgres (#11442) 2023-08-12 03:54:35 +02:00
TrueCharts Bot
d4151d70a4 chore(deps): update jupyter (#11443) 2023-08-12 03:53:31 +02:00
TrueCharts Bot
8d084bdb58 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#11381) 2023-08-12 02:55:24 +02:00
TrueCharts Bot
e991a53d59 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#11440) 2023-08-12 02:47:54 +02:00
TrueCharts Bot
32c9fe4090 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#11441) 2023-08-12 02:46:31 +02:00
TrueCharts-Bot
04bc3a2723 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-12 00:21:42 +00:00
TrueCharts Bot
30c4105825 chore(deps): update container image tccr.io/truecharts/clamav to v1.1.0 (#11437) 2023-08-12 01:41:39 +02:00
TrueCharts Bot
966c49dcfb chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11438) 2023-08-12 01:36:56 +02:00
TrueCharts Bot
4197a76fbd chore(deps): update container image tccr.io/truecharts/searxng to latest (#11436) 2023-08-12 00:33:40 +02:00
TrueCharts Bot
6b869f27d0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11435) 2023-08-12 00:33:33 +02:00
TrueCharts Bot
a072d12a66 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11433) 2023-08-11 23:38:00 +02:00
TrueCharts Bot
7d24d4b33c chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#11432) 2023-08-11 23:34:23 +02:00
TrueCharts Bot
fdfe71752a chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11429) 2023-08-11 22:37:31 +02:00
TrueCharts Bot
07759ab343 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#11430) 2023-08-11 22:33:26 +02:00
TrueCharts Bot
8f75a364e4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11428) 2023-08-11 21:34:58 +02:00
TrueCharts Bot
de81ac9e0c chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#11427) 2023-08-11 21:32:37 +02:00
TrueCharts Bot
476d9c5fa2 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11425) 2023-08-11 20:42:59 +02:00
TrueCharts Bot
d704eb9676 chore(deps): update container image tccr.io/truecharts/plex-auto-languages to latest (#11426) 2023-08-11 20:38:57 +02:00
TrueCharts Bot
7cb0eddd3d chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#11423) 2023-08-11 19:35:31 +02:00
TrueCharts Bot
2494785a9e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11422) 2023-08-11 19:34:47 +02:00
TrueCharts Bot
d2fc21063b chore(deps): update container image tccr.io/truecharts/minio to latest (#11424) 2023-08-11 19:33:34 +02:00
TrueCharts Bot
35a5a600ba chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#11421) 2023-08-11 18:31:43 +02:00
TrueCharts Bot
f4e0c8e9f2 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11420) 2023-08-11 16:36:34 +02:00
TrueCharts Bot
ee5e016ea0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11419) 2023-08-11 15:35:52 +02:00
TrueCharts Bot
29394613f2 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11418) 2023-08-11 13:35:17 +02:00
TrueCharts Bot
9acdfd0936 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11417) 2023-08-11 13:34:37 +02:00
TrueCharts Bot
f6fc417cc8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11416) 2023-08-11 10:37:00 +02:00
StevenMcElligott
0bb0924d7d fix(Odoo): Move to Incubator (#11413)
**Description**

Odoo is fundamentally broken under CNPG since it can't create a DB so it
hasn't been working for months (see the Open Bug Report #9232 and the
multiple tickets on Discord) so I think it's best to move it to
Incubator until someone fixes it

2023-04-22
17:38:23.886001+00:00{"level":"info","ts":"2023-04-22T17:38:23Z","logger":"postgres","msg":"record","logging_pod":"odoohitmanauto3-cnpg-main-1","record":{"log_time":"2023-04-22
17:38:23.885
UTC","user_name":"odoo","database_name":"postgres","process_id":"431","connection_from":"172.16.0.118:33770","session_id":"64441b8f.1af","session_line_num":"1","command_tag":"CREATE
DATABASE","session_start_time":"2023-04-22 17:38:23
UTC","virtual_transaction_id":"6/284","transaction_id":"0","error_severity":"ERROR","sql_state_code":"42501","message":"permission
denied to create database","query":"CREATE DATABASE "hitmanautomation"
ENCODING 'unicode' LC_COLLATE 'C' TEMPLATE
"template0"","backend_type":"client backend","query_id":"0"}}

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-11 10:08:52 +02:00
TrueCharts Bot
e502b47091 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11415) 2023-08-11 07:36:11 +02:00
TrueCharts Bot
c0647c615f chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#11414) 2023-08-11 06:34:03 +02:00
TrueCharts Bot
a42af54f86 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11412) 2023-08-11 04:38:00 +02:00
TrueCharts Bot
f7de6fdd26 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11410) 2023-08-11 03:54:16 +02:00
TrueCharts Bot
1175870d55 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#11411) 2023-08-11 03:53:48 +02:00
TrueCharts Bot
a8ecf498fd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11408) 2023-08-11 02:49:24 +02:00
TrueCharts Bot
60a5949474 chore(deps): update container image tailscale/tailscale to v1.46.1 (#11409) 2023-08-11 02:48:34 +02:00
TrueCharts Bot
caa31e4155 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11407) 2023-08-11 01:34:43 +02:00
TrueCharts Bot
45755f4c59 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11404) 2023-08-11 00:35:44 +02:00
TrueCharts Bot
6adf292b86 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11405) 2023-08-11 00:35:29 +02:00
TrueCharts Bot
f83c58cda0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11402) 2023-08-10 23:37:58 +02:00
TrueCharts Bot
b960fb9bf6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11400) 2023-08-10 22:40:27 +02:00
TrueCharts Bot
6e814517b3 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11398) 2023-08-10 21:40:10 +02:00
TrueCharts Bot
7f6b940df4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11399) 2023-08-10 21:40:05 +02:00
TrueCharts Bot
1ff0b7b9f4 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#11397) 2023-08-10 20:37:26 +02:00
TrueCharts Bot
11b82c00b2 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11395) 2023-08-10 19:37:37 +02:00
TrueCharts Bot
b5bc5848ba chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11393) 2023-08-10 18:37:33 +02:00
TrueCharts Bot
a25cd2f755 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11394) 2023-08-10 18:37:23 +02:00
TrueCharts Bot
5671d1b604 chore(deps): update container image tccr.io/truecharts/invidious to latest (#11392) 2023-08-10 16:38:00 +02:00
TrueCharts Bot
f4212bb8bd chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11390) 2023-08-10 15:40:03 +02:00
TrueCharts Bot
0ec69479a4 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11388) 2023-08-10 10:39:04 +02:00
TrueCharts Bot
fe1fb1f3d6 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11387) 2023-08-10 09:37:36 +02:00
TrueCharts Bot
56b677f0f1 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11369) 2023-08-10 09:36:38 +02:00
kqmaverick
c638d7df1e docs(clusterissuer): remove quad9 (#11376)
**Description**
Remove Quad9 DNS from guide, add secondary Cloudflare and Google.

⚒️ Fixes  #

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-10 09:32:38 +02:00
polarstack
4faa60ca45 refactor(kitchenowl): resolve issue #8804 (#11337)
**Description**
Kitchenowl was migrated to new common, but deploying ended in "Hmmmm...
couldn't reach server" error and "(111: Connection refused) while
connecting to upstream" log entries.
This PR removes the deprecated "additionalContainer" section and deploys
the backend as a Deployment. Furthermore the secrets template was
refactored to render it instead of hardcoding. Additionally cnpg was
added as it is supported by the upstream project.
As the current chart is not deployable and due to the refactoring of
several parts I was not able to test, but I expect it to be a breaking
change for old deployments as the data is now stored in cnpg instead of
sqlite.

⚒️ Fixes  #8804

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Tested on TrueNAS Scale 22.12.3.2 with all operators and best practises
according getting started docs (including Ingress).
After deployment all pods including cnpg are running, no errors in the
logs and application events

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_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: polarstack <42521003+polarstack@users.noreply.github.com>
2023-08-10 09:27:45 +02:00
TrueCharts Bot
02a4c28ffa chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11385) 2023-08-10 08:43:45 +02:00
TrueCharts Bot
a68d941d7f chore(deps): update container image tccr.io/truecharts/sshwifty to vlatest (#11386) 2023-08-10 08:43:12 +02:00
TrueCharts Bot
d580464a09 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11383) 2023-08-10 07:34:55 +02:00
TrueCharts Bot
6145c16b3b chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#11384) 2023-08-10 07:34:30 +02:00
TrueCharts Bot
6401287102 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11382) 2023-08-10 06:38:35 +02:00
TrueCharts Bot
b1572dcc42 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11379) 2023-08-10 04:48:40 +02:00
TrueCharts Bot
bb7f3b53c8 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11378) 2023-08-10 02:56:04 +02:00
TrueCharts Bot
c33ae84d9c chore(deps): update webtop (#11377) 2023-08-10 01:32:52 +02:00
TrueCharts Bot
3eaaaff0a5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11373) 2023-08-10 00:39:15 +02:00
TrueCharts Bot
f9073420d9 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-mate to latest (#11374) 2023-08-10 00:35:09 +02:00
TrueCharts Bot
4e82e2a22e chore(deps): update webtop (#11372) 2023-08-09 23:33:42 +02:00
TrueCharts Bot
31ebb4cdf3 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11371) 2023-08-09 22:35:53 +02:00
TrueCharts Bot
d73558d775 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11370) 2023-08-09 21:35:04 +02:00
TrueCharts Bot
1539b9dd27 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11367) 2023-08-09 19:35:51 +02:00
TrueCharts Bot
8192c50530 chore(deps): update webtop (#11368) 2023-08-09 19:32:16 +02:00
TrueCharts Bot
3442acca36 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11366) 2023-08-09 17:38:44 +02:00
TrueCharts Bot
ab33b60b3a chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11364) 2023-08-09 16:37:10 +02:00
TrueCharts Bot
769384256d chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#11365) 2023-08-09 16:34:25 +02:00
TrueCharts Bot
b118844bee chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#11363) 2023-08-09 15:36:38 +02:00
TrueCharts Bot
876ebe64a3 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11362) 2023-08-09 13:40:42 +02:00
TrueCharts Bot
5104f9a024 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11361) 2023-08-09 12:35:51 +02:00
TrueCharts Bot
bb8ec5135e chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#11360) 2023-08-09 11:32:34 +02:00
TrueCharts Bot
a72d5ba155 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11359) 2023-08-09 10:42:06 +02:00
TrueCharts Bot
8143b6b8c5 chore(deps): update container image tccr.io/truecharts/calibre to v6.24.0 (#11358) 2023-08-09 09:36:43 +02:00
TrueCharts Bot
2feb3764ed chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11357) 2023-08-09 08:44:57 +02:00
TrueCharts Bot
738f079dec chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#11356) 2023-08-09 08:37:22 +02:00
TrueCharts Bot
394ba9221a chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11354) 2023-08-09 07:35:20 +02:00
TrueCharts Bot
0ebd03133b chore(deps): update container image tccr.io/truecharts/webtop-fedora-i3 to latest (#11355) 2023-08-09 07:32:00 +02:00
TrueCharts Bot
5857d26144 chore(deps): update webtop (#11353) 2023-08-09 06:33:19 +02:00
TrueCharts Bot
a1a4e00dde chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11234) 2023-08-09 04:52:22 +02:00
TrueCharts Bot
de1d7f1b37 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11352) 2023-08-09 04:02:50 +02:00
TrueCharts Bot
437987ffe9 chore(deps): update ubuntu to 22.04 (#11351)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ubuntu](https://togithub.com/actions/runner-images) | github-runner |
major | `20.04` -> `22.04` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-09 02:43:13 +02:00
TrueCharts Bot
797f195d8f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11350) 2023-08-09 00:37:57 +02:00
TrueCharts Bot
edcffac079 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11349) 2023-08-08 23:40:50 +02:00
TrueCharts Bot
e5cb1a286d chore(deps): update webtop (#11348) 2023-08-08 21:35:55 +02:00
TrueCharts Bot
6e7d4e54ad chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11346) 2023-08-08 20:39:26 +02:00
TrueCharts Bot
fe547f2037 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#11347) 2023-08-08 20:35:42 +02:00
TrueCharts Bot
01ce7b1b72 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11345) 2023-08-08 19:32:33 +02:00
TrueCharts Bot
ddb9b3c4aa chore(deps): update rdesktop (#11344) 2023-08-08 18:37:39 +02:00
TrueCharts Bot
239f8846ff chore(deps): update container image tccr.io/truecharts/boinc to latest (#11342) 2023-08-08 16:35:32 +02:00
TrueCharts Bot
876fb730d9 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11343) 2023-08-08 16:35:25 +02:00
StevenMcElligott
0b31d46085 migrate(protonmail-brigde): Migrate to New Common (#11253)
**Description**

Migrate another one!

⚒️ Fixes  #8055 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-08 09:46:33 -04:00
TrueCharts Bot
c9f6a382ec chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11341) 2023-08-08 13:34:36 +02:00
TrueCharts Bot
6aa009c717 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11339) 2023-08-08 12:39:55 +02:00
allcontributors[bot]
97a6fd90be docs: add v3DJG6GL as a contributor for bug (#11340)
Adds @v3DJG6GL as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11267#issuecomment-1669348378)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-08 13:27:28 +03:00
allcontributors[bot]
3b08a6a8d1 docs: add cedstrom as a contributor for code (#11338)
Adds @cedstrom as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11290#issuecomment-1669337466)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-08 13:25:46 +03:00
Alec Fenichel
f37a67251e fix(apps): probe type key (#11242)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-08 13:19:47 +03:00
cedstrom
d0d694107d fix(smokeping) Add net_raw capabilities as default (#11290)
**Description**
I deployed the smokeping chart and didn't get any results. After some
digging, I realized it was because fping couldn't ping because it needs
raw socket access. To address this, I added the net_raw capabilitie to
the chart
The underlying container capabilities issue is documented here:
https://github.com/linuxserver/docker-smokeping/issues/99

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
I ran this on my local k3s instance.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [N/A] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [N/A] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

---------

Signed-off-by: cedstrom <cedstrom@users.noreply.github.com>
2023-08-08 13:18:27 +03:00
TrueCharts Bot
65489f7ab9 chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.0 (#11336) 2023-08-08 09:38:21 +02:00
TrueCharts Bot
f5f2b4f393 chore(deps): update container image tccr.io/truecharts/gamevault-backend to v3.0.0 (#11335) 2023-08-08 08:42:58 +02:00
TrueCharts Bot
00c449899c chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11334) 2023-08-08 08:38:17 +02:00
TrueCharts Bot
27ac9505fc chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11333) 2023-08-08 07:40:12 +02:00
TrueCharts Bot
3087959f5e chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#11332) 2023-08-08 07:40:00 +02:00
TrueCharts Bot
a5773eed9f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11330) 2023-08-08 06:38:02 +02:00
TrueCharts Bot
2454cc3865 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.22.1 (#11329) 2023-08-08 05:39:01 +02:00
TrueCharts Bot
552b92a587 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#11328) 2023-08-08 05:36:36 +02:00
TrueCharts Bot
5fff70c79a chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#11326) 2023-08-08 04:51:18 +02:00
TrueCharts Bot
0072af4f09 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11325) 2023-08-08 04:49:33 +02:00
TrueCharts Bot
b4228fd49a chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.2.0 (#11324) 2023-08-08 04:05:32 +02:00
TrueCharts Bot
3ebdb54720 chore(deps): update container image tccr.io/truecharts/autoscan to latest (#11323) 2023-08-08 04:03:04 +02:00
TrueCharts Bot
1fe389291f chore(deps): update container image tccr.io/truecharts/recyclarr to v5.2.0 (#11322) 2023-08-08 02:54:19 +02:00
TrueCharts Bot
04ed1ec12a chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#11321) 2023-08-08 02:48:59 +02:00
TrueCharts Bot
3dc64296fb chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.0 (#11320) 2023-08-08 01:37:23 +02:00
TrueCharts Bot
4483d482fe chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11319) 2023-08-08 01:34:52 +02:00
TrueCharts Bot
aa4d0d56aa chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.0 (#11318) 2023-08-08 00:36:37 +02:00
TrueCharts Bot
5cebaf34eb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11317) 2023-08-08 00:35:52 +02:00
TrueCharts Bot
a6371c8ddc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11315) 2023-08-07 23:38:03 +02:00
TrueCharts Bot
746f4af4a2 chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.8.1 (#11316) 2023-08-07 23:37:11 +02:00
TrueCharts Bot
27297edad0 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.8 (#11312) 2023-08-07 22:37:54 +02:00
TrueCharts Bot
82a1d0ae92 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.1.2096 (#11313) 2023-08-07 22:35:10 +02:00
TrueCharts Bot
3ebe0c8dd1 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11311) 2023-08-07 21:37:23 +02:00
TrueCharts Bot
0424130f43 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11310) 2023-08-07 21:36:45 +02:00
TrueCharts Bot
df01791240 chore(deps): update jupyter (#11308) 2023-08-07 20:37:13 +02:00
TrueCharts Bot
40a8f69c75 chore(deps): update rdesktop (#11309) 2023-08-07 20:33:59 +02:00
TrueCharts Bot
e95bfe5855 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11306) 2023-08-07 19:41:05 +02:00
TrueCharts Bot
fe030e08f5 chore(deps): update container image tccr.io/truecharts/minio to latest (#11307) 2023-08-07 19:40:02 +02:00
TrueCharts Bot
2cf7161203 chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-08 (#11305) 2023-08-07 18:39:46 +02:00
TrueCharts Bot
891ed8c377 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11304) 2023-08-07 18:39:27 +02:00
TrueCharts Bot
0b563559b4 chore(deps): update rdesktop (#11302) 2023-08-07 16:33:53 +02:00
TrueCharts Bot
c639cdfcc5 chore(deps): update rdesktop (#11299) 2023-08-07 15:32:21 +02:00
TrueCharts Bot
65b40bdffd chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#11298) 2023-08-07 14:34:44 +02:00
TrueCharts Bot
f7c2415fc3 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11297) 2023-08-07 13:41:46 +02:00
TrueCharts Bot
eaa9719e3a chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11295) 2023-08-07 12:37:27 +02:00
TrueCharts Bot
da2b21116e chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11296) 2023-08-07 12:36:29 +02:00
TrueCharts Bot
cc495b8ab9 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.1.3837 (#11292) 2023-08-07 10:36:59 +02:00
TrueCharts Bot
1c59e3a81e chore(deps): update container image tccr.io/truecharts/radarr to v4.6.4.7568 (#11293) 2023-08-07 10:36:09 +02:00
TrueCharts Bot
96422621e9 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.4.3458 (#11291) 2023-08-07 09:36:46 +02:00
TrueCharts Bot
036aa36a74 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11289) 2023-08-07 08:36:01 +02:00
TrueCharts Bot
3036af9d30 chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.4 (#11288) 2023-08-07 07:35:16 +02:00
TrueCharts Bot
c5e793f2f9 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11286) 2023-08-07 06:35:58 +02:00
TrueCharts Bot
bac8ab7cc6 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11287) 2023-08-07 06:35:28 +02:00
TrueCharts Bot
8b103125a5 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11285) 2023-08-07 05:41:24 +02:00
TrueCharts Bot
d3e3b2010f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11283) 2023-08-07 04:48:12 +02:00
TrueCharts Bot
61407dbfba chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11284) 2023-08-07 04:47:02 +02:00
TrueCharts Bot
aad0485ce8 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11282) 2023-08-07 04:13:52 +02:00
TrueCharts Bot
634b5cc054 chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.17.0 (#11279) 2023-08-07 03:03:04 +02:00
TrueCharts Bot
36ca39c9f4 chore(deps): update jupyter to v2023-08 (minor) (#11281) 2023-08-07 03:02:08 +02:00
TrueCharts Bot
e4df147876 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.1 (#11276) 2023-08-07 03:01:07 +02:00
TrueCharts Bot
3137a7bae0 chore(deps): update container image tccr.io/truecharts/komga to v1.3.0 (#11278) 2023-08-07 03:00:58 +02:00
TrueCharts Bot
8d9d3dc598 chore(deps): update container image tccr.io/truecharts/calibre to v6.24.0 (#11273) 2023-08-07 03:00:46 +02:00
TrueCharts Bot
6833c3edf1 chore(deps): update container image tccr.io/truecharts/jellyseerr to v1.6.0 (#11277) 2023-08-07 03:00:29 +02:00
TrueCharts Bot
d7721f97ac chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.8.0 (#11280) 2023-08-07 03:00:15 +02:00
TrueCharts Bot
ff0c0f0edd chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.2 (#11275) 2023-08-07 02:59:48 +02:00
TrueCharts Bot
45c7ecefb4 chore(deps): update container image tccr.io/truecharts/actualserver to v23.8.0 (#11272) 2023-08-07 02:59:09 +02:00
TrueCharts Bot
5df8115c96 chore(deps): update container image tccr.io/truecharts/deconz to v2.23.00 (#11274) 2023-08-07 02:58:50 +02:00
TrueCharts Bot
a8fd1d19c1 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.1 (#11270) 2023-08-07 02:58:29 +02:00
TrueCharts Bot
cb36ed3845 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11268) 2023-08-07 02:55:55 +02:00
TrueCharts Bot
9df1d61c82 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11269) 2023-08-07 02:54:40 +02:00
TrueCharts Bot
b7178a0518 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.32.2 (#11271) 2023-08-07 02:52:45 +02:00
TrueCharts-Bot
85d3eba164 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-07 00:27:11 +00:00
Stavros Kois
099ceeaa38 fix(Nextcloud): set correct default value for opcache
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-07 02:50:22 +03:00
Stavros Kois
978490d3d3 Update questions.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-07 02:49:31 +03:00
TrueCharts Bot
d201ee9a8f chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.00.24 (#11266) 2023-08-07 01:41:20 +02:00
TrueCharts Bot
8edfe236e5 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11265) 2023-08-07 01:40:15 +02:00
TrueCharts Bot
d01afdc88c chore(deps): update container image tccr.io/truecharts/strapi to v4.12.1 (#11264) 2023-08-07 00:43:07 +02:00
TrueCharts Bot
88a5f68833 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.1.3837 (#11263) 2023-08-07 00:41:02 +02:00
TrueCharts Bot
9a6773c96c chore(deps): update thollander/actions-comment-pull-request digest to d61db78 (#11259)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request)
| action | digest | `630516f` -> `d61db78` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNC4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-06 23:21:46 +02:00
TrueCharts Bot
92b5cd8c9b chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.2 (#11260) 2023-08-06 22:42:54 +02:00
TrueCharts Bot
38804c8c55 chore(deps): update container image tccr.io/truecharts/nginx-proxy-manager to v2.10.4 (#11257) 2023-08-06 21:35:33 +02:00
TrueCharts Bot
4456e4446c chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.4.3458 (#11254) 2023-08-06 20:36:13 +02:00
TrueCharts Bot
73b25edafd chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.3.0 (#11252) 2023-08-06 19:34:54 +02:00
TrueCharts Bot
57f06f9d3e chore(deps): update container image tccr.io/truecharts/homepage to v0.6.28 (#11251) 2023-08-06 19:33:18 +02:00
TrueCharts Bot
0d981d866b chore(deps): update container image tccr.io/truecharts/guacamole-server to v1.5.3 (#11250) 2023-08-06 18:38:38 +02:00
TrueCharts Bot
a004b6a165 chore(deps): update container image tccr.io/truecharts/guacamole-client to v1.5.3 (#11249) 2023-08-06 18:37:58 +02:00
TrueCharts Bot
5a67e5d5bd chore(deps): update container image tccr.io/truecharts/esphome to v2023.7.1 (#11246) 2023-08-06 17:34:38 +02:00
TrueCharts Bot
9953fd5cf6 chore(deps): update container image tccr.io/truecharts/filebrowser to v2.24.1 (#11247) 2023-08-06 17:33:29 +02:00
TrueCharts Bot
8211a30e70 chore(deps): update container image tccr.io/truecharts/code-server to v4.16.1 (#11244) 2023-08-06 16:34:43 +02:00
TrueCharts Bot
f84135a8f6 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.2 (#11245) 2023-08-06 16:34:07 +02:00
StevenMcElligott
a68aa50e26 feat(static-web-server): Update mirror (#11243)
**Description**

Change to Quay / TCCR mirror

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-06 14:28:17 +00:00
TrueCharts Bot
4756bafa1c chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-07 (#11240) 2023-08-06 15:36:59 +02:00
TrueCharts Bot
022fba5ce8 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.7.3.14 (#11241) 2023-08-06 15:36:06 +02:00
Stavros Kois
546e476b1d chore(nextcloud): allow tuning opcache (#11232) 2023-08-06 15:54:05 +03:00
TrueCharts Bot
ac2f5c4283 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.36 (#11239) 2023-08-06 14:37:13 +02:00
TrueCharts Bot
06803de9e0 chore(deps): update thollander/actions-comment-pull-request digest to 630516f (#11238)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request)
| action | digest | `dadb766` -> `630516f` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-06 14:23:08 +02:00
TrueCharts Bot
0ca65e581a chore(deps): update kitchenowl (#11237) 2023-08-06 13:33:45 +02:00
TrueCharts Bot
ba64aef124 chore(deps): update jupyter (#11236) 2023-08-06 13:31:51 +02:00
TrueCharts Bot
9e8f76d93b chore(deps): update container image tccr.io/truecharts/searxng to latest (#11235) 2023-08-06 12:31:04 +02:00
TrueCharts Bot
0f56a515bf chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#11142) 2023-08-06 11:56:04 +02:00
TrueCharts Bot
18f668ddd9 chore(deps): update mealie (#11099) 2023-08-06 11:54:37 +02:00
TrueCharts Bot
c6771ab178 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10967) 2023-08-06 11:52:45 +02:00
TrueCharts Bot
46cca2c494 chore(deps): update container image tccr.io/truecharts/invidious to latest (#11194) 2023-08-06 11:51:41 +02:00
TrueCharts Bot
1c193f9a9f chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11111) 2023-08-06 11:51:01 +02:00
TrueCharts Bot
6d813a442a chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11209) 2023-08-06 11:50:53 +02:00
TrueCharts Bot
b84e7d91c8 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11095) 2023-08-06 11:50:40 +02:00
TrueCharts Bot
514f365736 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11129) 2023-08-06 11:49:42 +02:00
TrueCharts Bot
6371115ebe chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11231) 2023-08-06 11:36:46 +02:00
StevenMcElligott
c465ea8010 feat(static-web-server): Add Static Web Server (#11224)
**Description**

A maintained Static Web Server app which seems to be a replacement for
ours

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 12:17:11 +03:00
StevenMcElligott
8edb7d5745 fix(Smokeping): Disable varrun (#11171)
**Description**

Fix upstream issue ->
https://github.com/linuxserver/docker-smokeping/issues/34

⚒️ 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 12:00:28 +03:00
Xstar97TheNoob
7dd3a27e2d feat(ctfd) add ctfd (#11151)
**Description**
CTFd is a Capture The Flag framework focusing on ease of use and
customizability.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-06 11:59:57 +03:00
Ben Buhse
8f3f34b6ad Fix a typo in Seafile installation notes (#11192)
**Description**
Fix a typo in Seafile's installation notes. It said `Seaile` (missing
the 'F').

⚒️ Fixes  N/A

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
N/A

**📃 Notes:**
Literally added a single character to documentation. If I don't actually
need to increase the version I can go ahead and make a new commit
undoing that.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 11:57:10 +03:00
TrueCharts Bot
bde7a40bf3 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.0 (#11229) 2023-08-06 10:36:56 +02:00
Stavros Kois
1ec2755c38 chore(ci): make it work for now (#11230)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-06 11:33:56 +03:00
Alec Fenichel
912bb86131 feat(wyoming-whisper) update questions to match Home Assistant Add-on (#11158)
**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)-->

Update questions.yaml to match
https://github.com/home-assistant/addons/tree/master/whisper.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 11:31:42 +03:00
kqmaverick
218b894a34 docs(support): add 22.12.3 (#11207)
**Description**
Added 22.12.3 and its fixes. Left recommenedation to only upgrade to
22.12.2 due to the ongoing ix-systems bug.

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 11:28:09 +03:00
Alec Fenichel
f04d96339b fix(wyoming-piper) fix outdated voice list (#11156)
**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)-->

The recent piper (upstream) update was breaking, the list of available
voices changed.

This PR fixes the list of voices and adds support for the other arg
changes.

Names and descriptions copied from:
https://github.com/home-assistant/addons/blob/master/piper/DOCS.md

Default values copied from:
https://github.com/home-assistant/addons/blob/master/piper/config.yaml.

**⚙️ 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
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-06 11:27:15 +03:00
TrueCharts Bot
8e8f40f471 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11228) 2023-08-06 08:37:12 +02:00
TrueCharts Bot
782f58f174 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11227) 2023-08-06 05:36:38 +02:00
TrueCharts Bot
8789f9fb11 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11226) 2023-08-06 04:01:49 +02:00
TrueCharts Bot
7cd28fca50 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11225) 2023-08-06 02:51:05 +02:00
TrueCharts Bot
c2b270570d chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11223) 2023-08-05 22:35:34 +02:00
TrueCharts Bot
1be5b6bb8a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11222) 2023-08-05 21:34:15 +02:00
TrueCharts Bot
71ae2a65e2 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11221) 2023-08-05 21:33:45 +02:00
TrueCharts Bot
3cde3ce293 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11220) 2023-08-05 19:34:30 +02:00
TrueCharts Bot
e44b1b74d8 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11218) 2023-08-05 18:36:25 +02:00
TrueCharts Bot
077c6228ae chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11219) 2023-08-05 18:35:39 +02:00
TrueCharts Bot
6fbf7f343e chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#11216) 2023-08-05 16:40:10 +02:00
TrueCharts Bot
0e40bf2193 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11215) 2023-08-05 15:33:42 +02:00
TrueCharts Bot
52cc561185 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11214) 2023-08-05 12:34:33 +02:00
TrueCharts Bot
ad63df158a chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11213) 2023-08-05 09:37:38 +02:00
TrueCharts Bot
8935bbf1d7 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#11212) 2023-08-05 09:36:50 +02:00
TrueCharts Bot
e84e948327 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11211) 2023-08-05 07:39:14 +02:00
TrueCharts Bot
6fb4296414 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11210) 2023-08-05 06:35:51 +02:00
TrueCharts Bot
1b52394c93 chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#11206) 2023-08-05 04:43:26 +02:00
TrueCharts Bot
dca4ec708d chore(deps): update webtop (#11204) 2023-08-05 04:00:27 +02:00
TrueCharts Bot
0279ea8cc4 chore(deps): update webtop (#11203) 2023-08-05 02:52:24 +02:00
TrueCharts Bot
a3e6c3364e chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#11202) 2023-08-05 01:31:12 +02:00
TrueCharts Bot
b3af43a454 chore(deps): update rdesktop (#11201) 2023-08-05 00:37:13 +02:00
TrueCharts Bot
f88df5775e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#11200) 2023-08-04 23:29:59 +02:00
TrueCharts Bot
f9e0e3d5d1 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11199) 2023-08-04 21:40:35 +02:00
TrueCharts Bot
9268370dc8 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11197) 2023-08-04 20:36:00 +02:00
TrueCharts Bot
e0c391d29a chore(deps): update rdesktop (#11198) 2023-08-04 20:31:48 +02:00
TrueCharts Bot
339c559401 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#11196) 2023-08-04 19:37:11 +02:00
TrueCharts Bot
3e7f998dd0 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11195) 2023-08-04 18:36:02 +02:00
TrueCharts Bot
bb8c132f4c chore(deps): update container image tccr.io/truecharts/searxng to latest (#11193) 2023-08-04 17:37:51 +02:00
TrueCharts Bot
a8970dbbe4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11190) 2023-08-04 15:37:27 +02:00
TrueCharts Bot
46ca6fd1ba chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11189) 2023-08-04 10:42:32 +02:00
TrueCharts Bot
ccff34b809 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11187) 2023-08-04 07:37:24 +02:00
TrueCharts Bot
bbf9b3d66a chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#11188) 2023-08-04 07:36:59 +02:00
TrueCharts Bot
e30c5c0f73 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11185) 2023-08-04 06:34:35 +02:00
TrueCharts Bot
88519702f6 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#11184) 2023-08-04 05:37:50 +02:00
TrueCharts Bot
95d21b1fba chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#11183) 2023-08-04 05:37:09 +02:00
TrueCharts Bot
f0158aae72 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#11182) 2023-08-04 04:46:39 +02:00
TrueCharts Bot
abd0e92a61 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11180) 2023-08-04 04:01:58 +02:00
TrueCharts Bot
675c6985d2 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11181) 2023-08-04 04:00:58 +02:00
TrueCharts Bot
c69b013d44 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11179) 2023-08-04 01:38:40 +02:00
TrueCharts Bot
7c813b578c chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11178) 2023-08-03 22:34:39 +02:00
TrueCharts Bot
a09fd43314 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11177) 2023-08-03 21:36:15 +02:00
Stavros Kois
f3497aaf0d fix(guacamole): comment out values (#11176)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-03 22:12:59 +03:00
TrueCharts Bot
5cd3555630 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11175) 2023-08-03 20:59:37 +02:00
TrueCharts Bot
6010018202 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11174) 2023-08-03 20:35:43 +02:00
TrueCharts Bot
5d4d27b840 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11173) 2023-08-03 19:48:33 +02:00
TrueCharts Bot
5b3b959d2b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11172) 2023-08-03 16:41:18 +02:00
TrueCharts Bot
5df6930a66 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11170) 2023-08-03 15:40:19 +02:00
Christian Heimlich
395a550633 Remove leftover portal sub-path for guacamole (#11169)
**Description**
Follow-up to #10987, forgot to change corresponding portal URL.
⚒️ 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?**
Straightforward

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-03 15:37:57 +03:00
TrueCharts Bot
424a30c9ae chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11168) 2023-08-03 13:33:40 +02:00
TrueCharts Bot
ffe90968f4 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11167) 2023-08-03 12:37:22 +02:00
TrueCharts Bot
1b976a3523 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11165) 2023-08-03 11:54:10 +02:00
TrueCharts Bot
6d422e33d7 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11166) 2023-08-03 11:41:44 +02:00
Dion Larson
561a312ee5 fix(seedsync): nest securityContext values under container (#11092)
**Description**
`ReadOnly Root Filesystem` needs to be disabled by default for
`seedsync` otherwise you won't actually be able to set it up with a
remote server.

You get this with read only, works fine when disabled:
`An error occurred while installing scanner script to remote server:
'Unknown error - mkdir: cannot create directory ‘/home/seedsync’:
Read-only file system /usr/local/bin/run_as_user: 15:
/usr/local/bin/run_as_user: cannot create /var/tmp/passwd: Read-only
file system`

**⚙️ 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?**

Current version of `seedsync` on stable only works when manually
disabling read-only. I believe it's not pulling the default value due to
a change in structure (missing the nested `container` parent key).

**📃 Notes:**

N/A

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-03 11:19:15 +02:00
TrueCharts Bot
dbe6c15453 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#11163) 2023-08-03 08:39:41 +02:00
TrueCharts Bot
c3d6327e1f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11162) 2023-08-03 05:37:50 +02:00
TrueCharts Bot
1549a36c4f chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11160) 2023-08-03 04:02:14 +02:00
TrueCharts Bot
37e7f7f06b chore(deps): update container image tccr.io/truecharts/sftpgo to v2.5.4 (#11159) 2023-08-03 02:54:18 +02:00
TrueCharts-Bot
c401f134fd Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-03 00:25:53 +00:00
StevenMcElligott
4a2a0ea935 feat(sftpgo): Move to Stable (#11143)
**Description**

Tested by 2 users, another one out of Incubator

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-03 02:49:22 +03:00
Stavros Kois
af2ec20f78 chore(guacamole): add virtual drive storage (#11134)
**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  #11113
⚒️ Fixes  #11128

**⚙️ 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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-03 02:47:51 +03:00
MaverickD650
28e45d4410 fix(authentik): Common bump (#11137)
**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.
-->
Forgot to bump common on move to stable. A major common bump was missed
which prevents traefik routing from working correctly.

⚒️ 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
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-08-03 02:46:45 +03:00
TrueCharts Bot
376471f32a chore(deps): update container image tccr.io/truecharts/wyoming-whisper to vlatest (#11157) 2023-08-03 01:37:31 +02:00
TrueCharts Bot
548867372d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11155) 2023-08-03 00:45:50 +02:00
TrueCharts Bot
9b242e5e9f chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#11154) 2023-08-02 22:43:26 +02:00
TrueCharts Bot
eefa5ba3a4 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11153) 2023-08-02 19:40:46 +02:00
TrueCharts Bot
1b10211a0e chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11152) 2023-08-02 18:52:25 +02:00
TrueCharts Bot
b9bb4aeeee chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11146) 2023-08-02 11:42:36 +02:00
TrueCharts Bot
8ce04932f0 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11145) 2023-08-02 09:39:02 +02:00
TrueCharts Bot
14dcd75795 chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#11144) 2023-08-02 09:37:39 +02:00
TrueCharts Bot
ff55b76859 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11141) 2023-08-02 03:59:22 +02:00
TrueCharts-Bot
99fccd6685 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-02 00:25:16 +00:00
TrueCharts Bot
9adb70f6ae chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11140) 2023-08-02 01:35:34 +02:00
TrueCharts Bot
97348e19ca chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11139) 2023-08-02 01:33:50 +02:00
TrueCharts Bot
13d92f0546 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11136) 2023-08-01 22:40:30 +02:00
TrueCharts Bot
b8dc36873a chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#11135) 2023-08-01 22:38:50 +02:00
TrueCharts Bot
94a91a3eaa chore(deps): update webtop (#11133) 2023-08-01 21:31:45 +02:00
TrueCharts Bot
cd04b7ba5f chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11131) 2023-08-01 20:41:47 +02:00
TrueCharts Bot
4bd0c603e6 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#11132) 2023-08-01 20:40:19 +02:00
TrueCharts Bot
af5731e089 chore(deps): update webtop (#11130) 2023-08-01 18:38:19 +02:00
TrueCharts Bot
d57119e9c5 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11127) 2023-08-01 16:34:10 +02:00
TrueCharts Bot
d4fc59b11f chore(deps): update container image tccr.io/truecharts/boinc to latest (#11125) 2023-08-01 15:39:16 +02:00
TrueCharts Bot
20ded68992 chore(deps): update container image tccr.io/truecharts/webtop to latest (#11126) 2023-08-01 15:35:27 +02:00
TrueCharts Bot
91515d3560 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11123) 2023-08-01 14:36:45 +02:00
TrueCharts Bot
063bf9771c chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#11124) 2023-08-01 14:33:33 +02:00
TrueCharts Bot
40cca9e55e chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.1.0 (#11122) 2023-08-01 13:38:38 +02:00
TrueCharts Bot
edb67b18ca chore(deps): update webtop (#11121) 2023-08-01 13:34:14 +02:00
TrueCharts Bot
c4805f8354 chore(deps): update container image tccr.io/truecharts/geoipupdate to v6.0.0 (#11120) 2023-08-01 12:46:12 +02:00
TrueCharts Bot
b28a2abe51 chore(deps): update webtop (#11119) 2023-08-01 12:38:02 +02:00
TrueCharts Bot
1c77d4d549 chore(deps): update container image tccr.io/truecharts/geoipupdate to v5.1.1 (#11118) 2023-08-01 11:38:30 +02:00
TrueCharts Bot
3f6877873c chore(deps): update webtop (#11117) 2023-08-01 11:32:05 +02:00
TrueCharts Bot
3408d8b91b chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#11116) 2023-08-01 10:34:03 +02:00
TrueCharts Bot
f15e38890d chore(deps): update helm chart common to 14.0.1 (#11091)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`13.2.2` -> `14.0.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.0...common-14.0.1)

Function library for TrueCharts

###
[`v14.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.2.2...common-14.0.0)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNi4wIiwidXBkYXRlZEluVmVyIjoiMzYuMjYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-01 10:18:20 +03:00
Alec Fenichel
0a887957e6 feat(wyoming-*) move wyoming-whisper and wyoming-piper to stable (#11102)
**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)-->

I have been running `wyoming-whisper` and `wyoming-piper` since the
incubator apps were created. They have been stable. I believe they are
ready to be moved to `stable` train.

**⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-01 10:18:01 +03:00
MaverickD650
049b77ad8c feat(authentik): Move to stable (#11105)
**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.
-->
Move Authentik to stable after successful incubator testing.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Users installing incubator chart and testing fuctionality last remaining
blueprint bug has been resolved by Stavros and chart operates as
expected.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-01 10:17:16 +03:00
TrueCharts Bot
32d16a77c1 chore(deps): update webtop (#11114) 2023-08-01 07:33:27 +02:00
TrueCharts Bot
e36b5405e1 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11110) 2023-08-01 06:36:55 +02:00
TrueCharts Bot
0b71fd4937 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#11108) 2023-08-01 04:53:22 +02:00
TrueCharts Bot
d1da4448ef chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#11106) 2023-08-01 03:00:32 +02:00
TrueCharts Bot
344eec27f5 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11107) 2023-08-01 02:59:39 +02:00
TrueCharts-Bot
cb5a7cfcd0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-01 00:28:28 +00:00
TrueCharts Bot
2476039483 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11101) 2023-07-31 22:39:13 +02:00
TrueCharts Bot
60d862100f chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11100) 2023-07-31 22:32:26 +02:00
TrueCharts Bot
f12208d89b chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11096) 2023-07-31 20:36:24 +02:00
TrueCharts Bot
c5f9e6d878 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11098) 2023-07-31 20:35:55 +02:00
Kjeld Schouten
6c7f07bfa2 fix(ci): use our helm charts to install dependencies from, to ensure operator validation works in ci (#11093)
**Description**
Currently CI uses static manifests for fetching operator dependencies
during testing.
Lets use helm-charts instead. 

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 19:34:55 +02:00
Kjeld Schouten
34bd9b147b revert bumps on incubator (+2 squashed commit)
Squashed commit:

[7e168fa0eb] chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9633)

[c21e8fb9d8] bump everything to common 14.0.1 (will need to fix inherently failing CI)
2023-07-31 19:23:26 +02:00
TrueCharts Bot
a5baaf4c54 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.2 (#11089) 2023-07-31 14:36:55 +02:00
TrueCharts Bot
45cbc58e47 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.12.1 (#11090) 2023-07-31 14:34:56 +02:00
TrueCharts Bot
a30911e5bd chore(deps): update rdesktop (#11088) 2023-07-31 13:31:50 +02:00
TrueCharts Bot
1a2955093b chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11087) 2023-07-31 13:28:52 +02:00
Kjeld Schouten
9c2b859a76 feat(traefik): BREAKING CHANGE register traefik and use traefik namespace for middleware instead of tc-system (#11086)
**Description**
With the removal of manifest manager tc-system is removed for new users.
Traefik should use it's own namespace for middlewares instead and common
is already adapted to allow this.

This change also allows us to throw errors if traefik isn't installed on
a system when ingress is enabled.

Downside is that this currently breaks ingressclass, which is a
non-supported setup currently, untill we do more R&D for cleanly
handling ingressClasses, namespaces and middlewares correctly.

Also adds helm and SCALE support for the modsecurity plugin.

Also fixes CI bug with metallb.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 12:32:04 +02:00
Xstar97TheNoob
585525d844 feat(modsecurity-crs) add initial work on modsecurity-crs (#10863)
**Description**
ModSecurity is an open source, cross platform Web Application Firewall
(WAF) engine.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ 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.

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 12:05:25 +02:00
TrueCharts Bot
b1e71b8827 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11084) 2023-07-31 11:36:54 +02:00
TrueCharts Bot
16d46f7d20 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#11085) 2023-07-31 11:34:21 +02:00
StevenMcElligott
e6361265ad fix(paperless-ngx): Set defaults for OCR_LANGUAGES (#11072)
**Description**

Turns out even if it passes testing they still need to be manually set
inside the ENV VARs

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:21:18 +02:00
Xstar97TheNoob
57875a02b5 feat(flowise) move flowise to stable (#11065)
**Description**
Move flowise to stable + update its image to the latest version.
⚒️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:21:07 +02:00
Stavros Kois
5ac7e22f67 feat(traefik): add some middlewares (#11058)
**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 #4999
⚒️ Fixes #5633

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-31 11:16:47 +02:00
StevenMcElligott
77d8b810b3 feat(Joplin-Server): Return to Stable (#11067)
**Description**

Solid team effort on the initial migration to new common, it's good for
Stable again, modified the doc to remove the unnecessary :443 port
that's not needed anymore

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:15:12 +02:00
TrueCharts Bot
751f8c6d65 chore(deps): update rdesktop (#11082) 2023-07-31 10:34:11 +02:00
Stavros Kois
418dfb1194 fix(authentik): fix typo for blueprints (#11081)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:09:12 +03:00
TrueCharts Bot
e2ce17a5ca chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11079) 2023-07-31 09:35:16 +02:00
TrueCharts Bot
ef9c6fe7ca chore(deps): update rdesktop (#11080) 2023-07-31 09:33:04 +02:00
TrueCharts Bot
f24d65514c chore(deps): update rdesktop (#11078) 2023-07-31 07:35:33 +02:00
TrueCharts Bot
37957615ca chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11076) 2023-07-31 06:36:19 +02:00
TrueCharts Bot
a36b001c18 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#11077) 2023-07-31 06:35:06 +02:00
TrueCharts Bot
92ffa32df4 chore(deps): update rdesktop (#11075) 2023-07-31 05:36:24 +02:00
TrueCharts Bot
24aeef68bd chore(deps): update rdesktop (#11074) 2023-07-31 04:44:46 +02:00
TrueCharts Bot
80c3b8307f chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest (#11073) 2023-07-31 04:01:27 +02:00
TrueCharts Bot
5e1e243dc8 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#11071) 2023-07-31 02:50:31 +02:00
TrueCharts-Bot
133f9ea2e9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-31 00:26:41 +00:00
TrueCharts Bot
0529280581 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11070) 2023-07-31 01:35:49 +02:00
kqmaverick
7548bd3152 docs(plex): plug-ins codeserver notes update (#11068) 2023-07-30 17:55:47 -04:00
StevenMcElligott
5568afbe3d feat(tdarr-node): Update container as well (#11056)
**Description**

Updated teh node as well

⚒️ Fixes  #8826 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 00:08:20 +03:00
TrueCharts Bot
5bf029c93e chore(deps): update container image tccr.io/truecharts/portainer-be to v2.18.4 (#11064) 2023-07-30 22:36:27 +02:00
TrueCharts Bot
0c8d448670 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11063) 2023-07-30 22:36:04 +02:00
Stavros Kois
485b717747 fix(funkwhale): fix port (#11062)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 23:32:47 +03:00
allcontributors[bot]
cd58274f37 docs: add Shrinks99 as a contributor for code (#11061)
Adds @Shrinks99 as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11060#issuecomment-1657255794)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-30 23:11:37 +03:00
Stavros Kois
8e66293d06 All contributors/add waflint (#11060)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-30 23:09:25 +03:00
StevenMcElligott
1f551b086d migrate(Owntracks): Migrate to New Common BREAKING (#10686)
**Description**

Looks cool so I decided to migrate it

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-30 23:03:10 +03:00
StevenMcElligott
fd81281a3f migrate(Funkwhale): Migrate to new common (#11004)
**Description**

Let's get this on the new common

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-30 23:02:07 +03:00
TrueCharts Bot
443da3d0fb chore(deps): update helm general non-major (#11034)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.5` ->
`2.0.6` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.6` ->
`2.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.6` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v13.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.2.1...common-13.2.2)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v2.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.5...kube-state-metrics-2.0.6)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 22:49:10 +03:00
StevenMcElligott
efeb743316 feat(DoubleCommander): Update 2 KasmVNC *breaking* (#11054)
**Description**

Update year old + container to the latest from upstream (Linuxserver)
that uses KasmVNC instead. May not be breaking but just in case we'll
label it since it's a massive update. Rest of the mounts are the same
and permissions as well

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 22:44:21 +03:00
TrueCharts Bot
5ae124a660 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11057) 2023-07-30 21:33:03 +02:00
Stavros Kois
7b95894c7a chore(portainer): fix image namingpattern (#11053)
**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  #10834

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 22:07:33 +03:00
Stavros Kois
0a8cb9b274 fix(netdata): automount sa token (#11052)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 21:56:12 +03:00
StevenMcElligott
ea18651616 docs(Paperless-ngx): Fix how-to + remove outdated (#11047)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 21:52:06 +03:00
TrueCharts Bot
03a34c3efb chore(deps): update container image tccr.io/truecharts/autobrr to v1.28.0 (#11051) 2023-07-30 19:36:34 +02:00
TrueCharts Bot
8304e44b12 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11050) 2023-07-30 19:35:07 +02:00
TrueCharts Bot
b8fcdb2b64 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11049) 2023-07-30 18:34:34 +02:00
TrueCharts Bot
de2de19d92 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.24 (#11048) 2023-07-30 17:38:06 +02:00
TrueCharts Bot
710b575744 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.0 (#11045) 2023-07-30 15:38:14 +02:00
TrueCharts Bot
5f7572473a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11044) 2023-07-30 15:35:32 +02:00
kqmaverick
a8fa939819 docs(paperless-ngx): fix how to docs (#11046)
**Description**
Fix how to docs.

⚒️ Fixes  #

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 16:32:36 +03:00
TrueCharts Bot
3caf36d2d8 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.119.0 (#11043) 2023-07-30 14:43:41 +02:00
Stavros Kois
f5a9d16dda fix(authentik): fix bluieprints (#11041)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 15:42:50 +03:00
TrueCharts Bot
84bd108178 chore(deps): update container image tccr.io/truecharts/unpackerr to v0.12.0 (#11042) 2023-07-30 14:42:03 +02:00
Stavros Kois
67e2315fa0 fix(authentik): remove blueprints mount (#11033)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 15:05:18 +03:00
TrueCharts Bot
21bf0efe12 chore(deps): update container image tccr.io/truecharts/strapi to v4.12.0 (#11040) 2023-07-30 13:37:56 +02:00
TrueCharts Bot
d281fa3446 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.0.2091 (#11039) 2023-07-30 13:36:32 +02:00
TrueCharts Bot
74478aa19d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.0.3805 (#11038) 2023-07-30 12:36:48 +02:00
TrueCharts Bot
2aa6444eca chore(deps): update container image tccr.io/truecharts/alist to v3.24.0 (#11037) 2023-07-30 12:36:26 +02:00
TrueCharts Bot
868986c61a chore(deps): update container image tccr.io/truecharts/gitea to v1.20.2 (#11035) 2023-07-30 11:38:18 +02:00
TrueCharts Bot
fae41925dd chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.3.1 (#11036) 2023-07-30 11:35:06 +02:00
TrueCharts Bot
bb4d655de4 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11031) 2023-07-30 10:36:10 +02:00
TrueCharts Bot
91713b8082 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.3.3432 (#11032) 2023-07-30 10:34:37 +02:00
Stavros Kois
a78ea6f069 fix(traefik): "local' plugins dont use the version (#11030)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 11:23:28 +03:00
TrueCharts Bot
b9ef0535db chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11029) 2023-07-30 09:35:46 +02:00
TrueCharts Bot
0c3c41037a chore(deps): update container image tccr.io/truecharts/cloudnative-pg to v1.20.2 (#9657)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/cloudnative-pg](https://togithub.com/truecharts/containers)
| patch | `v1.20.0` -> `v1.20.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM2LjI1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-30 09:28:23 +02:00
TrueCharts Bot
cb3a7bf876 chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.67.0 (#10962)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-config-reloader](https://togithub.com/truecharts/containers)
| minor | `v0.66.0` -> `v0.67.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:28:09 +02:00
TrueCharts Bot
63393b61b9 chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.67.0 (#10963)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-operator](https://togithub.com/truecharts/containers)
| minor | `v0.66.0` -> `v0.67.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:28:00 +02:00
TrueCharts Bot
149e3283ed chore(deps): update helm chart common to 13.2.2 (#11022)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v13.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.2.1...common-13.2.2)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:27:32 +02:00
TrueCharts Bot
32da742d65 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11028) 2023-07-30 06:37:10 +02:00
TrueCharts Bot
2668ae5746 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11026) 2023-07-30 05:41:57 +02:00
TrueCharts Bot
a15f3267ae chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11024) 2023-07-30 04:49:04 +02:00
TrueCharts Bot
b000415162 chore(deps): update immich to v1.71.0 (minor) (#11023) 2023-07-30 04:07:28 +02:00
TrueCharts Bot
609ebc2a78 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11021) 2023-07-30 02:55:56 +02:00
TrueCharts Bot
bb80726c21 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#11020) 2023-07-30 02:55:16 +02:00
TrueCharts-Bot
f3416d3329 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-30 00:27:14 +00:00
TrueCharts Bot
9d39b66920 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11019) 2023-07-30 01:34:44 +02:00
TrueCharts Bot
3df5551059 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11018) 2023-07-30 01:34:12 +02:00
TrueCharts Bot
a82e00a948 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.1.0 (#11017) 2023-07-30 00:37:35 +02:00
TrueCharts Bot
c94e379ad4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11016) 2023-07-30 00:36:52 +02:00
TrueCharts Bot
be4b49859c chore(deps): update container image tccr.io/truecharts/code-server to v4.16.0 (#11014) 2023-07-29 23:33:59 +02:00
TrueCharts Bot
82ae4a8f9b chore(deps): update container image tccr.io/truecharts/filebrowser to v2.24.0 (#11015) 2023-07-29 23:32:57 +02:00
TrueCharts Bot
c79af89b4a chore(deps): update container image tccr.io/truecharts/flexget to v3.7.11 (#11011) 2023-07-29 22:33:34 +02:00
TrueCharts Bot
98f0bb8749 chore(deps): update container image tccr.io/truecharts/linkding to v1.19.1 (#11012) 2023-07-29 22:32:23 +02:00
Stavros Kois
f509df9ea4 chore(traefik): use baked in plugins (#10997)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 22:03:37 +02:00
TrueCharts Bot
4f55242a53 chore(deps): update jupyter (#11010) 2023-07-29 21:36:01 +02:00
TrueCharts Bot
f62e33fb27 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11009) 2023-07-29 21:34:53 +02:00
TrueCharts Bot
532144a598 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11008) 2023-07-29 20:34:11 +02:00
TrueCharts Bot
a938069269 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11007) 2023-07-29 20:32:35 +02:00
TrueCharts Bot
b5c0dbe106 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11005) 2023-07-29 19:32:43 +02:00
TrueCharts Bot
70da4011c4 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11006) 2023-07-29 19:31:37 +02:00
allcontributors[bot]
94862ecaf4 docs: add Physics-Dude as a contributor for doc (#11003)
Adds @Physics-Dude as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11000#issuecomment-1656785779)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-29 19:58:33 +03:00
TrueCharts Bot
4a1640cde5 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11001) 2023-07-29 18:36:05 +02:00
TrueCharts Bot
3189eef89d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11002) 2023-07-29 18:35:37 +02:00
StevenMcElligott
0621edc7c4 decrepate(searX): Deprecate doubled chart (#10999)
**Description**

Since we have a functional searXNG we don't need double, we should yeet
this from the catalog

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 19:32:47 +03:00
StevenMcElligott
290882c28f feat(Paperless-Ngx): Add additional OCR options (#10994)
**Description**

Added additional fields for OCR languages as we have an outstanding
issue for it

⚒️ Fixes  #7582 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 19:30:38 +03:00
StevenMcElligott
9d73df353d feat(searXNG): Move to stable (#10998)
**Description**

Let's keep it moving, updated the icon too!

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 19:28:58 +03:00
Stavros Kois
ad28468489 chore(authentik): bump authentik (#11000)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 19:28:46 +03:00
TrueCharts Bot
6f6280a5db chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10996) 2023-07-29 17:36:26 +02:00
TrueCharts Bot
6071e14504 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#10995) 2023-07-29 17:35:12 +02:00
TrueCharts Bot
178441f5e1 chore(deps): update jupyter (#10993) 2023-07-29 16:34:14 +02:00
TrueCharts Bot
945903b775 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#10992) 2023-07-29 16:32:06 +02:00
TrueCharts Bot
8539dd5c2b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10991) 2023-07-29 15:33:45 +02:00
TrueCharts Bot
1b96439f9f chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10990) 2023-07-29 15:31:11 +02:00
TrueCharts Bot
6a003effb2 chore(deps): update rdesktop (#10989) 2023-07-29 14:33:28 +02:00
TrueCharts Bot
6a90a9071e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#10988) 2023-07-29 13:34:13 +02:00
Stavros Kois
4a4c506457 chore(guacamole): set guacamole to listen on / (#10987)
**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  #10986

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 12:25:36 +03:00
TrueCharts Bot
4b1c52d3af chore(deps): update container image tccr.io/truecharts/prometheus to v2.46.0 (#10985) 2023-07-29 10:36:20 +02:00
TrueCharts Bot
c1a86dbf36 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10984) 2023-07-29 10:35:56 +02:00
StevenMcElligott
a0ac7b3c64 fix(searxng): Update tag for full testing (#10977)
**Description**

Update tag for testing, but after this I think it's good for Stable

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 10:11:51 +02:00
TrueCharts Bot
72313a0816 chore(deps): update helm general non-major (#10955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.3` ->
`7.0.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3)

#### Changes by Kind

##### Bugfixes

- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6235](https://togithub.com/cert-manager/cert-manager/issues/6235),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0)

Function library for TrueCharts

###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8)

Function library for TrueCharts

###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.4...kube-state-metrics-2.0.5)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.3...kube-state-metrics-2.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
TrueCharts Bot
97fa6781ba chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10982) 2023-07-29 09:39:42 +02:00
TrueCharts Bot
ef00660421 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#10983) 2023-07-29 09:39:23 +02:00
TrueCharts Bot
55dd72f323 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10981) 2023-07-29 06:35:31 +02:00
TrueCharts Bot
a5d3641b74 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10980) 2023-07-29 06:33:50 +02:00
TrueCharts Bot
3f0bdb0429 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10978) 2023-07-29 04:43:47 +02:00
TrueCharts Bot
86e60fa8e4 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#10979) 2023-07-29 04:42:18 +02:00
StevenMcElligott
b590f4100c migrate(filezilla): Update to new common (#10904)
**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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-28 22:20:22 -04:00
TrueCharts Bot
9376ae007a chore(deps): update container image tccr.io/truecharts/ombi to v4.43.4 (#10976) 2023-07-29 03:59:04 +02:00
TrueCharts Bot
9465288ade chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.19 (#10975) 2023-07-29 02:52:57 +02:00
TrueCharts Bot
e68f054dde chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10974) 2023-07-29 02:49:11 +02:00
TrueCharts Bot
29b819aa4e chore(deps): update container image tccr.io/truecharts/drawio to v21.6.6 (#10973) 2023-07-29 01:39:35 +02:00
TrueCharts Bot
32ee036065 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#10972) 2023-07-29 01:36:44 +02:00
TrueCharts Bot
6a00482c41 chore(deps): update container image tccr.io/truecharts/openhab to v4.0.1 (#10966) 2023-07-29 00:37:35 +02:00
TrueCharts Bot
c056db9921 chore(deps): update container image tccr.io/truecharts/owncast to v0.1.1 (#10971) 2023-07-29 00:33:51 +02:00
TrueCharts Bot
d71e511cfd chore(deps): update jupyter (#10969) 2023-07-29 00:33:44 +02:00
TrueCharts Bot
2754f1226a chore(deps): update webtop (#10970) 2023-07-29 00:31:12 +02:00
TrueCharts Bot
5be3821590 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10968) 2023-07-29 00:29:34 +02:00
StevenMcElligott
c69017bdb7 migrate(searxng): Migrate to New Common (#10851)
**Description**

Another one

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-29 01:25:58 +03:00
TrueCharts Bot
c99982765e chore(deps): update container image tccr.io/truecharts/collabora to v23.05.2.2.1 (#10936) 2023-07-28 23:57:54 +02:00
TrueCharts Bot
af3262dca1 chore(deps): update immich to v1.70.0 (minor) (#10964) 2023-07-28 23:51:31 +02:00
Alec Fenichel
4fc5f64101 fix(channels-dvr) revert permissions changes and add installation note (#10854)
**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)-->

Revert permissions changed in
https://github.com/truecharts/charts/pull/10813 and add installation
note instead.

**⚙️ 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
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 00:50:46 +03:00
TrueCharts Bot
d13fc270fe chore(deps): update container image tccr.io/truecharts/prometheus to v2.46.0 (#10961)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| minor | `v2.45.0` -> `v2.46.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-29 00:49:18 +03:00
TrueCharts Bot
7199626cd9 chore(deps): update container image tccr.io/truecharts/n8n to v1.1.1 (#10959) 2023-07-28 23:48:15 +02:00
TrueCharts Bot
9628e8259b chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#10958) 2023-07-28 23:47:25 +02:00
TrueCharts Bot
39ac13c445 chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.5.0 (#10960) 2023-07-28 23:47:19 +02:00
TrueCharts Bot
cb9afd5948 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#10965) 2023-07-28 23:47:06 +02:00
TrueCharts Bot
a051a76fed chore(deps): update container image tccr.io/truecharts/alist to v3.23.0 (#10956) 2023-07-28 23:45:58 +02:00
TrueCharts Bot
9c426a08e5 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.7.1.2470 (#10957) 2023-07-28 23:45:12 +02:00
TrueCharts Bot
2b49ed561a chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10872) 2023-07-28 23:43:23 +02:00
TrueCharts Bot
750849be9b chore(deps): update container image tccr.io/truecharts/vaultwarden to v1.29.1 (#10953) 2023-07-28 23:40:27 +02:00
TrueCharts Bot
22ad08c748 chore(deps): update container image tccr.io/truecharts/gitea to v1.20.1 (#10943) 2023-07-28 23:40:22 +02:00
TrueCharts Bot
7193602596 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.2 (#10954) 2023-07-28 23:40:18 +02:00
TrueCharts Bot
400b152e3b chore(deps): update container image tccr.io/truecharts/readarr to v0.2.4.1999 (#10951) 2023-07-28 23:39:52 +02:00
TrueCharts Bot
ae9c66a0b9 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.5.1 (#10952) 2023-07-28 23:39:22 +02:00
TrueCharts Bot
15073992c0 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.7.4.3769 (#10950) 2023-07-28 23:39:14 +02:00
TrueCharts Bot
79a58dc2a1 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#10946) 2023-07-28 23:39:12 +02:00
TrueCharts Bot
a84d2ab91b chore(deps): update container image tccr.io/truecharts/plex to v1.32.5.7349 (#10949) 2023-07-28 23:39:05 +02:00
TrueCharts Bot
33d8520c4d chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.8.0 (#10903) 2023-07-28 23:39:00 +02:00
TrueCharts Bot
14e8f15ed8 chore(deps): update container image tccr.io/truecharts/openhab to v3.4.5 (#10947) 2023-07-28 23:38:55 +02:00
TrueCharts Bot
348ca74ff0 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#10941) 2023-07-28 23:38:49 +02:00
TrueCharts Bot
c98b727fe0 chore(deps): update container image tccr.io/truecharts/overseerr to v1.33.2 (#10948) 2023-07-28 23:38:40 +02:00
TrueCharts Bot
2d6119398e chore(deps): update container image tccr.io/truecharts/muse to v2.4.1 (#10945) 2023-07-28 23:38:32 +02:00
TrueCharts Bot
ba0fb7769b chore(deps): update container image tccr.io/truecharts/fluidd to v1.24.2 (#10942) 2023-07-28 23:38:29 +02:00
TrueCharts Bot
17dc67aa1e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10938) 2023-07-28 23:37:07 +02:00
TrueCharts Bot
0a3d07b6b7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10939) 2023-07-28 23:36:53 +02:00
TrueCharts Bot
5a4e4a4232 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#10940) 2023-07-28 23:36:47 +02:00
TrueCharts Bot
c57fbcc428 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#10944) 2023-07-28 23:36:31 +02:00
TrueCharts Bot
f781e551e4 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.1 (#10937) 2023-07-28 22:36:12 +02:00
TrueCharts Bot
29bf582a7a chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10934) 2023-07-28 21:36:06 +02:00
TrueCharts Bot
1adb11e189 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10935) 2023-07-28 21:34:05 +02:00
TrueCharts Bot
1b55c3c938 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#10932) 2023-07-28 20:35:26 +02:00
TrueCharts Bot
248c708603 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.7.3 (#10933) 2023-07-28 20:34:58 +02:00
TrueCharts Bot
f4c8637cf2 chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.4 (#10931) 2023-07-28 19:41:54 +02:00
TrueCharts Bot
20184b0c0e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10930) 2023-07-28 19:35:31 +02:00
TrueCharts Bot
7755e25beb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10929) 2023-07-28 18:36:28 +02:00
TrueCharts Bot
db5e25e818 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10928) 2023-07-28 18:33:50 +02:00
TrueCharts Bot
cbe098fd75 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.35 (#10927) 2023-07-28 17:41:43 +02:00
TrueCharts Bot
80e3036a4b chore(deps): update container image tccr.io/truecharts/adminer to latest (#10926) 2023-07-28 17:41:00 +02:00
TrueCharts Bot
32e49baa18 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10924) 2023-07-28 16:45:08 +02:00
TrueCharts Bot
6932dd21dc chore(deps): update jupyter (#10925) 2023-07-28 16:42:36 +02:00
TrueCharts Bot
86f6db2a5b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10923) 2023-07-28 15:36:49 +02:00
TrueCharts Bot
10ae944a14 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10922) 2023-07-28 15:36:45 +02:00
TrueCharts Bot
f5d211a178 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v (#10921) 2023-07-28 14:50:15 +02:00
TrueCharts Bot
bd8319a470 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10920) 2023-07-28 14:44:45 +02:00
TrueCharts Bot
716703d557 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0-postgres (#10919) 2023-07-28 13:39:20 +02:00
TrueCharts Bot
c49697d377 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.20 (#10918) 2023-07-28 13:39:13 +02:00
TrueCharts Bot
c858dd5a0b chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10917) 2023-07-28 12:37:27 +02:00
TrueCharts Bot
2855e51fb1 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10916) 2023-07-28 12:35:41 +02:00
TrueCharts Bot
d9b8983c3a chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10915) 2023-07-28 11:41:33 +02:00
TrueCharts Bot
a52b7a62d9 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10914) 2023-07-28 11:41:20 +02:00
TrueCharts Bot
6eb51f71b9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10913) 2023-07-28 10:37:09 +02:00
TrueCharts Bot
f740b8c13b chore(deps): update container image tccr.io/truecharts/adminer to latest (#10912) 2023-07-28 10:35:15 +02:00
TrueCharts Bot
3547511b0c chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10911) 2023-07-28 09:39:36 +02:00
TrueCharts Bot
dc685fc8e9 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10910) 2023-07-28 09:36:00 +02:00
TrueCharts Bot
2a6b2b554a chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10909) 2023-07-28 08:37:14 +02:00
TrueCharts Bot
fcb24fac38 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10908) 2023-07-28 07:35:30 +02:00
1818 changed files with 18008 additions and 9650 deletions

View File

@@ -1883,6 +1883,222 @@
"code",
"doc"
]
},
{
"login": "Physics-Dude",
"name": "Physics-Dude",
"avatar_url": "https://avatars.githubusercontent.com/u/22563517?v=4",
"profile": "https://github.com/Physics-Dude",
"contributions": [
"doc"
]
},
{
"login": "waflint",
"name": "waflint",
"avatar_url": "https://avatars.githubusercontent.com/u/94139453?v=4",
"profile": "https://github.com/waflint",
"contributions": [
"code"
]
},
{
"login": "Shrinks99",
"name": "Henry Wilkinson",
"avatar_url": "https://avatars.githubusercontent.com/u/5672810?v=4",
"profile": "https://github.com/Shrinks99",
"contributions": [
"code"
]
},
{
"login": "cedstrom",
"name": "cedstrom",
"avatar_url": "https://avatars.githubusercontent.com/u/6175957?v=4",
"profile": "https://github.com/cedstrom",
"contributions": [
"code"
]
},
{
"login": "v3DJG6GL",
"name": "v3DJG6GL",
"avatar_url": "https://avatars.githubusercontent.com/u/72495210?v=4",
"profile": "https://github.com/v3DJG6GL",
"contributions": [
"bug"
]
},
{
"login": "polarstack",
"name": "polarstack",
"avatar_url": "https://avatars.githubusercontent.com/u/42521003?v=4",
"profile": "https://github.com/polarstack",
"contributions": [
"code"
]
},
{
"login": "K1Hyve",
"name": "Keyvan",
"avatar_url": "https://avatars.githubusercontent.com/u/53298451?v=4",
"profile": "https://github.com/K1Hyve",
"contributions": [
"code"
]
},
{
"login": "MickaelFontes",
"name": "MickaelFontes",
"avatar_url": "https://avatars.githubusercontent.com/u/81414455?v=4",
"profile": "https://github.com/MickaelFontes",
"contributions": [
"code"
]
},
{
"login": "blastik",
"name": "David CM",
"avatar_url": "https://avatars.githubusercontent.com/u/3662083?v=4",
"profile": "https://github.com/blastik",
"contributions": [
"code"
]
},
{
"login": "aamirazad",
"name": "Aamir Azad",
"avatar_url": "https://avatars.githubusercontent.com/u/82281117?v=4",
"profile": "http://tigertutoringtool.aamira.me",
"contributions": [
"doc"
]
},
{
"login": "jordan-woyak",
"name": "Jordan Woyak",
"avatar_url": "https://avatars.githubusercontent.com/u/1768214?v=4",
"profile": "https://github.com/jordan-woyak",
"contributions": [
"code"
]
},
{
"login": "simon-hofmann",
"name": "Simon Hofman",
"avatar_url": "https://avatars.githubusercontent.com/u/23562420?v=4",
"profile": "https://github.com/simon-hofmann",
"contributions": [
"code"
]
},
{
"login": "notyouraveragegamer",
"name": "notyouraveragegamer",
"avatar_url": "https://avatars.githubusercontent.com/u/104248676?v=4",
"profile": "https://github.com/NotYourAverageGamer",
"contributions": [
"doc"
]
},
{
"login": "varac",
"name": "Varac",
"avatar_url": "https://avatars.githubusercontent.com/u/488213?v=4",
"profile": "https://www.varac.net",
"contributions": [
"code"
]
},
{
"login": "tuxpizza",
"name": "tuxsudo",
"avatar_url": "https://avatars.githubusercontent.com/u/84710786?v=4",
"profile": "https://tux.pizza",
"contributions": [
"code"
]
},
{
"login": "TylerRudie",
"name": "TylerRudie",
"avatar_url": "https://avatars.githubusercontent.com/u/2695916?v=4",
"profile": "https://github.com/TylerRudie",
"contributions": [
"doc"
]
},
{
"login": "qnb59bny5x",
"name": "qnb59bny5x",
"avatar_url": "https://avatars.githubusercontent.com/u/108427982?v=4",
"profile": "https://github.com/qnb59bny5x",
"contributions": [
"code"
]
},
{
"login": "drndos",
"name": "Filip Bednárik",
"avatar_url": "https://avatars.githubusercontent.com/u/5576134?v=4",
"profile": "https://blog.drndos.sk",
"contributions": [
"bug"
]
},
{
"login": "sshcherbinin",
"name": "Serhii Shcherbinin",
"avatar_url": "https://avatars.githubusercontent.com/u/92396963?v=4",
"profile": "https://github.com/sshcherbinin",
"contributions": [
"code"
]
},
{
"login": "qraynaud",
"name": "Quentin Raynaud",
"avatar_url": "https://avatars.githubusercontent.com/u/65991?v=4",
"profile": "https://github.com/qraynaud",
"contributions": [
"bug"
]
},
{
"login": "thegcat",
"name": "Felix Schäfer",
"avatar_url": "https://avatars.githubusercontent.com/u/22835?v=4",
"profile": "http://fachschaften.org",
"contributions": [
"doc"
]
},
{
"login": "jndeverteuil",
"name": "Julien Nicolas de Verteuil",
"avatar_url": "https://avatars.githubusercontent.com/u/6644855?v=4",
"profile": "https://github.com/jndeverteuil",
"contributions": [
"code"
]
},
{
"login": "gabrieldonadel",
"name": "Gabriel Donadel Dall'Agnol",
"avatar_url": "https://avatars.githubusercontent.com/u/11707729?v=4",
"profile": "https://github.com/gabrieldonadel",
"contributions": [
"doc"
]
},
{
"login": "jon-stumpf",
"name": "Jon S. Stumpf",
"avatar_url": "https://avatars.githubusercontent.com/u/7144996?v=4",
"profile": "https://github.com/jon-stumpf",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,

38
.github/README.md vendored
View File

@@ -48,7 +48,7 @@ For big changes we do have a roadmap, every spot on the roadmap is synced to a T
**Restructure of the Project - TrueNAS SCALE "Bluefin" 22.xx ALPHA 1**
_The current project is hitting internal performance issues, for this reason we need to rework the structure and split some parts of the project into seperate repositories._
_The current project is hitting internal performance issues, for this reason we need to rework the structure and split some parts of the project into separate repositories._
<br />
@@ -60,7 +60,7 @@ _The shared Common (chart) basis, used by all our Charts, needs some significant
**Increased test coverage - TrueNAS SCALE "Bluefin" 22.xx BETA 1**
_With most parts of our project somewhat cleaned up, we need to work on increasing the coverage of our test system. Our unittests should cover all features and we should also take upgrades into account when testing Chart changes_
_With most parts of our project somewhat cleaned up, we need to work on increasing the coverage of our test system. Our unit tests should cover all features and we should also take upgrades into account when testing Chart changes_
<br />
@@ -124,7 +124,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-201-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-225-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)):
@@ -394,6 +394,38 @@ 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/svetlemodry"><img src="https://avatars.githubusercontent.com/u/8712544?v=4?s=100" width="100px;" alt="Jaroslav Lichtblau"/><br /><sub><b>Jaroslav Lichtblau</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=svetlemodry" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Maximilian-Staab"><img src="https://avatars.githubusercontent.com/u/20892091?v=4?s=100" width="100px;" alt="MaximilianS"/><br /><sub><b>MaximilianS</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Maximilian-Staab" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://dionlarson.com"><img src="https://avatars.githubusercontent.com/u/1843883?v=4?s=100" width="100px;" alt="Dion Larson"/><br /><sub><b>Dion Larson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=dionlarson" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=dionlarson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Physics-Dude"><img src="https://avatars.githubusercontent.com/u/22563517?v=4?s=100" width="100px;" alt="Physics-Dude"/><br /><sub><b>Physics-Dude</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Physics-Dude" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/waflint"><img src="https://avatars.githubusercontent.com/u/94139453?v=4?s=100" width="100px;" alt="waflint"/><br /><sub><b>waflint</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=waflint" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shrinks99"><img src="https://avatars.githubusercontent.com/u/5672810?v=4?s=100" width="100px;" alt="Henry Wilkinson"/><br /><sub><b>Henry Wilkinson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Shrinks99" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cedstrom"><img src="https://avatars.githubusercontent.com/u/6175957?v=4?s=100" width="100px;" alt="cedstrom"/><br /><sub><b>cedstrom</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=cedstrom" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/v3DJG6GL"><img src="https://avatars.githubusercontent.com/u/72495210?v=4?s=100" width="100px;" alt="v3DJG6GL"/><br /><sub><b>v3DJG6GL</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Av3DJG6GL" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/polarstack"><img src="https://avatars.githubusercontent.com/u/42521003?v=4?s=100" width="100px;" alt="polarstack"/><br /><sub><b>polarstack</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=polarstack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/K1Hyve"><img src="https://avatars.githubusercontent.com/u/53298451?v=4?s=100" width="100px;" alt="Keyvan"/><br /><sub><b>Keyvan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=K1Hyve" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MickaelFontes"><img src="https://avatars.githubusercontent.com/u/81414455?v=4?s=100" width="100px;" alt="MickaelFontes"/><br /><sub><b>MickaelFontes</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MickaelFontes" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/blastik"><img src="https://avatars.githubusercontent.com/u/3662083?v=4?s=100" width="100px;" alt="David CM"/><br /><sub><b>David CM</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=blastik" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://tigertutoringtool.aamira.me"><img src="https://avatars.githubusercontent.com/u/82281117?v=4?s=100" width="100px;" alt="Aamir Azad"/><br /><sub><b>Aamir Azad</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=aamirazad" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jordan-woyak"><img src="https://avatars.githubusercontent.com/u/1768214?v=4?s=100" width="100px;" alt="Jordan Woyak"/><br /><sub><b>Jordan Woyak</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jordan-woyak" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/simon-hofmann"><img src="https://avatars.githubusercontent.com/u/23562420?v=4?s=100" width="100px;" alt="Simon Hofman"/><br /><sub><b>Simon Hofman</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=simon-hofmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NotYourAverageGamer"><img src="https://avatars.githubusercontent.com/u/104248676?v=4?s=100" width="100px;" alt="notyouraveragegamer"/><br /><sub><b>notyouraveragegamer</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=notyouraveragegamer" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.varac.net"><img src="https://avatars.githubusercontent.com/u/488213?v=4?s=100" width="100px;" alt="Varac"/><br /><sub><b>Varac</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=varac" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://tux.pizza"><img src="https://avatars.githubusercontent.com/u/84710786?v=4?s=100" width="100px;" alt="tuxsudo"/><br /><sub><b>tuxsudo</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=tuxpizza" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TylerRudie"><img src="https://avatars.githubusercontent.com/u/2695916?v=4?s=100" width="100px;" alt="TylerRudie"/><br /><sub><b>TylerRudie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=TylerRudie" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/qnb59bny5x"><img src="https://avatars.githubusercontent.com/u/108427982?v=4?s=100" width="100px;" alt="qnb59bny5x"/><br /><sub><b>qnb59bny5x</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=qnb59bny5x" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.drndos.sk"><img src="https://avatars.githubusercontent.com/u/5576134?v=4?s=100" width="100px;" alt="Filip Bednárik"/><br /><sub><b>Filip Bednárik</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adrndos" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sshcherbinin"><img src="https://avatars.githubusercontent.com/u/92396963?v=4?s=100" width="100px;" alt="Serhii Shcherbinin"/><br /><sub><b>Serhii Shcherbinin</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sshcherbinin" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/qraynaud"><img src="https://avatars.githubusercontent.com/u/65991?v=4?s=100" width="100px;" alt="Quentin Raynaud"/><br /><sub><b>Quentin Raynaud</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aqraynaud" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://fachschaften.org"><img src="https://avatars.githubusercontent.com/u/22835?v=4?s=100" width="100px;" alt="Felix Schäfer"/><br /><sub><b>Felix Schäfer</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=thegcat" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jndeverteuil"><img src="https://avatars.githubusercontent.com/u/6644855?v=4?s=100" width="100px;" alt="Julien Nicolas de Verteuil"/><br /><sub><b>Julien Nicolas de Verteuil</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jndeverteuil" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gabrieldonadel"><img src="https://avatars.githubusercontent.com/u/11707729?v=4?s=100" width="100px;" alt="Gabriel Donadel Dall'Agnol"/><br /><sub><b>Gabriel Donadel Dall'Agnol</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=gabrieldonadel" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jon-stumpf"><img src="https://avatars.githubusercontent.com/u/7144996?v=4?s=100" width="100px;" alt="Jon S. Stumpf"/><br /><sub><b>Jon S. Stumpf</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jon-stumpf" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>

4
.github/SUPPORT.md vendored
View File

@@ -20,6 +20,10 @@ We also document which versions of TrueNAS will receive TrueCharts updates and f
| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2022-12-13 |
| 22.12.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-02-21 |
| 22.12.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-04-11 |
| 22.12.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-06-13 |
| 22.12.3.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-06-20 |
| 22.12.3.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-07-05 |
| 22.12.3.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-07-25 |
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
:::warning Support Guidelines

View File

@@ -50,7 +50,6 @@ runs:
# Set output to changed charts
echo "Changed charts: ${CHARTS[*]}"
printf "::set-output name=addedOrModified::%s\n" "${CHARTS[*]}"
- name: Collect bumped charts after last tag
id: filter-bumped-charts

View File

@@ -12,21 +12,26 @@ chart-dirs:
excluded-charts:
- charts/dependency/subchart
- charts/incubator/twingate-connector
- charts/incubator/docassemble
- charts/incubator/eco
- charts/incubator/midarr
- charts/incubator/orbital-sync
- charts/incubator/plex-meta-manager
- charts/incubator/tauticord
- charts/incubator/telepush
- charts/library/common
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-discord
- charts/stable/amcrest2mqtt
- charts/stable/arksurvivalevolved
- charts/stable/tauticord
- charts/stable/discordgsm
- charts/stable/facebox
- charts/stable/foundryvtt
- charts/stable/heimdall
- charts/stable/mc-router
- charts/stable/multus
- charts/stable/local-ai
- charts/stable/orbital-sync
- charts/stable/plex-meta-manager
- charts/stable/pod-gateway

View File

@@ -20,6 +20,12 @@
"fileMatch": ["charts/.+/Chart\\.yaml$"]
},
"packageRules": [
// Bundle Github Actions
{
"matchManagers": ["github-actions"],
"groupName": "Github-Actions",
"automerge": true
},
// Setup datasources for dep updates
{
"datasources": ["helm"],
@@ -281,6 +287,11 @@
"matchPackagePrefixes": ["tccr.io/truecharts/immich"],
"groupName": "immich",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/portainer"],
"groupName": "portainer",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/neko"],

View File

@@ -74,7 +74,8 @@ patch_apps() {
cat ${target}/Chart.yaml | grep "icon" >> catalog/${train}/${chartname}/item.yaml
sed -i "s|^icon:|icon_url:|g" catalog/${train}/${chartname}/item.yaml
echo "categories:" >> catalog/${train}/${chartname}/item.yaml
cat ${target}/Chart.yaml | yq '.annotations."truecharts.org/catagories"' -r >> catalog/${train}/${chartname}/item.yaml
category=$(cat ${target}/Chart.yaml | yq '.annotations."truecharts.org/category"' -r)
echo "- $category" >> catalog/${train}/${chartname}/item.yaml
# Generate screenshots
screenshots=""

View File

@@ -147,17 +147,18 @@ function lint_chart(){
echo "👣 Helm Lint - [$chart_path]"
helm_lint "$chart_path"
if [[ ! $(ls $chart_path/ci/*values.yaml) ]]; then
echo "👣 Helm Template - [$chart_path]"
helm_template "$chart_path"
fi
# FIXME: Comment out for now as it requires deps installed in linting.
# if [[ ! $(ls $chart_path/ci/*values.yaml) ]]; then
# echo "👣 Helm Template - [$chart_path]"
# helm_template "$chart_path"
# fi
for values in $chart_path/ci/*values.yaml; do
if [ -f "${values}" ]; then
echo "👣 Helm Template - [$values]"
helm_template "$chart_path" "$values"
fi
done
# for values in $chart_path/ci/*values.yaml; do
# if [ -f "${values}" ]; then
# echo "👣 Helm Template - [$values]"
# helm_template "$chart_path" "$values"
# fi
# done
echo "👣 Chart Version - [$chart_path] against [$target_branch]"
check_version "$chart_path" "$target_branch"

View File

@@ -1,53 +0,0 @@
#! /bin/bash
trainsPath="./charts"
traefikTrain="enterprise"
get_latest_release() {
# Get latest release from GitHub api, NOTE: Remove the header when running locally (or add a valid token)
curl --silent \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--url "https://api.github.com/repos/$1/releases/latest" |
# Get tag line
grep '"tag_name":' |
# Pluck JSON value
sed -E 's/.*"([^"]+)".*/\1/'
}
set_key_to_version() {
key="$1"
version="$2"
traefikValuesFile="$trainsPath/$traefikTrain/traefik/values.yaml"
echo "Setting $key to $version..."
sed -i "s/${key}: .*/${key}: ${version}/" $traefikValuesFile
content=$(grep "$key:" "$traefikValuesFile" | sed "s/\s*${key}:\s*//" )
echo "New content of $key in values.yaml: $content"
echo ""
}
update_plugin() {
repo="$1"
key="$2"
pluginName="$3"
version=$(get_latest_release "$repo")
if [ -z "$version" ]
then
echo "Got empty version, skipping..."
else
echo "Fetched $pluginName plugin version: $version"
set_key_to_version "$key" "$version"
fi;
}
# Example
# update_plugin "repo" "key_holding_version_in_values.yaml" "plugin_name_used_for_verbose_printing_only"
# Real IP
update_plugin "soulbalz/traefik-real-ip" "realIPVersion" "RealIP"
# Theme Park
update_plugin "packruler/traefik-themepark" "themeParkVersion" "ThemePark"
# GeoBlock
update_plugin "PascalMinder/geoblock" "geoBlockVersion" "GeoBlock"

View File

@@ -17,7 +17,7 @@ jobs:
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout
with:
fetch-depth: 100

View File

@@ -22,13 +22,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout [master]
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: master
- name: Checkout [commit]
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -108,7 +108,7 @@ jobs:
- name: Create/Update comment
if: steps.list-changed.outputs.detected == 'true'
continue-on-error: true
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
with:
filePath: /tmp/lint_result.txt
comment_tag: lint_results

View File

@@ -17,13 +17,13 @@ jobs:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- name: Checkout Helm-Staging
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
repository: truecharts/helm-staging
@@ -93,7 +93,7 @@ jobs:
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
@@ -125,7 +125,7 @@ jobs:
find . -name '*.sh' | xargs chmod +x
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -206,6 +206,10 @@ jobs:
echo "" >> website/docs/charts/${train}/${chart}/index.md
cat charts/${train}/${chart}/Chart.yaml | yq .description -r >> website/docs/charts/${train}/${chart}/index.md
echo "" >> website/docs/charts/${train}/${chart}/index.md
echo "## Chart Sources" >> website/docs/charts/${train}/${chart}/index.md
echo "" >> website/docs/charts/${train}/${chart}/index.md
cat charts/${train}/${chart}/Chart.yaml | go-yq .sources -r >> website/docs/charts/${train}/${chart}/index.md
echo "" >> website/docs/charts/${train}/${chart}/index.md
echo "## Available Documentation" >> website/docs/charts/${train}/${chart}/index.md
echo "" >> website/docs/charts/${train}/${chart}/index.md
@@ -240,7 +244,7 @@ jobs:
git push
- name: Checkout Catalog
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:

View File

@@ -50,7 +50,7 @@ jobs:
detected6: ${{ steps.list-changed.outputs.detected6 }}
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -127,12 +127,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -146,18 +146,31 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Prep Helm
run: |
helm repo add truecharts https://charts.truecharts.org
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add truecharts-library https://library-charts.truecharts.org
helm repo add jetstack https://charts.jetstack.io
helm repo update
- name: Add Dependencies
run: |
## TODO: Move to our Helm Charts
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.20/releases/cnpg-1.20.0.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -175,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -187,12 +200,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -208,14 +221,21 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -233,7 +253,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -245,12 +265,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -266,14 +286,21 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -291,7 +318,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -303,12 +330,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -324,14 +351,21 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -349,7 +383,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -361,12 +395,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -382,14 +416,21 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f --server-side --force-conflicts https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f --server-side --force-conflicts https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f --server-side --force-conflicts --server-side --force-conflicts https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -407,7 +448,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -419,12 +460,12 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -440,14 +481,21 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
fi
## TODO: Only add when required
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
fi
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)

View File

@@ -20,7 +20,7 @@ jobs:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
@@ -55,7 +55,7 @@ jobs:
done
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: truecharts/website
path: website
@@ -248,7 +248,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
@@ -257,7 +257,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout website
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
repository: truecharts/website
@@ -377,12 +377,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18

View File

@@ -17,7 +17,7 @@ jobs:
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Collect changes
id: collect-changes
@@ -57,7 +57,7 @@ jobs:
head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }}
steps:
- name: Get repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: verbose head git commit message

View File

@@ -9,7 +9,7 @@ jobs:
name: "prune old releases"
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20 # v4

View File

@@ -10,16 +10,16 @@ on:
jobs:
renovate-bump:
name: Get changed Apps
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout
with:
fetch-depth: 0

View File

@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
uses: renovatebot/github-action@5c6c06aa0e3d7a6a9b6cba05c078c51631b5f11a # v39.1.1
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -8,7 +8,7 @@ on:
jobs:
stale:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check for stale issues and PRs
uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.6.2.18"
appVersion: "23.9.3.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -22,9 +22,8 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/
type: application
version: 6.0.1
version: 7.0.18
annotations:
truecharts.org/catagories: |
- database
truecharts.org/category: database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: v23.6.2.18@sha256:4ae0a71b68486786d8aa45d4cf7b35aa7684767eb5ee532c40a54d38bf72e15c
tag: v23.9.3.12@sha256:98f6383f4d01f7b752d5c877d51ef93dcb9364cf6676883eb7d83993f7edb071
workload:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.9.2"
appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics
@@ -21,9 +21,8 @@ name: kube-state-metrics
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application
version: 2.0.4
version: 3.0.32
annotations:
truecharts.org/catagories: |
- metrics
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/kube-state-metrics
pullPolicy: IfNotPresent
tag: v2.9.2@sha256:cadec2339b4b5225d2fb46beae1ddec2f1291ef04345b36e396a6158d842f667
tag: v2.10.0@sha256:5dd17a0a28532d6dfba742e1ba39f894e653cd5ca13c313e21120ee4f9d81024
service:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.11.4"
appVersion: "11.1.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -25,9 +25,8 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 8.0.4
version: 9.0.35
annotations:
truecharts.org/catagories: |
- database
truecharts.org/category: database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: v10.11.4@sha256:541fd7f734ac28a9aa67e5e01d21adcbd5e34c0ae8de553041402f9622b66600
tag: v11.1.2@sha256:3ec39631c2e7c4a3564ccf0726a19078fd056601ee7a66761d62344b585e9289
workload:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.6.21"
appVersion: "1.6.22"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -23,10 +23,8 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 7.0.4
version: 8.0.36
annotations:
truecharts.org/catagories: |
- database
- cache
truecharts.org/category: database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: v1.6.21@sha256:157c574f61004b7e47b910d4611f4492ec257472b6fc4b400a7c1b28c2d1bba0
tag: v1.6.22@sha256:1d021040b76aceb199a879ff295f836a007ec64cabdba1482c511fd245b3b7ec
service:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "6.0.8"
appVersion: "7.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -23,9 +23,8 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 7.0.4
version: 8.0.33
annotations:
truecharts.org/catagories: |
- database
truecharts.org/category: database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: v6.0.8@sha256:0f1985e865d03ca331cdfd93ba4531b94aaae0323d2913329d18d4857aac3e10
tag: v7.0.2@sha256:2ecf33de2273eb9da76e778d5cad92e55ccbb8ade8e2e0a997e7f40afc058631
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
@@ -21,9 +21,8 @@ name: node-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application
version: 2.0.5
version: 3.0.34
annotations:
truecharts.org/catagories: |
- metrics
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/node-exporter
pullPolicy: IfNotPresent
tag: v1.6.1@sha256:e8bf7ee51147eda2ea65d76438b4f21d6bd59fcaf2edc8737c789980475dd98f
tag: v1.6.1@sha256:c150064746d1155d557663650603ea428eacd22c40da62f2ec3078b4c2ade1ba
service:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "7.0.12"
appVersion: "7.2.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -23,10 +23,8 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 7.0.4
version: 8.0.38
annotations:
truecharts.org/catagories: |
- database
- cache
truecharts.org/category: database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: v7.0.12@sha256:1dd6a292329d4ded673ca797b1922998be339744967a9f8a1b4f4a080cd4dbd3
tag: v7.2.2@sha256:3623fd2ff6120e47b578da6e7d4d99e1fa60ceba5818f156ceb163270d8dfad0
workload:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "9.3.0"
appVersion: "9.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.1
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@@ -22,9 +22,8 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr
type: application
version: 5.0.4
version: 6.0.36
annotations:
truecharts.org/catagories: |
- search
truecharts.org/category: search
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: v9.3.0@sha256:1eab3101994168155edf9b999c80e2d13fdbba3e5270536e3f2995caba618a83
tag: v9.4.0@sha256:4f2620c0115b8d36471f3247fc319dce25404db1d361ce0195e9ce8dfbf5143f
workload:
main:

View File

@@ -3,11 +3,11 @@ appVersion: "4.37.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 7.0.3
version: 8.0.37
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -35,9 +35,8 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 17.0.0
version: 19.0.4
annotations:
truecharts.org/catagories: |
- security
truecharts.org/category: security
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -103,6 +103,7 @@ The last step is adding the `forwardauth` along with the standard `ingress` sett
- In this example we use the same name as above, or `auth`. Click `Add` to the `Traefik Middlewares` section, and enter your `forwardauth` name.
![TraefikForwardAuthMiddleware](img/TraefikForwardAuthMiddleware.png)
### References
The origin material for this guide is available on the [LLDAP Github](https://github.com/lldap/lldap). While further information on Authelia can be found on their [Github](https://github.com/authelia/authelia) and [website](https://www.authelia.com/).

View File

@@ -98,6 +98,95 @@ questions:
schema:
type: int
default: 1
- variable: password_policy
group: "App Configuration"
label: "Password Policy Configuration"
description: "Authelia allows administrators to configure an enforced password policy."
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: "Enable"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: standard
label: Standard
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
- variable: min_length
label: "Minimum Password Length"
description: "Minimum Password Length"
schema:
type: int
required: true
show_if: [["enabled", "=", true]]
default: 8
- variable: max_length
label: "Max Passsword Length"
description: "Max Password Length"
schema:
type: int
required: true
show_if: [["enabled", "=", true]]
default: 0
- variable: require_uppercase
label: "Require Upppercase"
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
required: true
- variable: require_lowercase
label: "Require Lowercase"
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
required: true
- variable: require_number
label: "Require Numbers"
description: "Require Numbers in the password"
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
required: true
- variable: require_special
label: "Require Special Characters"
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
- variable: zxcvbn
label: zxcvbn
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
required: true
- variable: min_score
label: "Min Score"
schema:
type: int
required: true
show_if: [["enabled", "=", true]]
default: 3
- variable: duo_api
group: "App Configuration"
label: "DUO API Configuration"

View File

@@ -62,6 +62,20 @@ data:
issuer: {{ .Values.totp.issuer | default .Values.domain }}
period: {{ .Values.totp.period | default 30 }}
skew: {{ .Values.totp.skew | default 1 }}
{{- if .Values.password_policy.enabled }}
password_policy:
standard:
enabled: {{ .Values.password_policy.standard.enabled | default false }}
min_length: {{ .Values.password_policy.standard.min_length | default 8 }}
max_length: {{ .Values.password_policy.standard.max_length | default 0 }}
require_uppercase: {{ .Values.password_policy.standard.require_uppercase | default false }}
require_lowercase: {{ .Values.password_policy.standard.require_lowercase | default false }}
require_number: {{ .Values.password_policy.standard.require_number | default false }}
require_special: {{ .Values.password_policy.standard.require_special | default false }}
zxcvbn:
enabled: {{ .Values.password_policy.zxcvbn.enabled | default false }}
min_score: {{ .Values.password_policy.zxcvbn.min_score | default 3 }}
{{- end -}}
{{- if .Values.duo_api.enabled }}
duo_api:
hostname: {{ .Values.duo_api.hostname }}
@@ -205,10 +219,10 @@ data:
{{- with $notifier.smtp.username }}
username: {{ . }}
{{- end }}
sender: {{ $notifier.smtp.sender }}
identifier: {{ $notifier.smtp.identifier }}
sender: {{ $notifier.smtp.sender | quote }}
identifier: {{ $notifier.smtp.identifier | quote }}
subject: {{ $notifier.smtp.subject | quote }}
startup_check_address: {{ $notifier.smtp.startup_check_address }}
startup_check_address: {{ $notifier.smtp.startup_check_address | quote }}
disable_require_tls: {{ $notifier.smtp.disable_require_tls }}
disable_html_emails: {{ $notifier.smtp.disable_html_emails }}
tls:

View File

@@ -117,6 +117,25 @@ totp:
## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation.
skew: 1
##
## Password Policy Config
##
## Parameters used for Password Policies
password_policy:
## See: https://www.authelia.com/configuration/security/password-policy/
standard:
enabled: false
min_length: 8
max_length: 0
require_uppercase: false
require_lowercase: false
require_number: false
require_special: false
zxcvbn:
## See https://www.authelia.com/configuration/security/password-policy/#zxcvbn for more info
enabled: false
min_score: 3
##
## Duo Push API Configuration
##

View File

@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "0.21.0"
appVersion: "0.22.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 7.0.3
version: 8.0.37
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -25,9 +25,8 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 7.0.0
version: 9.0.2
annotations:
truecharts.org/catagories: |
- network
truecharts.org/category: network
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,12 +1,29 @@
# Blocky Setup Guide
This will guide you through the basic setup of Blocky which is the preferred DNS solution for TrueCharts. This guide will cover basic setup options which will get you up and running and is not all inclusive.
This will guide you through the basic setup of Blocky which is the preferred DNS solution for TrueCharts. This guide will cover basic setup options which will get you up and running and is not all inclusive. Configuring your devices to use Blocky is out of scope of this guide.
## Upstream DNS
Blocky has multiple DNS entries configured by default these can be overridden to your personal preferences or left as default.
Blocky has the following DNS entries configured by default. They can be overridden to your personal preferences or left as default. Here are some common ones:
Blocky supports 3 methods for upstream DNS.
- 1.1.1.1
- 1.0.0.1
- 8.8.8.8
- 8.8.4.4
- 9.9.9.9
- 149.112.112.112
- 208.67.222.222
- 208.67.220.220
- 8.26.56.26
- 8.20.247.20
- 185.228.168.9
- 185.228.169.9
- 76.76.19.19
- 76.223.122.150
- 76.76.2.0
- 76.76.10.0
Blocky supports 3 methods for upstream DNS. You can use any combination of the below.
- UDP - Basic DNS
- DoT - DNS over TLS
@@ -37,9 +54,9 @@ While UDP provides no security for DNS both DoT and DoH will encrypt DNS request
## Bootstrap DNS
For DNS providers that do not use an IP address for DoT or DoH a bootstrap DNS provider
is needed to resolve the DoT or DoH address. This provider can be any UDP upstream DNS.
In the below example I am using Google DNS.
If you entered a non-IP address (meaning you used a domain name) for DoT or DoH, then you need to ensure that a bootstrap DNS provider
is configured to resolve the DoT or DoH address. This provider can be any UDP upstream DNS.
In the below example I am using Google DNS.
![blocky-bootstrap-google](./img/blocky-bootstrap-google.png)
@@ -59,10 +76,17 @@ certain blocklists if you find legitimate traffic being blocked.
1. Pick a Group Name for your blocklists.
2. Add List entries for each blocklist by URL.
![blocky-blacklist](./img/blocky-blacklist.png)
![blocky-blacklist](./img/blocky-blacklist.png)
3. Add a Clients Group Block and set Client Group Name to `default`
4. Under Groups Entry enter the Group name you used above.
![blocky-blacklist-group](./img/blocky-blacklist-group.png)
![blocky-blacklist-group](./img/blocky-blacklist-group.png)
## Networking
If you want to use Blocky on your local network to take advantage of the filtering above, or the k8s-gateway below, you
need to setup a static ip address and leave the default setting DNS TCP Service and DNS UDP Service as LoadBalancer.
You need to configure the devices on your network to use the static IP address configured above. This can be done per device or by changing the DHCP or DNS settings on your router.
## k8s-Gateway Configuration
@@ -75,4 +99,3 @@ is to add your root domain in the Domain name block.
## Prometheus/Grafana
TBD

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/blocky
tag: v0.21.0@sha256:ed72f8a64307b7b734174589ac631726dd642cc8202c3bdf2eeb1de4adedbe0a
tag: v0.22.0@sha256:385055de8ad0b9074d2057d054768d649b8289c5dd566367e0b6289ba5d661a4
pullPolicy: IfNotPresent
k8sgatewayImage:

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
version: 14.2.0
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -21,9 +21,8 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 3.0.1
version: 4.2.2
annotations:
truecharts.org/catagories: |
- core
truecharts.org/category: core
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -10,11 +10,10 @@ This guide will walk you through setting up `clusterissuer`, certificate managem
## Set Scale Nameservers
It is important to configure Scale with reliable nameserver to avoid issues handling DNS-01 challenges. Under Network -> Global Configuration-> Nameservers, we recommend setting 1.1.1.1, 9.9.9.9 or 8.8.8.8.
It is important to configure Scale with reliable nameserver to avoid issues handling DNS-01 challenges. Under Network -> Global Configuration-> Nameservers, we recommend setting 1.1.1.1/1.0.0.1 or 8.8.8.8/8.8.4.4.
![clusterissuer scale nameservers](img/scale-network-nameserver.png)
## Install clusterissuer App
:::note
@@ -37,7 +36,7 @@ Login to Cloudflare dashboard and go to the [Cloudflare API Tokens](https://dash
![clusterissuer app card](img/cf-apitokens-template.png)
The recommended `API Token` permissions are below:
The recommended `API Token` permissions are below:
![clusterissuer app card](img/cf-apitokens-perms.png)
#### Cloudflare ACME Issuer Settings

View File

@@ -47,6 +47,8 @@ questions:
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- value: acmedns
description: ACME DNS (Advanced)
- variable: server
label: Server
description: "Server for ACME, for example: letsencrypt"
@@ -195,7 +197,64 @@ questions:
type: string
required: true
default: ""
- variable: acmednsHost
label: ACME DNS host
description: "ACME DNS API server address"
schema:
show_if: [["type", "=", "acmedns"]]
type: string
required: true
default: "https://auth.acme-dns.io"
- variable: acmednsConfig
label: ACME DNS config
description: "ACME DNS per-domain auth configuration"
schema:
show_if: [["type", "=", "acmedns"]]
type: list
default: []
items:
- variable: acmednsEntry
label: 'ACME DNS entry'
schema:
type: dict
attrs:
- variable: domain
label: Domain
schema:
type: string
required: true
- variable: username
label: Username
schema:
type: string
required: true
- variable: password
label: Password
schema:
type: string
required: true
- variable: fulldomain
label: Full domain
schema:
type: string
required: true
- variable: subdomain
label: Subdomain
schema:
type: string
required: true
- variable: allowFrom
label: Allow from
schema:
type: list
default: []
items:
- variable: cidr
label: CIDR
schema:
type: ipaddr
cidr: true
required: true
- variable: CA
label: Certificate Authority Issuer
schema:
@@ -270,6 +329,59 @@ questions:
valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$'
default: "selfsigned"
- variable: clusterCertificates
group: App Configuration
label: Cluster Wide Certificates (Experimental)
description: "Creates certificates for use within the entire cluster. Can be used to create wildcard certificates."
schema:
additional_attrs: true
type: dict
attrs:
- variable: certificates
label: Cluster Certificates
schema:
type: list
default: []
items:
- variable: CertEntry
label: 'Certificate Entry'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: true
- variable: name
label: Certificate Name
schema:
type: string
required: true
default: ""
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: "One of the Cert-Manager clusterIssuers defined above"
schema:
type: string
required: true
valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$'
default: "selfsigned"
- variable: hosts
label: Certificate Hosts
description: "NOTE: Creation of wildcard certificates with an ACME issuer requires a DNSO1 solver to be set up."
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: customMetrics
group: Metrics
label: Prometheus Metrics

View File

@@ -1,15 +1,31 @@
{{- define "certmanager.clusterissuer.acme" -}}
{{- $operator := index $.Values.operator "cert-manager" -}}
{{- $namespace := $operator.namespace | default "cert-manager" -}}
{{- $rfctsigSecret := .rfctsigSecret | default "" -}}
{{/* https://cert-manager.io/docs/configuration/acme/dns01/rfc2136/#troubleshooting */}}
{{- if $rfctsigSecret -}} {{/* If we try to decode and fail, go on and encode it. */}}
{{- if (contains "illegal base64" (b64dec $rfctsigSecret)) -}}
{{- $rfctsigSecret = b64enc $rfctsigSecret -}}
{{- end -}}
{{- end -}}
{{- range .Values.clusterIssuer.ACME }}
{{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name) -}}
{{- if or (not .name) (not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name)) -}}
{{- fail "ACME - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}}
{{- end -}}
{{- $validTypes := list "HTTP01" "cloudflare" "route53" "digitalocean" "akamai" "rfc2136" -}}
{{- $validTypes := list "HTTP01" "cloudflare" "route53" "digitalocean" "akamai" "rfc2136" "acmedns" -}}
{{- if not (mustHas .type $validTypes) -}}
{{- fail (printf "Expected ACME type to be one of [%s], but got [%s]" (join ", " $validTypes) .type) -}}
{{- end -}}
{{- $issuerSecretName := printf "%s-clusterissuer-secret" .name }}
{{- $acmednsDict := dict -}}
{{- if and (eq .type "acmedns") (not .acmednsConfigJson) }}
{{- range .acmednsConfig }}
{{/* Transform to a dict with domain as a key, also remove domain from the dict */}}
{{- $_ := set $acmednsDict .domain (omit . "domain") -}}
{{- end }}
{{- end }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
@@ -76,6 +92,12 @@ spec:
tsigSecretSecretRef:
name: {{ $issuerSecretName }}
key: rfctsigSecret
{{- else if eq .type "acmedns" }}
acmeDNS:
host: {{ .acmednsHost }}
accountSecretRef:
name: {{ $issuerSecretName }}
key: acmednsJson
{{- end -}}
{{- end }}
---
@@ -93,6 +115,11 @@ stringData:
akclientSecret: {{ .akclientSecret | default "" }}
akaccessToken: {{ .akaccessToken | default "" }}
doaccessToken: {{ .doaccessToken | default "" }}
rfctsigSecret: {{ .rfctsigSecret | default "" }}
{{- end }}
rfctsigSecret: {{ $rfctsigSecret }}
{{- if .acmednsConfigJson }}
acmednsJson: {{ .acmednsConfigJson }}
{{- else if $acmednsDict }}
acmednsJson: {{ toJson $acmednsDict }}
{{- end -}}
{{- end -}}
{{- end -}}

View File

@@ -0,0 +1,36 @@
{{- define "certmanager.clusterissuer.clusterCertificates" -}}
{{- if .Values.clusterCertificates -}}
{{- $certs := dict -}}
{{- $secretTemplates := dict -}}
{{- $certNamespace := (include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" $certs "caller" "ClusterCertificates")) -}}
{{- $replicationNamespaces := ".*" -}}
{{- if .Values.clusterCertificates.replicationNamespaces -}}
{{- $replicationNamespaces = .Values.clusterCertificates.replicationNamespaces -}}
{{- else if .Values.ixChartContext -}}
{{- $replicationNamespaces = "ix-.*" -}}
{{- end -}}
{{- $reflectorAnnotations := (dict
"reflector.v1.k8s.emberstack.com/reflection-allowed" "true"
"reflector.v1.k8s.emberstack.com/reflection-auto-enabled" "true"
"reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces" (printf "%v,%v" $certNamespace $replicationNamespaces)
"reflector.v1.k8s.emberstack.com/reflection-auto-namespaces" $replicationNamespaces ) -}}
{{- $certAnnotations := (mustMerge ($reflectorAnnotations) (include "tc.v1.common.lib.metadata.allAnnotations" $ | fromYaml)) -}}
{{- $_ := set $secretTemplates "annotations" $certAnnotations -}}
{{- range .Values.clusterCertificates.certificates -}}
{{- $_ := set $certs .name dict -}}
{{- $currentCert := (index $certs (.name)) -}}
{{- $_ := set $currentCert "enabled" .enabled -}}
{{- $_ := set $currentCert "nameOverride" .name -}}
{{- $_ := set $currentCert "hosts" .hosts -}}
{{- $_ := set $currentCert "certificateIssuer" .certificateIssuer -}}
{{- $_ := set $currentCert "secretTemplate" $secretTemplates -}}
{{- end -}}
{{- $_ := set .Values "cert" $certs -}}
{{/* Render the ClusterWide Certificate(s) */}}
{{- include "tc.v1.common.spawner.certificate" . | nindent 0 -}}
{{- end -}}
{{- end -}}

View File

@@ -7,3 +7,8 @@
{{- include "certmanager.clusterissuer.acme" . }}
{{- include "certmanager.clusterissuer.selfsigned" . }}
{{- include "certmanager.clusterissuer.ca" . }}
{{/* Must be called after the initial loader.apply template,
because it overrides .Values.cert in order to generate
the additional cluster-wide certificates */}}
{{- include "certmanager.clusterissuer.clusterCertificates" . }}

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b
tag: latest@sha256:7f821eeb99d04ac248c47f79cfbcc2482651fea48aff9ec5d2ba0ba34f1f5531
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -59,7 +59,7 @@ clusterIssuer:
# # Used primarily for the SCALE GUI
# customServer: 'https://acme-staging-v02.api.letsencrypt.org/directory'
# email: ""
# # Options: HTTP01, cloudflare, route53
# # Options: HTTP01, cloudflare, route53, akamai, digitalocean, rfc2136, acmedns
# type: ""
# # for cloudflare
# cfapikey: ""
@@ -82,3 +82,27 @@ clusterIssuer:
# tsigKeyName: ""
# tsigAlgorithm: ""
# rfctsigSecret: ""
# # for acmedns
# name: sd
# acmednsHost: asdf
# # Pick one of the bellow acmednsConfig
# acmednsConfigJson:
# acmednsConfig:
# - domain: ""
# username: ""
# password: ""
# fulldomain: ""
# subdomain: ""
# allowFrom: []
clusterCertificates:
# Namespaces in which the certificates must be available
# Accepts comma-separated regex expressions
# replicationNamespaces: 'ix-.*'
certificates: []
# - name: mycert
# enabled: true
# certificateIssuer: selfsigned
# hosts:
# - my.domain.com
# - '*.my.domain.com'

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.0.2"
appVersion: "10.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
deprecated: false
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
home: https://truecharts.org/charts/enterprise/grafana
@@ -24,9 +24,8 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 8.0.3
version: 9.0.30
annotations:
truecharts.org/catagories: |
- metrics
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: v10.0.2@sha256:01c3c146a13a2e3b768023439de13869b9ef151a89adad74d68fa33c1b835c10
tag: v10.2.0@sha256:37149a3ed475cc9f0cedb4e6561f2566a782d5063cb0ff3f5a15d5e8f79ec33f
manifestManager:
enabled: true
securityContext:

View File

@@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "7.1.217"
deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/enterprise/kubernetes-reflector
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
keywords:
- reflector
- secrets
- configmaps
- cert-manager
- certificates
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: kubernetes-reflector
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
type: application
version: 1.0.0
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,27 @@
# 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/enterprise/)
**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.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,42 @@
# Include{groups}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: kubernetesReflector
group: "App Configuration"
label: "Kubernetes-Reflector Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: logLevel
label: "Log Level"
schema:
type: string
default: "Information"
enum:
- value: "Verbose"
description: "Trace"
- value: "Debug"
description: "Debug"
- value: "Information"
description: "Info"
- value: "Warning"
description: "Warnings"
- value: "Error"
description: "Errors"
- value: "Fatal"
description: "Fatal Errors"
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.loader.all" . }}

View File

@@ -0,0 +1,78 @@
image:
repository: tccr.io/truecharts/kubernetes-reflector
pullPolicy: IfNotPresent
tag: v7.1.217@sha256:4ca9ce8c04441786ba0d343b3e5bfe9c638ac8efcc25aba0aaff3c6fb2363b5f
operator:
register: true
portal:
open:
enabled: false
rbac:
main:
enabled: true
primary: true
clusterWide: true
rules:
- apiGroups:
- ""
resources:
- "configmaps"
- "secrets"
verbs:
- "get"
- "list"
- "watch"
- "create"
- "update"
- "patch"
- "delete"
- apiGroups:
- ""
resources:
- "namespaces"
verbs:
- "watch"
- "list"
serviceAccount:
main:
enabled: true
primary: true
kubernetesReflector:
logLevel: Information
workload:
main:
podSpec:
automountServiceAccountToken: true
containers:
main:
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
env:
ES_Serilog__MinimumLevel__Default: '{{ .Values.kubernetesReflector.logLevel }}'
ES_Reflector__Watcher__Timeout: ""
ES_Reflector__Kubernetes__SkipTlsVerify: "false"
probes:
liveness:
type: http
path: /healthz
port: 25080
readiness:
type: http
path: /healthz
port: 25080
startup:
type: http
path: /healthz
port: 25080
service:
main:
enabled: false

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -22,9 +22,8 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 2.0.0
version: 3.0.5
annotations:
truecharts.org/catagories: |
- core
truecharts.org/category: core
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -4,7 +4,7 @@ The guide walks through a basic configuration of MetalLB for a single address po
:::warning
With MetalLB installed, apps will not be reachable using the integrated loadbalancer. You cannot combine two different loadbalancers in TrueNAS SCALE.
With MetalLB installed, apps will not be reachable using the integrated LoadBalancer. You cannot combine two different LoadBalancers in TrueNAS SCALE.
:::
@@ -14,6 +14,12 @@ With MetalLB installed, apps will not be reachable using the integrated loadbala
![metallb-addtrains](img/metallb_guide_trains.png)
:::caution
Our customized version of MetalLB is only intended for use with other TrueCharts applications. Other catalogs will likely not support our MetalLB application. MetalLB could technically work with TrueNAS catalog apps if they used the LoadBalancer service, but they don't as they use NodePort instead. These atypical configurations aren't officially supported nor encouraged by TrueCharts.
:::
## 1. Install MetalLB Operator from Operators Train
![metallb-apps](img/metallb_guide_apps.png)
@@ -21,7 +27,7 @@ With MetalLB installed, apps will not be reachable using the integrated loadbala
Install `metallb` from `operators` train first. There is no config, so just hit save.
If you encounter an error upon install, run the following command as root from system settings -> shell and attempt the install again:
```k3s kubectl delete --grace-period 30 --v=4 -k https://github.com/truecharts/manifests/delete```
`k3s kubectl delete --grace-period 30 --v=4 -k https://github.com/truecharts/manifests/delete`
If you previously had `metallb` installed and encounter an error, delete the old version, then run the above command before proceeding to install the `metallb` operator.
@@ -57,21 +63,21 @@ Once installed, `metallb-config` will always show as Stopped.
![metallb-specifyIP](img/metallb_guide_specifyIP.png)
With MetalLB installed, its is recommended (but optional) to specify IP addresses for your apps.
With MetalLB installed, it's recommended (but optional) to specify IP addresses for your apps.
For each app, under **Networking and Services**, select `LoadBalancer` Service Type for the Main Service.
In the **LoadBalancer IP** field, specify an IP address that is within the MetalLB address pool that you configured. Apply the same IP address to the **LoadBalancer IP** field on other services within the app.
## 4. Disable SCALE's Default Loadbalancer
## 4. Disable SCALE's Default LoadBalancer
With MetalLB installed and configured, you must now disable SCALE's default loadbalancer.
With MetalLB installed and configured, you must now disable SCALE's default LoadBalancer.
In the SCALE UI, under **Apps** > **Settings** > **Advanced Settings**
![metallb-disable](img/metallb_guide_disableLB.png)
Uncheck `Enable Integrated Loadbalancer`.
Uncheck `Enable Integrated LoadBalancer`.
**This will trigger a restart of Kubernetes and all apps**. After roughly 5-10 minutes, your apps will redeploy using the MetalLB-assigned IP addresses.

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b
tag: latest@sha256:7f821eeb99d04ac248c47f79cfbcc2482651fea48aff9ec5d2ba0ba34f1f5531
pullPolicy: IfNotPresent
manifestManager:
enabled: false
@@ -26,7 +26,7 @@ service:
main:
enabled: false
port: 9999
operator:
verify:
enabled: true

View File

@@ -1,17 +1,17 @@
apiVersion: v2
appVersion: "2.45.0"
appVersion: "2.47.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://deps.truecharts.org
version: 2.0.3
version: 3.0.33
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://deps.truecharts.org
version: 2.0.3
version: 3.0.31
deprecated: false
description: 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.
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
@@ -29,9 +29,8 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 11.0.0
version: 13.0.10
annotations:
truecharts.org/catagories: |
- metrics
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -80,6 +80,45 @@ questions:
schema:
type: boolean
default: false
- variable: remoteWrite
label: "Remote Write"
schema:
type: list
default: []
items:
- variable: remoteWriteEntry
label: Remote Write Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: url
label: URL
description: Remote write destination URL
schema:
type: string
required: true
default: ""
- variable: basicAuth
label: Basic Auth
description: Basic authentication for remote write
schema:
type: dict
attrs:
- variable: username
label: Username
description: Basic auth username
schema:
type: string
required: true
default: ""
- variable: password
label: Password
description: Basic auth password
schema:
type: string
required: false
default: ""
- variable: exporters
group: "App Configuration"

View File

@@ -126,8 +126,9 @@ spec:
{{- if .Values.prometheus.remoteRead }}
remoteRead: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.remoteRead "context" $) | nindent 4 }}
{{- end }}
{{- if .Values.prometheus.remoteWrite }}
remoteWrite: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.remoteWrite "context" $) | nindent 4 }}
{{- with .Values.prometheus.remoteWrite }}
remoteWrite:
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- if .Values.prometheus.podSecurityContext.enabled }}
securityContext: {{- omit .Values.prometheus.podSecurityContext "enabled" | toYaml | nindent 4 }}

View File

@@ -1,16 +1,15 @@
image:
repository: tccr.io/truecharts/prometheus
tag: v2.45.0@sha256:36cb64fa04a86e7adcfcb673a8b46aee4dfbda26840f7c7dc2e9c5afe1dcafde
tag: v2.47.2@sha256:609ae6b1d62ee388d8dd552430985bbb332984b6aaa5df5dc62605dfe1f2e035
thanosImage:
repository: tccr.io/truecharts/thanos
tag: 0.31.0@sha256:28282d3e63f84cdeeb05e965b173b610d5597997acc7ce75d5849207b0f97b28
tag: v0.32.5@sha256:4cea5ca36f1567993344c3375b9a80d8073dbc8d530656644d36c90683f96464
alertmanagerImage:
repository: tccr.io/truecharts/alertmanager
tag: 0.25.0@sha256:6b534671b83aa7fbd91d1b10bf0f1b29b948e4b300f8359a86043d0deba07207
manifestManager:
enabled: true
tag: v0.26.0@sha256:75279c577a514e90854126ba950cf7afaeac43eda85405fba394658b17ca0a6f
global:
labels: {}
workload:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.10.1"
appVersion: "2.10.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
deprecated: false
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik
@@ -23,9 +23,8 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 19.0.0
version: 21.1.2
annotations:
truecharts.org/catagories: |
- network
truecharts.org/category: network
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,3 +1,3 @@
# Authelia + LLDAP + Traefik ForwardAuth Setup guide
Please refer to the full [Authelia + LLDAP + Traefik ForwardAuth Setup guide](https://truecharts.org/charts/enterprise/authelia/Setup-Guide) for a quick guide should take you through the steps necessary to setup `Authelia` as your `forwardAuth` for `Traefik`.
Please refer to the full [Authelia + LLDAP + Traefik ForwardAuth Setup guide](https://truecharts.org/charts/enterprise/authelia/Setup-Guide) for a quick guide should take you through the steps necessary to setup `Authelia` as your `forwardAuth` for `Traefik`.

View File

@@ -184,8 +184,11 @@ questions:
attrs:
# Include{basicAuthMiddleware}
# Include{forwardAuthMiddleware}
# Include{bufferingMiddleware}
# Include{customRequestHeadersMiddleware}
# Include{customResponseHeadersMiddleware}
# Include{rewriteResponseHeadersMiddleware}
# Include{customFrameOptionsValueMiddleware}
# Include{chainMiddleware}
# Include{redirectSchemeMiddleware}
# Include{rateLimitMiddleware}
@@ -196,6 +199,7 @@ questions:
# Include{realIPMiddleware}
# Include{geoBlockMiddleware}
# Include{addPrefixMiddleware}
# Include{modsecurityMiddleware}
- variable: service
group: "Networking and Services"
label: "Configure Service Entrypoint"

View File

@@ -156,24 +156,36 @@ args:
{{- end }}
{{- end }}
{{- end }}
{{/* theme.park */}}
{{/*
For new plugins, add them on the container also
https://github.com/truecharts/containers/blob/master/mirror/traefik/Dockerfile
moduleName must match on the container and here
*/}}
{{- if .Values.middlewares.themePark }}
- "--experimental.plugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark"
- "--experimental.plugins.traefik-themepark.version={{ .Values.middlewares.themeParkVersion }}"
{{/* theme.park */}}
- "--experimental.localPlugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark"
{{- end }}
{{/* End of theme.park */}}
{{/* GeoBlock */}}
{{- if .Values.middlewares.geoBlock }}
- "--experimental.plugins.GeoBlock.modulename=github.com/PascalMinder/geoblock"
- "--experimental.plugins.GeoBlock.version={{ .Values.middlewares.geoBlockVersion }}"
- "--experimental.localPlugins.GeoBlock.modulename=github.com/PascalMinder/geoblock"
{{- end }}
{{/* End of GeoBlock */}}
{{/* RealIP */}}
{{- if .Values.middlewares.realIP }}
- "--experimental.plugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip"
- "--experimental.plugins.traefik-real-ip.version={{ .Values.middlewares.realIPVersion }}"
- "--experimental.localPlugins.traefik-real-ip.modulename=github.com/jramsgz/traefik-real-ip"
{{- end }}
{{/* End of RealIP */}}
{{/* ModSecurity */}}
{{- if .Values.middlewares.modsecurity }}
- "--experimental.localPlugins.traefik-modsecurity-plugin.modulename=github.com/acouvreur/traefik-modsecurity-plugin"
{{- end }}
{{/* End of ModSecurity */}}
{{/* RewriteResponseHeaders */}}
{{- if .Values.middlewares.rewriteResponseHeaders }}
- "--experimental.localPlugins.rewriteResponseHeaders.modulename=github.com/XciD/traefik-plugin-rewrite-headers"
{{- end }}
{{/* End of RewriteResponseHeaders */}}
{{- with .Values.additionalArguments }}
{{- range . }}
- {{ . | quote }}

View File

@@ -10,7 +10,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ $name }}
namespace: tc-system
data:
{{- $ports := dict }}
{{- range $.Values.service }}

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
addPrefix:
prefix: {{ $middlewareData.prefix }}

View File

@@ -3,7 +3,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-compress" $.Release.Name) "compress" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
compress: {}
---
@@ -13,7 +13,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-basic-ratelimit" $.Release.Name) "basic-ratelimit" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
rateLimit:
average: 600
@@ -23,7 +23,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-basic-secure-headers" $.Release.Name) "basic-secure-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowMethods:
@@ -48,7 +48,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-chain-basic" $.Release.Name) "chain-basic" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -10,7 +10,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%v-%v" $middlewareData.name "secret" }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
type: Opaque
stringData:
users: |
@@ -23,7 +23,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
basicAuth:
secret: {{ printf "%v-%v" $middlewareData.name "secret" }}

View File

@@ -0,0 +1,26 @@
{{- range $index, $middlewareData := .Values.middlewares.buffering }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
buffering: {{/* Only render if its not <nil> and has a value of 0 or greater */}}
{{- if and (not (kindIs "invalid" $middlewareData.maxRequestBodyBytes)) (ge ($middlewareData.maxRequestBodyBytes | int) 0) }}
maxRequestBodyBytes: {{ $middlewareData.maxRequestBodyBytes }}
{{- end -}}
{{- if and (not (kindIs "invalid" $middlewareData.memRequestBodyBytes)) (ge ($middlewareData.memRequestBodyBytes | int) 0) }}
memRequestBodyBytes: {{ $middlewareData.memRequestBodyBytes }}
{{- end -}}
{{- if and (not (kindIs "invalid" $middlewareData.maxResponseBodyBytes)) (ge ($middlewareData.maxResponseBodyBytes | int) 0) }}
maxResponseBodyBytes: {{ $middlewareData.maxResponseBodyBytes }}
{{- end -}}
{{- if and (not (kindIs "invalid" $middlewareData.memResponseBodyBytes)) (ge ($middlewareData.memResponseBodyBytes | int) 0) }}
memResponseBodyBytes: {{ $middlewareData.memResponseBodyBytes }}
{{- end -}}
{{- if $middlewareData.retryExpression }}
retryExpression: {{ $middlewareData.retryExpression | quote }}
{{- end -}}
{{- end -}}

View File

@@ -1,7 +1,7 @@
{{- $values := .Values -}}
{{- $namespace := "tc-system" -}}
{{- $namespace := $.Release.Namespace -}}
{{- if $.Values.ingressClass.enabled -}}
{{- $namespace := (printf "tc-system-%s" .Release.Name) -}}
{{- $namespace := (printf "%v-%v" $namespace .Release.Name) -}}
{{- end -}}
{{- range $index, $middlewareData := .Values.middlewares.chain }}
@@ -11,7 +11,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -0,0 +1,12 @@
{{- range $index, $middlewareData := .Values.middlewares.customFrameOptionsValue }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
headers:
customFrameOptionsValue: {{ $middlewareData.value }}
{{- end -}}

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
customRequestHeaders:

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
customResponseHeaders:

View File

@@ -4,7 +4,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
forwardAuth:
address: {{ $middlewareData.address }}

View File

@@ -4,7 +4,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
GeoBlock:

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
ipWhiteList:
sourceRange:

View File

@@ -0,0 +1,14 @@
{{- range $index, $middlewareData := .Values.middlewares.modsecurity }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-modsecurity-plugin:
modSecurityUrl: {{ $middlewareData.modSecurityUrl }}
timeoutMillis: {{ $middlewareData.timeoutMillis }}
maxBodySize: {{ $middlewareData.maxBodySize }}
{{- end -}}

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
rateLimit:
average: {{ $middlewareData.average }}

View File

@@ -4,7 +4,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-real-ip:

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectScheme:
scheme: {{ $middlewareData.scheme }}

View File

@@ -5,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectRegex:
regex: {{ $middlewareData.regex | quote }}

View File

@@ -0,0 +1,17 @@
{{- range $index, $middlewareData := .Values.middlewares.rewriteResponseHeaders }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
plugin:
rewriteResponseHeaders:
rewrites:
{{- range $index, $rewriteResponseHeader := $middlewareData.headers }}
- header: {{ $rewriteResponseHeader.name }}
regex: {{ $rewriteResponseHeader.regex | quote }}
replacement: {{ $rewriteResponseHeader.replacement | quote }}
{{- end }}
{{- end -}}

View File

@@ -4,7 +4,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
stripPrefixRegex:
regex:

View File

@@ -3,7 +3,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-opencors-chain") "tc-opencors-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:
@@ -15,7 +15,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-closedcors-chain") "tc-closedcors-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -3,7 +3,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-opencors-headers") "tc-opencors-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowHeaders:
@@ -33,7 +33,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-closedcors-headers") "tc-closedcors-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowMethods:

View File

@@ -3,7 +3,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-nextcloud-redirectregex-dav") "tc-nextcloud-redirectregex-dav" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/(card|cal)dav"
@@ -13,7 +13,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-nextcloud-chain") "tc-nextcloud-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -4,7 +4,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-themepark:

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/traefik
tag: 2.10.1@sha256:049aece2d3e7eddabed1e2e4c4bd03ceba372d3b9f461386b262b6cb69369fcf
tag: v2.10.5@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -23,7 +23,7 @@ workload:
# @default -- "/"
# path: "/ping"
# -- Redainess probe configuration
# -- Readiness probe configuration
# @default -- See below
readiness:
# -- sets the probe type when not using a custom probe
@@ -48,6 +48,9 @@ workload:
podOptions:
automountServiceAccountToken: true
operator:
register: true
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
ingressClass:
# true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12
@@ -346,6 +349,25 @@ middlewares:
# value: "foobar"
# - name: X-Header-To-Remove
# value: ""
rewriteResponseHeaders: []
# - name: rewriteResponseHeadersName
# headers:
# - name: "Location"
# regex: "^http://(.+)$"
# replacement: "https://$1"
# - name: "Date"
# regex: "^[^,]+,\\s*(.+)$"
# replacement: "$1"
customFrameOptionsValue: []
# - name: customFrameOptionsValueExample
# value: "SAMEORIGIN"
buffering: []
# - name: bufferingExample
# maxRequestBodyBytes: 1000000
# memRequestBodyBytes: 1000000
# maxResponseBodyBytes: 1000000
# memResponseBodyBytes: 1000000
# retryExpression: "IsNetworkError() && Attempts() < 2"
chain: []
# - name: chainname
# middlewares:
@@ -372,7 +394,6 @@ middlewares:
# ipStrategy:
# depth: 2
# excludedIPs: []
themeParkVersion: v1.3.0
themePark: []
# - name: themeParkName
# -- Supported apps, lower case name
@@ -384,7 +405,6 @@ middlewares:
# theme: themenamehere
# -- https://theme-park.dev or a self hosted url
# baseUrl: https://theme-park.dev
realIPVersion: v1.0.3
# Sets X-Real-Ip with an IP from the X-Forwarded-For or
# Cf-Connecting-Ip (If from Cloudflare)
# Evaluation of those headers will go from last to first
@@ -397,7 +417,6 @@ middlewares:
addPrefix: []
# - name: addPrefixName
# prefix: "/foo"
geoBlockVersion: v0.2.4
geoBlock: []
# -- https://github.com/PascalMinder/geoblock
# - name: geoBlockName
@@ -414,6 +433,14 @@ middlewares:
# blackListMode: false
# countries:
# - RU
modsecurity: []
# - name: modsecurityName
# modSecurityUrl: modSecurity container URL
# timeoutMillis: Configurated timeout
# maxBodySize: maxBodySize
## Note: body of every request will be buffered in memory while the request is in-flight
## (i.e.: during the security check and during the request processing by traefik and the backend),
## so you may want to tune maxBodySize depending on how much RAM you have.
portalhook:
enabled: true

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.29.0"
appVersion: "1.29.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 14.2.0
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -25,9 +25,8 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
- https://github.com/dani-garcia/vaultwarden
type: application
version: 21.0.0
version: 23.0.3
annotations:
truecharts.org/catagories: |
- security
truecharts.org/category: security
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,51 @@
# Disabling the Admin Interface
:::caution Backup Reminder
Before proceeding, ensure that you have backed up important configurations, especially when making changes to configuration files or secrets. It's also advisable to back up the Vaultwarden database to prevent potential data loss.
:::
This guide is a combination of the [upstream documentation](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#disabling-the-admin-page) and how we implemented it.
## Modify the Host Secret
To start with the deactivation, you must first modify the secret on the host's shell. Execute the following command:
```bash
k3s kubectl patch secret vaultwarden-vaultwardensecret -n ix-vaultwarden --type='json' -p='[{"op": "remove", "path": "/data/ADMIN_TOKEN"}]'
```
:::info Command Explanation
The command above utilizes `kubectl`, a command-line tool for interacting with Kubernetes clusters. Here's a breakdown:
- `k3s`: This is a lightweight version of Kubernetes.
- `patch secret vaultwarden-vaultwardensecret`: This indicates that we are patching (modifying) the secret named `vaultwarden-vaultwardensecret`.
- `-n ix-vaultwarden`: This specifies the namespace (`ix-vaultwarden`) in which the secret resides.
- `--type='json'`: Specifies that the patch content is of type JSON.
- `-p='[{"op": "remove", "path": "/data/ADMIN_TOKEN"}]'`: This JSON patch instruction tells Kubernetes to remove the `ADMIN_TOKEN` field from the secret.
:::
## Update Container Config
Next, while inside the Vaultwarden container, run the command below to modify the `config.json` file:
```bash
sed -i.bak '/admin_token/d' /data/config.json
```
:::info Command Explanation
- The `sed` command is used to search and delete the line containing `admin_token` from the `config.json` file.
- A backup of the original `config.json` is created with the `.bak` extension before making the change.
:::
## Adjust the App Configuration
Finally, head to the Vaultwarden app's configuration:
1. Find and disable the admin interface option (if it is still enabled).
2. Click "Save" at the bottom to apply the changes.

View File

@@ -200,14 +200,21 @@ questions:
schema:
type: string
default: ""
- variable: ssl
- variable: security
label: "Enable SSL connection"
schema:
type: boolean
default: true
type: string
default: "starttls"
enum:
- value: "starttls"
description: "STARTTLS (587)"
- value: "force_tls"
description: "FORCE_TLS (465)"
- value: "off"
description: "OFF (25)"
- variable: port
label: "SMTP port"
description: "Usually: 25 without SSL, 587 with SSL"
description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL"
schema:
type: int
default: 587

View File

@@ -47,7 +47,7 @@ data:
SMTP_FROM_NAME: {{ .Values.vaultwarden.smtp.fromName | quote }}
{{- end }}
{{- if .Values.vaultwarden.smtp.ssl }}
SMTP_SSL: {{ .Values.vaultwarden.smtp.ssl | quote }}
SMTP_SECURITY: {{ .Values.vaultwarden.smtp.security | quote }}
{{- end }}
{{- if .Values.vaultwarden.smtp.port }}
SMTP_PORT: {{ .Values.vaultwarden.smtp.port | quote }}

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/vaultwarden
pullPolicy: IfNotPresent
tag: 1.29.0@sha256:df6f1c44282c46dfc276a0628000344100b41c0e4fcbdd2e904caeb24a057e71
tag: v1.29.2@sha256:f5761cdd99e267221623b7a91d123153885afd0980b31c863de039245b73aad3
manifestManager:
enabled: true
service:
@@ -95,8 +95,8 @@ vaultwarden:
## SMTP sender name, defaults to 'Bitwarden_RS'.
# fromName: ""
## Enable SSL connection.
# ssl: true
## SMTP port. Defaults to 25 without SSL, 587 with SSL.
# security: starttls
## SMTP port. Defaults to 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL.
# port: 587
## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'.
# authMechanism: Plain
@@ -126,7 +126,7 @@ vaultwarden:
push:
enabled: false
# installationId:
# installationKey:
# installationKey:
## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging
log:

Some files were not shown because too many files have changed in this diff Show More