Commit Graph

14800 Commits

Author SHA1 Message Date
TrueCharts Bot 50b89471fb
chore(deps): update helm general non-major (#10721) 2023-07-22 18:47:42 +02:00
Xstar97TheNoob 630d4abb5a
feat(sonarr) allow the user to disable exportarr (#10743)
**Description**
Give the user the ability to disable exportarr by disabling metrics
itself
⚒️ 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
- [ ] 📄 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-07-22 19:44:47 +03:00
TrueCharts Bot a70407d2ec
chore(deps): update container image tccr.io/truecharts/anonaddy to v0.14.1 (#10749) 2023-07-22 18:35:37 +02:00
TrueCharts Bot 413762dc49
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10750) 2023-07-22 18:33:45 +02:00
Ethan Leisinger 259b791af3
fix(nextcloud): make previews.max_allowed_resolution string type (#10748)
**Description**
I see an error when upgrading nextcloud instance: `[EINVAL]
values.nextcloud.previews.max_allowed_resolution: Not an integer`
⚒️ 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?**
I have not personally tested this because testing would be more complex
than warrented for the fix IMO

**📃 Notes:**
The options I saw for this fix were:

1. Update default value to `18`
2. Update type to `string`

I selected option 2 because the `imaginary` repo specifies `18.0` as the
default.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ 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-07-22 15:24:22 +00:00
TrueCharts Bot fb8be03f4d
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20230721 (#10747) 2023-07-22 16:34:50 +02:00
TrueCharts Bot f863f63d0f
chore(deps): update container image tccr.io/truecharts/code-server to v4.15.0 (#10746) 2023-07-22 16:32:50 +02:00
TrueCharts Bot 10358a7063
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.20 (#10744) 2023-07-22 15:44:14 +02:00
TrueCharts Bot 6cbc5ef7da
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.1 (#10745) 2023-07-22 15:39:15 +02:00
TrueCharts Bot d906e3c1a3
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.10 (#10741) 2023-07-22 14:37:42 +02:00
TrueCharts Bot 97f9b89917
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.3 (#10742) 2023-07-22 14:37:26 +02:00
Andy 5f21f72b36
feat(joplin-server): Migrate to new common (#9564)
**Description**
Migrate joplin-server to new common based on the changes in
https://github.com/truecharts/charts/pull/7913/files
⚒️ 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?**


**📃 Notes:**

**✔️ 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
- [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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-22 15:14:27 +03:00
Xstar97TheNoob 9eb2ff1ed9
migrate(mealie) migrate to new common (#10104)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 15:14:12 +03:00
TrueCharts Bot d0ccf52d2e
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10739) 2023-07-22 13:36:26 +02:00
TrueCharts Bot d058865839
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.118.0 (#10740) 2023-07-22 13:35:02 +02:00
Stavros Kois 76cfb63c3c
bump common and redis on migrated incubator apps (#10738)
**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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 14:08:13 +03:00
TrueCharts Bot 2d51598cf2
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#10694) 2023-07-22 12:44:24 +02:00
TrueCharts Bot 27643fb133
chore(deps): update container image tccr.io/truecharts/minio to latest (#10736) 2023-07-22 12:37:19 +02:00
TrueCharts Bot 5c49533724
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10737) 2023-07-22 12:36:31 +02:00
Xstar97TheNoob 2fc740b91a
WIP migrate(misskey) migrate to new common **BREAKING CHANGES** (#10285)
**Description**
Migrate app to new common and update container to latest version.

⚒️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-22 12:58:36 +03:00
TrueCharts Bot 6592e81a22
chore(deps): update container image tccr.io/truecharts/collabora to v23.05.1.3.1 (#10213) 2023-07-22 11:34:29 +02:00
TrueCharts Bot c8a52e1ed3
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10735) 2023-07-22 11:29:01 +02:00
TrueCharts Bot ae0fd4bd43
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10734) 2023-07-22 11:28:42 +02:00
Xstar97TheNoob b39dbca53a
fix(flaresolverr) fix some variables in questions (#10719)
**Description**
Fix some gui options to have default 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:**
Should fix the issue where users had to reinstall.

**✔️ 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-07-22 12:24:54 +03:00
waflint bf0cda4cb2
fix(komga) update internal ports for 1.x (#10703)
**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.
-->

updates internal port from `8080` to `25600` per [breaking changes
note](https://komga.org/blog/prepare-v1/#breaking-changes) on Komga's
1.x announcement

submitting as a fix for blocked PR
[10330](https://github.com/truecharts/charts/pull/10330) based on
recommendation from the truecharts discord

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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
- [ ] ⬆️ 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: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: waflint <94139453+waflint@users.noreply.github.com>
Co-authored-by: TrueCharts-Admin <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 11:52:26 +03:00
TrueCharts Bot f744b43342
chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10733) 2023-07-22 10:34:27 +02:00
Stavros Kois ebd58f8a2f
fix(homebox): ints must be quoted in CMs/Secrets. (#10732)
**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  #10391

**⚙️ 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-07-22 11:10:38 +03:00
Stavros Kois c8b515cd42
feat(nextcloud): allow setting imaginary max allowed resolution (#10731)
**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  #10393 

**⚙️ 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
- [x] #️⃣ 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-07-22 11:02:21 +03:00
TrueCharts Bot 12f49df34a
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10730) 2023-07-22 09:37:32 +02:00
TrueCharts Bot f86640ad66
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10729) 2023-07-22 09:36:28 +02:00
TrueCharts Bot 169f65ff34
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10728) 2023-07-22 07:34:56 +02:00
TrueCharts Bot f3117e3410
chore(deps): update container image tccr.io/truecharts/anonaddy to v0.14.1 (#10726) 2023-07-22 06:37:28 +02:00
TrueCharts Bot 44c3cd708d
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10727) 2023-07-22 06:34:52 +02:00
TrueCharts Bot 79ec3a9d7a
chore(deps): update rdesktop (#10725) 2023-07-22 04:42:43 +02:00
TrueCharts Bot 165dd30a3c
chore(deps): update rdesktop (#10724) 2023-07-22 02:54:39 +02:00
TrueCharts Bot ff8fd29186
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#10723) 2023-07-22 01:33:42 +02:00
TrueCharts Bot 1ab9d1d257
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10720) 2023-07-22 00:32:19 +02:00
Xstar97TheNoob 28040a022f
feat(prowlarr) add exportarr sidecar to prowlarr (#10718)
**Description**
Add exportarr sidecar to prowlarr

⚒️ 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
- [ ] 📄 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-07-21 23:14:23 +02:00
Xstar97TheNoob f45ff2940f
feat(lidarr) add exportarr sidecar to lidarr (#10717)
**Description**
Add exportarr metrics sidecarr to lidarr
⚒️ 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
- [ ] 📄 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-07-21 23:03:27 +02:00
Xstar97TheNoob 94df0cd8c1
feat(readarr) add exportarr sidecar to readarr (#10716)
**Description**
Add exportarr metrics sidecar to readarr
⚒️ 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
- [ ] 📄 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-07-21 23:03:07 +02:00
Xstar97TheNoob bc0a19040a
fix(sonarr) metrics endpoints port service (#10715)
**Description**
Fix sonarr's metrics endpoint port to match the correct service port.

⚒️ 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-07-21 23:02:59 +02:00
Xstar97TheNoob c7ae816b8d
feat(radarr) add exportarr sidecar to radarr (#10714)
**Description**
Add exportarr metrics sidecar

⚒️ 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
- [ ] 📄 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-07-21 23:02:47 +02:00
TrueCharts Bot 27134cbbf5
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10713) 2023-07-21 22:37:03 +02:00
TrueCharts Bot ab663eb438
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10712) 2023-07-21 21:37:51 +02:00
Xstar97TheNoob 9fd5a71eee
feat(sonarr) add exportarr sidecar to sonarr (#10354)
**Description**
Add exportarr sidecar to sonarr
⚒️ 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
- [ ] 📄 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>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-21 21:32:53 +02:00
TrueCharts Bot f9e9e3c9ae
chore(deps): update immich to v1.68.0 (minor) (#10711) 2023-07-21 20:42:13 +02:00
TrueCharts Bot 28fd85c171
chore(deps): update container image tccr.io/truecharts/muse to v2.4.0 (#10710) 2023-07-21 20:36:20 +02:00
TrueCharts Bot c9626eeab6
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.7 (#10708) 2023-07-21 19:34:57 +02:00
TrueCharts Bot b9a2fdfba8
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.0 (#10709) 2023-07-21 19:34:18 +02:00
TrueCharts Bot 58f4f31efc
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.19 (#10707) 2023-07-21 18:41:41 +02:00
TrueCharts Bot d976a6f5df
chore(deps): update container image tccr.io/truecharts/plex to v1.32.5.7328 (#10706) 2023-07-21 18:40:13 +02:00
TrueCharts Bot 079ad51b86
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.23 (#10704) 2023-07-21 17:35:15 +02:00
TrueCharts Bot 6555a06982
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.7.0 (#10705) 2023-07-21 17:35:09 +02:00
TrueCharts Bot 9b815b8360
chore(deps): update helm general non-major (#10666) 2023-07-21 16:43:04 +02:00
TrueCharts Bot c697749e91
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10701) 2023-07-21 16:37:58 +02:00
TrueCharts Bot 1c61229789
chore(deps): update container image tccr.io/truecharts/drawio to v21.6.5 (#10702) 2023-07-21 16:37:24 +02:00
TrueCharts Bot f6d171643d
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230720 (#10700) 2023-07-21 14:42:14 +02:00
TrueCharts Bot db57f565c1
chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.1.3 (#10699) 2023-07-21 14:40:06 +02:00
kqmaverick b0706c59ce
docs(clusterissuer): add cert-manager (#10681)
**Description**
Adds guidance on cert-manager and prometheus operators.

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

**📃 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._
2023-07-21 14:24:58 +02:00
TrueCharts Bot 71422b2f51
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.3 (#10697) 2023-07-21 13:36:24 +02:00
TrueCharts Bot f5cf0b6096
chore(deps): update container image tccr.io/truecharts/baserow to v1.19.1 (#10698) 2023-07-21 13:35:26 +02:00
TrueCharts Bot 87ad5b9937
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10696) 2023-07-21 12:37:30 +02:00
TrueCharts Bot bdf278f6be
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10695) 2023-07-21 12:36:10 +02:00
TrueCharts Bot 93da4a3aaa
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10693) 2023-07-21 11:36:29 +02:00
TrueCharts Bot 438343e03e
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10692) 2023-07-21 10:34:26 +02:00
TrueCharts Bot 1cad1cd99b
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10691) 2023-07-21 09:38:37 +02:00
TrueCharts Bot 3ea2e0cd0f
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10690) 2023-07-21 08:33:20 +02:00
TrueCharts Bot cb4f2e69ce
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10689) 2023-07-21 06:36:46 +02:00
TrueCharts Bot 01ffb9f4e2
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10687) 2023-07-21 04:48:46 +02:00
TrueCharts Bot 45ccffd9e3
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10688) 2023-07-21 04:47:37 +02:00
TrueCharts Bot 2ab0e3df23
chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10684) 2023-07-21 04:02:37 +02:00
TrueCharts Bot 5a2e4ebf2c
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10685) 2023-07-21 04:02:01 +02:00
TrueCharts Bot a5e6017aba
chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10683) 2023-07-21 02:59:53 +02:00
TrueCharts Bot 18f6a8e960
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10682) 2023-07-21 02:57:55 +02:00
TrueCharts Bot a2dcf13812
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10680) 2023-07-21 00:38:09 +02:00
TrueCharts Bot 8429a95e0a
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10679) 2023-07-21 00:37:50 +02:00
TrueCharts Bot 4a197b7d55
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10678) 2023-07-20 23:39:20 +02:00
TrueCharts Bot c199be7bb2
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10677) 2023-07-20 22:37:54 +02:00
TrueCharts Bot d4a848eaf0
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10675) 2023-07-20 21:32:56 +02:00
TrueCharts Bot 22c97883ca
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10676) 2023-07-20 21:31:47 +02:00
TrueCharts Bot 02cdde7fd8
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10674) 2023-07-20 20:35:08 +02:00
TrueCharts Bot c726a19527
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10672) 2023-07-20 19:36:13 +02:00
TrueCharts Bot f5a1f7f2e0
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10671) 2023-07-20 18:36:01 +02:00
TrueCharts Bot f397ade023
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#10670) 2023-07-20 17:35:32 +02:00
TrueCharts Bot 9e9b8fbac6
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10669) 2023-07-20 15:40:03 +02:00
TrueCharts Bot e1f288fd5f
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.2 (#10667) 2023-07-20 10:48:58 +02:00
TrueCharts Bot 9c5810f60c
chore(deps): update container image tccr.io/truecharts/minecraft-bedrock to v2023.7.1 (#10668) 2023-07-20 10:46:48 +02:00
TrueCharts Bot 194da5fd38
chore(deps): update container image tccr.io/truecharts/photoprism to v230719 (#10660) 2023-07-20 10:41:16 +02:00
TrueCharts Bot 8e1afdda35
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.0 (#10665) 2023-07-20 10:40:06 +02:00
TrueCharts Bot 429e0c208f
chore(deps): update container image tccr.io/truecharts/baserow to v1.19.0 (#10654) 2023-07-20 10:40:03 +02:00
TrueCharts Bot 83ccb14624
chore(deps): update container image tccr.io/truecharts/rss-bridge to v2023-07 (#10662) 2023-07-20 10:39:24 +02:00
TrueCharts Bot 16c2e069ef
chore(deps): update container image tccr.io/truecharts/esphome to v2023.7.0 (#10657) 2023-07-20 10:39:20 +02:00
TrueCharts Bot 1032625309
chore(deps): update container image tccr.io/truecharts/netdata to v1.41.0 (#10659) 2023-07-20 10:39:05 +02:00
TrueCharts Bot 47927eafe9
chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.5.0 (#10661) 2023-07-20 10:38:59 +02:00
TrueCharts Bot e91ea1dc96
chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly (#10489) 2023-07-20 10:38:34 +02:00
TrueCharts Bot 410b0cb3b9
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.4.1 (#10656) 2023-07-20 10:38:30 +02:00
TrueCharts Bot 47eb2f62dd
chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.2 (#10663) 2023-07-20 10:38:01 +02:00
TrueCharts Bot a96cecc68b
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10655) 2023-07-20 10:37:54 +02:00
TrueCharts Bot 1aab353c9c
chore(deps): update container image tccr.io/truecharts/alist to v3.22.1 (#10653) 2023-07-20 10:37:49 +02:00
TrueCharts Bot 76dc32c7fb
chore(deps): update container image tccr.io/truecharts/mediainfo to v23.07.1 (#10658) 2023-07-20 10:37:26 +02:00
TrueCharts Bot ec9f7b71e5
chore(deps): update container image tccr.io/truecharts/invidious to latest (#10650) 2023-07-20 10:37:19 +02:00
TrueCharts Bot 4cf33efbd8
chore(deps): update container image tccr.io/truecharts/whoami to v1.10.1 (#10664) 2023-07-20 10:37:07 +02:00
TrueCharts Bot 971e4b422b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10651) 2023-07-20 10:36:58 +02:00
TrueCharts Bot 97d2d9a76b
chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.7.20 (#10652) 2023-07-20 10:36:52 +02:00
TrueCharts Bot 89d3611c35
chore(deps): update container image tccr.io/truecharts/impostor-server to v1.8.4 (#10582) 2023-07-20 10:35:36 +02:00
TrueCharts Bot ff8c98220f
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10649) 2023-07-20 09:36:38 +02:00
Xstar97TheNoob fa20813cf1
chore(transmission) make service port configurable + housekeeping + update 4.0.3 (#10343)
**Description**
Make the service port configurable and housekeeping for questions.yaml

Update version to 4.0.3

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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.

- [X] 🪞 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-07-20 09:35:59 +02:00
TrueCharts Bot e935b90b43
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10648) 2023-07-20 09:34:50 +02:00
Xstar97TheNoob 2db10c41a0
migrate(megasync) migrate megasync to common **BREAKING CHANGES** (#10623)
**Description**
Migrate megasync to new common
⚒️ 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-07-20 09:25:26 +02:00
Xstar97TheNoob 2469226203
fix(flaresolverr) disable portal, make service configurable, add gui options. (#10614)
**Description**
Disabled portal
make the service configurable 
and added gui options to manage the app.

⚒️ 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-07-20 09:24:32 +02:00
TrueCharts Bot 0457e3416b
chore(deps): update helm chart common to 13.2.0 (#10499)
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)) | major |
`12.15.0` -> `13.2.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0)

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

Function library for TrueCharts

###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3)

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

Function library for TrueCharts

###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2)

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

Function library for TrueCharts

###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0)

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

Function library for TrueCharts

###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1)

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

Function library for TrueCharts

###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0)

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-20 09:23:29 +02:00
Kjeld Schouten 8cdb207a1a fix(clusterissuer): actually verify operator presence 2023-07-20 09:19:58 +02:00
TrueCharts Bot c6c11e7cb2
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.18 (#10646) 2023-07-20 08:38:59 +02:00
TrueCharts Bot c0eb458f43
chore(deps): update container image tccr.io/truecharts/soft-serve to v0.5.5 (#10647) 2023-07-20 08:38:45 +02:00
TrueCharts Bot 675e08ec34
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10644) 2023-07-20 07:33:25 +02:00
TrueCharts Bot 22d8241748
chore(deps): update container image tccr.io/truecharts/picoshare to v1.3.6 (#10645) 2023-07-20 07:32:40 +02:00
TrueCharts Bot 2fb7ca9487
chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.2 (#10643) 2023-07-20 06:36:38 +02:00
TrueCharts Bot 29c56e910b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10642) 2023-07-20 06:35:38 +02:00
TrueCharts Bot 2d3ebf5b40
chore(deps): update helm general non-major (#10613) 2023-07-20 06:08:52 +02:00
TrueCharts Bot 9035179878
chore(deps): update container image tccr.io/truecharts/n8n to v1.0.4 (#10641) 2023-07-20 05:36:40 +02:00
TrueCharts Bot fcaeb2c48e
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#10640) 2023-07-20 05:36:32 +02:00
TrueCharts Bot ba2be290b7
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.6.0 (#10638) 2023-07-20 04:51:41 +02:00
TrueCharts Bot 3b99cfceed
chore(deps): update container image tccr.io/truecharts/muse to v2.3.1 (#10639) 2023-07-20 04:51:06 +02:00
TrueCharts Bot 056b25cdf9
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.22 (#10637) 2023-07-20 04:01:22 +02:00
TrueCharts Bot 5789fde680
chore(deps): update container image tccr.io/truecharts/drawio to v21.6.3 (#10636) 2023-07-20 04:00:49 +02:00
TrueCharts Bot e66f61ad0c
chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#10635) 2023-07-20 02:55:46 +02:00
TrueCharts Bot 9a077033d1
chore(deps): update container image tccr.io/truecharts/minio to latest (#10634) 2023-07-20 02:54:43 +02:00
TrueCharts-Bot 9b66920512 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-20 00:27:30 +00:00
TrueCharts Bot d2d2adf52e
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10632) 2023-07-20 01:36:15 +02:00
TrueCharts Bot e9fcc05735
chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10633) 2023-07-20 01:35:47 +02:00
TrueCharts Bot 940062e6bb
chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10631) 2023-07-20 00:37:23 +02:00
TrueCharts Bot 5b10b8e719
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.4 (#10629) 2023-07-19 23:33:33 +02:00
TrueCharts Bot ae24e6973b
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10627) 2023-07-19 21:37:10 +02:00
TrueCharts Bot ada83816dd
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10628) 2023-07-19 21:36:18 +02:00
TrueCharts Bot 94fdc34b3f
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10625) 2023-07-19 20:42:24 +02:00
TrueCharts Bot e719826fcd
chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#10624) 2023-07-19 20:41:48 +02:00
TrueCharts Bot 335d3f762e
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10622) 2023-07-19 19:33:50 +02:00
Alec Fenichel 718309f70b
fix(wyoming-piper) fix questions issue (#10620)
**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:**

- [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._
2023-07-19 12:57:58 -04:00
TrueCharts Bot 30275bbc4f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10619) 2023-07-19 18:42:15 +02:00
TrueCharts Bot dd4855a5c7
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10618) 2023-07-19 18:42:06 +02:00
TrueCharts Bot 68ae150973
chore(deps): update container image tccr.io/truecharts/boinc to latest (#10617) 2023-07-19 17:35:49 +02:00
TrueCharts Bot c70a876917
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10616) 2023-07-19 16:39:21 +02:00
TrueCharts Bot 28931b1b8a
chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10615) 2023-07-19 16:39:03 +02:00
Xstar97TheNoob 8b1f0a9beb
chore(gamevault-backend) move gamevault-backend to stable + disable portal. (#10604) 2023-07-19 15:29:42 +02:00
Xstar97TheNoob 7790bb586b
chore(seafile) move seafile to stable (#10612) 2023-07-19 15:29:17 +02:00
kqmaverick 67fe8eff52
fix(wg-easy): update mtu default (#10515) 2023-07-19 15:28:44 +02:00
Alec Fenichel b44096a70f
feat(wyoming-whisper) Add wyoming-whisper (#10404)
**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)-->

Add
[wyoming-whisper](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
(STT) for Home Assistant.

**⚙️ 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
- [ ] 📄 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.

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

https://github.com/truecharts/containers/pull/25843

---

_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: Alec Fenichel <alec.fenichel@gmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-19 09:27:38 -04:00
Alec Fenichel 07931472fd
feat(wyoming-piper) Add wyoming-piper (#10405)
**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)-->

Add
[wyoming-piper](https://github.com/home-assistant/addons/blob/master/piper/DOCS.md)
(TTS) for Home Assistant.

**⚙️ 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
- [ ] 📄 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.

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

https://github.com/truecharts/containers/pull/25844

---

_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>
Signed-off-by: Alec Fenichel <alec.fenichel@gmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-19 09:26:23 -04:00
Xstar97TheNoob 3c90d1fa1b
chore(stash) remove redundant env + housekeeping **BREAKING CHANGES** (#10547) 2023-07-19 15:25:22 +02:00
StevenMcElligott fb66875f70
feat(mattermost): Back 2 stable after new common (#10599) 2023-07-19 15:24:15 +02:00
TrueCharts Bot 4cbdaf74d9
chore(deps): update helm chart common to 12.15.0 (#10603)
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)) | minor |
`12.14.8` -> `12.15.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMC4xIiwidXBkYXRlZEluVmVyIjoiMzYuMTAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-19 14:53:27 +02:00
TrueCharts Bot ca88c77964
chore(deps): update helm chart common to 13.2.0 (#10555)
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)) | major |
`12.14.6` -> `13.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`12.14.8` -> `13.2.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0)

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

Function library for TrueCharts

###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3)

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

Function library for TrueCharts

###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2)

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

Function library for TrueCharts

###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0)

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

Function library for TrueCharts

###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1)

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

Function library for TrueCharts

###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNi45LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-19 14:52:42 +02:00
Kjeld Schouten 9eb6638145 fix(clusterissuer): try to deal with the fact cert-manager contains a dash 2023-07-19 14:43:06 +02:00
TrueCharts Bot b8b4503cb0
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10611) 2023-07-19 14:39:28 +02:00
Kjeld Schouten 252937728b fix(clusterissuer): ensure clusterissuer is compatible with new cert-manager operator 2023-07-19 14:05:27 +02:00
TrueCharts Bot a1e48fdff2
chore(deps): update container image tccr.io/truecharts/gitea to v1.20.0 (#10610) 2023-07-19 12:36:04 +02:00
TrueCharts Bot 7bbe78a4f1
chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.1.3371 (#10609) 2023-07-19 10:38:56 +02:00
TrueCharts Bot 52e5ebce4c
chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#10608) 2023-07-19 09:36:06 +02:00
TrueCharts Bot 4c17059b8e
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#10607) 2023-07-19 09:35:52 +02:00
TrueCharts Bot 20c79c5f37
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10606) 2023-07-19 08:37:02 +02:00
TrueCharts Bot 4dd1d0b2bd
chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#10605) 2023-07-19 08:36:22 +02:00
TrueCharts Bot 928040dd45
chore(deps): update container image tccr.io/truecharts/homarr to v0.13.0 (#10602) 2023-07-19 06:31:06 +02:00
TrueCharts Bot a0b986fecd
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.2 (#10600) 2023-07-19 05:28:24 +02:00
TrueCharts Bot 3b97a78628
chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.7.1 (#10601) 2023-07-19 05:26:33 +02:00
TrueCharts Bot 832514dd4f
chore(deps): update container image tccr.io/truecharts/unifi to v7.4.162 (#10598) 2023-07-19 04:02:23 +02:00
TrueCharts Bot be4bdabef0
chore(deps): update container image tccr.io/truecharts/tautulli to v2.12.5 (#10597) 2023-07-19 04:01:43 +02:00
TrueCharts Bot 4156c02499
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.5 (#10596) 2023-07-19 03:04:35 +02:00
TrueCharts Bot 8d504b5516
chore(deps): update container image tccr.io/truecharts/shlink-web-client to v3.10.2 (#10595) 2023-07-19 03:02:50 +02:00
TrueCharts-Bot 267caf7d18 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-19 00:39:17 +00:00
TrueCharts Bot 6d1883fa51
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.9 (#10593) 2023-07-19 01:35:37 +02:00
TrueCharts Bot 61628a9e89
chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.3 (#10594) 2023-07-19 01:30:48 +02:00
TrueCharts Bot 67abe2a2fd
chore(deps): update container image tccr.io/truecharts/readarr to v0.2.3.1955 (#10591) 2023-07-19 00:29:05 +02:00
TrueCharts Bot 74a78a1850
chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10592) 2023-07-19 00:28:46 +02:00
TrueCharts Bot 9b7a55277a
chore(deps): update container image tccr.io/truecharts/fileflows to v23.07.3 (#10589) 2023-07-18 23:38:32 +02:00
TrueCharts Bot 5ee22def27
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.7.2.3710 (#10590) 2023-07-18 23:31:50 +02:00
TrueCharts Bot f2d2b9d10b
chore(deps): update container image tccr.io/truecharts/outline to v0.70.2 (#10588) 2023-07-18 22:33:23 +02:00
TrueCharts Bot 441395771c
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10587) 2023-07-18 22:30:54 +02:00
TrueCharts Bot 74037b1773
chore(deps): update container image tccr.io/truecharts/n8n to v1.0.3 (#10586) 2023-07-18 21:32:13 +02:00
TrueCharts Bot 10d2b6a183
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10585) 2023-07-18 21:30:07 +02:00
TrueCharts Bot edd44c83f2
chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.32 (#10584) 2023-07-18 20:36:54 +02:00
TrueCharts Bot ff7548ca84
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.4.0 (#10583) 2023-07-18 20:36:02 +02:00
StevenMcElligott 8d728afecd
feat(Seafile): Add manual/docs and made FQDN required (#10576)
**Description**

Added install notes and made the SEAFILE_SERVER_HOSTNAME default since
we only support ingress with this chart.

⚒️ 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
- [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-07-18 14:03:47 -04:00
TrueCharts Bot 5db4ba1f59
chore(deps): update helm general non-major (#10554) 2023-07-18 19:44:39 +02:00
TrueCharts Bot 8be7245601
chore(deps): update helm chart common to 12.15.0 (#10498) 2023-07-18 19:36:29 +02:00
TrueCharts Bot fcff689a0c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.2 (#10581) 2023-07-18 19:32:48 +02:00
TrueCharts Bot 01cb5497f0
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.4 (#10580) 2023-07-18 18:38:44 +02:00
TrueCharts Bot a136cabc2e
chore(deps): update container image tccr.io/truecharts/clickhouse to v23.6.2.18 (#10579) 2023-07-18 18:38:08 +02:00
TrueCharts Bot 582742c626
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10578) 2023-07-18 17:35:37 +02:00
TrueCharts Bot 1273c32c66
chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.2.2 (#10577) 2023-07-18 17:30:08 +02:00
TrueCharts Bot a0cc95d482
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.2 (#10575) 2023-07-18 16:35:54 +02:00
TrueCharts Bot 5993b6c6b6
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.18 (#10574) 2023-07-18 16:31:40 +02:00
TrueCharts Bot 8d3ffb6f5a
chore(deps): update container image tccr.io/truecharts/esphome to v2023.6.5 (#10573) 2023-07-18 15:40:44 +02:00
TrueCharts Bot c8c8d455d3
chore(deps): update container image tccr.io/truecharts/drawio to v21.6.2 (#10572) 2023-07-18 15:33:15 +02:00
TrueCharts Bot a01cf07704
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10570) 2023-07-18 14:46:21 +02:00
TrueCharts Bot 6d2307f0a0
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.7 (#10571) 2023-07-18 14:40:08 +02:00
TrueCharts Bot 4ad51b2389
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#10568) 2023-07-18 13:30:58 +02:00
TrueCharts Bot 495d5350cc
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.3 (#10569) 2023-07-18 13:27:15 +02:00
TrueCharts Bot 9c12b3a21f
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.34 (#10567) 2023-07-18 12:35:55 +02:00
TrueCharts Bot 4e58405026
chore(deps): update container image tccr.io/truecharts/actualserver to v23.7.2 (#10566) 2023-07-18 12:30:28 +02:00
TrueCharts Bot dca457775b
chore(deps): update jupyter (#10564) 2023-07-18 11:41:20 +02:00