Commit Graph

18278 Commits

Author SHA1 Message Date
TrueCharts Bot
e9fcc05735 chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10633) mattermost-8.0.3 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) ubooquity-6.0.21 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) docker-compose-6.0.30 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) mstream-6.0.34 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) wordpress-2.0.43 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) grav-7.0.32 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) calibre-10.0.32 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) wordpress-2.0.42 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._
wyoming-piper-0.0.2
2023-07-19 12:57:58 -04:00
TrueCharts Bot
30275bbc4f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10619) rsshub-7.0.105 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) booksonic-air-9.0.30 2023-07-19 18:42:06 +02:00
TrueCharts Bot
68ae150973 chore(deps): update container image tccr.io/truecharts/boinc to latest (#10617) boinc-5.0.32 2023-07-19 17:35:49 +02:00
TrueCharts Bot
c70a876917 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10616) rsshub-7.0.104 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) mattermost-8.0.2 2023-07-19 16:39:03 +02:00
Xstar97TheNoob
8b1f0a9beb chore(gamevault-backend) move gamevault-backend to stable + disable portal. (#10604) gamevault-backend-0.0.2 seafile-0.0.6 wg-easy-4.0.17 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>
stash-11.0.0 wyoming-whisper-0.0.1 wyoming-piper-0.0.1
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) mattermost-8.0.1 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>
clusterissuer-2.0.0 grafana-8.0.0 traefik-19.0.0 prometheus-10.0.0 prometheus-operator-1.0.0 metallb-10.0.0 cloudnative-pg-2.0.0 authelia-16.0.0 blocky-6.0.0 metallb-config-2.0.0 vaultwarden-21.0.0
2023-07-19 14:52:42 +02:00
Kjeld Schouten
9eb6638145 fix(clusterissuer): try to deal with the fact cert-manager contains a dash clusterissuer-1.0.13 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) wordpress-2.0.41 2023-07-19 14:39:28 +02:00
Kjeld Schouten
252937728b fix(clusterissuer): ensure clusterissuer is compatible with new cert-manager operator clusterissuer-1.0.12 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) gitea-13.0.21 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) lidarr-16.0.27 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) pylon-5.0.23 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) piwigo-6.1.2 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) openvscode-server-5.0.33 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) calibre-10.0.31 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) homarr-5.0.27 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) audiobookshelf-5.0.27 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) cloudflared-5.0.10 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) unifi-14.0.26 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) tautulli-14.0.27 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) strapi-9.0.30 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) shlink-web-client-6.0.25 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) flexget-5.0.34 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) sabnzbd-14.0.31 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) readarr-16.0.28 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) fileflows-5.0.30 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) prowlarr-11.0.32 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) outline-7.0.29 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) n8n-8.0.38 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