Compare commits

...

194 Commits

Author SHA1 Message Date
Kjeld Schouten
45d6e96ffa Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 23:02:27 +02:00
Kjeld Schouten
1417763415 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 23:02:07 +02:00
Kjeld Schouten
133a7e7f68 chore(jackett): bump to trigger release
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 22:54:24 +02:00
Kjeld Schouten
9b1606e775 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 22:53:55 +02:00
TrueCharts Bot
8355c42f07 chore(deps): update helm chart common to 12.6.6 (#8786)
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 |
`12.6.4` -> `12.6.6` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.6)

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

Function library for TrueCharts

###
[`v12.6.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.5)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS41IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-05 22:42:43 +02:00
TrueCharts Bot
a8816e6c1b chore(deps): update helm chart common to 12.6.6 (#8785)
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 |
`12.6.4` -> `12.6.6` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.6)

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

Function library for TrueCharts

###
[`v12.6.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.5)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS41IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-05 22:42:28 +02:00
Kjeld Schouten
b6b8387a0c Update ct-lint.yaml (#8789)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 22:36:14 +02:00
Kjeld Schouten
6a7c125052 feat(ci): add validation of dependency chart signatures
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 20:05:46 +02:00
Kjeld Schouten
45b347fd71 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 19:52:55 +02:00
TrueCharts Bot
d22e94b808 chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.10 (#8787)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `3.1.2` -> `3.1.10` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS41IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-05 16:32:00 +02:00
TrueCharts Bot
2527e07b6a chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest (#8773) 2023-05-05 14:00:26 +02:00
TrueCharts Bot
9a4eb82daa chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#8771) 2023-05-05 13:03:02 +02:00
TrueCharts Bot
1238ef4d2c chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#8781) 2023-05-05 13:02:57 +02:00
TrueCharts Bot
dd237335cc chore(deps): update container image tccr.io/truecharts/omada-controller to 5.9.0 (#8774) 2023-05-05 13:02:06 +02:00
TrueCharts Bot
3723285bc9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8778) 2023-05-05 13:01:58 +02:00
TrueCharts Bot
68db8d7827 chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 (#8780) 2023-05-05 13:01:01 +02:00
TrueCharts Bot
511818b7fc chore(deps): update container image tccr.io/truecharts/scratch to latest (#8779) 2023-05-05 13:00:04 +02:00
TrueCharts Bot
3dd8c480f6 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#8776) 2023-05-05 12:59:54 +02:00
TrueCharts Bot
24299121ba chore(deps): update container image tccr.io/truecharts/adminer to latest (#8770) 2023-05-05 12:59:36 +02:00
TrueCharts Bot
dca09676a9 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 (#8775) 2023-05-05 12:59:24 +02:00
TrueCharts Bot
03fef30c71 chore(deps): update container image tccr.io/truecharts/mariadb to 10.11.2 (#8772) 2023-05-05 12:57:30 +02:00
TrueCharts Bot
27a1dd2c7c chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#8777) 2023-05-05 12:53:47 +02:00
Kjeld Schouten-Lebbing
d884e2091a Delete cr.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:43:13 +02:00
Kjeld Schouten-Lebbing
9b0f652a94 Create cr.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:42:58 +02:00
Kjeld Schouten-Lebbing
6bd50888d6 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:42:30 +02:00
Kjeld Schouten-Lebbing
68e11063a7 fix(ci): use correct charts_repo_url
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:38:53 +02:00
Kjeld Schouten-Lebbing
448111424b chore(ci): add signing and key info to chart releaser
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:38:16 +02:00
TrueCharts Bot
9adaab71db chore(deps): update container image tccr.io/truecharts/mosdns to 5.1.3 (#8769) 2023-05-05 11:54:31 +02:00
Kjeld Schouten-Lebbing
d3d9ea9358 Update renovate.json5
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 11:50:34 +02:00
MaverickD650
6adec80d43 fix(Portainer): fix rbac (#8768)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Forgot to add clusterWide: true. Thanks Stavros.

⚒️ 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
-->
Testing of the ported chart revealed it would not locate the cluster.
Further investigation revealed a line was missing from rbac.

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-05 09:22:20 +03:00
TrueCharts Bot
247e044069 chore(deps): update container image tccr.io/truecharts/cura-novnc to latest (#8766) 2023-05-05 07:56:39 +02:00
Stavros Kois
510dde748b fix(grafana): remove duplicate include (#8759)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 23:58:15 +03:00
Xstar97TheNoob
72e29ed695 fix(lancache-dns) fix options not being loaded. (#8707)
**Description**
A possible fix to clean up and fix the gui for variables to show up.

⚒️ Fixes  #8708

**⚙️ Type of change**

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

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

**📃 Notes:**
Some checkboxes are not being shown.

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 23:58:02 +03:00
MaverickD650
aaec378ff2 fix(portainer): Port to new common BREAKING CHANGES (#8755)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Fixed the errors in the part 4 PR and seems to install correctly. Can't
merge into that PR branch without causing a mess so did it this way
instead.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 22:36:30 +03:00
TrueCharts Bot
020448ee0d chore(deps): update container image tccr.io/truecharts/lancache-monolithic to latest (#8758) 2023-05-04 20:58:20 +02:00
StevenMcElligott
1035fae94b fix(idrac-fan): Clean up questions (#8751)
**Description**

Fix SCALE GUI questions

⚒️ 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
- [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-05-04 12:55:51 -04:00
TrueCharts Bot
68e7849039 chore(deps): update container image tccr.io/truecharts/minetest to 5.7.0 (#8754) 2023-05-04 13:57:25 +02:00
Stavros Kois
c06f68e711 fix(questions): fix questions (#8747)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-04 01:05:56 +03:00
Stavros Kois
a1b096c7fb fix(questions): fix questions.yaml (#8745)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-03 23:25:54 +03:00
TrueCharts Bot
ef78ef17e1 chore(deps): update renovatebot/github-action action to v36.1.0 (#8743)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Features

- pass http proxy env to container
([#&#8203;731](https://togithub.com/renovatebot/github-action/issues/731))
([1c8f93f](1c8f93fe54))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.25
([a74624e](a74624ecb2))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.69.1
([49aa4b7](49aa4b7bb0))
- **deps:** update renovate docker tag to v35.69.3
([281a5bf](281a5bf404))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS41IiwidXBkYXRlZEluVmVyIjoiMzUuNjkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 17:29:54 +02:00
TrueCharts Bot
6d17665a97 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.0 (#8275) 2023-05-03 14:17:32 +02:00
TrueCharts Bot
121fc01a7c chore(deps): update authentik to v2023.4.1 (minor) (#8545) 2023-05-03 14:12:51 +02:00
TrueCharts Bot
ea3e0a39fa chore(deps): update container image tccr.io/truecharts/youtrack to v2023.1.9031 (#8306) 2023-05-03 14:12:43 +02:00
TrueCharts Bot
fb338756ee chore(deps): update container image tccr.io/truecharts/linkace to v1.12.0 (#8594) 2023-05-03 14:11:38 +02:00
TrueCharts Bot
515b97267c chore(deps): update container image tccr.io/truecharts/matomo to 4.14.2 (#8740) 2023-05-03 13:55:56 +02:00
TrueCharts Bot
cd202e00c8 chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 (#8733) 2023-05-03 13:53:44 +02:00
TrueCharts Bot
0124572e7f chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.2 (#8741)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `v3.1.1` -> `3.1.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 13:31:12 +02:00
TrueCharts Bot
49afeb5865 chore(deps): update container image tccr.io/truecharts/nginx to v1.24.0 (#8606) 2023-05-03 13:30:31 +02:00
TrueCharts Bot
4b84ecc41e chore(deps): update penpot to v1.18.1 (minor) (#8288) 2023-05-03 13:29:54 +02:00
TrueCharts Bot
c3b10e9712 chore(deps): update container image tccr.io/truecharts/synapse to v1.82.0 (#8263) 2023-05-03 13:29:34 +02:00
TrueCharts Bot
2abcac09ed chore(deps): update container image tccr.io/truecharts/focalboard to v7.10.0 (#8573) 2023-05-03 13:25:46 +02:00
TrueCharts Bot
af38b4825f chore(deps): update container image tccr.io/truecharts/grist to v1.0.9 (#8450) 2023-05-03 13:25:40 +02:00
TrueCharts Bot
64bb160851 chore(deps): update container image tccr.io/truecharts/wordpress to v (#8419) 2023-05-03 13:25:33 +02:00
TrueCharts Bot
59e1d1d9d3 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65379 (#8537) 2023-05-03 13:25:30 +02:00
TrueCharts Bot
bd7cc1267e chore(deps): update container image tccr.io/truecharts/snipe-it to v6.1.0 (#8259) 2023-05-03 13:25:26 +02:00
TrueCharts Bot
7318819515 chore(deps): update container image tccr.io/truecharts/wger to latest (#8416) 2023-05-03 13:25:19 +02:00
TrueCharts Bot
41ca918e4c chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.10 (#8458) 2023-05-03 13:25:17 +02:00
TrueCharts Bot
2cfad63eb9 chore(deps): update authentik to v2023.2.3 (patch) (#8430) 2023-05-03 13:25:14 +02:00
TrueCharts Bot
29acca4c11 chore(deps): update container image tccr.io/truecharts/ghost to v5.45.1 (#8576) 2023-05-03 13:25:12 +02:00
TrueCharts Bot
9e2b3aed75 chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 (#8731) 2023-05-03 13:25:06 +02:00
TrueCharts Bot
df9779e927 chore(deps): update container image tccr.io/truecharts/pihole to v2023.03.1 (#8637) 2023-05-03 13:25:01 +02:00
TrueCharts Bot
349ce45cb2 chore(deps): update container image tccr.io/truecharts/guacamole-client to v1.5.1 (#8451) 2023-05-03 13:24:58 +02:00
TrueCharts Bot
6d2441f89c chore(deps): update container image tccr.io/truecharts/leantime to v2.3.20 (#8477) 2023-05-03 13:24:57 +02:00
TrueCharts Bot
e9375e65d1 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.4.2 (#8561) 2023-05-03 13:24:53 +02:00
TrueCharts Bot
be97d91dec chore(deps): update container image tccr.io/truecharts/linkace to v1.11.4 (#8479) 2023-05-03 13:24:51 +02:00
TrueCharts Bot
b71ab831a6 chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.1.2 (#8651) 2023-05-03 13:24:46 +02:00
TrueCharts Bot
b689789a75 chore(deps): update container image tccr.io/truecharts/deconz to v2.22.00 (#8564) 2023-05-03 13:24:42 +02:00
TrueCharts Bot
fc10f36fc8 chore(deps): update container image tccr.io/truecharts/wireshark to v (#8418) 2023-05-03 13:24:39 +02:00
TrueCharts Bot
6c1423856b chore(deps): update container image tccr.io/truecharts/icinga2 to v2.13.7 (#8456) 2023-05-03 13:24:32 +02:00
TrueCharts Bot
925ff98790 chore(deps): update container image tccr.io/truecharts/thanos to 0.31.0 (#8735) 2023-05-03 13:24:27 +02:00
TrueCharts Bot
721967d9e8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8732) 2023-05-03 13:24:24 +02:00
TrueCharts Bot
b72f949ab4 chore(deps): update container image tccr.io/truecharts/loki to v2.8.1 (#8595) 2023-05-03 13:24:18 +02:00
TrueCharts Bot
67d4308cdc chore(deps): update container image tccr.io/truecharts/prometheus to 2.43.0 (#8730) 2023-05-03 13:22:51 +02:00
TrueCharts Bot
9b776406e6 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#8729) 2023-05-03 13:22:43 +02:00
TrueCharts Bot
8934eab88c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#8726) 2023-05-03 13:21:33 +02:00
TrueCharts Bot
9d180354a3 chore(deps): update container image tccr.io/truecharts/pialert to latest (#8338) 2023-05-03 13:19:30 +02:00
TrueCharts Bot
6f0796369e chore(deps): update container image tccr.io/truecharts/pidgin to v (#8339) 2023-05-03 13:19:27 +02:00
TrueCharts Bot
b1ac216165 chore(deps): update container image tccr.io/truecharts/libreoffice to v (#8252) 2023-05-03 13:19:12 +02:00
TrueCharts Bot
d1cf5324df chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#8698) 2023-05-03 13:19:07 +02:00
TrueCharts Bot
a71fe16ae7 chore(deps): update container image tccr.io/truecharts/plexanisync to latest (#8342) 2023-05-03 13:19:03 +02:00
TrueCharts Bot
511cd53652 chore(deps): update container image tccr.io/truecharts/grafana to 9.5.1 (#8725) 2023-05-03 13:19:00 +02:00
TrueCharts Bot
8c86fd7818 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.5 (#8728) 2023-05-03 13:18:58 +02:00
TrueCharts Bot
0aa9a9fb6b chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 (#8723) 2023-05-03 13:18:52 +02:00
TrueCharts Bot
101c8cf2b5 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.19 (#8727) 2023-05-03 13:18:44 +02:00
TrueCharts Bot
64c0d68181 chore(deps): update container image tccr.io/truecharts/koel to latest (#8247) 2023-05-03 13:18:38 +02:00
TrueCharts Bot
840cf2c630 chore(deps): update container image tccr.io/truecharts/invidious to latest (#8242) 2023-05-03 13:18:23 +02:00
TrueCharts Bot
344d3beff5 chore(deps): update container image tccr.io/truecharts/boinc to latest (#8722) 2023-05-03 13:12:22 +02:00
TrueCharts Bot
7a2fcc1e78 chore(deps): update container image tccr.io/truecharts/firefox to v (#8222) 2023-05-03 13:12:14 +02:00
TrueCharts Bot
cf79a6013c chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 (#8236) 2023-05-03 13:12:10 +02:00
TrueCharts Bot
212623a018 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 (#8721) 2023-05-03 13:11:29 +02:00
TrueCharts Bot
3887640255 chore(deps): update container image tccr.io/truecharts/darktable to v (#8199) 2023-05-03 13:11:19 +02:00
TrueCharts Bot
5d316d3b12 chore(deps): update container image tccr.io/truecharts/filezilla to v (#8221) 2023-05-03 13:10:56 +02:00
TrueCharts Bot
eeb6e4dde3 chore(deps): update webtop (#8737) 2023-05-03 13:10:04 +02:00
TrueCharts Bot
fec88af839 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 (#8212) 2023-05-03 13:09:56 +02:00
TrueCharts Bot
f80463fa8c chore(deps): update helm general non-major (#8739)
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 |
`12.6.1` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.3` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.4.21` -> `12.6.4` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | patch | `3.4.0` ->
`3.4.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.19` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.31` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.20` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter)
([source](https://togithub.com/bitnami/charts)) | minor | `3.3.4` ->
`3.4.1` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.32` ->
`6.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.21` ->
`6.0.37` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.4)

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

Function library for TrueCharts

###
[`v12.6.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.3)

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.19)

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

Fast, reliable, scalable, and easy to use open-source relational
database system.

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

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

Fast, reliable, scalable, and easy to use open-source relational
database system.

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

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

Fast, reliable, scalable, and easy to use open-source relational
database system.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 11:27:54 +02:00
Kjeld Schouten-Lebbing
faf5c2d9dd fix(stable): already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts (#8720)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-03 10:30:22 +02:00
Kjeld Schouten-Lebbing
04c10e505e fix(multiple): fix some invalid questions.yaml (#8718)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-03 10:09:43 +02:00
Kjeld Schouten-Lebbing
ccdf3a684b chore(ci): disable container updates on incubator (#8719)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-03 10:08:25 +02:00
TrueCharts Bot
e1a5b24978 chore(deps): update container image tccr.io/truecharts/calibre to 6.17.0 (#8717) 2023-05-03 09:59:46 +02:00
Stavros Kois
7a4c743d1f fix(questions): fix some duplicate entries (#8713)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-03 08:50:07 +02:00
TrueCharts Bot
a3db925f1b chore(deps): update container image tccr.io/truecharts/redis to 7.0.11 (#8716) 2023-05-03 05:07:22 +02:00
TrueCharts Bot
4d2a462bab chore(deps): update helm general non-major (#8693) 2023-05-02 23:54:55 +02:00
TrueCharts Bot
057c8f0a19 chore(deps): update container image tccr.io/truecharts/unifi to v7.3.83 (#8714) 2023-05-02 22:59:50 +02:00
TrueCharts Bot
7949913636 chore(deps): update renovatebot/github-action action to v36.0.4 (#8711)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v36.0.3` -> `v36.0.4` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.3...v36.0.4)

##### Code Refactoring

- use `@tsconfig/node16`
([#&#8203;721](https://togithub.com/renovatebot/github-action/issues/721))
([1bf6b3a](1bf6b3ad0a))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.57.0
([#&#8203;726](https://togithub.com/renovatebot/github-action/issues/726))
([d62c72a](d62c72acdd))
- **deps:** update renovate docker tag to v35.57.1
([e5566e1](e5566e1b9b))
- **deps:** update renovate docker tag to v35.57.3
([2db4c6e](2db4c6ed5c))
- **deps:** update renovate docker tag to v35.58.0
([b206c99](b206c994b3))
- **deps:** update renovate docker tag to v35.58.2
([d36b96c](d36b96cff0))
- **deps:** update renovate docker tag to v35.60.0
([123d6af](123d6afec7))
- **deps:** update renovate docker tag to v35.61.0
([a770e25](a770e25022))
- **deps:** update renovate docker tag to v35.64.0
([6003f6d](6003f6d4de))
- **deps:** update renovate docker tag to v35.66.1
([5d838c6](5d838c66a1))
- **deps:** update renovate docker tag to v35.66.2
([94c89d0](94c89d0951))
- **deps:** update renovate docker tag to v35.66.3
([4bf6d6c](4bf6d6c6a3))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([87d79aa](87d79aa768))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.24
([51893b5](51893b5e6d))
- **deps:** update dependency eslint to v8.39.0
([e9dc0ad](e9dc0ad1ef))
- **deps:** update dependency prettier to v2.8.8
([d96d94e](d96d94ef10))
- **deps:** update dependency rimraf to v5
([#&#8203;728](https://togithub.com/renovatebot/github-action/issues/728))
([d8f78ff](d8f78ff1ba))
- **deps:** update linters to v5.59.0
([5fcc920](5fcc920667))
- **deps:** update linters to v5.59.1
([c8ff5c1](c8ff5c15ce))

##### Build System

- **deps:** update semantic-release monorepo (major)
([#&#8203;727](https://togithub.com/renovatebot/github-action/issues/727))
([f1b76c1](f1b76c1b69))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-02 14:35:22 +02:00
TrueCharts Bot
da0224a199 chore(deps): update container image tccr.io/truecharts/stationeers to latest (#8710) 2023-05-02 13:04:32 +02:00
TrueCharts Bot
dd0d741629 chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest (#8676) 2023-05-02 13:01:13 +02:00
TrueCharts Bot
3dca3d0147 chore(deps): update neko (#8704) 2023-05-02 12:33:39 +02:00
TrueCharts Bot
f80abf5254 chore(deps): update container image tccr.io/truecharts/gitea to v1.19.2 (#8577) 2023-05-02 12:32:27 +02:00
TrueCharts Bot
a23cfb785c chore(deps): update container image tccr.io/truecharts/nginx to v1.23.4 (#8683) 2023-05-02 12:31:46 +02:00
TrueCharts Bot
62cdccaf9f chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#8702) 2023-05-02 12:31:28 +02:00
TrueCharts Bot
33e1884efc chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#8701) 2023-05-02 12:31:20 +02:00
TrueCharts Bot
4c777cc4af chore(deps): update container image tccr.io/truecharts/openhab to v3.4.3 (#8684) 2023-05-02 12:31:14 +02:00
TrueCharts Bot
cc3051d78b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#8675) 2023-05-02 12:30:58 +02:00
TrueCharts Bot
228e345e1d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8703) 2023-05-02 12:30:44 +02:00
TrueCharts Bot
60e2f4348b chore(deps): update container image tccr.io/truecharts/minio to latest (#8677) 2023-05-02 12:30:37 +02:00
TrueCharts Bot
0d19c0f83e chore(deps): update container image tccr.io/truecharts/pyload-ng to latest (#8680) 2023-05-02 12:22:57 +02:00
TrueCharts Bot
88b9ffe80d chore(deps): update container image tccr.io/truecharts/libreddit to latest (#8699) 2023-05-02 12:22:24 +02:00
TrueCharts Bot
3c0dcdfaa2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#8700) 2023-05-02 12:22:14 +02:00
TrueCharts Bot
40d9ffe31f chore(deps): update container image tccr.io/truecharts/cyberchef to 10.4.0 (#8668) 2023-05-02 12:21:06 +02:00
TrueCharts Bot
de3aaee108 chore(deps): update rdesktop (#8705) 2023-05-02 12:20:22 +02:00
TrueCharts Bot
58bb1e5afb chore(deps): update webtop (#8706) 2023-05-02 12:20:00 +02:00
TrueCharts Bot
b36c0618d5 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#8696) 2023-05-02 06:49:59 +02:00
TrueCharts-Bot
a1c2559c85 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-02 00:23:37 +00:00
StevenMcElligott
765b488bfe feat(Incubator): Add idrac-fan-controller (#8657)
**Description**

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-01 18:29:34 +03:00
Stavros Kois
c4d342a5ec fix(outline): fix secret (also a fix for custom app) (#8639)
**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  #7756
⚒️ Fixes #8643

**⚙️ 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-05-01 18:29:23 +03:00
TrueCharts Bot
75c3d7935b chore(deps): update helm general non-major (#8686) 2023-05-01 13:56:20 +02:00
TrueCharts Bot
87890d594d chore(deps): update container image tccr.io/truecharts/nocodb to v0.106.1 (#8609) 2023-05-01 13:10:34 +02:00
TrueCharts Bot
885eb44e06 chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.03.2 (#8602) 2023-05-01 13:07:33 +02:00
TrueCharts Bot
1fffe5c306 chore(deps): update container image tccr.io/truecharts/mediainfo to v23.04.1 (#8598) 2023-05-01 13:07:26 +02:00
TrueCharts Bot
9bc116ed76 chore(deps): update container image tccr.io/truecharts/makemkv to v23.04.1 (#8596) 2023-05-01 13:05:22 +02:00
TrueCharts Bot
38d05202eb chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#8666) 2023-05-01 11:43:05 +02:00
TrueCharts Bot
7bc43dd9da chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8681) 2023-05-01 11:40:38 +02:00
TrueCharts Bot
eb289fcad0 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#8669) 2023-05-01 11:37:27 +02:00
TrueCharts Bot
4a006f638d chore(deps): update container image tccr.io/truecharts/cops to latest (#8667) 2023-05-01 11:37:09 +02:00
TrueCharts Bot
ad4053fd3b chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#8672) 2023-05-01 11:36:57 +02:00
TrueCharts Bot
98a0f73527 chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 (#8673) 2023-05-01 11:36:49 +02:00
TrueCharts Bot
3fa5b4a4cc chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#8674) 2023-05-01 11:36:33 +02:00
TrueCharts Bot
b1a54a26e1 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 (#8679) 2023-05-01 11:34:57 +02:00
TrueCharts Bot
3b3a778bfd chore(deps): update container image tccr.io/truecharts/duckdns to latest (#8671) 2023-05-01 11:32:33 +02:00
TrueCharts Bot
5fa1663670 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 (#8665) 2023-05-01 11:32:29 +02:00
TrueCharts Bot
5540c586c0 chore(deps): update container image tccr.io/truecharts/dns-doh-companion to latest (#8670) 2023-05-01 11:31:42 +02:00
TrueCharts Bot
c034528674 chore(deps): update rdesktop (#8682) 2023-05-01 11:24:37 +02:00
TrueCharts Bot
6445c691fe chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest (#8678) 2023-05-01 11:23:20 +02:00
Kjeld Schouten-Lebbing
5b1583fcb4 feat(stable): BREAKING CHANGE migrate to new common part 6 (#8664)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-01 11:16:44 +02:00
TrueCharts Bot
8398d3adf8 chore(deps): update helm chart common to 12.6.4 (#8645)
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 |
`12.6.3` -> `12.6.4` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.4)

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-01 09:34:50 +02:00
TrueCharts Bot
3fd9e742aa chore(deps): update helm chart common to 12.6.4 (#8642)
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 |
`12.6.3` -> `12.6.4` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.4)

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-01 09:34:31 +02:00
StevenMcElligott
030323d7f5 docs(wg-easy): Update docs for PUID issue (#8650)
**Description**

Added docs to prevent/fix this issue

⚒️ Fixes  #8644 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-01 09:34:12 +02:00
Stavros Kois
ce3dafb8e9 chore(templates): hostnet+dnsconfig behind expert (#8635)
**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  #8633

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-01 09:33:43 +02:00
TrueCharts Bot
937c6f5405 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.0 (#8663) 2023-05-01 09:01:26 +02:00
TrueCharts Bot
39540116e5 chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.0.0 (#8662) 2023-05-01 09:01:15 +02:00
TrueCharts Bot
26e519dec6 chore(deps): update container image tccr.io/truecharts/rstudio to v4.3.0 (#8660) 2023-05-01 07:58:28 +02:00
TrueCharts Bot
2453983f02 chore(deps): update container image tccr.io/truecharts/recyclarr to v4.4.1 (#8658) 2023-05-01 07:00:12 +02:00
TrueCharts Bot
585b7f97c9 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.2.2 (#8659) 2023-05-01 06:57:53 +02:00
TrueCharts Bot
b0638f6a05 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.03.1 (#8656) 2023-05-01 05:59:39 +02:00
TrueCharts Bot
5949edbc2d chore(deps): update container image tccr.io/truecharts/qbitmanage to v3.6.2 (#8655) 2023-05-01 05:58:04 +02:00
TrueCharts Bot
92e4fc950d chore(deps): update container image tccr.io/truecharts/putty to v23.03.1 (#8653) 2023-05-01 05:19:13 +02:00
TrueCharts Bot
4ada4c8a5f chore(deps): update container image tccr.io/truecharts/prowlarr to v1.4.0.3230 (#8652) 2023-05-01 04:21:59 +02:00
TrueCharts Bot
22ef25ffbb chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.18.1 (#8649) 2023-05-01 03:21:17 +02:00
TrueCharts-Bot
9028096c48 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-01 00:25:20 +00:00
TrueCharts Bot
55db50ac55 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.15.1 (#8641) 2023-05-01 01:00:43 +02:00
kqmaverick
9c7777561c Update Plex Migration Guide (#8638)
**Description**
Updates Plex migration guide to reflect switch to heavyscript and
correct finally rsync command.

⚒️ 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?**
Previewed changes.

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-01 01:40:50 +03:00
StevenMcElligott
a1aef87fb7 docs(Traefik): Fix broken website link (#8640)
**Description**

⚒️ 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
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-01 01:39:52 +03:00
TrueCharts Bot
659707143b chore(deps): update container image tccr.io/truecharts/nginx to v (#8326) 2023-04-30 23:59:36 +02:00
TrueCharts Bot
06de895b31 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.5 (#8441) 2023-04-30 23:59:23 +02:00
TrueCharts Bot
d20992bf55 chore(deps): update vikunja (patch) (#8544) 2023-04-30 23:58:36 +02:00
TrueCharts Bot
be2ca855d3 chore(deps): update container image tccr.io/truecharts/filebot to v23.04.1 (#8567) 2023-04-30 23:57:31 +02:00
TrueCharts Bot
cc5291851b chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.03.1 (#8268) 2023-04-30 23:57:00 +02:00
TrueCharts Bot
77b8a9010d chore(deps): update container image tccr.io/truecharts/handbrake to v23.03.2 (#8579) 2023-04-30 23:56:44 +02:00
TrueCharts Bot
5cef36255f chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.03.1 (#8587) 2023-04-30 23:56:34 +02:00
TrueCharts Bot
0d3831021a chore(deps): update container image tccr.io/truecharts/ntfy to v2.4.0 (#8610) 2023-04-30 23:55:48 +02:00
TrueCharts Bot
2ad56a5589 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v (#8207) 2023-04-30 22:55:38 +02:00
TrueCharts Bot
7cd3da80ed chore(deps): update container image tccr.io/truecharts/clamav to 1.0.1 (#8190) 2023-04-30 22:53:10 +02:00
TrueCharts Bot
785617a4d2 chore(deps): update helm chart common to 12.6.3 (#8630)
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 |
`12.6.1` -> `12.6.3` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.1...common-12.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-04-30 21:16:00 +02:00
TrueCharts Bot
8bf687e778 chore(deps): update helm chart common to 12.6.3 (#8629)
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 |
`12.6.1` -> `12.6.3` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.1...common-12.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-04-30 21:15:40 +02:00
Kjeld Schouten-Lebbing
cc4a7edb53 feat(stable): BREAKING CHANGE migrate to new common part 5 (#8615)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-30 21:15:20 +02:00
TrueCharts Bot
a761da70fd chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.14.2 (#8632) 2023-04-30 21:12:42 +02:00
TrueCharts Bot
6d6523ac7d chore(deps): update container image tccr.io/truecharts/solr to 9.2.0 (#8631) 2023-04-30 21:04:43 +02:00
TrueCharts Bot
e7508af789 chore(deps): update container image tccr.io/truecharts/bazarr to 1.2.0 (#8626) 2023-04-30 20:07:23 +02:00
TrueCharts Bot
894d38400c chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.5 (#8627) 2023-04-30 20:06:16 +02:00
TrueCharts Bot
bf33a2a768 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#8628) 2023-04-30 20:01:44 +02:00
Stavros Kois
d911f52004 fix(valheim): disable varrun (#8624)
**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  #8623

**⚙️ 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-04-30 20:46:13 +03:00
TrueCharts Bot
1508d3c5e3 chore(deps): update container image tccr.io/truecharts/blender-desktop-g3 to latest (#8178) 2023-04-30 19:38:56 +02:00
TrueCharts Bot
4dfc86a5a3 chore(deps): update container image tccr.io/truecharts/grafana to 9.5.1 (#8621) 2023-04-30 19:11:26 +02:00
TrueCharts Bot
539e8aadaa chore(deps): update container image tccr.io/truecharts/memcached to 1.6.19 (#8622) 2023-04-30 19:08:59 +02:00
TrueCharts Bot
4bce3a97dd chore(deps): update container image tccr.io/truecharts/multi-scrobbler to latest (#8321) 2023-04-30 18:40:22 +02:00
TrueCharts Bot
906021e520 chore(deps): update helm general non-major (#8542) 2023-04-30 17:47:54 +02:00
TrueCharts Bot
2ac8443957 chore(deps): update container image tccr.io/truecharts/krusader to latest (#8248) 2023-04-30 17:46:29 +02:00
TrueCharts Bot
00dca56a62 chore(deps): update container image tccr.io/truecharts/fileshelter to latest (#8620) 2023-04-30 17:45:10 +02:00
TrueCharts Bot
ae204bccdd chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest (#8619) 2023-04-30 17:44:41 +02:00
TrueCharts Bot
14622bad5e chore(deps): update container image tccr.io/truecharts/freshrss to 1.21.0 (#8618) 2023-04-30 17:03:49 +02:00
TrueCharts Bot
104b1c3bc6 chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.20 (#8617) 2023-04-30 17:02:05 +02:00
TrueCharts Bot
de3cebb987 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest (#8381) 2023-04-30 16:57:20 +02:00
Stavros Kois
edc2dd1cdd fix(plex): fix probe protocol->scheme (#8616)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-30 17:46:40 +03:00
MaverickD650
93ca2988b3 fix(speedtest-tracker): Port speedtest-tracker (#8122)
**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.
-->

Port speedtest to new common.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-30 13:59:28 +00:00
729 changed files with 8125 additions and 6312 deletions

7
.github/cr.yaml vendored
View File

@@ -1,7 +0,0 @@
owner: truecharts
git-repo: charts
repo: charts
charts-dir: charts/*
charts_repo_url: "https://charts.truecharts.org"
SkipExisting: true
skipExisting: true

View File

@@ -1,16 +1,13 @@
remote: origin
target-branch: master
helm-extra-args: --timeout 300s
helm-extra-args: --timeout 120s
chart-yaml-schema: .github/chart_schema.yaml
chart-dirs:
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
excluded-charts:
- charts/dependency/subchart
- charts/incubator/frigate
@@ -44,6 +41,7 @@ excluded-charts:
chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- truecharts-deps=https://deps.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts

View File

@@ -1,20 +1,18 @@
remote: origin
target-branch: master
chart-yaml-schema: .github/chart_schema.yaml
helm-extra-args: --timeout 600s
helm-extra-args: --timeout 120s
chart-dirs:
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
excluded-charts: []
chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- truecharts-deps=https://deps.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts

View File

@@ -174,7 +174,32 @@
"matchPaths": ["charts/enterprise/**"],
},
//
// Tag updates for semantic tags on all but enterprise Apps
// Tag updates for semantic tags on incubator and dev charts
//
{
"matchDatasources": ["docker"],
"updateTypes": ["major"],
"bumpVersion": "minor",
"enabled": false,
"labels": ["update/docker/incubator/major", "automerge"],
"matchPaths": ["charts/incubator/**", "charts/dev/**"],
},
{
"matchDatasources": ["docker"],
"automerge": false,
"matchUpdateTypes": [
"minor",
"patch",
"digest",
"pin",
],
"bumpVersion": "patch",
"enabled": false,
"labels": ["update/docker/incubator/non-major", "automerge"],
"matchPaths": ["charts/incubator/**", "charts/dev/**"],
},
//
// Tag updates for semantic tags on all but enterprise and incubator Apps
//
{
"matchDatasources": ["docker"],
@@ -182,7 +207,7 @@
"bumpVersion": "minor",
"enabled": true,
"labels": ["update/docker/general/major", "automerge"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/stable/**", "templates/app/**"],
},
{
"matchDatasources": ["docker"],
@@ -196,7 +221,7 @@
"bumpVersion": "patch",
"enabled": true,
"labels": ["update/docker/general/non-major", "automerge"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/library/**", "charts/stable/**", "templates/app/**"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/library/**", "charts/stable/**", "templates/app/**"],
},
//
// Tag semantic version type based on regex

View File

@@ -85,17 +85,21 @@ for idx in $(eval echo "{0..$length}"); do
echo "⏬ Downloading dependency $name-$version from $dep_url..."
mkdir -p "$cache_path/$repo_dir"
wget --quiet "$dep_url" -P "$cache_path/$repo_dir"
wget --quiet "$dep_url.prov" -P "$cache_path/$repo_dir"
if [ ! $? ]; then
echo "❌ wget encountered an error..."
helm dependency build "$charts_path/$train_chart/Chart.yaml" || helm dependency update "$charts_path/$train_chart/Chart.yaml" || exit 1
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/secring.gpg || helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/secring.gpg || exit 1
fi
if [ -f "$cache_path/$repo_dir/$name-$version.tgz" ]; then
echo "✅ Dependency Downloaded!"
echo "Validating dependency signature..."
# TODO: enable after first builds are passing
# helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/secring.gpg || helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/secring.gpg || echo "❌ Failed to verify dependency chart signature" && exit 1
else
echo "❌ Failed to download dependency"
# Try helm dependency build/update or otherwise fail fast if a dep fails to download...
helm dependency build "$charts_path/$train_chart/Chart.yaml" || helm dependency update "$charts_path/$train_chart/Chart.yaml" || exit 1
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/secring.gpg || helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/secring.gpg || exit 1
fi
fi
echo ""

View File

@@ -15,7 +15,7 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
name: Checkout

View File

@@ -11,6 +11,65 @@ on:
type: string
jobs:
verify-dep-sig:
runs-on: ubuntu-latest
name: Verify Dependency Signatures
container:
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- name: Prep Helm
run: |
helm repo add truecharts https://charts.truecharts.org
helm repo add truecharts-library https://library-charts.truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
- name: Prepare GPG key
shell: bash
run: |
gpg_dir=.cr-gpg
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring"
passphrase_file="$gpg_dir/passphrase"
echo "$GPG_PASSPHRASE" > "$passphrase_file"
echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV"
echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV"
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
- name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Collect changes
id: collect-changes
uses: ./.github/actions/collect-changes
- name: Fetch and Verify dependencies
shell: bash
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
charts_path="charts"
for changed in ${CHARTS[@]}; do
.github/scripts/fetch_helm_deps.sh "${changed}"
done
generate-lint-matrix:
name: Generate matrix for lint
runs-on: ubuntu-latest

View File

@@ -15,7 +15,7 @@ jobs:
release-helm:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
@@ -60,7 +60,7 @@ jobs:
outputs:
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
@@ -77,6 +77,22 @@ jobs:
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo update
# Optional step if GPG signing is used
- name: Prepare GPG key
shell: bash
run: |
gpg_dir=.cr-gpg
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring"
passphrase_file="$gpg_dir/passphrase"
echo "$GPG_PASSPHRASE" > "$passphrase_file"
echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV"
echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV"
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
@@ -271,7 +287,23 @@ jobs:
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
# Optional step if GPG signing is used
- name: Prepare GPG key
shell: bash
run: |
gpg_dir=.cr-gpg
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring"
passphrase_file="$gpg_dir/passphrase"
echo "$GPG_PASSPHRASE" > "$passphrase_file"
echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV"
echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV"
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
- name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
if: |
@@ -279,6 +311,7 @@ jobs:
with:
charts_dir: charts/dependency
charts_repo_url: https://deps.truecharts.org
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
CR_SKIP_EXISTING: "true"

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: "Generate readme files"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
@@ -222,7 +222,7 @@ jobs:
runs-on: ubuntu-latest
name: "Generate Security Reports"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3

View File

@@ -12,7 +12,7 @@ jobs:
name: Get changed Apps
runs-on: ubuntu-20.04
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:819c4d1d0ad0e917a76827b4cb088b2e0a1b0544f9a1433a0dbcc18844e311c5
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
name: Checkout

View File

@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@81cd2edbb5fd1dc42115b0d1c8854d5a6b74d835 # v36.0.3
uses: renovatebot/github-action@fa4cccb9b990157df72db344d593086e58d7bd50 # v36.1.0
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -3,7 +3,7 @@ appVersion: "23.4.1.194"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 5.0.17
version: 5.0.20
annotations:
truecharts.org/catagories: |
- database

View File

@@ -3,7 +3,7 @@ appVersion: "10.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 7.0.17
version: 7.0.21
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.11.2@sha256:8d7fb27800ae935b6f26af0130bcef0a6a03d80d8c47b3fc8ea58a66d5ddebb8
tag: 10.11.2@sha256:3b0311891db679ac1b2ffeadda58311fde7254c6cad26e2812bb5a46e8532a16
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.19"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 6.0.28
version: 6.0.33
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.19@sha256:b94b7f9706130287c96605df3850b58369bb839a4683a94b5d3a49d6acd53250
tag: 1.6.19@sha256:567ba7b433f0ec8e33d88576c37d6c54b1e5ae310c91d3297377fd9a0c55d577
service:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 6.0.17
version: 6.0.22
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.5@sha256:1e1f2a2b1cc713a1a37c489aa2314ddee7fcde20bc7c0b03e00ee8d6fa92886a
tag: 6.0.5@sha256:3a8238aeee422b621913e3b5d0b1b98fc5903743b339d448b85de319b1a304fa
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 6.0.34
version: 6.0.38
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.11@sha256:44c21dd2acc832aca4fac849eae4f72dfd78e3fc739c833f32605cdbed4c85d5
tag: 7.0.11@sha256:4653f0bff0f593ae2fd5782fbca41c15e0fbc631ab339ee74fb0e82ef37ed90a
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "9.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.6
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: 4.0.17
version: 4.0.20
annotations:
truecharts.org/catagories: |
- search

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: 9.2.0@sha256:3ca8b14d9da7029f1f80bfdcec3cdb65696563609feba130c3b6db3b662469ba
tag: 9.2.0@sha256:8dc79384cf08186310ba98191e9299a816f281fac3cbef31e5d1406512bea2fd
workload:
main:

View File

@@ -3,11 +3,11 @@ appVersion: "4.37.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.32
version: 6.0.37
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -35,7 +35,7 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 15.1.12
version: 15.1.13
annotations:
truecharts.org/catagories: |
- security

View File

@@ -3,11 +3,11 @@ appVersion: "0.21.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.32
version: 6.0.37
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -25,7 +25,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 5.0.26
version: 5.0.27
annotations:
truecharts.org/catagories: |
- network

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
- https://cert-manager.io/
type: application
version: 1.0.27
version: 1.0.29
annotations:
truecharts.org/catagories: |
- core

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:5cbd927dfbc050b0e0f5ca675b299b75fb8d8f6c8f49fa8640b6a67d347cbf19
tag: latest@sha256:2eb751a40ff3640e01ab31fd6777bd9e88a0b46d2a8f8cea546fa21d31609949
pullPolicy: IfNotPresent
workload:

View File

@@ -3,7 +3,7 @@ appVersion: "9.5.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 7.0.26
version: 7.0.29
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -132,7 +132,6 @@ questions:
# Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{prometheusRule}
# Include{advanced}
# Include{addons}
# Include{codeserver}

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: 9.5.1@sha256:93d23d63ea812f42a66166e671e4db95c4d5b0227b2e6bacd129e3588d54c748
tag: 9.5.1@sha256:ad90a50bd03b6f26bfb5798b923455fc6d481d23b610435482e9f18c1df4a9d0
securityContext:
container:

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 8.0.22
version: 8.0.24
annotations:
truecharts.org/catagories: |
- core

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:5cbd927dfbc050b0e0f5ca675b299b75fb8d8f6c8f49fa8640b6a67d347cbf19
tag: latest@sha256:2eb751a40ff3640e01ab31fd6777bd9e88a0b46d2a8f8cea546fa21d31609949
pullPolicy: IfNotPresent
workload:

View File

@@ -3,15 +3,15 @@ appVersion: "2.43.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://charts.bitnami.com/bitnami
version: 3.3.4
version: 3.4.1
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://charts.bitnami.com/bitnami
version: 3.4.0
version: 3.4.1
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: 8.0.26
version: 8.0.29
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -1,14 +1,14 @@
image:
repository: tccr.io/truecharts/prometheus
tag: 2.43.0@sha256:18fbd3c506a9124b9e2a519f4e23910909b0b1b8fa330146574d25643ef109fe
tag: 2.43.0@sha256:61242035a0a233a9cc40d2cd209033aa592526c8eca3fb4dbeda65ed13c793f1
thanosImage:
repository: tccr.io/truecharts/thanos
tag: 0.31.0@sha256:c3dd4d4b01b3da8739ef7f8e51aab210fcaa728b5a18c1c97ff3f926958cf030
tag: 0.31.0@sha256:28282d3e63f84cdeeb05e965b173b610d5597997acc7ce75d5849207b0f97b28
alertmanagerImage:
repository: tccr.io/truecharts/alertmanager
tag: 0.25.0@sha256:120368de3ca7a5f58b5ccb4ab40e4eec05d49891db7457cc51761488ad6d0ae7
tag: 0.25.0@sha256:6b534671b83aa7fbd91d1b10bf0f1b29b948e4b300f8359a86043d0deba07207
global:
labels: {}

View File

@@ -3,7 +3,7 @@ appVersion: "2.9.10"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 17.0.33
version: 17.0.35
annotations:
truecharts.org/catagories: |
- network

View File

@@ -44,7 +44,7 @@ Ensure you are accessing your WebUI from the new ports before proceeding.
:::note
Traefik is part of the `enterprise` train, so make sure you have it enabled as specified in the [guide](https://truecharts.org/manual/guides/Adding-TrueCharts#adding-truecharts).
Traefik is part of the `enterprise` train, so make sure you have it enabled as specified in the [guide](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts).
:::

View File

@@ -3,7 +3,7 @@ appVersion: "1.28.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 20.0.20
version: 20.0.21
annotations:
truecharts.org/catagories: |
- security

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/barcodebuddy
- https://github.com/Forceu/barcodebuddy
type: application
version: 2.0.11
version: 2.0.12

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/barcodebuddy
tag: latest@sha256:c017d0776dd03aa15103289ff4268ae73512056d3fc083ef4aad0ffee32b10f9
tag: latest@sha256:9b4edfa35b5c20c349c6c4de2ccef97bfba51f451887ef8e0a3468024a3dc923
persistence:
config:
enabled: true

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/blender-desktop-g3
- https://github.com/accetto/headless-drawing-g3/
type: application
version: 2.0.10
version: 2.0.11

View File

@@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/blender-desktop-g3
tag: latest@sha256:9654beda6fc4c36484fc51773ddb9d4a878ea8e65a7ba0696fac37d127b784c3
tag: latest@sha256:c9c2454cccff577073fa2503b328b8fcd96d06cec9c2c14b33aefb9c73b532c2
persistence:
internalshare:
enabled: true

View File

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

View File

@@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.4
deprecated: false
description: Control your Dell PowerEdge fans via IPMI
home: https://truecharts.org/charts/incubator/dell-idrac-fan-controller
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png
keywords:
- iDrac
- Dell
- fan-controller
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: dell-idrac-fan-controller
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/dell-idrac-fan-controller
- https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
type: application
version: 0.0.3
annotations:
truecharts.org/catagories: |
- utilities
- hardware
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/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,102 @@
# Include{groups}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: IDRAC_HOST
label: iDrac Host
description: iDRAC's IP address. Default value is "local".
schema:
type: string
default: ""
- variable: IDRAC_USERNAME
label: iDrac Host Name
description: iDrac Username. Default value is "root".
schema:
type: string
default: ""
- variable: IDRAC_PASSWORD
label: iDrac Password
description: iDrac Password. Default password is "calvin".
schema:
type: string
private: true
default: ""
- variable: FAN_SPEED
label: Fan Speed
description: Fan speed parameter can be set as a decimal (from 0 to 100%). Default value is 5(%).
schema:
type: int
min: 0
max: 100
default: 5
- variable: CPU_TEMPERATURE_THRESHOLD
label: CPU Temperature Thershold
description: parameter is the T°junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(°C).
schema:
type: int
default: 50
- variable: CHECK_INTERVAL
label: Check Interval
description: parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).
schema:
type: int
default: 60
- variable: DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE
label: Disable 3rd Party PCIE Card Dell Default Cooling Response
description: Boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.
schema:
type: boolean
default: false
# Include{containerConfig}
# Include{podOptions}
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# 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 this App 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,36 @@
image:
repository: ghcr.io/tigerblue77/dell_idrac_fan_controller
pullPolicy: IfNotPresent
tag: latest@sha256:5732a9fe3ed0f195152be4f281e3394ae2b1dec932918ea7690c072c77465ba9
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
IDRAC_HOST: ""
IDRAC_USERNAME: ""
IDRAC_PASSWORD: ""
FAN_SPEED: 5
CPU_TEMPERATURE_THRESHOLD: 50
CHECK_INTERVAL: 60
DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false
portal:
open:
enabled: false

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion
- https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
type: application
version: 2.0.14
version: 2.0.15

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dns-doh-companion
tag: latest@sha256:6f733014f5359b46823121f10ef1b58926b7a9b137c3cf69c742c6f6dc05a471
tag: latest@sha256:9c1e1306591f6dfb751f1ae30a695e1d0fc926e15375d5dc7701b0958d15013e
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/fileshelter
- https://github.com/epoupon/fileshelter
type: application
version: 2.0.11
version: 2.0.12

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/fileshelter
tag: latest@sha256:12bc081a58a274092c368916eed63c0cbdf80d640a5f6628ed0aed84217f98a9
tag: latest@sha256:3eb29b83a5ff465d94798a38a4c6535c429040f054972d82ce211f394283c760
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.35.1"
appVersion: "5.45.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ghost
- https://github.com/TryGhost/Ghost
- https://ghost.org/docs/
version: 6.0.57
version: 6.0.59
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -30,12 +30,6 @@ questions:
schema:
type: string
default: "http://localhost:10166"
- variable: useMinFiles
label: "useMinFiles"
description: "Generate assets url with .min notation"
schema:
type: boolean
default: true
- variable: imageOptimization__resize
label: "Image Optimization: Resize"
description: "Automatically process and compress"
@@ -280,12 +274,12 @@ questions:
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ghost
tag: 5.35.1@sha256:d5915478cb136e17fc4fb39fa95eda0cf6999d9ec3cc825086fb87ebfc81d836
tag: 5.45.1@sha256:c6e81a7ad4133ab981bcc49f65a367adf5185371cc9271464cd300048021e74a
pullPolicy: IfNotPresent
env:

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/krusader
- https://krusader.org/
type: application
version: 2.0.9
version: 2.0.10

View File

@@ -7,7 +7,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/krusader
tag: latest@sha256:05c4f33ac1576a3aee97a7b06af23f370455af3f61b584c32c62932d2305a6ed
tag: latest@sha256:f460a1bfc66530dc607f98c5ddd68c9a76b38d6f9c6cbd02afece349d3e1a487
persistence:
containerpath:
enabled: true

View File

@@ -3,14 +3,14 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
- condition: mongodb.enabled
name: mongodb
repository: https://deps.truecharts.org/
version: 6.0.15
version: 6.0.20
deprecated: false
description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3.
home: https://truecharts.org/charts/incubator
home: https://truecharts.org/charts/incubator/mongo-express
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png
keywords:
- mongo
@@ -24,10 +24,9 @@ maintainers:
name: mongo-express
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/mongo-express
- https://hub.docker.com/_/mongo-express/
- https://github.com/mongo-express/mongo-express
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- database

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/stable/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@@ -26,4 +26,4 @@ name: multi-scrobbler
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler
type: application
version: 2.0.10
version: 2.0.11

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/multi-scrobbler
tag: latest@sha256:ce27d22bc4f5d03495cda386ee1be40ac160a542ac95c4fe5a83a68785f8beb8
tag: latest@sha256:0e1ff0a7862b0463c743615cb0e26c8dff41f5c0663b22c48439eaf5a798033d
persistence:
config:
enabled: true

View File

@@ -20,7 +20,7 @@ name: neko
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/neko
type: application
version: 2.0.26
version: 2.0.27
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -1,47 +1,47 @@
image:
repository: tccr.io/truecharts/neko-firefox
pullPolicy: IfNotPresent
tag: latest@sha256:0787c4291fe8ccd61ca631d3dd876915567110d2e931f36c2c351aaf83b96066
tag: latest@sha256:197e2388b2bc0f07a35828f0e1b863016052aa7f22709860e960673be1823572
braveImage:
repository: tccr.io/truecharts/neko-brave
pullPolicy: IfNotPresent
tag: latest@sha256:7af114679f0f1ad0747a79cf35c3fd0b3d2571c925b89d7f072c380dca07ae46
tag: latest@sha256:d5b9f20b833e5280cab40b93b3198bf1910b69476ea83c7de63f8d434a1ecaf7
chromeImage:
repository: tccr.io/truecharts/neko-chrome
pullPolicy: IfNotPresent
tag: latest@sha256:5cbeeb9c3a1f4fa3f2f2798f241c4e36f24ece9e3e19701e22ddfe2ced814b62
tag: latest@sha256:f53c09fe9b9f0507dc3d4f4fe1ca3cd45854e2d2531356cbafc02b6bf9b628f7
chromiumImage:
repository: tccr.io/truecharts/neko-chromium
pullPolicy: IfNotPresent
tag: latest@sha256:40d0559a76aaaf1dbd9ab478c9cfc2da3e5918644744058718bdb4483aa88491
tag: latest@sha256:f568b9c8c04226856cf291ef9492b032832528c48e1fca6363807e23cc84132b
edgeImage:
repository: tccr.io/truecharts/neko-msedge
pullPolicy: IfNotPresent
tag: latest@sha256:9715c423c5ae6c9a09261fba3da0064f15a658f9e887ff6e86d7f376ac3819ab
tag: latest@sha256:7fe2137db7cdd8f3f33ac682b10b8571efc7c3d18941a40c159073547bdb9b5e
remminaImage:
repository: tccr.io/truecharts/neko-remmina
pullPolicy: IfNotPresent
tag: latest@sha256:6f4c9cf76c2b6c9e0a7a358f3792e584274b2eeb5ea5c90e6f78e581aea21366
tag: latest@sha256:2afdedcc0cb28ef66943338483bc1253263b9a93f60e01c1ae76287228be1445
torImage:
repository: tccr.io/truecharts/neko-tor
pullPolicy: IfNotPresent
tag: latest@sha256:0fcb3a117082eb1fcb7d819a7b2d73b6c3a18abd46f66376ca652c776bce63d8
tag: latest@sha256:e57c45dbdad77683cda87b36c20247aa2dded6355ae8835d3e917223fba8c603
vivaldiImage:
repository: tccr.io/truecharts/neko-vivaldi
pullPolicy: IfNotPresent
tag: latest@sha256:836d8ad27adf738e1a0d9bc7871311ecd755be1d44169f11c8c68100196e3151
tag: latest@sha256:167af4da41cce0a6f1e49185f5891c5b0b78f19a6f7bbee8c0d221a9730b9041
vlcImage:
repository: tccr.io/truecharts/neko-vlc
pullPolicy: IfNotPresent
tag: latest@sha256:94e5bf418dc2a138ba70c691526356b9ae4828e7ae127b8d1962fd741a14b697
tag: latest@sha256:1207816cfbc0400e839aba78028cc6cf7fd37d245ff8bd17c95a0384fbe4bc7b
vncviewerImage:
repository: tccr.io/truecharts/neko-vncviewer
@@ -51,7 +51,7 @@ vncviewerImage:
xfceImage:
repository: tccr.io/truecharts/neko-xfce
pullPolicy: IfNotPresent
tag: latest@sha256:818fb322fd9005919aedf4527db5f1284fbd02e02540ef21c0354f6f9914cd7f
tag: latest@sha256:04b7d2718fc0c5f29a02d31ea93541be1921285ee2736f387390cbd74001ad46
imageSelector: "image"

View File

@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral
- https://github.com/pglombardo/PasswordPusher
type: application
version: 2.0.26
version: 2.0.27

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/passwordpusherephemeral
tag: latest@sha256:ea9f260a9d4bfdbcdc10da8024182739a7bc222092a59deb0a4eefc87ce54f48
tag: latest@sha256:adafa1315e1151b55d9b4dee119d9394eb81412b47686a0d426945bfa399eab5
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/pyload-ng
- https://github.com/linuxserver/docker-pyload-ng#readme
type: application
version: 2.0.20
version: 2.0.21

View File

@@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pyload-ng
tag: latest@sha256:5516e188e145979b0be9fe1496cfef79d711eff0114ec68328cabb87c9dcff68
tag: latest@sha256:d8b8febe147a6958a20e631fb9b3a4632c01bfaec35c52326fe36a1b5f8c4be5
persistence:
config:
enabled: true

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.2.3"
appVersion: "4.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/rstudio
- https://github.com/rocker-org/rocker-versioned2
type: application
version: 3.0.7
version: 3.0.8
annotations:
truecharts.org/catagories: |
- Productivity

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/rstudio
pullPolicy: IfNotPresent
tag: 4.2.3@sha256:622d530947c2f5da6d508cc92f6b898658a41bfdcdca626dbc2a94d488388d11
tag: 4.3.0@sha256:9a72e9830e316fde0617d47679d8618b15c6cc4efb54bc97f6d01b11a9ba7e79
podSecurityContext:
runAsGroup: 0

View File

@@ -3,11 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://deps.truecharts.org/
version: 11.0.31
version: 12.6.4
description: A self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
home: https://truecharts.org/charts/incubator/speedtest-tracker
icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
@@ -22,7 +18,7 @@ name: speedtest-tracker
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
- https://github.com/alexjustesen/speedtest-tracker
version: 3.0.31
version: 4.0.3
annotations:
truecharts.org/catagories: |
- speedtest

View File

@@ -6,18 +6,17 @@ questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
@@ -25,14 +24,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
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
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8765
@@ -43,8 +42,8 @@ questions:
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
label: "App Config Storage"
description: "Stores the Application Configuration."
schema:
additional_attrs: true
type: dict
@@ -53,7 +52,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
@@ -62,30 +61,28 @@ questions:
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}

View File

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

View File

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

View File

@@ -1,48 +1,54 @@
image:
repository: tccr.io/truecharts/speedtest-tracker
tag: latest@sha256:cf414729ebfb3869900295eb5a4fe8bc63d77ce05d8bb7648433e9c439f16f33
tag: latest@sha256:77fbe15f6bad2371442f1a76cc9e084f45b202ad171ec5acfd449444e60f7a41
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
DB_CONNECTION: pgsql
DB_PORT: 5432
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8765
protocol: HTTPS
protocol: https
targetPort: 443
workload:
main:
enabled: true
primary: true
podSpec:
containers:
env:
DB_CONNECTION: pgsql
DB_PORT: 5432
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: std
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
persistence:
config:
enabled: true
mountPath: /config
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlDatabase: speedtest_tracker
postgresqlUsername: speedtest_tracker
cnpg:
main:
enabled: true
user: speedtest_tracker
database: speedtest_tracker
portal:
enabled: true
open:
enabled: true

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.21
version: 12.6.4
deprecated: false
description: SSHwifty is a SSH and Telnet connector made for the Web.
home: https://truecharts.org/charts/incubator/sshwifty
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/sshwifty
- https://github.com/niruix/sshwifty
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- ssh

View File

@@ -1 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- 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

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/stationeers
- https://www.steampowered.com/
type: application
version: 2.0.9
version: 2.0.10

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/stationeers
tag: latest@sha256:00dcfb407c0dc9901e65481d437e3eb6b6dc78e9d57617ab2ab251b951db88f3
tag: latest@sha256:255930119c889451ee2e9103d79251b9881621b9e919eac2179d1638cf8c7ac3
podSecurityContext:
runAsGroup: 0

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/TechnitiumSoftware/DnsServer
- https://technitium.com/
type: application
version: 3.0.9
version: 3.0.11
annotations:
truecharts.org/catagories: |
- networking

View File

@@ -303,7 +303,6 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
- variable: dns-https-proxy
label: "DNS-over-HTTPS Reverse Proxy"
schema:
@@ -322,12 +321,12 @@ questions:
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: traefik-forward-auth
version: 0.1.0
version: 0.1.3
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
@@ -22,7 +22,6 @@ dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
# condition:
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -10,7 +10,6 @@ questions:
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{controllerExpert}
- variable: tfaAppOptions
group: App Configuration
@@ -285,6 +284,7 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
@@ -385,19 +385,19 @@ questions:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
# 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 this App 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}
@@ -414,5 +414,4 @@ questions:
# Include{codeserver}
# Include{netshoot}
# Include{promtail}
# Include{netshoot}
# Include{vpn}

View File

@@ -3,7 +3,7 @@ appVersion: "23.4.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
deprecated: false
description: Actual is a super fast privacy-focused app for managing your finances.
home: https://truecharts.org/charts/stable/actualserver
@@ -25,4 +25,4 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- finance
version: 4.0.10
version: 4.0.11

View File

@@ -3,7 +3,7 @@ appVersion: "0.107.25"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 5.0.9
version: 5.0.10
annotations:
truecharts.org/catagories: |
- media

View File

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

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer
tag: latest@sha256:8183b028cc7d2f40aea1b05747e8efb59bf0c47b369ff46fcd354adc4b489f4f
tag: latest@sha256:46e025d5882e73d4d7730bde4dcfb46dfaaaed18969894f3a38a2a589b47f9e3
securityContext:
container:

View File

@@ -3,7 +3,7 @@ appVersion: "2.11.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 6.0.10
version: 6.0.11
annotations:
truecharts.org/catagories: |
- media

View File

@@ -3,7 +3,7 @@ appVersion: "11.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 9.0.0
version: 9.0.1
annotations:
truecharts.org/catagories: |
- media

View File

@@ -3,7 +3,7 @@ appVersion: "10.6.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 9.0.9
version: 9.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: alist
version: 5.0.10
version: 5.0.11
appVersion: "3.16.3"
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: 12.6.1
version: 12.6.4
# 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: 12.6.1
version: 12.6.4
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: 7.0.9
version: 7.0.10
annotations:
truecharts.org/catagories: |
- media

View File

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

View File

@@ -3,15 +3,15 @@ appVersion: "0.14.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
version: 7.0.5
version: 7.0.19
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.21
version: 6.0.37
description: "Protect your email from spam using disposable addresses."
home: https://truecharts.org/charts/stable/anonaddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
@@ -26,7 +26,7 @@ name: anonaddy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://github.com/anonaddy/docker
version: 13.0.1
version: 13.0.2
annotations:
truecharts.org/catagories: |
- email

View File

@@ -3,7 +3,7 @@ appVersion: "1.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 7.0.7
version: 7.0.8
annotations:
truecharts.org/catagories: |
- media

View File

@@ -3,7 +3,7 @@ appVersion: "4.4.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 12.0.10
version: 12.0.11
annotations:
truecharts.org/catagories: |
- utilities

View File

@@ -3,7 +3,7 @@ appVersion: "3.7.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 4.0.7
version: 4.0.8
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 8.0.7
version: 8.0.8
annotations:
truecharts.org/catagories: |
- media

View File

@@ -3,7 +3,7 @@ appVersion: "1.3.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 4.0.9
version: 4.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@@ -3,7 +3,7 @@ appVersion: "3.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
version: 12.6.4
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: 8.0.9
version: 8.0.10
annotations:
truecharts.org/catagories: |
- media

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