Commit Graph

22034 Commits

Author SHA1 Message Date
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
TrueCharts Bot 8ed1fb04b1 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#14470) 2023-11-09 01:54:24 +01:00
TrueCharts Bot f4d4043b5b chore(deps): update container image tccr.io/truecharts/invidious to latest (#14469) 2023-11-09 01:53:18 +01:00
TrueCharts Bot 63cbcae35a chore(deps): update helm general non-major (#14465)
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.22` ->
`7.0.24` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.3.3` -> `14.3.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.38` ->
`9.0.39` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.37` ->
`3.0.38` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.42` ->
`8.0.43` |

---

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 23:23:35 +01:00
TrueCharts Bot 334f36e0f7 chore(deps): update helm chart common to 14.3.5 (#14464)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

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

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.3...common-14.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 23:21:13 +01:00
Kjeld Schouten c8197b7a96 fix(dependency, enterprise, operator): update common for more portal-hook hotpatches 2023-11-08 22:52:56 +01:00
Kjeld Schouten 92f1e46b1a fix(enterprise, operators): Emergency hotpatches for portalhook 2 2023-11-08 22:28:00 +01:00
Kjeld Schouten 816549def0 fix(dependencies): emergency portalhook hotpatch 2023-11-08 22:25:36 +01:00
TrueCharts Bot b41a5b9845 chore(deps): update container image tccr.io/truecharts/n8n to v1.16.0 (#14462) 2023-11-08 21:40:46 +01:00
TrueCharts Bot 7672c85a28 chore(deps): update container image tccr.io/truecharts/wordpress to v6.4.0 (#14463) 2023-11-08 21:40:14 +01:00
TrueCharts Bot 85d1448b5f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14456) 2023-11-08 21:39:41 +01:00
TrueCharts Bot 17e3eeb433 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#14460) 2023-11-08 21:38:28 +01:00
TrueCharts Bot 645688ec01 chore(deps): update container image tccr.io/truecharts/grafana to v10.2.0 (#14461) 2023-11-08 21:35:59 +01:00