Compare commits

...

97 Commits

Author SHA1 Message Date
TrueCharts Bot
3f54503142 chore(deps): update container image tccr.io/truecharts/adminer to latest (#14193) 2023-11-01 04:38:18 +01:00
TrueCharts Bot
e54848eec1 chore(deps): update container image tccr.io/truecharts/xwiki to v15.9.0 (#14192) 2023-11-01 03:48:05 +01:00
TrueCharts Bot
4c6b6b8103 chore(deps): update container image tccr.io/truecharts/adminer to latest (#14191) 2023-11-01 03:44:56 +01:00
TrueCharts Bot
c6828d98bd chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1112 (#14189) 2023-11-01 03:02:47 +01:00
Stavros kois
087de9d0cb fix(answer): fix install 2023-11-01 03:36:17 +02:00
Xstar97TheNoob
8eb3437e2a DNM feat(answer) add answer (#12675)
**Description**
A Q&A platform software for teams at any scales.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

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

Allows users to manually enable `allow_local_remote_servers` config.

**⚙️ Type of change**

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

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

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

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### What's Changed

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

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

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

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

#### What's Changed

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

#### New Contributors

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

⚒️ Fixes  #13749 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

#### Changes since v1.13.1

##### Bug or Regression

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

##### Other (Cleanup or Flake)

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

Moves cluster certificate secret name under advanced -> tls

**⚙️ Type of change**

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

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

Modified questions.yaml manually on a SCALE install

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

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

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

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

Modified questions.yaml on SCALE.

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

View File

@@ -132,7 +132,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -205,7 +205,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -270,7 +270,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -335,7 +335,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -400,7 +400,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
@@ -465,7 +465,7 @@ jobs:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.9.2.56"
appVersion: "23.9.3.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.1
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -22,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.18
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.9.3.12@sha256:98f6383f4d01f7b752d5c877d51ef93dcb9364cf6676883eb7d83993f7edb071
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.1
deprecated: false
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics
@@ -21,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.32
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.1
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.35
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.1
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.36
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.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 8.0.32
version: 8.0.33
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.1
deprecated: false
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
@@ -21,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.34
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -3,7 +3,7 @@ appVersion: "7.2.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.0
version: 14.2.1
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.38
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

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.1
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.36
annotations:
truecharts.org/category: search
truecharts.org/SCALE-support: "true"

View File

@@ -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.2
annotations:
truecharts.org/category: core
truecharts.org/SCALE-support: "true"

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

@@ -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
@@ -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.0
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
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)**

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ dependencies:
version: 14.2.0
- 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.1
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

@@ -25,4 +25,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 5.0.24
version: 5.0.26

View File

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

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.4.4"
appVersion: "2.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -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.10
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

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

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

@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.1.2"
kubeVersion: ">=1.16.0-0"
version: 13.0.15
version: 13.0.16
name: babybuddy
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/babybuddy
pullPolicy: IfNotPresent
tag: v2.1.2@sha256:a896cc39b36a0892ec620b5307a2512c0ca7af2063b9d4e5b741e6bfbbd55114
tag: v2.1.2@sha256:f62d92453e1c58e74ba2265f0ccf1584444097b09b1cc09133d3371621d34bcb
securityContext:
container:

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 6.0.15
version: 6.0.16
appVersion: "latest"
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/boinc
pullPolicy: IfNotPresent
tag: latest@sha256:f66ee73ef26119dd4d922cc41b5efcba6c4ce500944e1ed948be5002486bb866
tag: latest@sha256:b9b325e2cb58588a83dea6203e496a4fb248d34dbb9cd6cb3b43a8ce03b4684c
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "23.08.2023"
appVersion: "23.10.2023"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -27,7 +27,7 @@ name: bookstack
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
- https://www.bookstackapp.com/
version: 8.0.5
version: 8.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/bookstack
pullPolicy: IfNotPresent
tag: v23.08.20230830@sha256:ce2dea74924a6a051d21f212c36716928b42f35b1bca473e0626ccb1d5ea2f6d
tag: v23.10.20231030@sha256:3c9dd24ee7b12ba79274df4e3f1dcaec6b5137b0e27d0147376031a24ab39656
securityContext:
container:

View File

@@ -20,7 +20,7 @@ name: browserless-chrome
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://docs.browserless.io/docs/docker.html
version: 6.0.11
version: 6.0.12
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@@ -6,7 +6,7 @@ image:
puppeteerImage:
repository: tccr.io/truecharts/browserless-chrome-puppeteer13
pullPolicy: IfNotPresent
tag: v1.60.2-puppeteer@sha256:ee352f6eed2fa0c9c2d3ac713c420870e1247f2f76bdc111b722bce6c2a3f752
tag: v1.61.0-puppeteer@sha256:a2fd28d192a8476f2bbd808971a1c416b8a0cbc88a51839a9e47b866cfa4d44b
service:
main:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.2.0"
appVersion: "1.2.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/Cisco-Talos/clamav
- https://docs.clamav.net/
type: application
version: 7.0.7
version: 7.0.8
annotations:
truecharts.org/category: utilities
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/clamav
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:fd820db3835862b21526e054481356a6b837772a7701afab12cfefd348c1592e
tag: v1.2.1@sha256:f9fe7d0ccd86d1ee0583465a0ccf1cbd4bae7468c4c6297be4b8ca7f73260f42
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023.8.2"
appVersion: "2023.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ name: cloudflared
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
type: application
version: 6.0.8
version: 6.0.9
annotations:
truecharts.org/category: network
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/cloudflared
pullPolicy: IfNotPresent
tag: v2023.8.2@sha256:fda01764ea6d58703cf1dbe74617cffd000d3bc8df9e49fb84ba53785b4e9cf4
tag: v2023.10.0@sha256:a0a06b917cc7589e05119c2eea69fb4e49026b3a51ddbe96197144341a91af27
workload:
main:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "23.05.5.2"
appVersion: "23.05.5.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/collabora
- https://github.com/CollaboraOnline/online
type: application
version: 2.0.8
version: 2.0.9
annotations:
truecharts.org/category: office
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/collabora
pullPolicy: IfNotPresent
tag: v23.05.5.2.1@sha256:93d389bba40cd0fc064723b2d445e04eeb19c7fa137f36825c91ba01d94bd34e
tag: v23.05.5.3.1@sha256:ab6d6f66caa6924a1acb7dc0b601591121a4779bc80c904e3ea7b231bbe52720
collabora:
username: admin

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/cops
- https://github.com/linuxserver/docker-cops#readme
type: application
version: 5.0.18
version: 5.0.19
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cops
tag: latest@sha256:b6f6c1c12632b15fe5552badeec0f47ac26b93c85eb8b850dd14ee428462f6bd
tag: latest@sha256:f1bdff990984902d4284c221ce9c1847c37aa54d582bb7f12e0be0c8ebd90f51
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.21.1096"
appVersion: "0.21.1112"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -19,7 +19,7 @@ name: custom-app
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
type: application
version: 9.0.30
version: 9.0.33
annotations:
truecharts.org/category: custom
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.21.1096@sha256:14b35706799972140c333d2241571ae3c8a7d4750641506f55565cf70e25aff8
tag: v0.21.1112@sha256:cfeb3023db347dc88647f8a92508f855c3c755a9bf67b8f77ac5775b4ff2609f
securityContext:
readOnlyRootFilesystem: false

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.21.1096@sha256:14b35706799972140c333d2241571ae3c8a7d4750641506f55565cf70e25aff8
tag: v0.21.1112@sha256:cfeb3023db347dc88647f8a92508f855c3c755a9bf67b8f77ac5775b4ff2609f
portal:
open:

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddclient
version: 6.0.4
version: 6.0.5
appVersion: "3.11.1"
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddclient
pullPolicy: IfNotPresent
tag: v3.11.1@sha256:5158a09e9777c7d865734e36254d06d5db293efbcd3cb697274432b36d92d6db
tag: v3.11.1@sha256:6650c70215d211083cc341c0ae884991e07acb60643eeb79dad1674d9a637af2
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "24.0.6"
appVersion: "24.0.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ name: docker-compose
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
type: application
version: 7.0.19
version: 7.0.20
annotations:
truecharts.org/category: docker
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/docker-in-docker
pullPolicy: IfNotPresent
tag: v24.0.6@sha256:c3a0e3b701b0dc8eea74c56b0421b3bcec0093b89097776af91d2b6fd4aa33eb
tag: v24.0.7@sha256:151a5f602aae8305be20f9e35fe7d51451b9d9eefe939d02b15c6195684b3726
hostNetwork: true
securityContext:

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: duckdns
version: 6.0.11
version: 6.0.12
appVersion: "latest"
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/duckdns
pullPolicy: IfNotPresent
tag: latest@sha256:264b6a77ef66a63230b87694ddb3662eaab7427d4d2ff970f0189e9970a4c460
tag: latest@sha256:06c4a816c850c92401b49cbea32a2a85aeac85702ae3caec5d73da814860b99b
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023.10.3"
appVersion: "2023.10.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- https://github.com/esphome/esphome
type: application
version: 15.0.14
version: 15.0.15
annotations:
truecharts.org/category: tools
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: v2023.10.3@sha256:6809623197945ab81d62a5340a20d6ef9c1f849f2ccfe995b834b2203727f3bc
tag: v2023.10.4@sha256:6aa25f60e9cc1e3bb8a9a308b1dbc6618331acd8b5f7cd240fbf7f3c77365a77
securityContext:
container:

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: foldingathome
version: 6.0.9
version: 6.0.10
appVersion: "7.6.21"
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/foldingathome
pullPolicy: IfNotPresent
tag: v7.6.21@sha256:16287e1ce46c6b28a4708a32486763286d571ee564351b7b9694e26a1e2ad3a9
tag: v7.6.21@sha256:c188960ae280ae4c2c15eaa36597dc7a31b85602c5d632784a2707f470441b7a
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.22.0"
appVersion: "1.22.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/freshrss
- https://github.com/FreshRSS/FreshRSS
type: application
version: 15.0.5
version: 15.0.6
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/freshrss
pullPolicy: IfNotPresent
tag: v1.22.0@sha256:a37e9ffc4c3571fcc1d030149fe45ed9e5481ffd8aebcce52eca5b2177213bf0
tag: v1.22.1@sha256:51ff307bdc531051453cb455a766964321583b15d2b185cd52f7ded38a1a6136
securityContext:
container:

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/linuxserver/docker-grav
- https://github.com/getgrav/grav/
type: application
version: 8.0.15
version: 8.0.16
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grav
pullPolicy: IfNotPresent
tag: v1.7.43@sha256:cf4976abba56c43174ef27af63084405e8e087f280e7a3c3571d9e4e96eeb1c7
tag: v1.7.43@sha256:93956599337ae652acf6b7f4a9a560bf27330ce5bae0dffa1edb26a17bb50d72
service:
main:
ports:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.0.8.0"
appVersion: "5.0.9.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ name: ispy-agent-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
- https://github.com/doitandbedone/ispyagentdvr-docker
version: 6.0.17
version: 6.0.18
annotations:
truecharts.org/category: security
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ispy-agent-dvr
tag: v5.0.8.0@sha256:3a7324efc2e7dce4126ff4056c783cf2a06ef9c06ba80ddb0ab39e95adb8cf64
tag: v5.0.9.0@sha256:7c01c72f6eb70cddb23418c4a9ffe1747c81949cc2bcba35aaedb80c52a0c4e9
pullPolicy: IfNotPresent
service:
main:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.21.1096"
appVersion: "0.21.1112"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
- https://github.com/Jackett/Jackett
type: application
version: 15.0.31
version: 15.0.34
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.21.1096@sha256:b2a2a83fd9b7bed8304b26cf408e1fa15462244a3eb6a3a5d45baf610ad51703
tag: v0.21.1112@sha256:5acd5e013aa9103d8f5c327c70221168e1cdac53de84b5a611058eb215725767
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.429.0"
appVersion: "2.430.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
- https://github.com/jenkinsci/docker
type: application
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jenkins
pullPolicy: IfNotPresent
tag: v2.429.0@sha256:6cde985386d880738f95e4616aebbf90fdf14eda8c5db7a2142f5ff95701f750
tag: v2.430.0@sha256:f25007d2dc564c2dcbd66c67d5e2e8f9d6c6a76063c554ca26d7c267fbad19b3
security:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.6.4"
appVersion: "1.7.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/komga
- https://komga.org/
- https://github.com/gotson/komga
version: 10.0.11
version: 10.0.13
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/komga
tag: v1.6.4@sha256:16ed7e32ba91eec9fe3e90cae22de3f1503b45c15ea65aee84be51a67f2df0fe
tag: v1.7.0@sha256:12f1d4b4330f46f9144bd62904f44aca1339e6dcfaf0e0502316da50ec04567c
pullPolicy: IfNotPresent
workload:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.8.90"
appVersion: "0.9.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi
- https://github.com/Difegue/LANraragi
- https://sugoi.gitbook.io/lanraragi/
version: 6.0.4
version: 6.0.5
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/lanraragi
tag: 0.8.90@sha256:3e9479092f8a3c38c51fec9065666992967023daa8145bb97fc7b08b1bbce927
tag: v0.9.0@sha256:fd8b3a919e6258f1035cfe5519d5b545cd3ad6bc720462f0f16341245fdc918d
pullPolicy: IfNotPresent
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.1
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
@@ -27,7 +27,7 @@ sources:
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 3.0.233
version: 3.0.242
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:26b324cb1d943de722abbc0eedb578476d8d4c610c6df09420b5a13b7aeb9cef
tag: latest@sha256:79cc7a0af039b41dc10f0c8be511aa7ae8a16c9689f6bf021107181708e1e4e3
service:
main:
ports:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.30.0"
appVersion: "1.40.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- https://github.com/go-skynet/LocalAI
type: application
version: 0.0.9
version: 0.0.12
annotations:
truecharts.org/category: ai
truecharts.org/SCALE-support: "true"

View File

@@ -1,11 +1,11 @@
image:
repository: tccr.io/truecharts/local-ai
pullPolicy: IfNotPresent
tag: v1.30.0@sha256:d2ef8eef44d66e0610e3499054a0895db276564bdef0f2c45aa0c84f4f20b8bb
tag: v1.40.0@sha256:f17bc18198bfb6c2aee2b35fca1adb528ea91fd53be30157de3e9be6f0f4d810
ffmpegImage:
repository: tccr.io/truecharts/local-ai-ffmpeg
pullPolicy: IfNotPresent
tag: v1.30.0@sha256:4fcbb5b2f41cc6e0d7c5e2e3da7a80797467d3cefdab66a32b14d317c80921b7
tag: v1.40.0@sha256:0c1c603f74fe343940e17fb2f031300e807e30658bffb7de6f65bf96463023f2
cublasCuda12Image:
repository: tccr.io/truecharts/local-ai-cublas-cuda12
pullPolicy: IfNotPresent
@@ -13,11 +13,11 @@ cublasCuda12Image:
cublasCuda12FfmpegImage:
repository: tccr.io/truecharts/local-ai-cublas-cuda12-ffmpeg
pullPolicy: IfNotPresent
tag: v1.30.0-cublas-cuda12@sha256:116099a0df5f55b32eb30894cb1338bef929e0d1fbcecd2b3185da14fb031aa8
tag: v1.40.0-cublas-cuda12@sha256:2839da7155a63ee46988468c78e72e71720edd9069645a37e6aafc7b5039a4c8
cublasCuda11Image:
repository: tccr.io/truecharts/local-ai-cublas-cuda11
pullPolicy: IfNotPresent
tag: v1.30.0-cublas@sha256:2bb3bd5be5d09f6016bb0ee3026dc51e272514312f07c31d1b833998fbb4bfe9
tag: v1.40.0-cublas@sha256:8a24cfa26b79ea127f465b6b41af10678e38efa65f65c389de180fa722383bcc
cublasCuda11FfmpegImage:
repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg
pullPolicy: IfNotPresent

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.0.17"
appVersion: "1.0.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -25,7 +25,7 @@ sources:
- https://github.com/linuxserver/docker-medusa
- https://pymedusa.com/
type: application
version: 7.0.16
version: 7.0.17
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/medusa
pullPolicy: IfNotPresent
tag: v1.0.17@sha256:14e4be8beec21b7da2c818ee9bd11bd1fa0cbcef6fa7c9a7efe4cf6309b99580
tag: v1.0.18@sha256:d766da0e1459c01258794a84c860472a92363078178f6528cda505c4c91b22a8
service:
main:
ports:

View File

@@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
version: 11.0.7
appVersion: "1.1.14"
version: 11.0.8
appVersion: "1.1.15"
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/meshcentral
pullPolicy: IfNotPresent
tag: v1.1.14@sha256:d8961e225e0df28738cf95e964d009bf26fd712b614a4d65eec3fe4dea81444a
tag: v1.1.15@sha256:f06c93f855b174ec3d1ffd080f4d695d443bbd3b12cae5c181b1c483ec84c3d4
workload:
main:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.43.1"
appVersion: "1.43.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -19,7 +19,7 @@ name: netdata
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
- https://github.com/netdata
version: 6.0.9
version: 6.0.10
annotations:
truecharts.org/category: utilities
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/netdata
tag: v1.43.1@sha256:6a480374468af91feea9867ba275092a222dd2768bc2dc69dd1052972a30fbf0
tag: v1.43.2@sha256:a397ce76b84899a04269cf2075016c15b2254210c4a897b67c29abdeb66c4b43
pullPolicy: IfNotPresent
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "27.1.2"
appVersion: "27.1.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -29,7 +29,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 22.0.47
version: 22.1.0
annotations:
truecharts.org/category: cloud
truecharts.org/SCALE-support: "true"

View File

@@ -78,6 +78,13 @@ questions:
required: true
$ref:
- "definitions/nodeIP"
- variable: force_enable_allow_local_remote_servers
label: Force Enable Allow Local Remote Servers
description:
Enables 'allow_local_remote_servers' option
schema:
type: boolean
default: false
- variable: files
label: Files Configuration
schema:

View File

@@ -148,6 +148,7 @@ nextcloud-config:
NX_RUN_OPTIMIZE: {{ .Values.nextcloud.general.run_optimize | quote }}
NX_DEFAULT_PHONE_REGION: {{ .Values.nextcloud.general.default_phone_region | quote }}
NEXTCLOUD_DATA_DIR: {{ .Values.persistence.data.targetSelector.main.main.mountPath }}
NX_FORCE_ENABLE_ALLOW_LOCAL_REMOTE_SERVERS: {{ .Values.nextcloud.general.force_enable_allow_local_remote_servers | quote }}
{{/* Files */}}
NX_SHARED_FOLDER_NAME: {{ .Values.nextcloud.files.shared_folder_name | quote }}

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/nextcloud-fpm
pullPolicy: IfNotPresent
tag: v27.1.2@sha256:887edf83fb88baf48268d464fdd819c66b2d2a1b0685860453f8b2f5bb49aa25
tag: v27.1.3@sha256:8bf0aeb89fca57d936ad12a244f45e12f42699327ceb56c34452a7d413499301
nginxImage:
repository: tccr.io/truecharts/nginx-unprivileged
pullPolicy: IfNotPresent
@@ -17,11 +17,11 @@ hpbImage:
clamavImage:
repository: tccr.io/truecharts/clamav
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:fd820db3835862b21526e054481356a6b837772a7701afab12cfefd348c1592e
tag: v1.2.1@sha256:f9fe7d0ccd86d1ee0583465a0ccf1cbd4bae7468c4c6297be4b8ca7f73260f42
collaboraImage:
repository: tccr.io/truecharts/collabora
pullPolicy: IfNotPresent
tag: v23.05.5.2.1@sha256:93d389bba40cd0fc064723b2d445e04eeb19c7fa137f36825c91ba01d94bd34e
tag: v23.05.5.3.1@sha256:ab6d6f66caa6924a1acb7dc0b601591121a4779bc80c904e3ea7b231bbe52720
nextcloud:
# Initial Credentials
@@ -36,6 +36,8 @@ nextcloud:
# IP used for exposing nextcloud,
# often the loadbalancer IP
accessIP: ""
# Allows Nextcloud to connect to unsecure (http) endpoints
force_enable_allow_local_remote_servers: false
# File settings
files:
shared_folder_name: Shared

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
- https://github.com/openspeedtest/Speed-Test
type: application
version: 5.0.5
version: 5.0.6
annotations:
truecharts.org/category: utilities
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/openspeedtest
pullPolicy: IfNotPresent
tag: latest@sha256:1be00efa49641d14afafa85d0e1eceb62746042b2fc370a00bfbdd9b1d8599cd
tag: latest@sha256:9e6202f5cf0236c6c6ff7af321466a0a8289148242306549b34c8c456e43c96e
service:
main:
ports:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.4.0"
appVersion: "1.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -18,7 +18,7 @@ name: picoshare
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/picoshare
- https://github.com/mtlynch/picoshare
version: 6.0.7
version: 6.0.8
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/picoshare
tag: v1.4.0@sha256:d7a9ba8a4ebc9cbc5f1086599d92666b74692fe9871dad99b72a822314ac7ae8
tag: v1.4.1@sha256:375324af640650d01d879bd7d71b59298267d1687486032a75766769f0b0e163
pullPolicy: IfNotPresent
service:

View File

@@ -27,7 +27,7 @@ sources:
- http://piwigo.org/
- https://github.com/linuxserver/docker-piwigo
type: application
version: 7.0.10
version: 7.0.11
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/piwigo
pullPolicy: IfNotPresent
tag: v13.8.0@sha256:c6f30e6dfd67a85f9305e31ea81f2bd2f78a01bf97bdcf6f2e2563eb6157652b
tag: v13.8.0@sha256:51d266737ad1e849bd102a604484873c3b3fb0d12260b551b328259cf35363de
securityContext:
container:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.32.6.755"
appVersion: "1.32.7.762"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
type: application
version: 14.0.8
version: 14.0.9
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