Commit Graph

20916 Commits

Author SHA1 Message Date
TrueCharts Bot 00d107201b
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12862) 2023-09-23 09:36:40 +02:00
TrueCharts Bot 74760a17ba
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12861) 2023-09-23 09:35:57 +02:00
TrueCharts Bot 5c7f8c8ab9
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12860) 2023-09-23 08:37:44 +02:00
TrueCharts Bot 8f0d966b73
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12859) 2023-09-23 06:35:37 +02:00
TrueCharts Bot 94158f721e
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12858) 2023-09-23 04:40:46 +02:00
TrueCharts-Bot df20221160 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-23 00:22:14 +00:00
TrueCharts Bot 3083b2ba51
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.5 (#12856) 2023-09-23 01:35:33 +02:00
TrueCharts Bot 4635052e97
chore(deps): update webtop (#12855) 2023-09-23 01:33:12 +02:00
Xstar97TheNoob 5daf09c76d
migrate(arksurvivalevolved) migrate arksurvivalevolved to new common **BREAKING CHANGES** (#11900)
**Description**
Migrate to latest common and update chart.

⚒️ 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
- [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._

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:50:02 +03:00
Xstar97TheNoob 7185cb2876
fix(projectsend) fix the path of sys.config.php for projectsend (#11161)
**Description**
fix the path of sys.config.php, the
[docs](https://docs.projectsend.org/about/installation/configuration-file)
is misleading.
⚒️ 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
- [ ] ⚠️ 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>
2023-09-23 01:48:02 +03:00
John P aecd7e57fe
docs(metallb-config): Setup Guide Updates (#12191)
**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 a suggestion raised in the Discord server regarding the
instructions apply to TrueCharts apps only. Made some of the wording
consistent, and fixed a typo.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix (Typo)
- [ ] ⚠️ 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
-->
N/A

**📃 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
- [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
- [ ] ⬆️ 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: John P <emaltonator@gmail.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:46:59 +03:00
Xstar97TheNoob e1172d630d
fix(odoo) fix odoo configmap (#12691)
**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
- [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-09-23 01:45:08 +03:00
Xstar97TheNoob abf16ea643
fix(lancache-monolithic) fix lancache-prefill sidecar (#12702)
**Description**
Add battlenet param option
⚒️ 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
- [ ] ⚠️ 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-09-23 01:44:19 +03:00
Xstar97TheNoob 7027255a00
feat(spaceengineers) update the cfg ports automatically (#12755)
**Description**
Auto update the ports for the instance cfg file.
⚒️ 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)
- [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
- [ ] ⚠️ 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-09-23 01:43:57 +03:00
kqmaverick 0ba8e8b590
migrate(qbitrr): move to stable (#12705)
**Description**
Move qbitrr to stable

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-23 01:43:02 +03:00
StevenMcElligott cc3f9d663b
feat(notifiarr): Move to Stable (#12767)
**Description**

Tested by multiple people, updated to latest minor release and updated
their icon today also

⚒️ 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-09-23 01:42:37 +03:00
Xstar97TheNoob 0b55b2ed12
feat(firezone) move firezone to stable. (#12778)
**Description**
Move firezone to stable
⚒️ 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
- [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-09-23 01:42:16 +03:00
shadofall 04ae51e6b6
fix(Homepage): Enable service account token, and permission to check for CRDs to prevent log spam (#12834)
**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: shadofall <shadofall@gmail.com>
2023-09-23 01:41:47 +03:00
TrueCharts Bot 2feb841342
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.1 (#12853) 2023-09-23 00:36:27 +02:00
TrueCharts Bot 947548b7e3
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12852) 2023-09-22 23:37:29 +02:00
TrueCharts Bot 080be8bd10
chore(deps): update container image tccr.io/truecharts/alist to v3.28.0 (#12851) 2023-09-22 23:36:57 +02:00
TrueCharts Bot 7eef57ac57
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12849) 2023-09-22 22:37:14 +02:00
TrueCharts Bot 6b418650e8
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12850) 2023-09-22 22:36:59 +02:00
TrueCharts Bot 5af0201f74
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12847) 2023-09-22 21:34:59 +02:00
TrueCharts Bot 8c0388c661
chore(deps): update webtop (#12848) 2023-09-22 21:31:59 +02:00
TrueCharts Bot 3ca3cd75d3
chore(deps): update github-actions (#12845)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `3df4ab1` -> `8ade135` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v4.0.0` -> `v4.1.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)

[Compare
Source](https://togithub.com/actions/checkout/compare/v4.0.0...v4.1.0)

- [Add support for partial checkout
filters](https://togithub.com/actions/checkout/pull/1396)

</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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDMuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-09-22 21:20:52 +02:00
TrueCharts Bot 39c62f78a3
chore(deps): update rdesktop (#12846) 2023-09-22 20:32:17 +02:00
TrueCharts Bot 4b9caca92f
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12844) 2023-09-22 19:38:03 +02:00
TrueCharts Bot e306860a0f
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#12843) 2023-09-22 19:33:28 +02:00
TrueCharts Bot 16df6a192f
chore(deps): update container image tccr.io/truecharts/n8n to v1.8.1 (#12842) 2023-09-22 18:37:50 +02:00
TrueCharts Bot c1bb6cfee1
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12841) 2023-09-22 18:35:52 +02:00
TrueCharts Bot dd00a98af8
chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.1 (#12839) 2023-09-22 17:39:23 +02:00
TrueCharts Bot edb32f97f4
chore(deps): update container image tccr.io/truecharts/mediainfo to v23.09.1 (#12840) 2023-09-22 17:37:56 +02:00
TrueCharts Bot 0bf442ae46
chore(deps): update container image tccr.io/truecharts/calibre to v6.27.0 (#12838) 2023-09-22 16:39:25 +02:00
TrueCharts Bot d468e8ae13
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12837) 2023-09-22 16:38:12 +02:00
TrueCharts Bot 9054cc3910
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12835) 2023-09-22 15:38:34 +02:00
TrueCharts Bot 9ebe09c7c0
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12836) 2023-09-22 15:37:14 +02:00
TrueCharts Bot 0a2908812a
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12833) 2023-09-22 14:34:42 +02:00
TrueCharts Bot 1ff6a9131e
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12832) 2023-09-22 14:34:34 +02:00
TrueCharts Bot 542a58bd28
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12831) 2023-09-22 13:37:56 +02:00
TrueCharts Bot 0a2a987f27
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12830) 2023-09-22 13:36:48 +02:00
TrueCharts Bot 1d1c2e2766
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12829) 2023-09-22 11:35:22 +02:00
TrueCharts Bot 8c5dc80c07
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.26.0 (#12828) 2023-09-22 09:35:07 +02:00
TrueCharts Bot cbba2cf834
chore(deps): update immich to v1.79.1 (patch) (#12827) 2023-09-22 08:40:22 +02:00
TrueCharts Bot 6953978a15
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12826) 2023-09-22 08:37:20 +02:00
TrueCharts Bot e0f24da156
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12825) 2023-09-22 07:36:54 +02:00
TrueCharts Bot c7e1ddcfb1
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12824) 2023-09-22 05:35:51 +02:00
TrueCharts Bot 490e837549
chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12823) 2023-09-22 04:39:31 +02:00
TrueCharts Bot 4764fd56d1
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.7 (#12821) 2023-09-22 02:54:17 +02:00
TrueCharts Bot 61f6662095
chore(deps): update container image tccr.io/truecharts/minio to latest (#12820) 2023-09-22 02:52:11 +02:00