Commit Graph

8121 Commits

Author SHA1 Message Date
TrueCharts Bot db05ff9036
chore(deps): update container image tccr.io/truecharts/ariang to v1.3.6 (#9249) 2023-05-29 06:42:03 +02:00
TrueCharts Bot a18e341e2c
chore(deps): update container image tccr.io/truecharts/qbitmanage to v3.6.3 (#9250) 2023-05-29 06:36:03 +02:00
TrueCharts Bot ed6b50c5b7
chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.29 (#9247) 2023-05-29 05:41:55 +02:00
TrueCharts Bot f37a72a948
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.5.1.3422 (#9248) 2023-05-29 05:34:04 +02:00
TrueCharts Bot 46fb7a0cc6
chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.18.3 (#9246) 2023-05-29 04:53:01 +02:00
TrueCharts Bot a42978a20f
chore(deps): update container image tccr.io/truecharts/plex to v1.32.2.7100 (#9245) 2023-05-29 04:52:44 +02:00
TrueCharts Bot cdc02ab699
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.16 (#9243) 2023-05-29 04:03:27 +02:00
TrueCharts Bot 2420676f2a
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.78.2 (#9244) 2023-05-29 04:02:22 +02:00
TrueCharts Bot a27f28fc24
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.21 (#9241) 2023-05-29 03:02:17 +02:00
TrueCharts Bot c1b96dcc77
chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.2.3242 (#9242) 2023-05-29 02:58:32 +02:00
TrueCharts Bot 87c9063e91
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.5.4 (#9239) 2023-05-29 01:44:40 +02:00
TrueCharts Bot b38add0152
chore(deps): update container image tccr.io/truecharts/homarr to v0.12.2 (#9238) 2023-05-29 01:42:56 +02:00
TrueCharts Bot 2bdc1973bc
chore(deps): update container image tccr.io/truecharts/guacamole-server to v1.5.2 (#9236) 2023-05-29 00:36:20 +02:00
TrueCharts Bot 8cf6e84090
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.11 (#9235) 2023-05-29 00:36:14 +02:00
TrueCharts Bot d17a34ab33
chore(deps): update container image tccr.io/truecharts/drawio to v21.3.5 (#9231) 2023-05-28 22:37:16 +02:00
TrueCharts Bot 749c6ec4d5
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230525 (#9230) 2023-05-28 22:37:06 +02:00
TrueCharts Bot 4a2311e4d5
chore(deps): update container image tccr.io/truecharts/baserow to v1.17.2 (#9226) 2023-05-28 21:39:35 +02:00
TrueCharts Bot 20da2f97cb
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.2.2 (#9227) 2023-05-28 21:39:04 +02:00
Stavros Kois 421a2f5896
fix(ci): quote modified charts list (#9228)
**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._
2023-05-28 22:36:35 +03:00
TrueCharts Bot cdd4d042f0
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#9223) 2023-05-28 20:41:41 +02:00
TrueCharts Bot d07a98fad6
chore(deps): update container image tccr.io/truecharts/sickgear to latest (#9224) 2023-05-28 20:40:28 +02:00
Michael Schnerring ce3f2c156d
Fix boolean `show_if` conditionals (#9218)
**Description**

Some of the WebUI `show_if` conditionals were broken due to comparing
boolean values with string values.

⚒️ 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._
2023-05-28 21:35:27 +03:00
Kjeld Schouten e77a030051
fix(ci): find way to detect changed once (#9220)
**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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 19:28:55 +02:00
TrueCharts Bot 39a90b1aad
chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9215) 2023-05-28 13:50:15 +02:00
TrueCharts Bot 87b3ccc4c4
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#9204) 2023-05-28 13:50:03 +02:00
TrueCharts Bot 707d2974ec
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9214) 2023-05-28 13:49:46 +02:00
TrueCharts Bot 965dd9b75c
chore(deps): update container image tccr.io/truecharts/duckdns to latest (#9205) 2023-05-28 13:48:54 +02:00
TrueCharts Bot 857633b30a
chore(deps): update container image tccr.io/truecharts/grav to v1.7.41 (#9207) 2023-05-28 13:48:30 +02:00
TrueCharts Bot a3f311f6db
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9212) 2023-05-28 13:47:56 +02:00
TrueCharts Bot 403af32365
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9208) 2023-05-28 13:47:32 +02:00
Kjeld Schouten de12a7e49a
feat: hide advanced ingress options behind checbox (#9203)
**Description**
The `ingressclassname` `entrypoint` and `tls` sections should only be
used in very specific usecases.

IngressClass: Only when having multiple ingress providers
Entrypoint: only when having multiple traefik entrypoints
tls: only when not using the clusterissuer setting on ingresslevel or
using scale certs which are deprecated.

fixes: #9142

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [ ] ⚖️ 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-05-28 12:32:51 +02:00
kqmaverick 9163cc8c7d
Updated QBit Guide (#9199)
**Description**
Updated Qbittorrent Install Guide to reflect all recent changes.

⚒️ 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?**
<!--
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:**

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

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-27 23:08:51 +03:00
TrueCharts Bot 949787d0f9
chore(deps): update helm general non-major (#9197)
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 |
`12.10.2` -> `12.10.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.33` ->
`7.0.34` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.10.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.4)

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.34`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.34)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.33...mariadb-7.0.34)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-27 18:17:59 +02:00
TrueCharts Bot 3e0f04c908
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#9189) 2023-05-27 15:55:58 +02:00
TrueCharts Bot 73561015cb
chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#9191) 2023-05-27 15:55:07 +02:00
TrueCharts Bot b1c9407376
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#9188) 2023-05-27 15:54:58 +02:00
TrueCharts Bot 74b7746208
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9190) 2023-05-27 15:54:04 +02:00
TrueCharts Bot c7664cd0b4
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9193) 2023-05-27 15:53:44 +02:00
TrueCharts Bot 2329f169cb
chore(deps): update rdesktop (#9194) 2023-05-27 15:51:20 +02:00
TrueCharts Bot 9c0780d572
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#9178) 2023-05-26 10:46:45 +02:00
TrueCharts Bot 740655af72
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9176) 2023-05-26 10:46:19 +02:00
TrueCharts Bot 3ad8048399
chore(deps): update container image tccr.io/truecharts/papermerge to v2.1.9 (#8636) 2023-05-26 10:46:14 +02:00
TrueCharts Bot fd81c3e8cf
chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.1 (#9177) 2023-05-26 10:45:44 +02:00
TrueCharts Bot 86ac61f03e
chore(deps): update rdesktop (#9179) 2023-05-26 10:44:27 +02:00
TrueCharts Bot ec15afb3e9
chore(deps): update webtop (#9180) 2023-05-26 10:43:39 +02:00
TrueCharts Bot e0b0c651cd
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.29 (#8431) 2023-05-26 10:18:34 +02:00
TrueCharts Bot dd0f4b6282
chore(deps): update container image tccr.io/truecharts/verysync to 2.16.0 (#8413) 2023-05-26 10:17:24 +02:00
Kjeld Schouten 957330a776
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 10:02:14 +02:00
Kjeld Schouten cbf9bc4c13
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:55:12 +02:00
Kjeld Schouten 7c0610e9da
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:51:32 +02:00