Compare commits

...

646 Commits

Author SHA1 Message Date
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
1103 changed files with 3139 additions and 3398 deletions

View File

@@ -2072,6 +2072,33 @@
"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,

11
.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-222-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)):
@@ -421,6 +421,11 @@ 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/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>

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

@@ -17,7 +17,7 @@ jobs:
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: master
- name: Checkout [commit]
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@d61db783da9abefc3437960d0cce08552c7c004f # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- name: Checkout Helm-Staging
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -244,7 +244,7 @@ jobs:
git push
- name: Checkout Catalog
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -132,7 +132,7 @@ jobs:
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
@@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -205,7 +205,7 @@ jobs:
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
@@ -253,7 +253,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -270,7 +270,7 @@ jobs:
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
@@ -318,7 +318,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -335,7 +335,7 @@ jobs:
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
@@ -383,7 +383,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -400,7 +400,7 @@ jobs:
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
@@ -448,7 +448,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
@@ -465,7 +465,7 @@ jobs:
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

View File

@@ -20,7 +20,7 @@ jobs:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
@@ -55,7 +55,7 @@ jobs:
done
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: truecharts/website
path: website
@@ -248,7 +248,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20 # v4

View File

@@ -14,12 +14,12 @@ jobs:
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.8.3.48"
appVersion: "23.9.3.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.12
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: 7.0.11
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.8.3.48@sha256:6dfb2322a26e5990b908cc3f49ceee230b241a67e791886ec76965df1a8aff11
tag: v23.9.3.12@sha256:98f6383f4d01f7b752d5c877d51ef93dcb9364cf6676883eb7d83993f7edb071
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.12
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: 3.0.26
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.10.0@sha256:538721a09681e1a5ee190cc348b7a27b0543eb2bade4afa4a2a89e21ca846f9d
tag: v2.10.0@sha256:5dd17a0a28532d6dfba742e1ba39f894e653cd5ca13c313e21120ee4f9d81024
service:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "11.0.3"
appVersion: "11.1.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.12
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: 9.0.29
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: v11.0.3@sha256:aeb1d81f269a5c37db7dcdc4dbcd221582f150f5ad15dc21893c6f63c46f5fbc
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: 14.0.12
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: 8.0.30
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:66ac27883febf5687134c4c7c4724437174d704565a3bf5e8ea0038d2f9e7c7b
tag: v1.6.22@sha256:1d021040b76aceb199a879ff295f836a007ec64cabdba1482c511fd245b3b7ec
service:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.12
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: 8.0.26
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: v7.0.2@sha256:6dd833c278dd211f6c8b5aa8cc32de2f886e53c347cb676cc8d8eb1e0de848f3
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: 14.0.12
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: 3.0.29
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,9 +1,9 @@
apiVersion: v2
appVersion: "7.2.1"
appVersion: "7.2.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.12
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: 8.0.32
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.2.1@sha256:01e1cd968ac2fa89c5c9008d49e63531d843c396eebff62f910784cbe2873811
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: 14.0.12
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: 6.0.29
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:6006fc17d23089aa2807b51eff894a5a1c90d2f1f0175714b6015da6137a6dd4
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: 14.0.9
version: 14.2.0
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 8.0.29
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: 19.0.3
version: 19.0.4
annotations:
truecharts.org/catagories: |
- security
truecharts.org/category: security
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -3,11 +3,11 @@ appVersion: "0.22.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
version: 14.2.0
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 8.0.29
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: 9.0.1
version: 9.0.2
annotations:
truecharts.org/catagories: |
- network
truecharts.org/category: network
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
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: 4.1.2
version: 4.2.2
annotations:
truecharts.org/catagories: |
- core
truecharts.org/category: core
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -329,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

@@ -25,7 +25,7 @@
{{/* Transform to a dict with domain as a key, also remove domain from the dict */}}
{{- $_ := set $acmednsDict .domain (omit . "domain") -}}
{{- end }}
{{- end -}}
{{- end }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer

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:3bf74a004e49495307bf61ade401ccde159ce5f3930992ec42e747877df5d558
tag: latest@sha256:7f821eeb99d04ac248c47f79cfbcc2482651fea48aff9ec5d2ba0ba34f1f5531
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -94,3 +94,15 @@ clusterIssuer:
# 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.1.4"
appVersion: "10.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
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: 9.0.26
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.1.4@sha256:5f1b6a54159762bbe2912502f36088914bc389d0769bfe3cea89ae2d99a11a39
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: 14.0.9
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: 3.0.3
version: 3.0.5
annotations:
truecharts.org/catagories: |
- core
truecharts.org/category: core
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:3bf74a004e49495307bf61ade401ccde159ce5f3930992ec42e747877df5d558
tag: latest@sha256:7f821eeb99d04ac248c47f79cfbcc2482651fea48aff9ec5d2ba0ba34f1f5531
pullPolicy: IfNotPresent
manifestManager:
enabled: false

View File

@@ -1,17 +1,17 @@
apiVersion: v2
appVersion: "2.47.1"
appVersion: "2.47.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
version: 14.2.0
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://deps.truecharts.org
version: 3.0.25
version: 3.0.33
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://deps.truecharts.org
version: 3.0.23
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: 13.0.7
version: 13.0.10
annotations:
truecharts.org/catagories: |
- metrics
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,10 +1,10 @@
image:
repository: tccr.io/truecharts/prometheus
tag: v2.47.1@sha256:82f231253e159e8d5504f2c1a67fa5b82eb005d7902ffd4d0ed32546b30c3d72
tag: v2.47.2@sha256:609ae6b1d62ee388d8dd552430985bbb332984b6aaa5df5dc62605dfe1f2e035
thanosImage:
repository: tccr.io/truecharts/thanos
tag: v0.32.4@sha256:48af596fa350c6889e102249523fd4da6ab926ba6fcfbe0b1dcac1c5e8a2bec0
tag: v0.32.5@sha256:4cea5ca36f1567993344c3375b9a80d8073dbc8d530656644d36c90683f96464
alertmanagerImage:
repository: tccr.io/truecharts/alertmanager

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.10.4"
appVersion: "2.10.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
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: 21.0.7
version: 21.1.2
annotations:
truecharts.org/catagories: |
- network
truecharts.org/category: network
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -187,6 +187,7 @@ questions:
# Include{bufferingMiddleware}
# Include{customRequestHeadersMiddleware}
# Include{customResponseHeadersMiddleware}
# Include{rewriteResponseHeadersMiddleware}
# Include{customFrameOptionsValueMiddleware}
# Include{chainMiddleware}
# Include{redirectSchemeMiddleware}

View File

@@ -181,6 +181,11 @@ args:
- "--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

@@ -8,16 +8,16 @@ metadata:
namespace: {{ $.Release.Namespace }}
spec:
buffering: {{/* Only render if its not <nil> and has a value of 0 or greater */}}
{{- if not (kindIs "invalid" $middlewareData.maxRequestBodyBytes) (ge ($middlewareData.maxRequestBodyBytes | int) 0) }}
{{- if and (not (kindIs "invalid" $middlewareData.maxRequestBodyBytes)) (ge ($middlewareData.maxRequestBodyBytes | int) 0) }}
maxRequestBodyBytes: {{ $middlewareData.maxRequestBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.memRequestBodyBytes) (ge ($middlewareData.memRequestBodyBytes | int) 0) }}
{{- if and (not (kindIs "invalid" $middlewareData.memRequestBodyBytes)) (ge ($middlewareData.memRequestBodyBytes | int) 0) }}
memRequestBodyBytes: {{ $middlewareData.memRequestBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.maxResponseBodyBytes) (ge ($middlewareData.maxResponseBodyBytes | int) 0) }}
{{- if and (not (kindIs "invalid" $middlewareData.maxResponseBodyBytes)) (ge ($middlewareData.maxResponseBodyBytes | int) 0) }}
maxResponseBodyBytes: {{ $middlewareData.maxResponseBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.memResponseBodyBytes) (ge ($middlewareData.memResponseBodyBytes | int) 0) }}
{{- if and (not (kindIs "invalid" $middlewareData.memResponseBodyBytes)) (ge ($middlewareData.memResponseBodyBytes | int) 0) }}
memResponseBodyBytes: {{ $middlewareData.memResponseBodyBytes }}
{{- end -}}
{{- if $middlewareData.retryExpression }}

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

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/traefik
tag: 2.10.4@sha256:77766fb3eb739197d7e229bfa8afb3a4a740886e3effef474ca4c9efdf65e5ab
tag: v2.10.5@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -349,6 +349,15 @@ 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"

View File

@@ -3,7 +3,7 @@ appVersion: "1.29.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
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: 23.0.2
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

@@ -23,7 +23,6 @@ sources:
type: application
version: 3.0.0
annotations:
truecharts.org/catagories: |
- MediaServer-Video
truecharts.org/category: MediaServer-Video
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -23,7 +23,6 @@ sources:
type: application
version: 3.0.0
annotations:
truecharts.org/catagories: |
- Other
truecharts.org/category: Other
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
truecharts.org/category: Other
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
truecharts.org/category: HomeAutomation
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "20220516"
appVersion: "1.1.14"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 14.2.0
description: A cross-platform Anki sync server.
home: https://truecharts.org/charts/incubator/anki-sync-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
@@ -18,9 +18,8 @@ name: anki-sync-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services
version: 2.0.9
version: 3.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/category: media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -10,18 +10,36 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: ANKISYNCD_USERNAME
label: "Default Username"
description: "Create your default username here"
schema:
type: string
required: true
default: ""
- variable: ANKISYNCD_PASSWORD
label: "Default Passowrd"
description: "Enter default password here"
schema:
type: string
private: true
required: true
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
@@ -68,13 +86,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}

View File

@@ -1 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,8 +1,34 @@
image:
repository: tccr.io/truecharts/anki-sync-server
tag: v20220516@sha256:444a0ae7b60a08128f3a2f02516ce60c4ca0879c13a6c27fe85db35b1ce4cef6
tag: v1.1.14@sha256:3951d969ee43c9a0e69394e49111c55a69d4b5784b1cfe121a0151c29dccd811
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
ANKISYNCD_USERNAME: "test"
ANKISYNCD_PASSWORD: "123456"
service:
main:
ports:
@@ -16,4 +42,5 @@ persistence:
mountPath: /app/data
portal:
enabled: true
open:
enabled: true

View File

@@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Network-Other
- Productivity
- Tools-Utilities
truecharts.org/category: Network-Other
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@@ -0,0 +1 @@
# Changelog

View File

@@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "1.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
deprecated: false
description: A Q&A platform software for teams at any scales.
home: https://truecharts.org/charts/incubator/answer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
keywords:
- answer
- forum
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: answer
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
- https://github.com/answerdev/answer
type: application
version: 0.0.2
annotations:
truecharts.org/catagories: forum
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1 @@
# README

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,177 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: answer
group: App Configuration
label: Answer
schema:
additional_attrs: true
type: dict
attrs:
- variable: app
label: App Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: language
label: Language
schema:
type: string
required: true
default: "en-US"
- variable: log_level
label: Log Level
schema:
type: string
required: true
default: DEBUG"
enum:
- value: DEBUG
description: Debug
- value: INFO
description: Info
- value: WARN
description: Warn
- value: ERROR
description: Error
- variable: site
label: Site Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: "Answer"
- variable: url
label: Url
schema:
type: string
required: true
default: "http://localhost:9080"
- variable: contact_email
label: Contact Email
schema:
type: string
required: true
default: ""
- variable: admin
label: Admin Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Admin Name
schema:
type: string
required: true
default: ""
- variable: password
label: Admin Password
schema:
type: string
required: true
private: true
min_length: 8
default: ""
- variable: email
label: Admin Email
schema:
type: string
required: true
default: ""
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9080
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
label: App Data Storage
description: Stores the Application Data.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -0,0 +1,84 @@
image:
repository: tccr.io/truecharts/answer
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:70a578170bca4a7a1040d44cb5ff143d5e9c2c2f32f9d48f1ad4519d61c35451
service:
main:
ports:
main:
protocol: http
port: 9080
targetPort: 80
answer:
app:
language: en-US
# DEBUG | INFO | WARN | ERROR
log_level: DEBUG
site:
name: Answer
url: http://localhost:9080
contact_email: contact@example.com
admin:
name: admin
password: super-secret-password
email: admin@example.com
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: /healthz
readiness:
path: /healthz
startup:
type: tcp
env:
AUTO_INSTALL: true
# Don't change this, its only used for the initial install
# Does not alter the port the app listens on
INSTALL_PORT: 80
DB_TYPE: postgres
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
# Host + port
DB_HOST: '{{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }}'
DB_NAME: "{{ .Values.cnpg.main.database }}"
# App
LANGUAGE: "{{ .Values.answer.app.language }}"
LOG_LEVEL: "{{ .Values.answer.app.log_level }}"
# Site
SITE_NAME: "{{ .Values.answer.site.name }}"
SITE_URL: "{{ .Values.answer.site.url }}"
CONTACT_EMAIL: "{{ .Values.answer.site.contact_email }}"
# Admin
ADMIN_NAME: "{{ .Values.answer.admin.name }}"
ADMIN_PASSWORD: "{{ .Values.answer.admin.password }}"
ADMIN_EMAIL: "{{ .Values.answer.admin.email }}"
persistence:
data:
enabled: true
mountPath: /data
cnpg:
main:
enabled: true
user: answer
database: answer
portal:
open:
enabled: true
operator:
verify:
enabled: false

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
truecharts.org/category: Cloud
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -24,7 +24,6 @@ sources:
type: application
version: 3.0.1
annotations:
truecharts.org/catagories: |
- notifications
truecharts.org/category: notifications
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -9,7 +9,7 @@ podSecurityContext:
fsGroup: 33
securityContext:
readOnlyRootFilesystem: False
readOnlyRootFilesystem: false
# runAsNonRoot: false
secretEnv:
@@ -22,7 +22,7 @@ env:
LOG_LEVEL: INFO
DEBUG: "no"
APPRISE_RECURSION_MAX: 1
APPRISE_CONFIG_LOCK: no
APPRISE_CONFIG_LOCK: false
APPRISE_ALLOW_SERVICES: ""
ALLOWED_HOSTS: "*"
# APPRISE_STATELESS_URLS

View File

@@ -28,7 +28,6 @@ sources:
- https://github.com/appsmithorg/appsmith
version: 5.0.34
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Backup
- Cloud
- Downloaders
truecharts.org/category: Backup
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,8 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
truecharts.org/category: Productivity
apiVersion: v2
appVersion: "7.55.10"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
- Tools-Utilities
- Network-FTP
truecharts.org/category: Cloud
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
truecharts.org/category: Downloaders
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -3,7 +3,7 @@ appVersion: "2.6.60"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
version: 14.2.0
deprecated: false
description: Automatic Ripping Machine (ARM) Scripts.
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
@@ -21,8 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine
- https://github.com/automatic-ripping-machine/automatic-ripping-machine
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- media
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -25,7 +25,6 @@ maintainers:
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
truecharts.org/category: media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.9
version: 14.2.0
deprecated: false
description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
home: https://truecharts.org/charts/incubator/backuppc
@@ -23,9 +23,7 @@ sources:
- https://github.com/tiredofit/docker-backuppc
- https://backuppc.github.io/backuppc/index.html
type: application
version: 3.0.1
version: 3.0.2
annotations:
truecharts.org/catagories: |
- Backup
- Network-Web
truecharts.org/category: Backup
truecharts.org/SCALE-support: "true"

View File

@@ -23,5 +23,4 @@ type: application
version: 2.0.10
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- utilities
truecharts.org/category: utilities

View File

@@ -1,8 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
truecharts.org/category: Productivity
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
truecharts.org/category: GameServers
apiVersion: v2
appVersion: "latest"
dependencies:

View File

@@ -20,7 +20,6 @@ sources:
- https://github.com/batnoter/batnoter
version: 2.0.8
annotations:
truecharts.org/catagories: |
- notes
truecharts.org/category: notes
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -21,7 +21,6 @@ sources:
- https://github.com/jez500/bender
version: 2.0.9
annotations:
truecharts.org/catagories: |
- dashboard
truecharts.org/category: dashboard
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,7 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Crypto
truecharts.org/category: Crypto
apiVersion: v2
appVersion: "latest"
dependencies:

Some files were not shown because too many files have changed in this diff Show More