Commit Graph

13205 Commits

Author SHA1 Message Date
TrueCharts Bot 74575f5bfe
chore(deps): update helm chart common to 12.10.4 (#9195)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.10.2` -> `12.10.4` |

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-27 17:07:42 +02:00
TrueCharts Bot 3e0f04c908
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#9189) 2023-05-27 15:55:58 +02:00
TrueCharts Bot 3fb42529e3
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9192) 2023-05-27 15:55:51 +02:00
TrueCharts Bot 73561015cb
chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#9191) 2023-05-27 15:55:07 +02:00
TrueCharts Bot b1c9407376
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#9188) 2023-05-27 15:54:58 +02:00
TrueCharts Bot 74b7746208
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9190) 2023-05-27 15:54:04 +02:00
TrueCharts Bot c7664cd0b4
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9193) 2023-05-27 15:53:44 +02:00
TrueCharts Bot 2329f169cb
chore(deps): update rdesktop (#9194) 2023-05-27 15:51:20 +02:00
Kjeld Schouten 64657dbcc6
chore(traefik): bump traefik version
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 12:21:11 +02:00
TrueCharts Bot 9c0780d572
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#9178) 2023-05-26 10:46:45 +02:00
TrueCharts Bot 740655af72
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9176) 2023-05-26 10:46:19 +02:00
TrueCharts Bot 3ad8048399
chore(deps): update container image tccr.io/truecharts/papermerge to v2.1.9 (#8636) 2023-05-26 10:46:14 +02:00
TrueCharts Bot fd81c3e8cf
chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.1 (#9177) 2023-05-26 10:45:44 +02:00
TrueCharts Bot 3b58ed1328
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.3 (#9175) 2023-05-26 10:45:17 +02:00
TrueCharts Bot 86ac61f03e
chore(deps): update rdesktop (#9179) 2023-05-26 10:44:27 +02:00
TrueCharts Bot ec15afb3e9
chore(deps): update webtop (#9180) 2023-05-26 10:43:39 +02:00
TrueCharts Bot e0b0c651cd
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.29 (#8431) 2023-05-26 10:18:34 +02:00
TrueCharts Bot dd0f4b6282
chore(deps): update container image tccr.io/truecharts/verysync to 2.16.0 (#8413) 2023-05-26 10:17:24 +02:00
Conor Branagan 22106723b9
fix(icloudpd): set correct value for china, sync time (#7745)
**Description**

* The sync script will use iCloud China if any value is set for the
environment so it needs to be empty
[ref](3506b43465/sync-icloud.sh (L12)).
* The default value for synchronisation_delay is zero. Also the script
will use 60 minutes as the value if it's any value > 60
[ref](3506b43465/sync-icloud.sh (L26))

**⚙️ 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 a [stripped down
catalog](https://github.com/conorbranagan/truecharts-catalog/tree/contrib)
which has just this chart with these changes and it is confirmed
working. Before this fix it was trying to login to icloud.com.cn.

**📃 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
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-26 10:14:47 +02:00
Kjeld Schouten fe1d1a9631
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 10:10:52 +02:00
Kjeld Schouten 957330a776
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 10:02:14 +02:00
Kjeld Schouten cbf9bc4c13
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:55:12 +02:00
Kjeld Schouten 7c0610e9da
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:51:32 +02:00
Kjeld Schouten 8e8c69debd
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:47:56 +02:00
TrueCharts Bot 3ed5e03204
chore(deps): update helm general non-major (#9156)
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.9.5` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.2` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`10.2.0` -> `10.9.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.4` ->
`1.0.7` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.30` ->
`7.0.33` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.44` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.30` ->
`6.0.33` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.3` ->
`1.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.46` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.43` ->
`6.0.46` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.4...kube-state-metrics-1.0.7)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-26 09:39:42 +02:00
Stavros Kois 983726c530
fix(traefik): fix context on middlewares (#9174)
**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  #9170

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-26 09:32:55 +02:00
TrueCharts Bot a0d5f00ffa
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#9173) 2023-05-26 07:50:36 +02:00
TrueCharts Bot f4fb497371
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.0 (#9172) 2023-05-26 03:04:07 +02:00
TrueCharts Bot d0c35857b1
chore(deps): update container image tccr.io/truecharts/alist to v3.17.0 (#9171) 2023-05-26 03:04:03 +02:00
TrueCharts-Bot dafab62dca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-26 00:24:36 +00:00
TrueCharts Bot 989877ba76
chore(deps): update container image tccr.io/truecharts/duplicati to latest (#9167) 2023-05-25 19:56:09 +02:00
Stavros Kois c4f5a3574c
move collabora to incubator 2023-05-25 20:55:47 +03:00
StevenMcElligott d5f8352c54
fix(pgadmin): Fix sessions bug (#9144)
**Description**

Fixes the sessions using up storage by changing the user/group of the
container, and allows us to remove root at the same time. Tested on a
fresh install but let's see how the CI likes it

⚒️ Fixes  #9111 

**⚙️ 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
- [ ] 👀 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
- [X] 🧪 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>
2023-05-25 20:47:08 +03:00
StevenMcElligott eeb7a6acca
feat(etesync): Move to new common (#9095)
**Description**

Attempting to move a complicated app, let's see how it goes

⚒️ 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>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@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-05-25 20:46:40 +03:00
Stavros Kois d8abbbaeb3
Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-25 20:46:07 +03:00
TrueCharts Bot b2004e055b
chore(deps): update lama-cleaner to v0.33.0 (minor) (#9140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/lama-cleaner-cpu](https://togithub.com/truecharts/containers)
| minor | `v0.26.1` -> `v0.33.0` |
|
[tccr.io/truecharts/lama-cleaner-gpu](https://togithub.com/truecharts/containers)
| minor | `v0.26.1` -> `v0.33.0` |

---

### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-25 20:33:11 +03:00
Stavros Kois bdfaa2130f
Update Chart.yaml (#9165)
**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-05-25 20:22:59 +03:00
Kjeld Schouten b2cf03a964
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-25 13:41:54 +02:00
TrueCharts Bot 98e1517f1e
chore(deps): update container image tccr.io/truecharts/docusaurus to latest (#9157)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/docusaurus | digest | `00ca680` -> `53df5c5` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 13:39:29 +02:00
TrueCharts Bot 9776a2ba6a
chore(deps): update helm chart common to 12.10.2 (#9158)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.10.0` -> `12.10.2` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-25 13:33:08 +02:00
TrueCharts Bot 36c9f70608
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#9153)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/snapdrop | digest | `f757e66` -> `962b6cb` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:26:55 +02:00
TrueCharts Bot 45cb52603a
chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest (#9149)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/minecraft-java19 | digest | `277c954` -> `adc4359`
|

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:26:44 +02:00
TrueCharts Bot 262332a38c
chore(deps): update rdesktop (#9155)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/rdesktop | digest | `743374d` -> `6745929` |
| tccr.io/truecharts/rdesktop-alpine-mate | digest | `6556dca` ->
`7ca4aef` |
| tccr.io/truecharts/rdesktop-alpine-openbox | digest | `9391cb6` ->
`eb0d96a` |
| tccr.io/truecharts/rdesktop-arch-i3 | digest | `9f8f9cd` -> `aafa5bd`
|
| tccr.io/truecharts/rdesktop-arch-icewm | digest | `f4e4845` ->
`ab2b3ff` |
| tccr.io/truecharts/rdesktop-arch-kde | digest | `3356b7e` -> `8f6793c`
|
| tccr.io/truecharts/rdesktop-arch-mate | digest | `c64c8c1` ->
`dc27bc2` |
| tccr.io/truecharts/rdesktop-arch-openbox | digest | `9ff498f` ->
`dbfc764` |
| tccr.io/truecharts/rdesktop-arch-xfce | digest | `97d65b6` ->
`5e16f01` |
| tccr.io/truecharts/rdesktop-fedora-i3 | digest | `a427543` ->
`5ff101d` |
| tccr.io/truecharts/rdesktop-fedora-icewm | digest | `bed08f6` ->
`6e58204` |
| tccr.io/truecharts/rdesktop-fedora-kde | digest | `b33ab15` ->
`d70581d` |
| tccr.io/truecharts/rdesktop-fedora-mate | digest | `7882536` ->
`432d7ec` |
| tccr.io/truecharts/rdesktop-fedora-openbox | digest | `c3a7dfc` ->
`e241714` |
| tccr.io/truecharts/rdesktop-fedora-xfce | digest | `8e6a7f5` ->
`1418ff0` |
| tccr.io/truecharts/rdesktop-ubuntu-i3 | digest | `dc2c6df` ->
`47e231a` |

---

### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:24:07 +02:00
TrueCharts Bot c207b879e2
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9152)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/rsshub | digest | `26761a9` -> `a474436` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:54 +02:00
TrueCharts Bot 9f05185b34
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#9151)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/mstream](https://togithub.com/truecharts/containers)
| digest | `74166ca` -> `9b34dba` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:46 +02:00
TrueCharts Bot 3d35dad8fb
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9150)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/mongodb](https://togithub.com/truecharts/containers)
| digest | `9d10c8a` -> `5fcbda3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:38 +02:00
TrueCharts Bot ad8406e1bb
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.20 (#9148)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/memcached](https://togithub.com/truecharts/containers)
| digest | `6e11823` -> `424c5fc` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:29 +02:00
TrueCharts Bot 52c98be9f7
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/littlelink-server | digest | `c7716ec` -> `4fc27be`
|

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:22 +02:00
TrueCharts Bot a6bccddc0e
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.2 (#9146)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| digest | `2835129` -> `2016c46` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:15 +02:00
TrueCharts Bot 0713889c67
chore(deps): update container image tailscale/tailscale to v1.42.0 (#9139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tailscale/tailscale | minor | `v1.40.1` -> `v1.42.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 12:23:08 +02:00