Compare commits

...

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-11-01 03:00:46 +02:00
TrueCharts Bot
4ddb74f9fa chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg to v1.40.0 (#14188) 2023-11-01 01:56:13 +01:00
TrueCharts Bot
6dcc8dbfd1 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#14185) 2023-11-01 00:40:17 +01:00
TrueCharts Bot
afd0ce9f23 chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 (#14186) 2023-11-01 00:36:23 +01:00
TrueCharts Bot
f2a0904f59 chore(deps): update container image tccr.io/truecharts/lanraragi to v0.9.0 (#14184) 2023-10-31 23:40:26 +01:00
TrueCharts Bot
939bd879d7 chore(deps): update container image tccr.io/truecharts/jenkins to v2.430.0 (#14183) 2023-10-31 23:38:29 +01:00
sdimovv
360f3f759b feat(nextcloud): Add Force Enable Allow Local Remote Servers config (#14106)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

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

Allows users to manually enable `allow_local_remote_servers` config.

**⚙️ Type of change**

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

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

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

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 22:57:22 +02:00
TrueCharts Bot
5b3f0884a3 chore(deps): update helm chart common to 14.2.1 (#14176)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### What's Changed

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

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

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

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

#### What's Changed

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

#### New Contributors

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

⚒️ Fixes  #13749 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

#### Changes since v1.13.1

##### Bug or Regression

- Bump golang.org/x/net v0.15.0 => v0.17.0 as part of addressing
CVE-2023-44487 / CVE-2023-39325
([#&#8203;6432](https://togithub.com/cert-manager/cert-manager/issues/6432),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- BUGFIX\[helm]: Fix issue where webhook feature gates were only set if
controller feature gates are set.
([#&#8203;6381](https://togithub.com/cert-manager/cert-manager/issues/6381),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- Fix runaway bug caused by multiple Certificate resources that point to
the same Secret resource.
([#&#8203;6425](https://togithub.com/cert-manager/cert-manager/issues/6425),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- The Venafi issuer now properly resets the certificate and should no
longer get stuck with `WebSDK CertRequest Module Requested Certificate`
or `This certificate cannot be processed while it is in an error state.
Fix any errors, and then click Retry.`.
([#&#8203;6402](https://togithub.com/cert-manager/cert-manager/issues/6402),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 09:07:08 +01:00
sdimovv
5866a77543 fix(scale): Move clustercert under avanced->tls (#14146)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

Moves cluster certificate secret name under advanced -> tls

**⚙️ Type of change**

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

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

Modified questions.yaml manually on a SCALE install

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

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

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

Modified questions.yaml on SCALE.

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 11:22:47 +01:00
sdimovv
783f6c6880 breaking(kubernetes-reflector): Move to enterprise train (#14111)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #8634 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

@@ -343,38 +343,44 @@ questions:
type: list
default: []
items:
- variable: enabled
label: Enabled
- variable: CertEntry
label: 'Certificate Entry'
schema:
type: boolean
default: true
- variable: name
label: Certificate Name
schema:
type: string
required: true
default: ""
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: "One of the Cert-Manager clusterIssuers defined above"
schema:
type: string
required: true
valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$'
default: "selfsigned"
- variable: hosts
label: Certificate Hosts
description: "NOTE: Creation of wildcard certificates with an ACME issuer requires a DNSO1 solver to be set up."
schema:
type: list
default: []
items:
- variable: host
label: Host
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: true
- variable: name
label: Certificate Name
schema:
type: string
default: ""
required: true
default: ""
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: "One of the Cert-Manager clusterIssuers defined above"
schema:
type: string
required: true
valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$'
default: "selfsigned"
- variable: hosts
label: Certificate Hosts
description: "NOTE: Creation of wildcard certificates with an ACME issuer requires a DNSO1 solver to be set up."
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: customMetrics
group: Metrics

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

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "7.1.217"
deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/incubator/kubernetes-reflector
home: https://truecharts.org/charts/enterprise/kubernetes-reflector
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
keywords:
- reflector
@@ -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
@@ -21,10 +21,10 @@ maintainers:
url: https://truecharts.org
name: kubernetes-reflector
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kubernetes-reflector
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
type: application
version: 0.1.-1
version: 1.0.2
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

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

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

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

View File

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

View File

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

View File

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

View File

@@ -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,10 +11,10 @@ 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.1
version: v1.13.2
alias: certmanager
kubeVersion: ">=1.16.0-0"
maintainers:
@@ -27,7 +27,7 @@ sources:
- https://github.com/cert-manager
- https://cert-manager.io/
type: application
version: 1.0.5
version: 1.1.3
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -23,6 +23,8 @@ operator:
certmanager:
dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
# Delete cert secret on CR deletion
enableCertificateOwnerRef: true
metrics:
main:

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.24
version: 5.0.30

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer
tag: latest@sha256:ac02757c7b4282719c8742a7e41e916c9611dc62ca9b6929cacad093c678c3ce
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

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.4.4"
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.9
version: 6.0.12
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.4.4@sha256:e1fbd1cf42101f3ca6e5e7d8aa51bf92e7e52e6ab78c996148586d142ac640af
tag: v2.5.0@sha256:c2e823d1e1ef9d2cc5a7456bdc6e084b2701307f7904a5bb9094b66576ee306a
pullPolicy: IfNotPresent
securityContext:

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,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autobrr
version: 5.0.6
appVersion: "1.32.0"
version: 5.0.9
appVersion: "1.33.0"
description: The modern download automation tool for torrents.
type: application
deprecated: false
@@ -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

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/autobrr
pullPolicy: IfNotPresent
tag: v1.32.0@sha256:9434470233190792ec0d63e667f940eeebc38bfb1711090234e0d05c2ba1590c
tag: v1.33.0@sha256:82fbc60578cbc9a80554cac3187534d1e169fc6ce260db110c3575d5fe177a9e
service:
main:

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"

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