Commit Graph

19315 Commits

Author SHA1 Message Date
TrueCharts Bot 33d67ef82a
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11717) 2023-08-19 21:35:01 +02:00
TrueCharts Bot d38fc7537d
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11716) 2023-08-19 21:33:27 +02:00
TrueCharts Bot ab96910fde
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11715) 2023-08-19 20:34:07 +02:00
StevenMcElligott 45ef1cafb8
docs(lldap): Fix upstream link (#11701)
**Description**

Pulling in the fix from @depasseg on the `/website` repo
⚒️ 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-08-19 20:07:03 +02:00
TrueCharts Bot c90bf19dfe
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11714) 2023-08-19 19:38:25 +02:00
TrueCharts Bot 79380881b6
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11713) 2023-08-19 19:36:58 +02:00
TrueCharts Bot 1cff92c891
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11712) 2023-08-19 18:37:36 +02:00
allcontributors[bot] fdd6af406d
docs: add K1Hyve as a contributor for code (#11711)
Adds @K1Hyve as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11709#issuecomment-1685030464)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-19 19:18:44 +03:00
Keyvan 83a4d9d2c7
fix(pialert): fix mqtt connection (#11709)
**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 typo in MQTT connection 
⚒️ 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: Keyvan <53298451+K1Hyve@users.noreply.github.com>
2023-08-19 18:38:32 +03:00
TrueCharts Bot 6c7b81e49f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11710) 2023-08-19 17:35:25 +02:00
TrueCharts Bot 927822bd71
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11708) 2023-08-19 16:34:43 +02:00
TrueCharts Bot 5a2b676d07
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#11707) 2023-08-19 16:34:30 +02:00
kqmaverick fc6b5b860c
fix(satisfactory): add tmp dumps (#11704)
**Description**
Adds /tmp/dumps as predefined emptydir.

⚒️ Fixes  #

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

**📃 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-08-19 16:59:42 +03:00
TrueCharts Bot 505547ceed
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11703) 2023-08-19 15:36:41 +02:00
TrueCharts Bot 16face40b8
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11702) 2023-08-19 15:36:22 +02:00
TrueCharts Bot 82f942f68e
chore(deps): update webtop (#11700) 2023-08-19 14:34:48 +02:00
TrueCharts Bot 0b9605179c
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.0 (#11699) 2023-08-19 11:39:01 +02:00
Xstar97TheNoob 1a82032819
fix(gamevault-backend) fix the gui options. (#11662)
**Description**
top level section and separate section for custom variables.
⚒️ 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)
- [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-08-19 11:03:55 +02:00
TrueCharts Bot a2f8abb004
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11698) 2023-08-19 10:34:28 +02:00
Ben Kochie fa62a54fba
fix(prometheus): Fix remoteWrite rendering (#11659)
**Description**
Replace old common render with `toYaml` syntax.

⚒️ 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: SuperQ <superq@gmail.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-19 11:01:35 +03:00
TrueCharts Bot b73d63e288
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#11697) 2023-08-19 09:36:50 +02:00
TrueCharts Bot 1cae9bfca7
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11695) 2023-08-19 08:37:19 +02:00
TrueCharts Bot 5eb0f0f8ab
chore(deps): update webtop (#11696) 2023-08-19 08:33:30 +02:00
TrueCharts Bot 3e4c238ed5
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11694) 2023-08-19 07:37:42 +02:00
TrueCharts Bot a2f1431c1d
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.23.0 (#11693) 2023-08-19 06:36:51 +02:00
TrueCharts Bot 31f00c1e15
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#11692) 2023-08-19 06:35:29 +02:00
TrueCharts Bot 2e9852fd79
chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.3.0 (#11691) 2023-08-19 05:37:33 +02:00
TrueCharts Bot 92b23e942c
chore(deps): update webtop (#11690) 2023-08-19 05:34:05 +02:00
TrueCharts Bot f299be3307
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11688) 2023-08-19 04:37:02 +02:00
TrueCharts Bot 974a72db40
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#11689) 2023-08-19 04:35:14 +02:00
TrueCharts Bot 8c1cda9d9e
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#11686) 2023-08-19 03:48:48 +02:00
TrueCharts Bot 07e0be251b
chore(deps): update helm chart common to 14.0.3 (#11633) 2023-08-19 02:52:56 +02:00
TrueCharts Bot af37ba9acd
chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.0 (#11685) 2023-08-19 02:52:19 +02:00
TrueCharts Bot 675f025530
chore(deps): update rdesktop (#11684) 2023-08-19 02:47:47 +02:00
TrueCharts Bot 8c64e7a643
chore(deps): update container image tccr.io/truecharts/outline to v0.71.0 (#11682) 2023-08-19 01:38:20 +02:00
TrueCharts Bot f2a2ef8735
chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11683) 2023-08-19 01:36:38 +02:00
TrueCharts Bot 5f4b5fb271
chore(deps): update container image tccr.io/truecharts/ntfy to v2.7.0 (#11681) 2023-08-19 00:36:57 +02:00
TrueCharts Bot e014790775
chore(deps): update rdesktop (#11680) 2023-08-19 00:32:26 +02:00
TrueCharts Bot d7b05cd37c
chore(deps): update container image tccr.io/truecharts/esphome to v2023.8.1 (#11678) 2023-08-18 23:39:28 +02:00
TrueCharts Bot bf3a8633d9
chore(deps): update container image tccr.io/truecharts/n8n to v1.3.1 (#11679) 2023-08-18 23:38:38 +02:00
TrueCharts Bot 412b3593fb
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11676) 2023-08-18 22:35:39 +02:00
TrueCharts Bot 15467571e8
chore(deps): update container image tccr.io/truecharts/ipfs to v0.22.0 (#11675) 2023-08-18 22:35:36 +02:00
TrueCharts Bot f8c4c60d0a
chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#11674) 2023-08-18 21:43:18 +02:00
TrueCharts Bot bc5aa8384f
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11673) 2023-08-18 21:38:13 +02:00
TrueCharts Bot fc4c0d280a
chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.1 (#11672) 2023-08-18 20:37:56 +02:00
TrueCharts Bot 4d7e3ee050
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11671) 2023-08-18 20:37:32 +02:00
TrueCharts Bot 432969b7c2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11578) 2023-08-18 20:37:03 +02:00
TrueCharts Bot 4069d5f0e3
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.5 (#11670) 2023-08-18 19:37:45 +02:00
TrueCharts Bot aa66e906e8
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.0 (#11669) 2023-08-18 19:36:26 +02:00
TrueCharts Bot 1011abcba5
chore(deps): update container image tccr.io/truecharts/n8n to v1.2.2 (#11668) 2023-08-18 18:40:33 +02:00