Compare commits

...

161 Commits

Author SHA1 Message Date
TrueCharts Bot
3d6e6bfdbd chore(deps): update helm general non-major (#14365)
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.19` ->
`7.0.21` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.2` -> `14.2.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.36` ->
`9.0.37` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.40` ->
`8.0.41` |

---

> [!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.21`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.21)

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

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

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

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

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.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.3)

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 16:16:09 +01:00
Marcel Henrich
aa836343ce fix(clusterissuer): Fix http01 resource creation (#14364)
Set {} for explicit empty yaml object

**Description**

Creation of clusterissuer with type http01 fails currently because of
"...http01: Required value: no HTTP01 solver type configured."
This is fixed by this PR.

⚒️ Fixes  #10123

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

I created the resource manually, with "{}" it worked, otherwise not:
```yaml
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
  name: letsencrypt-prod
spec:
  acme:
    email: dummy@dummy.de
    privateKeySecretRef:
      name: mv-letsencrypt
    server: https://acme-v02.api.letsencrypt.org/directory
    solvers:
      - http01:
          ingress: {}
````
Certificate was issued correctly afterwards, when I set cluster issuer
e.g. in nextcloud app.


**📃 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
- [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
2023-11-05 15:44:32 +01:00
TrueCharts Bot
85edb943f1 chore(deps): update helm chart common to 14.2.3 (#14362)
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.2` -> `14.2.3` |

---

> [!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.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.3)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 14:33:36 +01:00
kqmaverick
ee70a4579e docs(clusterissuer): nameserver warning (#14348)
**Description**
Adds a warning that cloudflare nameserver cant not be blocked by
firewall.

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-05 14:33:22 +01:00
TrueCharts Bot
393ade1fe0 chore(deps): update container image tccr.io/truecharts/tinymediamanager to v4.3.14 (#14361) 2023-11-05 13:41:26 +01:00
TrueCharts Bot
fa03c8d056 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14360) 2023-11-05 13:40:28 +01:00
Kjeld Schouten
5cfe645b26 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-05 12:06:33 +01:00
Kjeld Schouten
ca201eab88 run helm and kube on latest
more thoruogh testing will be done on common library

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-05 12:01:27 +01:00
TrueCharts Bot
3251fbcfe2 chore(deps): update container image tccr.io/truecharts/lidarr to v2.0.1.3769 (#14358) 2023-11-05 11:38:56 +01:00
TrueCharts Bot
c30fd3b43e chore(deps): update container image tccr.io/truecharts/readarr to v0.3.10.2287 (#14359) 2023-11-05 11:38:17 +01:00
TrueCharts Bot
0954bf8273 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#14357) 2023-11-05 09:42:53 +01:00
TrueCharts Bot
c45b247e12 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14356) 2023-11-05 08:37:31 +01:00
TrueCharts Bot
46c9eb616f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14355) 2023-11-05 05:40:37 +01:00
TrueCharts Bot
b07f224512 chore(deps): update container image tccr.io/truecharts/calibre-web to v0.6.21 (#14354) 2023-11-05 03:48:47 +01:00
TrueCharts Bot
ac6f3d44d9 chore(deps): update container image tccr.io/truecharts/notifiarr to v0.7.0 (#14352) 2023-11-05 01:55:15 +01:00
kqmaverick
c2626d1a95 docs(firezone): add dns only image (#14350)
**Description**
Adds image showing DNS only for cloudflare.

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-11-04 22:40:37 +00:00
kqmaverick
e8eeae14bd docs(wg-easy): proxy warning (#14349)
**Description**
Adds a warning about cloudflare proxy for ingress domain.

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-04 18:32:32 -04:00
TrueCharts Bot
cffa70a9ad chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#14345) 2023-11-04 20:38:20 +01:00
TrueCharts Bot
b05c4c4ec2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14346) 2023-11-04 20:37:26 +01:00
Kjeld Schouten
d51b3eb4a1 Update SUPPORT.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-04 20:31:12 +01:00
Kjeld Schouten
3b560adbdb Update SUPPORT.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-04 20:30:34 +01:00
sdimovv
f9c2d16606 fix(jellyfin): Fix autodiscovery question (#14344)
**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)-->
Looks like the app config section is in the wrong spot and does not
apply the value to the correct place.

**⚙️ 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
-->
Manually edited the yaml file 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-11-04 20:02:47 +01:00
TrueCharts Bot
c777c8cdf8 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.1 (#14343) 2023-11-04 19:40:15 +01:00
StevenMcElligott
ec612f19ec fix(whisper-asr-webservice): Fix GPU container on catalog (#14340)
**Description**

Small bug that should fix catalog, see here ->
https://github.com/truecharts/catalog/pull/25

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-04 19:12:08 +01:00
TrueCharts Bot
cb2eaf4a19 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#14342) 2023-11-04 17:39:16 +01:00
TrueCharts Bot
eeeb183357 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#14341) 2023-11-04 17:39:13 +01:00
TrueCharts Bot
745b21d5b1 chore(deps): update container image tccr.io/truecharts/invidious to latest (#14339) 2023-11-04 15:39:58 +01:00
TrueCharts Bot
314c52b06d chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#14338) 2023-11-04 15:39:02 +01:00
TrueCharts Bot
dc681325d2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14337) 2023-11-04 14:37:36 +01:00
TrueCharts Bot
fd3ea6ea9c chore(deps): update container image tccr.io/truecharts/mosdns to v5.3.0 (#14335) 2023-11-04 11:38:22 +01:00
TrueCharts Bot
77d2876019 chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12 to v1.40.0 (#14334) 2023-11-04 11:34:27 +01:00
TrueCharts Bot
cb8853db62 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.6 (#14332) 2023-11-04 10:36:35 +01:00
TrueCharts Bot
84b125fa19 chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg to v1.40.0 (#14333) 2023-11-04 10:34:46 +01:00
TrueCharts Bot
840d69f517 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14330) 2023-11-04 09:42:19 +01:00
TrueCharts Bot
31f55c77d5 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.1 (#14331) 2023-11-04 09:39:51 +01:00
TrueCharts Bot
4a34ded112 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#14329) 2023-11-04 08:40:56 +01:00
TrueCharts Bot
bc409abdbe chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#14328) 2023-11-04 08:38:57 +01:00
TrueCharts Bot
5e022efa46 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14327) 2023-11-04 07:40:22 +01:00
TrueCharts Bot
b83802914f chore(deps): update container image tccr.io/truecharts/channels-dvr-tve to latest (#14326) 2023-11-04 07:39:55 +01:00
TrueCharts Bot
dd1f9fa138 chore(deps): update container image tccr.io/truecharts/channels-dvr to latest (#14325) 2023-11-04 06:35:25 +01:00
TrueCharts Bot
9855b20a6e chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.84.0 (#14322) 2023-11-04 04:42:11 +01:00
TrueCharts Bot
878e002418 chore(deps): update container image tccr.io/truecharts/lidarr to v2.0.0.3707 (#14323) 2023-11-04 04:41:36 +01:00
TrueCharts Bot
64c0c480fb chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14320) 2023-11-04 03:44:42 +01:00
TrueCharts Bot
0c0757b55a chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.12 (#14321) 2023-11-04 03:42:53 +01:00
TrueCharts Bot
f379bd3b10 chore(deps): update container image tccr.io/truecharts/openhab to v4.0.4 (#14319) 2023-11-04 02:57:09 +01:00
TrueCharts Bot
6f5672e134 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1124 (#14318) 2023-11-04 02:57:01 +01:00
TrueCharts Bot
88aa2f7e6d chore(deps): update container image tccr.io/truecharts/flexget to v3.9.16 (#14316) 2023-11-04 01:56:10 +01:00
TrueCharts Bot
8173a33748 chore(deps): update webtop (#14317) 2023-11-04 01:51:22 +01:00
TrueCharts Bot
97f38c1250 chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#14314) 2023-11-03 23:40:46 +01:00
TrueCharts Bot
355e9d9331 chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#14315) 2023-11-03 23:38:24 +01:00
TrueCharts Bot
911e097b65 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#14313) 2023-11-03 22:35:18 +01:00
TrueCharts Bot
ffba955655 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.9 (#14311) 2023-11-03 21:39:36 +01:00
TrueCharts Bot
066ad81b8d chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14309) 2023-11-03 20:42:24 +01:00
TrueCharts Bot
5bb95dacc6 chore(deps): update rdesktop (#14310) 2023-11-03 20:36:59 +01:00
sdimovv
2881c618c9 fix(scale): Fix ingress clustercert var name (#14308)
**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 some oversights in the ingress clustercertificate var

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered 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-11-03 19:35:21 +00:00
TrueCharts Bot
093455dc47 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14307) 2023-11-03 19:40:11 +01:00
TrueCharts Bot
660e8865f3 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14306) 2023-11-03 19:39:53 +01:00
TrueCharts Bot
8029854043 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#14304) 2023-11-03 18:41:37 +01:00
TrueCharts Bot
af662b99ab chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14305) 2023-11-03 18:39:00 +01:00
TrueCharts Bot
245c93eb5a chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14302) 2023-11-03 17:42:29 +01:00
TrueCharts Bot
33b8ac7654 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#14303) 2023-11-03 17:40:12 +01:00
TrueCharts Bot
9064fb99bd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14300) 2023-11-03 15:41:32 +01:00
TrueCharts Bot
ced627e6d4 chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.11 (#14301) 2023-11-03 15:41:10 +01:00
TrueCharts Bot
86ea5dba35 chore(deps): update helm/chart-testing-action action to v2.6.1 (#14299)
This PR contains the following updates:

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

---

> [!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.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.1)

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

##### What's Changed

- bump ct to v3.10.1 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[https://github.com/helm/chart-testing-action/pull/136](https://togithub.com/helm/chart-testing-action/pull/136)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2...v2.6.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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My40IiwidXBkYXRlZEluVmVyIjoiMzcuNDMuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 15:27:24 +01:00
TrueCharts Bot
8513ab69f1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14298) 2023-11-03 14:41:25 +01:00
TrueCharts Bot
2bb65708e9 chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.2 (#14296) 2023-11-03 13:42:57 +01:00
TrueCharts Bot
503627b6e1 chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.2 (#14295) 2023-11-03 13:41:58 +01:00
TrueCharts Bot
576e1bf4b7 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14294) 2023-11-03 12:37:27 +01:00
Michael Walter Van Der Velden
7d15dc372f feat(ingressAdvanced): use tc-opencors-chain if allow-cors is enabled (#13240)
**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.
-->
⚒️ Allows for the optional use of the existing Traefik CORS setup for
Apps as CORS is required to use the official [jellyfin-vue
client](https://github.com/jellyfin/jellyfin-vue). Has been updated to
rely on https://github.com/truecharts/library-charts/pull/530

**⚙️ 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?**
Manually edited the chart's files on my own TrueNas Scale Server.
Checked that jellyffin was using the tf-opencors-chain in Traefik rather
than basic-chain and ensured I could connect to jellyfin via a custom
app of [jellyfin-vue client](https://github.com/jellyfin/jellyfin-vue)
when the added config was enabled but not if disabled.

<img width="447" alt="Evidence of the correct chain being used in
Traefik"
src="https://github.com/truecharts/charts/assets/9092863/19a44a4e-fe95-4659-998b-753f4c4dbb4b">
<br>
<img width="213" alt="Added config option"
src="https://github.com/truecharts/charts/assets/9092863/a254c469-add2-49bf-85da-d0d17b371d7a">



**📃 Notes:**
<!-- Please enter any other relevant information here -->
This PR uses the same cors middleware setup as the existing
[audiobookshelf](eec761785c/charts/stable/audiobookshelf)
app to ensure conistancy. While it may be expected that the
`tf-opencors-headers` middleware could be added within the UI this
unfortunately results in the `Access-Control-Allow-Origin` header still
being missing as the common chain conflicts.

**✔️ 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: Michael Walter Van Der Velden <mikevdv@vandie.co.uk>
2023-11-03 12:30:20 +01:00
TrueCharts Bot
1eb7f23896 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14293) 2023-11-03 11:37:44 +01:00
TrueCharts Bot
4f3a7d8442 chore(deps): update helm general non-major (#14287)
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.19` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.0` -> `14.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.1` -> `14.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.31` ->
`3.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.34` ->
`9.0.36` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.35` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.37` ->
`8.0.40` |

---

> [!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.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.19)

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

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

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

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

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

###
[`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.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2)

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

Function library for TrueCharts

###
[`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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My4zIiwidXBkYXRlZEluVmVyIjoiMzcuNDMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 10:14:57 +01:00
TrueCharts Bot
e69834135d chore(deps): update container image tccr.io/truecharts/n8n to v1.15.1 (#14292) 2023-11-03 09:51:58 +01:00
TrueCharts Bot
9e0351b26b chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.17.0 (#14290) 2023-11-03 09:49:24 +01:00
TrueCharts Bot
7b65395956 chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.11.1 (#14291) 2023-11-03 09:47:16 +01:00
TrueCharts Bot
191dd8a2c8 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.10.1.1976 (#14288) 2023-11-03 09:46:54 +01:00
TrueCharts Bot
b3298e8582 chore(deps): update container image tccr.io/truecharts/filebrowser to v2.26.0 (#14289) 2023-11-03 09:46:35 +01:00
TrueCharts Bot
115fcb0d30 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14256) 2023-11-03 09:43:12 +01:00
TrueCharts Bot
8bad2fbecc chore(deps): update container image tccr.io/truecharts/wizarr to v3.4.8 (#14286) 2023-11-03 09:42:46 +01:00
TrueCharts Bot
df784d0fdc chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14255) 2023-11-03 09:42:38 +01:00
TrueCharts Bot
53d131676c chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.1 (#14285) 2023-11-03 09:41:40 +01:00
TrueCharts Bot
cf46fd62e4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14284) 2023-11-03 08:40:10 +01:00
TrueCharts Bot
47f431b40b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14283) 2023-11-03 08:38:50 +01:00
ZasX
5f0ee2f89b chore(transmission): Move RPC authentication required checkbox up in questions (#14257)
**Description**
Moved the TRANSMISSION__RPC_AUTHENTICATION_REQUIRED option up in
questions.yaml, so it's right underneath the username and password
fields

⚒️ 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-11-03 08:32:24 +01:00
TrueCharts Bot
588b356b6f chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.1 (#14282) 2023-11-03 07:41:27 +01:00
TrueCharts Bot
d35e461555 chore(deps): update container image tccr.io/truecharts/komga to v1.7.1 (#14281) 2023-11-03 07:38:19 +01:00
TrueCharts Bot
1f7571cb2c chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14279) 2023-11-03 06:38:31 +01:00
TrueCharts Bot
c332c24505 chore(deps): update container image tccr.io/truecharts/redis to v7.2.3 (#14280) 2023-11-03 06:34:51 +01:00
TrueCharts Bot
84201cad3d chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#14277) 2023-11-03 05:38:04 +01:00
TrueCharts Bot
1d9c846655 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1119 (#14278) 2023-11-03 05:37:02 +01:00
TrueCharts Bot
6c28a57d92 chore(deps): update helm general non-major (#14253) 2023-11-03 04:53:53 +01:00
TrueCharts Bot
b3723bbd41 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#14276) 2023-11-03 04:37:39 +01:00
TrueCharts Bot
3f7ac34d1d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14275) 2023-11-03 04:37:33 +01:00
TrueCharts Bot
e4b28a8200 chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.6 (#14274) 2023-11-03 03:46:43 +01:00
TrueCharts Bot
d3da8c994f chore(deps): update webtop (#14273) 2023-11-03 03:44:10 +01:00
TrueCharts Bot
819d630931 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14271) 2023-11-03 03:01:46 +01:00
TrueCharts Bot
65c5c007b3 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14272) 2023-11-03 03:01:37 +01:00
TrueCharts Bot
7983f73a15 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#14270) 2023-11-03 01:57:18 +01:00
TrueCharts Bot
149d17aee7 chore(deps): update container image tccr.io/truecharts/invidious to latest (#14269) 2023-11-03 01:54:45 +01:00
TrueCharts Bot
429bea1d63 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#14268) 2023-11-03 00:36:32 +01:00
TrueCharts Bot
f96ab1f798 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#14267) 2023-11-03 00:35:57 +01:00
TrueCharts Bot
c98e60eebb chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#14265) 2023-11-02 23:34:46 +01:00
TrueCharts Bot
c53cd42c6e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#14263) 2023-11-02 22:35:45 +01:00
TrueCharts Bot
4bacaf2e67 chore(deps): update rdesktop (#14262) 2023-11-02 21:32:53 +01:00
TrueCharts Bot
49c0155635 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#14261) 2023-11-02 20:40:26 +01:00
TrueCharts Bot
55512e1ed6 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#14260) 2023-11-02 20:34:28 +01:00
TrueCharts Bot
c5fc917166 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#14259) 2023-11-02 19:40:23 +01:00
TrueCharts Bot
33581c7ac9 chore(deps): update helm/chart-releaser-action action to v1.6.0 (#14258)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

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

---

### Release Notes

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

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

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

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135)
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96)
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134)
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/146](https://togithub.com/helm/chart-releaser-action/pull/146)
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144)
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137)
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130)
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148)
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158)
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155)
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/160](https://togithub.com/helm/chart-releaser-action/pull/160)
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/156](https://togithub.com/helm/chart-releaser-action/pull/156)
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/172](https://togithub.com/helm/chart-releaser-action/pull/172)
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/173](https://togithub.com/helm/chart-releaser-action/pull/173)

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://togithub.com/helm/chart-releaser-action/pull/174)

**Full Changelog**:
https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-02 19:31:00 +01:00
TrueCharts Bot
72c979de89 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14254) 2023-11-02 16:38:56 +01:00
TrueCharts Bot
84800fcb1f chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.1 (#14250) 2023-11-02 15:41:09 +01:00
TrueCharts Bot
d9769911a0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14252) 2023-11-02 15:40:57 +01:00
TrueCharts Bot
50bb6d79ac chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14251) 2023-11-02 14:38:56 +01:00
TrueCharts Bot
04ab566e75 chore(deps): update container image tccr.io/truecharts/it-tools to v2023.11.2 (#14247) 2023-11-02 12:38:41 +01:00
shadofall
dfac199042 Updates to SUPPRORT.md (#14218) 2023-11-02 12:12:46 +01:00
TrueCharts Bot
0bc263e358 chore(deps): update helm general non-major (#14245) 2023-11-02 12:10:58 +01:00
TrueCharts Bot
3a5352853f chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.3 (#14230) 2023-11-02 10:48:05 +01:00
TrueCharts Bot
200b8316d5 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20231102 (#14244) 2023-11-02 10:43:48 +01:00
TrueCharts Bot
554f7b94f4 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#14242) 2023-11-02 10:43:40 +01:00
TrueCharts Bot
81f0b82480 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#14223) 2023-11-02 10:41:56 +01:00
TrueCharts Bot
ccae12e9b6 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#14243) 2023-11-02 10:40:04 +01:00
TrueCharts Bot
204a28335d chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#14241) 2023-11-02 09:43:00 +01:00
TrueCharts Bot
b8dc60b8a6 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#14240) 2023-11-02 09:42:28 +01:00
TrueCharts Bot
1ca6fa328b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14238) 2023-11-02 08:36:57 +01:00
TrueCharts Bot
b5df89e6b2 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#14239) 2023-11-02 08:36:20 +01:00
TrueCharts Bot
cafa2784a5 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#14237) 2023-11-02 07:40:46 +01:00
TrueCharts Bot
b8015a065d chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#14236) 2023-11-02 06:40:05 +01:00
TrueCharts Bot
8f9653e70c chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#14220) 2023-11-02 03:48:29 +01:00
TrueCharts Bot
5c178d0cd4 chore(deps): update container image tccr.io/truecharts/whoogle-search to v0.8.4 (#14234) 2023-11-02 03:43:42 +01:00
TrueCharts Bot
c125eb543e chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.33.2 (#14235) 2023-11-02 03:39:16 +01:00
TrueCharts Bot
308a24dc24 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1116 (#14232) 2023-11-02 02:59:52 +01:00
TrueCharts Bot
15c38ed755 chore(deps): update container image tccr.io/truecharts/ombi to v4.43.6 (#14233) 2023-11-02 02:59:45 +01:00
TrueCharts Bot
516b6d9a59 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#14231) 2023-11-02 01:55:57 +01:00
TrueCharts-Bot
d45ead3b01 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-02 00:22:37 +00:00
TrueCharts Bot
cb7ec880ae chore(deps): update immich to v1.84.0 (minor) (#14229) 2023-11-02 00:45:12 +01:00
TrueCharts Bot
45f0a681cd chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.0 (#14227) 2023-11-01 23:37:22 +01:00
TrueCharts Bot
b87528f893 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.7.1 (#14228) 2023-11-01 23:37:06 +01:00
TrueCharts Bot
841a3c1f14 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.3 (#14226) 2023-11-01 22:38:09 +01:00
TrueCharts Bot
38e512c382 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14225) 2023-11-01 22:36:24 +01:00
TrueCharts Bot
2d13962f95 chore(deps): update container image tccr.io/truecharts/redmine to v5.0.6 (#14224) 2023-11-01 21:39:36 +01:00
TrueCharts Bot
9f7afcb63e chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#14222) 2023-11-01 20:41:27 +01:00
TrueCharts Bot
d3a098f73b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14221) 2023-11-01 20:40:17 +01:00
TrueCharts Bot
0698701b9b chore(deps): update container image tccr.io/truecharts/minio to latest (#14219) 2023-11-01 19:38:46 +01:00
TrueCharts Bot
0b572efe6c chore(deps): update helm general non-major (#14210) 2023-11-01 17:56:54 +01:00
TrueCharts Bot
f706bd3531 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#14216) 2023-11-01 17:40:57 +01:00
TrueCharts Bot
6cd48883ae chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14217) 2023-11-01 17:40:08 +01:00
TrueCharts Bot
69899fe9a7 chore(deps): update container image tccr.io/truecharts/it-tools to v2023.11.1 (#14215) 2023-11-01 16:42:21 +01:00
TrueCharts Bot
85a4885674 chore(deps): update container image tccr.io/truecharts/odoo to v16.0.0 (#14213) 2023-11-01 15:41:08 +01:00
TrueCharts Bot
fb66c73262 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#14214) 2023-11-01 15:39:52 +01:00
TrueCharts Bot
08d047fe92 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#14211) 2023-11-01 14:44:59 +01:00
TrueCharts Bot
37b64a2298 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14212) 2023-11-01 14:37:32 +01:00
TrueCharts Bot
83e4b66260 chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.14 (#14209) 2023-11-01 13:42:01 +01:00
TrueCharts Bot
5c6960b140 chore(deps): update container image tccr.io/truecharts/minio to latest (#14208) 2023-11-01 13:40:22 +01:00
Stavros Kois
688abe785d Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-01 14:38:45 +02:00
Stavros Kois
dbe8626540 Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-01 14:38:30 +02:00
TrueCharts Bot
e18cbd8963 chore(deps): update helm chart common to 14.2.2 (#14190)
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.1` -> `14.2.2` |

---

> [!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.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-01 13:05:20 +01:00
TrueCharts Bot
a85aba0e0f chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.4 (#14207) 2023-11-01 12:42:53 +01:00
TrueCharts Bot
525011460f chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#14206) 2023-11-01 12:42:23 +01:00
TrueCharts Bot
51623cc2ee chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.5 (#14205) 2023-11-01 11:42:13 +01:00
TrueCharts Bot
aabc75969f chore(deps): update container image tccr.io/truecharts/adminer to latest (#14204) 2023-11-01 11:41:46 +01:00
TrueCharts Bot
c53b7aa73c chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#14203) 2023-11-01 10:43:27 +01:00
TrueCharts Bot
15bd0ddd36 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14202) 2023-11-01 10:42:21 +01:00
TrueCharts Bot
bb33b6932e chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.2.1 (#14201) 2023-11-01 09:41:49 +01:00
525 changed files with 1142 additions and 1084 deletions

39
.github/SUPPORT.md vendored
View File

@@ -12,19 +12,40 @@ This document highlights which versions of TrueCharts (or rather branches), supp
We also document which versions of TrueNAS will receive TrueCharts updates and for which versions we are accepting bug reports.
### Supported Versions
### Supported Versions of TrueNAS SCALE
| TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
| 22.02.4 or prior | `master` | :x: | :x: | :x: | Advised to update to 22.12.2 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2022-12-13 |
| 22.12.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-02-21 |
| 22.12.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-04-11 |
| 22.12.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-06-13 |
| 22.12.3.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-06-20 |
| 22.12.3.2 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-07-05 |
| 22.12.3.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-07-25 |
| 22.12.4.1 or prior| `master` | :x: | :x: | :x: | Update to 23.10.X Supported Version [TrueNAS SCALE](https://www.truenas.com/docs/scale/23.10/) |
| 22.12.4.2 | `master` | :white_check_mark: | :white_check_mark: | :x: | Stable Release as of 2023-10-13 Recommended to update to 23.10.x [TrueNAS SCALE](https://www.truenas.com/docs/scale/23.10/) |
| 23.10.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-10-24 |
| 23.10.0.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Stable Release as of 2023-10-31 |
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
| 23.10.1 | `master` | :white_check_mark: | :x: | :x: | To Be Released |
## TrueCharts on Talos-OS
Support for Talos-OS with either Rancher or FluxCD are in early alpha.
### Supported Versions of Talos-OS
| Talos-OS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
| 1.5 | `master` | :white_check_mark: | :x: | :x: | |
| 1.6 | `master` | :white_check_mark: | :x: | :x: | |
### Supported Versions of FluxCD
| FluxCD version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
| 1.2.1 or prior | `master` | :white_check_mark: | :x: | :x: | |
### Rancher Versions of Rancher
| TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
| v2.7.9 or prior | `master` | :white_check_mark: | :x: | :x: | |
:::warning Support Guidelines

View File

@@ -47,6 +47,11 @@ jobs:
run: |
pip3 install --no-cache-dir pre-commit yamale yamllint
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
version: latest
- name: Prep Helm
run: |
helm repo add truecharts https://charts.truecharts.org

View File

@@ -307,7 +307,7 @@ jobs:
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:

View File

@@ -120,24 +120,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -193,24 +191,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -258,24 +254,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -323,24 +317,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -388,24 +380,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -453,24 +443,22 @@ jobs:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
setup-tools: |
helmv3
helm: "3.9.4"
version: latest
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
version: latest
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.9.3.12"
appVersion: "23.10.1.19"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
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,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/
type: application
version: 7.0.18
version: 7.0.21
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: v23.9.3.12@sha256:98f6383f4d01f7b752d5c877d51ef93dcb9364cf6676883eb7d83993f7edb071
tag: v23.10.1.1976@sha256:70a2209917d2dcfe33b09e60dda9012c4f6638e9335b3afefac2cb89ba0c670c
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
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,7 +21,7 @@ name: kube-state-metrics
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application
version: 3.0.32
version: 3.0.34
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "11.1.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 9.0.35
version: 9.0.37
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.22"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 8.0.36
version: 8.0.38
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 8.0.33
version: 8.0.35
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
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,7 +21,7 @@ name: node-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application
version: 3.0.34
version: 3.0.36
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "7.2.2"
appVersion: "7.2.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 8.0.38
version: 8.0.41
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: v7.2.2@sha256:3623fd2ff6120e47b578da6e7d4d99e1fa60ceba5818f156ceb163270d8dfad0
tag: v7.2.3@sha256:9d51d05196beb255805741dbd3d843154de9a816f9f6a65e0fa0c8d43f48aa45
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "9.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr
type: application
version: 6.0.36
version: 6.0.38
annotations:
truecharts.org/category: search
truecharts.org/SCALE-support: "true"

View File

@@ -3,11 +3,11 @@ appVersion: "4.37.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 8.0.37
version: 8.0.41
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -35,7 +35,7 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 19.0.4
version: 19.0.6
annotations:
truecharts.org/category: security
truecharts.org/SCALE-support: "true"

View File

@@ -3,11 +3,11 @@ appVersion: "0.22.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 8.0.37
version: 8.0.41
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,7 +25,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 9.0.2
version: 9.0.4
annotations:
truecharts.org/category: network
truecharts.org/SCALE-support: "true"

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 4.2.2
version: 4.2.5
annotations:
truecharts.org/category: core
truecharts.org/SCALE-support: "true"

View File

@@ -8,6 +8,14 @@ This guide will walk you through setting up `clusterissuer`, certificate managem
- [Traefik](https://truecharts.org/charts/enterprise/traefik/) is installed from enterprise train
- [Cert-Mananger](https://truecharts.org/charts/operators/cert-manager/) and [Prometheus-Operator](https://truecharts.org/charts/operators/prometheus-operator/) are installed from the operators train
:::warning DNS
As part of the DNS verification process cert-manager will connect to authoritative nameservers to validate the DNS ACME entry. Any firewall or router rules blocking or modifying DNS traffic will cause this process to fail and prevent the issuance of certificates. Ensure no firewall or router rules are in place blocking or modifying DNS traffic to assigned authoritative nameservers. Below is an example of cloudflare assigned authoritative nameservers (these nameservers are unique to each user).
![cloudflare-nameservers](./img/cloudflare-nameservers.png)
:::
## Set Scale Nameservers
It is important to configure Scale with reliable nameserver to avoid issues handling DNS-01 challenges. Under Network -> Global Configuration-> Nameservers, we recommend setting 1.1.1.1/1.0.0.1 or 8.8.8.8/8.8.4.4.

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -40,7 +40,7 @@ spec:
solvers:
{{- if eq .type "HTTP01" }}
- http01:
ingress:
ingress: {}
{{- else }}
- dns01:
{{- if eq .type "cloudflare" }}

View File

@@ -3,7 +3,7 @@ appVersion: "10.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
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,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 9.0.30
version: 9.0.32
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -13,7 +13,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
type: application
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 3.0.5
version: 3.0.7
annotations:
truecharts.org/category: core
truecharts.org/SCALE-support: "true"

View File

@@ -3,15 +3,15 @@ appVersion: "2.47.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://deps.truecharts.org
version: 3.0.33
version: 3.0.36
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://deps.truecharts.org
version: 3.0.31
version: 3.0.34
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,7 +29,7 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 13.0.10
version: 13.0.12
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "2.10.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik
@@ -23,7 +23,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 21.1.2
version: 21.1.4
annotations:
truecharts.org/category: network
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.29.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
- https://github.com/dani-garcia/vaultwarden
type: application
version: 23.0.3
version: 23.0.5
annotations:
truecharts.org/category: security
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.1.14"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
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,7 +18,7 @@ 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: 3.0.1
version: 3.0.3
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.1
version: 14.2.3
deprecated: false
description: A Q&A platform software for teams at any scales.
home: https://truecharts.org/charts/incubator/answer
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
- https://github.com/answerdev/answer
type: application
version: 0.0.4
version: 0.0.8
annotations:
truecharts.org/catagory: forum
truecharts.org/category: forum
truecharts.org/SCALE-support: "true"

View File

@@ -1 +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/incubator/)
**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*

View File

@@ -3,7 +3,7 @@ appVersion: "2.6.60"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Automatic Ripping Machine (ARM) Scripts.
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
@@ -21,7 +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.3
version: 0.0.5
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
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,7 +23,7 @@ sources:
- https://github.com/tiredofit/docker-backuppc
- https://backuppc.github.io/backuppc/index.html
type: application
version: 3.0.2
version: 3.0.4
annotations:
truecharts.org/category: Backup
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "3.5.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
@@ -29,7 +29,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd
- https://github.com/CTFd/CTFd
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: learning
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A free, open-source expert system for guided interviews and document assembly.
home: https://truecharts.org/charts/incubator/docassemble
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble
- https://github.com/jhpyle/docassemble
type: application
version: 0.0.4
version: 0.0.6
annotations:
truecharts.org/category: documentation
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A custom SteamCMD chart that runs ECO.
home: https://truecharts.org/charts/incubator/eco
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/eco
- https://github.com/ich777/docker-steamcmd-server/tree/eco
type: application
version: 3.1.3
version: 3.1.5
annotations:
truecharts.org/category: games
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "stable"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A game in which you build and maintain factories.
home: https://truecharts.org/charts/incubator/factorio
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
- https://github.com/factoriotools/factorio-docker
type: application
version: 4.1.2
version: 4.1.4
annotations:
truecharts.org/category: GameServers
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A Dropbox-like file manager that let you manage your data anywhere it is located.
home: https://truecharts.org/charts/incubator/filestash
@@ -24,7 +24,7 @@ sources:
- https://github.com/mickael-kerjean/filestash
- https://www.filestash.app/
type: application
version: 3.0.1
version: 3.0.3
annotations:
truecharts.org/category: Cloud
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "2023"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A lightweight NodeJS server that emulates the iOS HomeKit API
home: https://truecharts.org/charts/incubator/homebridge
@@ -22,7 +22,7 @@ sources:
- https://homebridge.io/
- https://github.com/oznu/docker-homebridge
type: application
version: 4.0.2
version: 4.0.4
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.
home: https://truecharts.org/charts/incubator/icloudpd
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd
- https://github.com/Womabre/-TrueNAS-docker-templates
type: application
version: 3.0.2
version: 3.0.4
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku
- https://github.com/oae/kaizoku
type: application
version: 0.1.2
version: 0.1.4
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,11 +3,11 @@ appVersion: "2.0.35"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
version: 9.0.34
version: 9.0.37
description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
home: https://truecharts.org/charts/incubator/kimai
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kimai
- https://github.com/kevinpapst/kimai2
- https://github.com/tobybatch/kimai2
version: 8.0.3
version: 8.0.5
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Sync your Spotify and Deezer playlists to your Plex server.
home: https://truecharts.org/charts/incubator/plex-playlist-sync
@@ -26,7 +26,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plex-playlist-sync
- https://github.com/rnagabhyrava/plex-playlist-sync
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: Tools-Utilities
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.27.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Two-way-sync between trakt.tv and Plex Media Server.
home: https://truecharts.org/charts/incubator/plextraktsync
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync
- https://github.com/Taxel/PlexTraktSync
type: application
version: 4.0.2
version: 4.0.4
annotations:
truecharts.org/category: Tools-Utilities
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "14.7.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://www.postgresql.org/
type: application
version: 14.0.2
version: 14.0.4
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "3.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Container for proxmox backup server
home: https://truecharts.org/charts/incubator/proxmox-backup-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png
@@ -18,7 +18,7 @@ maintainers:
name: proxmox-backup-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/proxmox-backup-server
version: 0.0.2
version: 0.0.4
annotations:
truecharts.org/category: test
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A one-of-a-kind resume builder that keeps your privacy in mind.
home: https://truecharts.org/charts/incubator/reactive-resume
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume
- https://github.com/reactive-resume/reactive-resume
type: application
version: 3.0.2
version: 3.0.4
annotations:
truecharts.org/category: Productivity
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: rTorrent and ruTorrent chart.
home: https://truecharts.org/charts/incubator/rtorrent-rutorrent
@@ -23,7 +23,7 @@ sources:
- https://truecharts.org/charts/incubator/rtorrent-rutorrent
- https://github.com/crazy-max/docker-rtorrent-rutorrent
type: application
version: 0.0.5
version: 0.0.7
annotations:
truecharts.org/category: torrent
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.44.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Scrypted is a high performance home video integration and automation platform.
home: https://truecharts.org/charts/incubator/scrypted
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/scrypted
- https://github.com/koush/scrypted
type: application
version: 1.0.2
version: 1.0.4
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.5.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A SMTP service for relaying emails.
home: https://truecharts.org/charts/incubator/smtp-relay
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay
- https://github.com/ix-ai/smtp
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: smtp
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A custom SteamCMD chart that runs Sons Of The Forest Server.
home: https://truecharts.org/charts/incubator/sonsoftheforest
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/sonsoftheforest
- https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: GameServers
truecharts.org/SCALE-support: "true"

View File

@@ -6,7 +6,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: "This is a Basic STUN &amp; TURN server that was mainly created for Nextcloud Talk."
home: https://truecharts.org/charts/incubator/stun-turn-server
@@ -23,4 +23,4 @@ name: stun-turn-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server
type: application
version: 3.0.2
version: 3.0.4

View File

@@ -3,7 +3,7 @@ appVersion: "4.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A simple bot to translate JSON HTTP requests into Telegram push messages.
home: https://truecharts.org/charts/incubator/telepush
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/telepush
- https://github.com/muety/telepush
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: notifications
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: traefik-forward-auth
version: 0.2.2
version: 0.2.4
appVersion: "latest"
description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
type: application
@@ -21,7 +21,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -3,7 +3,7 @@ appVersion: "0.53.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
- https://github.com/Floppy/van_dam
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.3.38"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A superlight rust written social server.
home: https://truecharts.org/charts/incubator/vocechat-server
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/vocechat-server
- https://github.com/Privoce/vocechat-server-rust
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: social
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.16.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Open source, self-hostable watched list
home: https://truecharts.org/charts/incubator/watcharr
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/watcharr
- https://github.com/sbondCo/Watcharr
type: application
version: 0.0.3
version: 0.0.5
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -11,7 +11,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.13.2
@@ -27,7 +27,7 @@ sources:
- https://github.com/cert-manager
- https://cert-manager.io/
type: application
version: 1.1.1
version: 1.1.3
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -11,7 +11,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -23,7 +23,7 @@ sources:
- https://github.com/cloudnative-pg
- https://cloudnative-pg.io/
type: application
version: 2.0.4
version: 2.0.6
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 10.0.6
version: 10.0.8
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -11,7 +11,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
- https://github.com/prometheus-operator
type: application
version: 1.0.7
version: 1.0.9
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "23.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Actual is a super fast privacy-focused app for managing your finances.
home: https://truecharts.org/charts/stable/actualserver
@@ -24,4 +24,4 @@ type: application
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: finance
version: 5.0.8
version: 5.0.10

View File

@@ -3,7 +3,7 @@ appVersion: "0.107.40"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
home: https://truecharts.org/charts/stable/adguard-home
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
@@ -18,7 +18,7 @@ maintainers:
name: adguard-home
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
version: 6.0.7
version: 6.0.9
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -6,7 +6,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
home: https://truecharts.org/charts/stable/adminer
@@ -25,4 +25,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 5.0.27
version: 5.0.30

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer
tag: latest@sha256:2a2c2ff732b0830feccacccc9f22ceead9e63b0c727279c628cea3bc960b8564
tag: latest@sha256:a6a2d11b8dcee5908d27a44ce9a0bd17b979128d38bb18759efc1763cf61bc42
securityContext:
container:

View File

@@ -3,7 +3,7 @@ appVersion: "2.12.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
home: https://truecharts.org/charts/stable/airdcpp-webclient
@@ -23,7 +23,7 @@ sources:
- https://airdcpp-web.github.io/
- https://github.com/airdcpp-web/airdcpp-webclient
type: application
version: 7.0.4
version: 7.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "11.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic-advanced
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png
@@ -18,7 +18,7 @@ name: airsonic-advanced
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
- https://github.com/airsonic/airsonic-advanced
version: 10.0.4
version: 10.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "10.6.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png
@@ -20,7 +20,7 @@ sources:
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 10.0.4
version: 10.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: alist
version: 6.0.8
version: 6.0.10
appVersion: "3.28.0"
description: Alist program that supports multiple storage, powered by Gin and React
type: application
@@ -21,7 +21,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
# condition:
maintainers:
- email: info@truecharts.org

View File

@@ -3,7 +3,7 @@ appVersion: "1.0.16"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Expose all events from an Amcrest device to an MQTT broker
home: https://truecharts.org/charts/stable/amcrest2mqtt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png
@@ -18,7 +18,7 @@ name: amcrest2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
- https://github.com/dchesterton/amcrest2mqtt
version: 8.0.4
version: 8.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -6,7 +6,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
home: https://truecharts.org/charts/stable/amule
@@ -26,4 +26,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/amule
- https://github.com/t-chab/dockerfiles
type: application
version: 4.0.4
version: 4.0.6

View File

@@ -3,7 +3,7 @@ appVersion: "0.14.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
@@ -26,7 +26,7 @@ name: anonaddy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://github.com/anonaddy/docker
version: 15.0.10
version: 15.0.12
annotations:
truecharts.org/category: email
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Index and stream music using apache-musicindex and m3u playlists
home: https://truecharts.org/charts/stable/apache-musicindex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png
@@ -21,7 +21,7 @@ name: apache-musicindex
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex
- http://hacks.slashdirt.org/sw/musicindex/
version: 8.0.4
version: 8.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "4.4.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
home: https://truecharts.org/charts/stable/appdaemon
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
- https://github.com/AppDaemon/appdaemon
type: application
version: 13.0.4
version: 13.0.6
annotations:
truecharts.org/category: utilities
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "3.7.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
home: https://truecharts.org/charts/stable/apt-cacher-ng
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng
- https://www.unix-ag.uni-kl.de/~bloch/acng/
type: application
version: 5.0.4
version: 5.0.6
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Proxy

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: aria server for downloading web content
home: https://truecharts.org/charts/stable/aria2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png
@@ -18,7 +18,7 @@ name: aria2
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/aria2
- https://github.com/P3TERX/Aria2-Pro-Docker
version: 9.0.4
version: 9.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.3.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
home: https://truecharts.org/charts/stable/ariang
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
@@ -18,7 +18,7 @@ name: ariang
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ariang
- https://github.com/leonismoe/docker-images
version: 5.0.4
version: 5.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A custom SteamCMD chart that runs ArkSE.
home: https://truecharts.org/charts/stable/arksurvivalevolved
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
- https://github.com/ich777/docker-steamcmd-server/tree/arkse
type: application
version: 4.0.5
version: 4.0.7
annotations:
truecharts.org/category: GameServers
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "3.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: An easy-to-use, multi-track audio editor and recorder
home: https://truecharts.org/charts/stable/audacity
icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png
@@ -24,7 +24,7 @@ sources:
- https://github.com/linuxserver/docker-audacity
- https://www.audacityteam.org/
type: application
version: 9.0.4
version: 9.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "2.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
home: https://truecharts.org/charts/stable/audiobookshelf
icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png
@@ -18,7 +18,7 @@ name: audiobookshelf
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
- https://github.com/advplyr/audiobookshelf
version: 6.0.10
version: 6.0.12
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,11 +3,11 @@ appVersion: "2023.10.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 8.0.37
version: 8.0.41
description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 15.0.11
version: 15.0.13
annotations:
truecharts.org/category: authentication
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autobrr
version: 5.0.7
version: 5.0.9
appVersion: "1.33.0"
description: The modern download automation tool for torrents.
type: application
@@ -17,7 +17,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: A Lidarr companion script to automatically download music for Lidarr.
home: https://truecharts.org/charts/stable/automatic-music-downloader
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader
- https://github.com/RandomNinjaAtk/docker-amd
type: application
version: 6.0.4
version: 6.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autoscan
version: 5.0.19
version: 5.0.21
appVersion: "latest"
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
type: application
@@ -17,7 +17,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -3,7 +3,7 @@ appVersion: "23.06.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
home: https://truecharts.org/charts/stable/avidemux
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
- https://github.com/jlesage/docker-avidemux
type: application
version: 5.0.4
version: 5.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.1.2"
kubeVersion: ">=1.16.0-0"
version: 13.0.16
version: 13.0.18
name: babybuddy
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
type: application
@@ -19,7 +19,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -3,7 +3,7 @@ appVersion: "1.21.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
@@ -22,7 +22,7 @@ name: baserow
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- https://gitlab.com/bramw/baserow/
version: 8.0.7
version: 8.0.9
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.3.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
home: https://truecharts.org/charts/stable/bazarr
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
- https://github.com/morpheus65535/bazarr
type: application
version: 15.0.15
version: 15.0.17
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: A music library manager and not, for the most part, a music player.
home: https://truecharts.org/charts/stable/beets
icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
@@ -24,7 +24,7 @@ sources:
- https://github.com/linuxserver/docker-beets
- https://beets.io/
type: application
version: 8.0.16
version: 8.0.19
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/beets
pullPolicy: IfNotPresent
tag: v1.6.0@sha256:51b30134e11f10f2f742762b673f5feb99fd1967b3864912c382300982058465
tag: v1.6.0@sha256:c61d871d04c17707f01b2c18916e8fb84d29604a0b2a01b693127c67052b0c55
securityContext:
container:

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: "Lightweight self-hosted facebook-styled PHP blog."
home: https://truecharts.org/charts/stable/blog
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/blog
- https://github.com/m1k1o/blog
- https://github.com/nicholaswilde/docker-blog
version: 8.0.4
version: 8.0.6
annotations:
truecharts.org/category: hosting
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 6.0.16
version: 6.0.18
appVersion: "latest"
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
type: application
@@ -15,7 +15,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
# condition:
maintainers:
- email: info@truecharts.org

View File

@@ -3,7 +3,7 @@ appVersion: "2201.1.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Booksonic is a platform for accessing the audibooks you own wherever you are
home: https://truecharts.org/charts/stable/booksonic-air
icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
@@ -19,7 +19,7 @@ name: booksonic-air
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
- https://github.com/popeen/Booksonic-Air
version: 10.0.13
version: 10.0.16
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/booksonic-air
pullPolicy: IfNotPresent
tag: v2201.1.0@sha256:ee95c6af3401f8dd490b5f47afb57989a9699f25d8538a14197039a2a315f237
tag: v2201.1.0@sha256:4f796bdd3fdd0368d5cb65c29a679053fe9343ecbd577fcc84b85214d85d12b4
securityContext:
container:

View File

@@ -3,7 +3,7 @@ appVersion: "23.10.2023"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
@@ -27,7 +27,7 @@ name: bookstack
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
- https://www.bookstackapp.com/
version: 8.0.6
version: 8.0.8
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "1.60.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
home: https://truecharts.org/charts/stable/browserless-chrome
icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png
@@ -20,7 +20,7 @@ name: browserless-chrome
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://docs.browserless.io/docs/docker.html
version: 6.0.12
version: 6.0.14
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.0.9"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Budge is an open source 'budgeting with envelopes' personal finance app.
home: https://truecharts.org/charts/stable/budge
icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
- https://github.com/linuxserver/budge
- https://github.com/linuxserver/docker-BudgE
version: 6.0.15
version: 6.0.17
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "0.6.21"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
home: https://truecharts.org/charts/stable/calibre-web
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
- https://github.com/janeczku/calibre-web
type: application
version: 15.0.4
version: 15.0.7
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/calibre-web
pullPolicy: IfNotPresent
tag: v0.6.21@sha256:85f7f4ed98227dc4cd21778c2b9d6ac39ffdd6b924e2c89a010dd1802bbe14dd
tag: v0.6.21@sha256:8bdb36ea1b64bde3c689e63a1009edfaa1052009d7b079e61c83bd6e27a52061
securityContext:
container:

View File

@@ -3,7 +3,7 @@ appVersion: "6.29.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
description: Calibre is a powerful and easy to use e-book manager.
home: https://truecharts.org/charts/stable/calibre
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
@@ -18,7 +18,7 @@ name: calibre
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
- https://github.com/kovidgoyal/calibre/
version: 11.0.25
version: 11.0.27
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.3
deprecated: false
description: Channels DVR Server
home: https://truecharts.org/charts/stable/channels-dvr
@@ -19,7 +19,7 @@ name: channels-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
type: application
version: 3.0.5
version: 3.0.9
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,12 +1,12 @@
image:
repository: tccr.io/truecharts/channels-dvr
pullPolicy: Always
tag: latest@sha256:bfc3c73c1cefd578c121b6e3256a496ad9ee190a6a6901d3ad1b9aa2a7be082c
tag: latest@sha256:f23cc37905cc863b434e10e4c98ce80dec010f3e02148ec511e0af26ff46be0c
tveImage:
repository: tccr.io/truecharts/channels-dvr-tve
pullPolicy: Always
tag: latest@sha256:7e0130ad244e07f3714edadecdcc8711d9d3c11eac8409705b5c6aa8e108ca7e
tag: latest@sha256:b3cbf843705d5803fb5ba2b86b8c3daf338cf9d5d7ab8799009c0decd730d704
service:
main:

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