Commit Graph

17560 Commits

Author SHA1 Message Date
TrueCharts Bot
227bb57027 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#9865) rdesktop-4.0.63 2023-06-24 05:00:39 +02:00
TrueCharts Bot
f55eada90d chore(deps): update rdesktop (#9864) rdesktop-4.0.62 2023-06-24 04:01:22 +02:00
TrueCharts Bot
5c37af22d1 chore(deps): update rdesktop (#9862) rdesktop-4.0.61 2023-06-24 02:52:49 +02:00
StevenMcElligott
2fbadb0bc9 feat(Frigate): Update to 0.12.1 (#9861)
**Description**

Bot has been stuck, let's update this before we move 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:**

- [ ] ⚖️ 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._
frigate-9.0.4
2023-06-23 20:41:58 -04:00
TrueCharts Bot
195755756d chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#9860) beets-7.0.30 2023-06-23 22:34:42 +02:00
TrueCharts Bot
31ac7b9ffe chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#9858) reg-9.0.26 2023-06-23 20:36:49 +02:00
TrueCharts Bot
235b2faf9c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#9853) nextcloud-21.0.2 2023-06-23 16:43:52 +02:00
TrueCharts Bot
78137cfabd chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9851) libremdb-2.0.39 2023-06-23 15:41:04 +02:00
TrueCharts Bot
459118878e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9852) rsshub-7.0.62 2023-06-23 15:38:55 +02:00
TrueCharts Bot
742a3ac80a chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9850) wordpress-2.0.25 2023-06-23 12:38:42 +02:00
TrueCharts Bot
e70e1c2320 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9849) rsshub-7.0.61 2023-06-23 11:36:28 +02:00
TrueCharts Bot
6e1177e968 chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9846) prometheus-9.0.25 2023-06-23 09:38:51 +02:00
nautilus7
ae24d09406 Update some links in the docs (#9839)
**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
- [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-06-23 08:53:11 +02:00
Todd Radel
c794daa76c node-exporter: move hierarchical mounts to top level (#9818)
**Description**
Node exporter fails to start, apparently because it cannot create
additional mountpoints under `/host`. This PR changes the mount points
as follows:
* `procfs` changes from `/host/proc` to `/hostproc`.
* `sysfs` changes from `/host/sys` to `/hostsys`.
⚒️ Fixes  #9817 

**⚙️ 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?**
Removed node-exporter and redeployed it with these changes. Node
exporter starts as expected.

**📃 Notes:**
None.

**✔️ 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._

---------

Signed-off-by: Todd Radel <todd@radel.us>
2023-06-23 08:52:58 +02:00
TrueCharts Bot
b5323144a4 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#9845) mylar-9.0.29 2023-06-23 07:38:31 +02:00
TrueCharts Bot
724a5b7733 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#9844) znc-5.0.27 2023-06-23 06:34:50 +02:00
TrueCharts Bot
3f902afd98 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9843) prusaslicer-novnc-4.0.30 2023-06-23 05:45:47 +02:00
TrueCharts Bot
53097d9481 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9842) 2023-06-23 05:44:48 +02:00
TrueCharts-Bot
d260c14ba5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-23 00:30:15 +00:00
TrueCharts Bot
6ac108d1e5 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9840) libremdb-2.0.38 2023-06-23 01:36:47 +02:00
TrueCharts Bot
1feab22f75 chore(deps): update container image tccr.io/truecharts/invidious to latest (#9838) invidious-5.0.10 2023-06-23 00:42:49 +02:00
TrueCharts Bot
6ae54aeb21 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#9837) hedgedoc-8.0.26 2023-06-23 00:42:15 +02:00
TrueCharts Bot
49c0244b5b chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#9836) openspeedtest-4.0.23 2023-06-22 23:34:37 +02:00
TrueCharts Bot
1b1544faa6 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v (#9833) nextcloud-21.0.1 2023-06-22 22:40:41 +02:00
Stavros Kois
9f450d601a feat(nextcloud): move to stable (#9832)
**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**

- [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:**

- [ ] ⚖️ 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._
nextcloud-21.0.0
2023-06-22 22:29:25 +03:00
kqmaverick
7512cd1a38 docs(nextcloud): migration guide (#9768)
**Description**
Migration guide for new Nextcloud. Please provide any inputs. A demo can
be seen at https://docs.kqmav.com/docs/nc-migration/migration-guide

⚒️ 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?**
Tested a few times, my nextcloud install is very basic though.

**📃 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._

---------

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-06-22 21:39:43 +03:00
TrueCharts Bot
1ce8037d25 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9830) rsshub-7.0.60 2023-06-22 19:34:06 +02:00
TrueCharts Bot
bb60518524 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.16 (#9829) medusa-6.0.28 2023-06-22 18:39:45 +02:00
TrueCharts Bot
47a5b4784d chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9828) 2023-06-22 18:38:27 +02:00
TrueCharts Bot
6861f11563 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9827) rsshub-7.0.59 2023-06-22 16:35:03 +02:00
TrueCharts Bot
34cca9a548 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.5.30 (#9825) sickchill-6.0.27 2023-06-22 09:37:15 +02:00
TrueCharts Bot
0781d073f6 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#9826) snapdrop-5.0.27 2023-06-22 09:37:03 +02:00
TrueCharts Bot
9580133155 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#9824) rsnapshot-5.0.24 2023-06-22 07:37:53 +02:00
TrueCharts Bot
04362baaf5 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#9823) docker-compose-6.0.21 2023-06-22 04:06:44 +02:00
TrueCharts-Bot
840a48d123 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-22 00:27:17 +00:00
TrueCharts Bot
dcd4a22b54 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9822) littlelink-9.0.38 2023-06-22 01:35:00 +02:00
TrueCharts Bot
0fd5554945 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9821) prusaslicer-novnc-4.0.29 2023-06-22 00:33:44 +02:00
TrueCharts Bot
2cece4de20 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9820) 2023-06-22 00:32:36 +02:00
TrueCharts Bot
e1756169a6 chore(deps): update helm general non-major (#9787) tailscale-4.0.31 2023-06-22 00:31:55 +02:00
TrueCharts Bot
eeb3c72860 chore(deps): update container image tailscale/tailscale to v1.44.0 (#9819) tailscale-4.0.30 2023-06-21 23:40:01 +02:00
Stavros Kois
4f579630de fix(nextcloud): fix ingress path injection (#9815)
**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._
nextcloud-20.1.2
2023-06-21 23:01:21 +03:00
TrueCharts Bot
97acc47486 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9814) rsshub-7.0.58 2023-06-21 20:42:55 +02:00
TrueCharts Bot
ecb8c942c0 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9812) 2023-06-21 19:35:13 +02:00
TrueCharts Bot
e1a35d2ac2 chore(deps): update container image tccr.io/truecharts/grafana to v9.5.3 (#9811) grafana-7.0.54 2023-06-21 19:34:27 +02:00
TrueCharts Bot
331dc86af5 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#9810) booksonic-air-9.0.26 2023-06-21 17:36:27 +02:00
TrueCharts Bot
22b1f292c6 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9809) wordpress-2.0.24 2023-06-21 16:37:40 +02:00
TrueCharts Bot
c278ab1814 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9808) rsshub-7.0.57 2023-06-21 16:36:49 +02:00
TrueCharts Bot
7210619a2c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9807) rsshub-7.0.56 2023-06-21 13:35:45 +02:00
TrueCharts Bot
e89abe9bb1 chore(deps): update webtop (#9806) webtop-5.0.49 2023-06-21 11:39:26 +02:00
TrueCharts Bot
f07080f56b chore(deps): update webtop (#9805) webtop-5.0.48 2023-06-21 10:32:56 +02:00