Commit Graph

22246 Commits

Author SHA1 Message Date
TrueCharts Bot 546303a940
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14519) 2023-11-10 06:36:46 +01:00
Xstar97TheNoob d66b21f13c
feat(pocketmine-mp) add pocketmine-mp (#14506)
**Description**
Add pocketmine-mp to incubator
A server software for Minecraft Bedrock Edition in PHP.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-10 07:29:22 +02:00
TrueCharts Bot 1ab4b5abe0
chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.69.1 (#14503)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-operator](https://togithub.com/truecharts/containers)
| patch | `v0.69.0` -> `v0.69.1` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 07:28:18 +02:00
TrueCharts Bot a860c339b9
chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.69.1 (#14499)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-config-reloader](https://togithub.com/truecharts/containers)
| patch | `v0.69.0` -> `v0.69.1` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 07:28:03 +02:00
Stavros Kois 1e96d38398
fix(mealie): remove service (#14518)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-10 07:13:17 +02:00
TrueCharts Bot 13b60a64a3
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.1 (#14516) 2023-11-10 04:36:02 +01:00
TrueCharts Bot c550a35588
chore(deps): update container image tccr.io/truecharts/ombi to v4.43.8 (#14517) 2023-11-10 04:35:44 +01:00
TrueCharts Bot 0a61e32913
chore(deps): update container image tccr.io/truecharts/authentik to v2023.10.3 (#14514) 2023-11-10 03:45:16 +01:00
TrueCharts Bot 4bba1e6681
chore(deps): update container image tccr.io/truecharts/firezone to v0.7.36 (#14515) 2023-11-10 03:43:59 +01:00
TrueCharts Bot 3f889645b0
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14513) 2023-11-10 03:02:46 +01:00
TrueCharts Bot 47b73d5771
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14512) 2023-11-10 03:01:52 +01:00
kqmaverick b6df3e64d3
docs(authelia): add authelia rules page (#14509)
**Description**
Adds a rules page with some common authelia rules.

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-09 20:06:52 -05:00
TrueCharts Bot dfd6d3fd52
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.21.0 (#14511) 2023-11-10 01:57:06 +01:00
TrueCharts Bot 80c0ee2e92
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.3 (#14510) 2023-11-10 01:54:06 +01:00
TrueCharts-Bot f8f6cf21e8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 00:23:03 +00:00
TrueCharts Bot 3e3ceb128a
chore(deps): update container image tccr.io/truecharts/webtop to latest (#14508) 2023-11-10 00:35:26 +01:00
TrueCharts Bot 1ccd2597fd
chore(deps): update container image tccr.io/truecharts/flowise to v1.4.1 (#14505) 2023-11-09 23:41:37 +01:00
TrueCharts Bot f0b34df7c7
chore(deps): update webtop (#14504) 2023-11-09 23:36:37 +01:00
TrueCharts Bot 0c60388e22
chore(deps): update webtop (#14502) 2023-11-09 22:37:14 +01:00
TrueCharts Bot 9d4d358cc7
chore(deps): update container image tccr.io/truecharts/external-dns to v0.14.0 (#14448)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/external-dns](https://togithub.com/truecharts/containers)
| minor | `v0.13.6` -> `v0.14.0` |

---

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-09 22:38:24 +02:00
TrueCharts Bot a6eda661ca
chore(deps): update container image tccr.io/truecharts/redis to v7.2.3 (#14500) 2023-11-09 21:37:34 +01:00
TrueCharts Bot f9b687d0e7
chore(deps): update container image tccr.io/truecharts/webtop-fedora-i3 to latest (#14501) 2023-11-09 21:35:10 +01:00
shadofall 8a562b8fe2
fix(mealie): BREAKING CHANGE to single container version (#14312)
**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
- [x] ⚠️ 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
- [ ] 👀 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-09 20:54:43 +01:00
Stavros Kois 21903e1478
fix(external-dns): fix zoneidfilters (#14496)
**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  #14492 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-09 20:48:59 +01:00
TrueCharts Bot cfc8927ea7
chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#14498) 2023-11-09 20:34:45 +01:00
TrueCharts Bot e2175a094e
chore(deps): update authentik to v2023.10.3 (patch) (#14495) 2023-11-09 19:41:18 +01:00
TrueCharts Bot 27248e0674
chore(deps): update container image tccr.io/truecharts/wordpress to v6.4.1 (#14494) 2023-11-09 19:38:49 +01:00
Kjeld Schouten a6f631bd37
fix(SCALEGUI): set default path and prefix for ingress (#14486)
**Description**
SCALE GUI now supports proper list defaults.
This should fill it correctly for ingress paths

**⚙️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-09 18:34:45 +01:00
TrueCharts Bot 06785e2e17
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14493) 2023-11-09 17:39:23 +01:00
TrueCharts Bot a8d376c6cd
chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.2 (#14491) 2023-11-09 15:40:53 +01:00
TrueCharts Bot aed5a15efd
chore(deps): update container image tccr.io/truecharts/homepage to v0.8.0 (#14490) 2023-11-09 14:42:55 +01:00
TrueCharts Bot ab52f46984
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.3 (#14489) 2023-11-09 14:41:13 +01:00
TrueCharts Bot 5e5df60373
chore(deps): update container image tccr.io/truecharts/wordpress to v6.4.1 (#14488) 2023-11-09 13:40:03 +01:00
TrueCharts Bot ade524c86f
chore(deps): update container image tccr.io/truecharts/komga to v1.7.2 (#14487) 2023-11-09 13:39:56 +01:00
TrueCharts Bot a0c962de7d
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14484) 2023-11-09 11:42:07 +01:00
TrueCharts Bot b496a1499b
chore(deps): update container image tccr.io/truecharts/static-web-server to v2.24.0 (#14485) 2023-11-09 11:40:39 +01:00
Kjeld Schouten c9dd74b9aa
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-09 10:44:30 +01:00
TrueCharts Bot 6ad2bec4dc
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#14482) 2023-11-09 10:38:37 +01:00
TrueCharts Bot 055c6541e0
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#14483) 2023-11-09 10:37:11 +01:00
TrueCharts Bot cdabcc1a66
chore(deps): update helm general non-major (#14467)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.24` ->
`7.0.25` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.36` ->
`3.0.38` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.39` ->
`9.0.40` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` ->
`3.0.40` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.43` ->
`8.0.44` |

---

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

---

### Release Notes

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

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-09 10:24:20 +01:00
TrueCharts Bot 3c8dbc0e87
chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.2 (#14480) 2023-11-09 09:47:05 +01:00
TrueCharts Bot 3d5656707d
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14479) 2023-11-09 09:43:19 +01:00
TrueCharts Bot 9c76246ce3
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14475) 2023-11-09 09:26:06 +01:00
TrueCharts Bot 6b3ed593e8
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#14477) 2023-11-09 08:38:30 +01:00
TrueCharts Bot 0a656ce264
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20231109 (#14478) 2023-11-09 08:38:25 +01:00
TrueCharts Bot dd8b93a728
chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#14476) 2023-11-09 07:39:49 +01:00
TrueCharts Bot 23dfdfc466
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#14474) 2023-11-09 05:40:38 +01:00
TrueCharts Bot 75e78eb3b4
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#14473) 2023-11-09 04:38:44 +01:00
TrueCharts Bot 8c4b7ad1a3
chore(deps): update container image tccr.io/truecharts/drawio to v22.1.0 (#14472) 2023-11-09 03:08:18 +01:00
TrueCharts Bot cb55372682
chore(deps): update container image tccr.io/truecharts/fluidd to v1.26.2 (#14471) 2023-11-09 03:04:51 +01:00