Commit Graph

22246 Commits

Author SHA1 Message Date
TrueCharts Bot f38539cf19
chore(deps): update renovatebot/github-action action to v39.1.3 (#14743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.2` -> `v39.1.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.3)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.2...v39.1.3)

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.3
([7806c80](7806c80e99))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.59.7
([a2ec2c2](a2ec2c2beb))
- **deps:** update renovate docker tag to v37.59.8
([5269779](5269779231))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-17 04:28:32 +01:00
TrueCharts Bot eb8e96ac58
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14742) 2023-11-17 03:02:50 +01:00
TrueCharts Bot 9322634bc4
chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.15.0 (#14741) 2023-11-17 01:48:19 +01:00
TrueCharts-Bot 2f5a832aca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-17 00:23:46 +00:00
TrueCharts Bot a33ad83d8d
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.8.1 (#14735) 2023-11-17 00:39:06 +01:00
TrueCharts Bot 90da2524fb
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.24.0 (#14734) 2023-11-16 23:38:23 +01:00
TrueCharts Bot 58ce37fa6e
chore(deps): update container image tccr.io/truecharts/mattermost to v9.3.0 (#14733) 2023-11-16 23:38:17 +01:00
tuxsudo fc7f8d9135
[DNM] fix(Homarr) Add homarr 0.14 database mountPath (#14563)
This adds required changes for Homarr version 0.14:
https://github.com/ajnart/homarr/releases/tag/v0.14.0
Adds proper configuration for the database mount point in questions.yaml
and values.yaml

However, this container version of Homarr is currently broken as there
is some other issue, as it spits out errors for an incorrect Node Module
Version which might be an upstream issue and TRPCClientError, I can
provide logs if requested.

Edit: Noticed in the beginning it has errors about read-only filesystem

- [ ] ⚙️ 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?**
Tested by installing the helm chart on a standard k3s system and on
TrueNAS Scale with a custom catalog.

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

---

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: tuxsudo <tuxsudo@tux.pizza>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-17 00:26:04 +02:00
tuxsudo f37bdd40a6
feat(wallos) Add wallos (#14730)
**Description**
Adds wallos to incubator which is an Open-Source Personal Subscription
Tracker

https://github.com/ellite/Wallos

**⚙️ 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?**
Tested installing on TrueNAS Scale 23.10.0.1 Cobia

**✔️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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.

- [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`

---
2023-11-17 00:05:50 +02:00
TrueCharts Bot 0f4169379a
chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.23 (#14732) 2023-11-16 22:42:13 +01:00
TrueCharts Bot 17dac2e25e
chore(deps): update container image tccr.io/truecharts/soft-serve to v0.7.2 (#14731) 2023-11-16 22:40:22 +01:00
TrueCharts Bot 6a28fa805e
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#14728) 2023-11-16 21:38:29 +01:00
TrueCharts Bot e98ad3f69e
chore(deps): update container image tccr.io/truecharts/nocodb to v0.202.7 (#14729) 2023-11-16 21:38:23 +01:00
TrueCharts Bot cc7977df11
chore(deps): update kitchenowl (#14727) 2023-11-16 20:39:20 +01:00
TrueCharts Bot d10e181900
chore(deps): update container image tccr.io/truecharts/cops to latest (#14726) 2023-11-16 20:38:10 +01:00
TrueCharts Bot a111474bce
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14724) 2023-11-16 19:41:03 +01:00
TrueCharts Bot 44bf919fc3
chore(deps): update container image tccr.io/truecharts/mattermost to v9.3.0 (#14725) 2023-11-16 19:41:00 +01:00
Rob Reus c73c9beb3d
Fixing metrics (#14719)
**Description**
Several *arr applications support metrics. However, they were missing a
`targetSelector` that points the `ServiceMonitor` resource to the
correct `service` which is named `metrics`.

It also fixes a bug for uptime-kuma where the metrics configuration
points to the port named `metrics` which does not exist. The metrics for
uptime-kuma are exposed via the regular service on the `main` port.

⚒️ Fixes  #14468

**⚙️ 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?**
Manually applied the changes to the `ServiceMonitor` resources using
`kubectl patch` to see if the metrics started working. They did, so
these changes will ensure the `ServiceMonitor` resources will be
deployed with the right `matchLabels` and `port` values.

**📃 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
- [ ] ⬆️ 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-11-16 19:25:09 +01:00
Stavros Kois a5d786005a
fix(firefly-iii): fix remembered secrets (#14723)
**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:**

- [ ] ⚖️ 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-11-16 19:23:35 +01:00
TrueCharts Bot e7130ae20c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14720) 2023-11-16 18:37:17 +01:00
TrueCharts Bot 296d1c2fc7
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14717) 2023-11-16 17:37:30 +01:00
TrueCharts Bot 5be435ddaf
chore(deps): update container image tccr.io/truecharts/solr to v9.4.0 (#14718) 2023-11-16 17:37:04 +01:00
TrueCharts Bot 69e49040e5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14715) 2023-11-16 16:40:40 +01:00
TrueCharts Bot 8a34b39524
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.1.1.0 (#14716) 2023-11-16 16:40:15 +01:00
TrueCharts Bot efc0b8fbc4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14713) 2023-11-16 15:36:44 +01:00
TrueCharts Bot 5b0d19d1e5
chore(deps): update container image tccr.io/truecharts/homebox to v0.10.2 (#14714) 2023-11-16 15:36:07 +01:00
TrueCharts Bot c857ece20a
chore(deps): update container image tccr.io/truecharts/esphome to v2023.11.1 (#14712) 2023-11-16 14:40:59 +01:00
TrueCharts Bot 9a5446911f
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14711) 2023-11-16 14:40:36 +01:00
TrueCharts Bot c1c1d3f7df
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20231116 (#14710) 2023-11-16 13:41:19 +01:00
TrueCharts Bot 3a446f33b4
chore(deps): update container image tccr.io/truecharts/minio to latest (#14709) 2023-11-16 13:39:43 +01:00
TrueCharts Bot 88132851ff
chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.4.1 (#14708) 2023-11-16 12:47:02 +01:00
Kjeld Schouten 3968252aef chore(plex): remove emptyDir size limit for transcode
This will be handled in next common release for all emptyDirs with memory backend
2023-11-16 11:58:03 +01:00
Kjeld Schouten 3199e50d6d
feat(plex): default to ram transcodes (#14707)
**Description**
Currently we transcode to... somewhere, not really clear as `/transcode`
shouldn't even be writeable.
With this we make `/transcode` writeable and put all data there into
ram.

Plex should be able to handle detecting the size of `/transcode` and
start eviciting chunks when it nears max size, hence the max size is set
the the ram limit specified in `.Values.resources`

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

Not making this configurable on SCALE, SCALE machines should have plenty
of ram and just should start evicing a bit of ARC when this ramdisk
start to grow.

**✔️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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.

- [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`

---

_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-11-16 11:53:32 +01:00
TrueCharts Bot 3e6fe5946d
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14706) 2023-11-16 11:38:52 +01:00
Xstar97TheNoob c6714bbaac
feat(borg-server) add borg-server (#14663)
**Description**
A borg Backup server
⚒️ 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
- [ ] ⬆️ 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`

---

_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-11-16 11:38:06 +01:00
TrueCharts Bot c90d3f6d8e
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#14703) 2023-11-16 10:40:57 +01:00
TrueCharts Bot aff2d58fbd
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#14704) 2023-11-16 10:40:02 +01:00
TrueCharts Bot f11efa96b3
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#14701) 2023-11-16 08:38:14 +01:00
TrueCharts Bot 370b8c3fe8
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#14702) 2023-11-16 08:37:50 +01:00
TrueCharts Bot 422fcb844f
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#14699) 2023-11-16 06:36:31 +01:00
TrueCharts Bot fac43cdcaa
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.23.0 (#14697) 2023-11-16 01:57:18 +01:00
TrueCharts Bot b445103c22
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.14 (#14696) 2023-11-16 01:56:26 +01:00
TrueCharts-Bot f36ab966d2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-16 00:24:06 +00:00
TrueCharts Bot a1f7f914f6
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14694) 2023-11-15 22:36:17 +01:00
TrueCharts Bot 2eb506bfca
chore(deps): update container image tccr.io/truecharts/mattermost to v9.3.0 (#14695) 2023-11-15 22:36:09 +01:00
TrueCharts Bot 87c3444f8f
chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#14692) 2023-11-15 21:36:30 +01:00
TrueCharts Bot 9572531eac
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.22 (#14693) 2023-11-15 21:36:23 +01:00
TrueCharts Bot d76818d20a
chore(deps): update renovatebot/github-action action to v39.1.2 (#14690)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.1` -> `v39.1.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.2`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.2)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.1...v39.1.2)

##### Documentation

- update references to renovatebot/github-action to v39.1.1
([fd6366e](fd6366e5db))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([3419607](3419607a0f))
- **deps:** lock file maintenance
([4c2bcca](4c2bcca58c))
- **deps:** lock file maintenance
([425cf68](425cf68d08))
- **deps:** update commitlint monorepo to v17.8.1
([5932441](5932441de7))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.60
([7325ba3](7325ba3083))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.61
([02fb7f3](02fb7f32ec))
- **deps:** update dependency eslint to v8.52.0
([abe185f](abe185fe98))
- **deps:** update dependency eslint to v8.53.0
([079e4bc](079e4bcf4e))
- **deps:** update linters to v6.10.0
([7525032](7525032863))
- **deps:** update linters to v6.9.0
([be5bc9f](be5bc9ff2e))
- **deps:** update linters to v6.9.1
([882775c](882775c585))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.2
([5c4d0ee](5c4d0ee1af))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.33.2
([a3908d9](a3908d9af6))
- **deps:** update renovate docker tag to v37.33.6
([cc72291](cc72291c3a))
- **deps:** update renovate docker tag to v37.34.1
([28dd403](28dd403a23))
- **deps:** update renovate docker tag to v37.34.2
([2b588cc](2b588cc2d3))
- **deps:** update renovate docker tag to v37.34.3
([ca982b0](ca982b0b0a))
- **deps:** update renovate docker tag to v37.35.0
([b8e6f24](b8e6f24250))
- **deps:** update renovate docker tag to v37.35.1
([4611acc](4611accbea))
- **deps:** update renovate docker tag to v37.35.2
([fd838f2](fd838f220b))
- **deps:** update renovate docker tag to v37.36.2
([fee607a](fee607a30c))
- **deps:** update renovate docker tag to v37.36.3
([9cc97ac](9cc97aceb1))
- **deps:** update renovate docker tag to v37.37.2
([52e3520](52e3520ea7))
- **deps:** update renovate docker tag to v37.40.0
([23e6eeb](23e6eebf54))
- **deps:** update renovate docker tag to v37.42.0
([b312e42](b312e42097))
- **deps:** update renovate docker tag to v37.43.1
([637a2b1](637a2b1c3f))
- **deps:** update renovate docker tag to v37.43.2
([8660e7c](8660e7ca22))
- **deps:** update renovate docker tag to v37.43.4
([d915308](d915308160))
- **deps:** update renovate docker tag to v37.44.0
([16207c0](16207c0ef0))
- **deps:** update renovate docker tag to v37.45.0
([3197fb5](3197fb5d0d))
- **deps:** update renovate docker tag to v37.46.0
([e596968](e596968804))
- **deps:** update renovate docker tag to v37.48.0
([e48895f](e48895f655))
- **deps:** update renovate docker tag to v37.49.1
([88da062](88da0627b6))
- **deps:** update renovate docker tag to v37.49.3
([d657100](d6571008c0))
- **deps:** update renovate docker tag to v37.50.1
([5b6ffb3](5b6ffb30ab))
- **deps:** update renovate docker tag to v37.50.2
([e596dad](e596dadc54))
- **deps:** update renovate docker tag to v37.51.3
([9d71175](9d7117516b))
- **deps:** update renovate docker tag to v37.52.0
([e7f230a](e7f230ac0b))
- **deps:** update renovate docker tag to v37.53.1
([de43a67](de43a67294))
- **deps:** update renovate docker tag to v37.54.3
([902401f](902401fa2c))
- **deps:** update renovate docker tag to v37.55.0
([ae3928b](ae3928baa3))
- **deps:** update renovate docker tag to v37.56.0
([02952f7](02952f7fa7))
- **deps:** update renovate docker tag to v37.56.3
([ed3870d](ed3870db2b))
- **deps:** update renovate docker tag to v37.57.1
([6c9c87a](6c9c87a93f))
- **deps:** update renovate docker tag to v37.57.2
([3eefb00](3eefb0043a))
- **deps:** update renovate docker tag to v37.59.2
([069d6dd](069d6dd10e))
- **deps:** update renovate docker tag to v37.59.4
([ed5e194](ed5e194bd0))
- **deps:** update renovate docker tag to v37.59.6
([fae403e](fae403ea7e))
- **deps:** update wagoid/commitlint-github-action action to v5.4.4
([cb2c912](cb2c9124cb))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-15 21:26:32 +01:00
TrueCharts Bot b4ed6f1af4
chore(deps): update container image tccr.io/truecharts/n8n to v1.17.0 (#14691) 2023-11-15 20:41:31 +01:00
TrueCharts Bot ced445555c
chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.4 (#14689) 2023-11-15 19:37:54 +01:00