59 Commits

Author SHA1 Message Date
7b9f4e0f7b Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
2025-08-13 22:14:44 +00:00
b7275e592f Update directus/directus Docker tag to v11.10.2 (#1207)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m19s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | patch | `11.10.0` -> `11.10.2` |

---

### Release Notes

<details>
<summary>directus/directus (directus/directus)</summary>

### [`v11.10.2`](https://github.com/directus/directus/releases/tag/v11.10.2)

[Compare Source](https://github.com/directus/directus/compare/v11.10.1...v11.10.2)

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor ([#&#8203;25678](https://github.com/directus/directus/pull/25678) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed failed Directus startup caused by additional arguments to the `start` command ([#&#8203;25675](https://github.com/directus/directus/pull/25675) by [@&#8203;hanneskuettner](https://github.com/hanneskuettner))

##### 📦 Published Versions

- `@directus/app@13.13.1`
- `@directus/api@29.1.1`

### [`v11.10.1`](https://github.com/directus/directus/releases/tag/v11.10.1)

[Compare Source](https://github.com/directus/directus/compare/v11.10.0...v11.10.1)

##### ⚠️ Potential Breaking Changes

**Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368))**
The services exposed to API extensions using TypeScript are now fully typed instead of `any`, which may cause new type errors when building extensions.

Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before:

- The ItemsService constructor now expects the collection name to be a `string` and will error on `string | undefined` (or other unions).
- Similarly, functions like `service.readOne()`/`service.readMany()` now expect `string | number` for their primary keys and will error for nullable types

As a workaround, casting the services back to `any` will result in the original behavior. However, it is recommended to resolve the type errors instead.

- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Added new error operation to Flows ([#&#8203;25558](https://github.com/directus/directus/pull/25558) by [@&#8203;licitdev](https://github.com/licitdev))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added new error operation to Flows ([#&#8203;25558](https://github.com/directus/directus/pull/25558) by [@&#8203;licitdev](https://github.com/licitdev))
  - Added support for `private_key_jwt` auth method in OpenID driver ([#&#8203;25644](https://github.com/directus/directus/pull/25644) by [@&#8203;licitdev](https://github.com/licitdev))
  - Added the ability to override the email `from` property ([#&#8203;25459](https://github.com/directus/directus/pull/25459) by [@&#8203;jekuer](https://github.com/jekuer))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Ensured user language is set on hydrate ([#&#8203;25647](https://github.com/directus/directus/pull/25647) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Ensured RTL support for the transform property in certain components ([#&#8203;25652](https://github.com/directus/directus/pull/25652) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed an issue for empty states not being centered in RTL languages ([#&#8203;25636](https://github.com/directus/directus/pull/25636) by [@&#8203;that1matt](https://github.com/that1matt))
  - Enabled text selection in the studio ([#&#8203;25510](https://github.com/directus/directus/pull/25510) by [@&#8203;gloriarodrife](https://github.com/gloriarodrife))
  - Fixed an issue where the theme overrides interface would be rendered RTL in RTL languages ([#&#8203;25633](https://github.com/directus/directus/pull/25633) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed an issue that would render english code as RTL in RTL language mode ([#&#8203;25641](https://github.com/directus/directus/pull/25641) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed an issue that would cause the code editor interface to fail when the language prop was set to null ([#&#8203;25595](https://github.com/directus/directus/pull/25595) by [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent))
  - Fix v-resizeable dragging for RTL vs LTR ([#&#8203;25659](https://github.com/directus/directus/pull/25659) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed an issue that would cause the table header columns to resize in the wrong direction when using rtl languages ([#&#8203;25631](https://github.com/directus/directus/pull/25631) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Ensured that labels for data fields always display in batch mode ([#&#8203;25619](https://github.com/directus/directus/pull/25619) by [@&#8203;formfcw](https://github.com/formfcw))
  - Updated dependency form-data ([#&#8203;25579](https://github.com/directus/directus/pull/25579) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Standardized batch mode for raw group fields ([#&#8203;25600](https://github.com/directus/directus/pull/25600) by [@&#8203;timio23](https://github.com/timio23))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Updated dependency form-data ([#&#8203;25579](https://github.com/directus/directus/pull/25579) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependency tar-fs ([#&#8203;25338](https://github.com/directus/directus/pull/25338) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed admin users email not trimmed on project initialization ([#&#8203;25465](https://github.com/directus/directus/pull/25465) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Upgraded rolldown from from 1.0.0-beta.30 to 1.0.0-beta.31 ([#&#8203;25607](https://github.com/directus/directus/pull/25607) by [@&#8203;dependabot](https://github.com/dependabot))
- **[@&#8203;directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/storage-driver-local](https://github.com/directus/storage-driver-local)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25563](https://github.com/directus/directus/pull/25563) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions](https://github.com/directus/extensions)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
- **[@&#8203;directus/storage](https://github.com/directus/storage)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
- **[@&#8203;directus/errors](https://github.com/directus/errors)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Moved dependency ([#&#8203;25562](https://github.com/directus/directus/pull/25562) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt))
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/pressure](https://github.com/directus/pressure)**
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/memory](https://github.com/directus/memory)**
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/stores](https://github.com/directus/stores)**
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/utils](https://github.com/directus/utils)**
  - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Upgraded tmp dependency from 0.2.3 to 0.2.4 ([#&#8203;25634](https://github.com/directus/directus/pull/25634) by [@&#8203;dependabot](https://github.com/dependabot))
- **[@&#8203;directus/release-notes-generator](https://github.com/directus/release-notes-generator)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/update-check](https://github.com/directus/update-check)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/validation](https://github.com/directus/validation)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/schema](https://github.com/directus/schema)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed an issue that could report indexed falsy as enabled for mysql columns with the same name in different schemas ([#&#8203;25650](https://github.com/directus/directus/pull/25650) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/specs](https://github.com/directus/specs)**
  - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **create-directus-project**
  - Upgrade dependencies ([#&#8203;25559](https://github.com/directus/directus/pull/25559) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgraded dependencies ([#&#8203;25564](https://github.com/directus/directus/pull/25564) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Upgrade dependencies ([#&#8203;25561](https://github.com/directus/directus/pull/25561) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 📦 Published Versions

- `@directus/app@13.13.0`
- `@directus/api@29.1.0`
- `@directus/composables@11.2.2`
- `@directus/constants@13.0.2`
- `create-directus-extension@11.0.17`
- `create-directus-project@12.0.2`
- `@directus/env@5.1.2`
- `@directus/errors@2.0.3`
- `@directus/extensions@3.0.9`
- `@directus/extensions-registry@3.0.9`
- `@directus/extensions-sdk@16.0.0`
- `@directus/memory@3.0.8`
- `@directus/pressure@3.0.8`
- `@directus/release-notes-generator@2.0.2`
- `@directus/schema@13.0.2`
- `@directus/schema-builder@0.0.4`
- `@directus/specs@11.1.1`
- `@directus/storage@12.0.1`
- `@directus/storage-driver-azure@12.0.8`
- `@directus/storage-driver-cloudinary@12.0.8`
- `@directus/storage-driver-gcs@12.0.8`
- `@directus/storage-driver-local@12.0.1`
- `@directus/storage-driver-s3@&#8203;12.0.8`
- `@directus/storage-driver-supabase@3.0.8`
- `@directus/stores@1.0.3`
- `@directus/system-data@3.2.1`
- `@directus/themes@1.1.4`
- `@directus/types@13.2.1`
- `@directus/update-check@13.0.2`
- `@directus/utils@13.0.9`
- `@directus/validation@2.0.8`
- `@directus/sdk@20.0.2`

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->

Reviewed-on: #1207
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-13 22:13:44 +00:00
f6e704b8bd Update Helm release matrix-synapse to v3.12.6
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-13 18:02:23 +00:00
958eee2e62 Update Helm release element-web to v1.4.17
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-08-13 18:02:12 +00:00
6a5c9627f2 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.5 (#1214)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m52s
2025-08-13 14:02:10 +00:00
50c2d0df15 Update Helm release argo-workflows to v0.45.22
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 19s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m10s
2025-08-13 09:02:27 +00:00
d315faf621 Update ghcr.io/linuxserver/code-server:4.103.0 Docker digest to 88cb90d (#1212)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 23s
renovate / renovate (push) Successful in 1m40s
2025-08-13 03:02:46 +00:00
0924c0ab4c Update d3fk/s3cmd:latest Docker digest to 020f108 (#1211)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-13 03:02:35 +00:00
045012fb96 Update thewicklowwolf/lidatube Docker tag to v0.2.31 (#1210)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m22s
2025-08-13 00:02:37 +00:00
3a43169683 Update ghcr.io/linuxserver/code-server Docker tag to v4.103.0
All checks were successful
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Successful in 2m13s
2025-08-12 23:02:27 +00:00
8e802c0973 Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 591793a
Some checks failed
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-12 23:02:02 +00:00
fd9d94b52f downgrade image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m49s
2025-08-12 16:37:35 -05:00
c5f4bda6d2 Update directus/directus Docker tag to v11.10.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m23s
2025-08-12 21:01:56 +00:00
8f8804c37b Update kube-prometheus-stack Docker tag to v76.3.0 (#1205)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
2025-08-12 19:02:31 +00:00
412e63d062 Update ghcr.io/onedr0p/exportarr Docker tag to v2.3.0 (#1201)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m50s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://github.com/onedr0p/exportarr) | minor | `v2.2.0` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

### [`v2.3.0`](https://github.com/onedr0p/exportarr/releases/tag/v2.3.0)

[Compare Source](https://github.com/onedr0p/exportarr/compare/v2.2.0...v2.3.0)

##### What's Changed

- Build binaries for windows by [@&#8203;Cyb3r-Jak3](https://github.com/Cyb3r-Jak3) in https://github.com/onedr0p/exportarr/pull/355
- fix(deps): update module golang.org/x/sync to v0.14.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/357
- chore(deps): update golangci/golangci-lint-action action to v8 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/356
- chore(deps): update dependency go to v1.24.3 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/358
- chore(deps): update golang docker tag to v1.24.3 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/359
- fix(deps): update module github.com/gookit/validate to v1.5.5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/360
- chore(deps): update dependency go to v1.24.4 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/361
- chore(deps): update golang docker tag to v1.24.4 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/362
- fix(deps): update module golang.org/x/sync to v0.15.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/363
- fix(deps): update module github.com/knadh/koanf/providers/posflag to v1.0.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/365
- chore(deps): update dependency go to v1.24.5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/368
- fix(deps): update module golang.org/x/sync to v0.16.0 - autoclosed by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/370
- fix(deps): update module github.com/spf13/pflag to v1.0.7 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/371
- chore(deps): update golang docker tag to v1.24.5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/369
- fix(deps): update module github.com/knadh/koanf/v2 to v2.2.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/366
- fix(deps): update module github.com/prometheus/client\_golang to v1.23.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/372
- chore(deps): update actions/checkout action to v5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/376
- chore(deps): update dependency go to v1.24.6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/373
- chore(deps): update golang docker tag to v1.24.6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/onedr0p/exportarr/pull/374
- Track total count of episodes with cutoff unmet in Sonarr by [@&#8203;ShawnHardwick](https://github.com/ShawnHardwick) in https://github.com/onedr0p/exportarr/pull/375

##### New Contributors

- [@&#8203;Cyb3r-Jak3](https://github.com/Cyb3r-Jak3) made their first contribution in https://github.com/onedr0p/exportarr/pull/355
- [@&#8203;ShawnHardwick](https://github.com/ShawnHardwick) made their first contribution in https://github.com/onedr0p/exportarr/pull/375

**Full Changelog**: https://github.com/onedr0p/exportarr/compare/v2.2.0...v2.3.0

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1201
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-12 16:30:49 +00:00
a6877f3c19 Update searxng/searxng:latest Docker digest to 442beca (#1204)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m34s
2025-08-12 14:02:41 +00:00
4c114286f7 Update kube-prometheus-stack Docker tag to v76.2.2 (#1203)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m12s
2025-08-12 13:02:57 +00:00
e8dfaaacab Update vectorim/element-web Docker tag to v1.11.109
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m30s
2025-08-12 12:04:20 +00:00
8ed1109bb9 Update cloudflared Docker tag to v1.20.0 (#1200)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m27s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared) | minor | `1.19.0` -> `1.20.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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #1200
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-12 01:02:22 +00:00
7fc7e1185a Update harbor.alexlebens.net/images/site-profile Docker tag to v2.0.5 (#1199)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-08-12 01:01:53 +00:00
3d416736b1 Update slskd/slskd Docker tag to v0.23.2 (#1198)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m30s
2025-08-12 00:02:13 +00:00
a624fe130f update image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s
2025-08-11 18:38:58 -05:00
1378b5008d Update harbor.alexlebens.net/images/site-profile Docker tag to v2 (#1197)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m32s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | major | `1.1.1` -> `2.0.0` |

---

### Release Notes

<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>

### [`v2.0.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.1.1...2.0.0)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.1.1...2.0.0)

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #1197
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-11 22:35:55 +00:00
b296cc1f78 downgrade actions
All checks were successful
renovate / renovate (push) Successful in 1m13s
2025-08-11 17:26:06 -05:00
e408ea5950 update checkout
Some checks failed
renovate / renovate (push) Failing after 2s
2025-08-11 17:10:47 -05:00
121f6a8393 Update ghcr.io/linuxserver/qbittorrent Docker tag to v5.1.2 (#881)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m16s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/linuxserver/qbittorrent](https://github.com/linuxserver/docker-qbittorrent/packages) ([source](https://github.com/linuxserver/docker-qbittorrent)) | patch | `5.1.0` -> `5.1.2` |

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged previously.

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4zNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->

Reviewed-on: #881
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-11 21:28:54 +00:00
ed39680774 Update ghcr.io/twin/gatus Docker tag to v5.22.0 (#1194)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.21.0` -> `v5.22.0` |

---

### Release Notes

<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>

### [`v5.22.0`](https://github.com/TwiN/gatus/releases/tag/v5.22.0)

[Compare Source](https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0)

#### What's Changed

- feat(alerting): Implement alert reminders by [@&#8203;ViktorZieg](https://github.com/ViktorZieg) in https://github.com/TwiN/gatus/pull/1138
- feat(metrics): add support for custom labels in Prometheus metrics by [@&#8203;appleboy](https://github.com/appleboy) in https://github.com/TwiN/gatus/pull/979
- fix(metrics): improve Prometheus metrics registration by [@&#8203;appleboy](https://github.com/appleboy) in https://github.com/TwiN/gatus/pull/1186
- perf: Cap RANDOM\_STRING\_N to 8182 by [@&#8203;TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1193
- docs: Add example for alerts\[].minimum-reminder-interval by [@&#8203;xconverge](https://github.com/xconverge) in https://github.com/TwiN/gatus/pull/1187
- docs: Add section for gatus-sdk by [@&#8203;TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1189

#### New Contributors

- [@&#8203;ViktorZieg](https://github.com/ViktorZieg) made their first contribution in https://github.com/TwiN/gatus/pull/1138
- [@&#8203;xconverge](https://github.com/xconverge) made their first contribution in https://github.com/TwiN/gatus/pull/1187

**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1194
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-11 21:27:22 +00:00
5353a99398 Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.8.1 (#1196)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 1m42s
2025-08-11 20:02:39 +00:00
c26671c525 Update ghcr.io/linuxserver/plex:1.42.1 Docker digest to 28f18c2 (#1195)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m19s
2025-08-11 18:02:15 +00:00
5a187fa40c Update kube-prometheus-stack Docker tag to v76.2.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m30s
2025-08-11 15:02:18 +00:00
52b0003873 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.22
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m22s
2025-08-11 14:02:19 +00:00
a06fba907d Update ghcr.io/n8n-io/n8n Docker tag to v1.107.0 (#1190)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m51s
2025-08-11 13:02:35 +00:00
677c4094ef Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.28.0 (#1189)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m55s
2025-08-11 00:02:01 +00:00
ca2c8eb9e9 Update outlinewiki/outline Docker tag to v0.86.1 (#1188)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m26s
2025-08-10 22:01:58 +00:00
e969334749 Update ghcr.io/linuxserver/radarr:5.26.2 Docker digest to c2adf66 (#1187)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m22s
2025-08-10 18:01:55 +00:00
f3f9906be6 Update Helm release argo-cd to v8.2.7 (#1186)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m25s
2025-08-10 14:02:12 +00:00
d45250163c Update ghcr.io/open-webui/open-webui Docker tag to v0.6.21 (#1185)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-10 14:02:05 +00:00
fa12fcddc1 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.3 (#1183)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m38s
2025-08-10 13:01:50 +00:00
0445174635 Update Helm release argo-cd to v8.2.6 (#1184)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m38s
2025-08-10 12:02:08 +00:00
a7da0556a5 Update searxng/searxng:latest Docker digest to fe70275 (#1182)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-08-10 12:01:52 +00:00
0171a9ca09 Update searxng/searxng:latest Docker digest to 95ac808
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m8s
2025-08-10 10:01:34 +00:00
6352ca6035 Update ghcr.io/kashalls/external-dns-unifi-webhook Docker tag to v0.6.2 (#1180)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m33s
2025-08-10 05:02:17 +00:00
25d05537ac Update ghcr.io/open-webui/open-webui Docker tag to v0.6.20
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-helm / helm-lint (pull_request) Successful in 14s
renovate / renovate (push) Successful in 1m51s
2025-08-10 00:02:38 +00:00
7a647b97a1 Update kube-prometheus-stack Docker tag to v76 (#1172)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m46s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `75.18.1` -> `76.2.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>

### [`v76.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.2.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-76.1.0...kube-prometheus-stack-76.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update https://github.com/etcd-io/etcd digest to [`3f733e2`](https://github.com/prometheus-community/helm-charts/commit/3f733e2) by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6034

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-5.0.0...kube-prometheus-stack-76.2.0

### [`v76.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.1.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-76.0.0...kube-prometheus-stack-76.1.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6032

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.29.3...kube-prometheus-stack-76.1.0

### [`v76.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-76.0.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.18.1...kube-prometheus-stack-76.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump to 0.84.1 by [@&#8203;DrFaust92](https://github.com/DrFaust92) in https://github.com/prometheus-community/helm-charts/pull/6025

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-6.1.4...kube-prometheus-stack-76.0.0

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #1172
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-09 23:08:43 +00:00
6b69e973ce Update Helm release external-secrets to v0.19.1 (#1178)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m19s
2025-08-09 23:03:00 +00:00
c0519dd8af Update Helm release coredns to v1.43.2 (#1177)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:51 +00:00
01e5d8447b Update ghcr.io/open-webui/open-webui Docker tag to v0.6.19 (#1176)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:44 +00:00
5d8e772aa3 Update searxng/searxng:latest Docker digest to 284e14c (#1175)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:31 +00:00
4cd1b53b18 Update ghcr.io/linuxserver/code-server:4.102.3 Docker digest to 87cb49f (#1174)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-09 23:02:24 +00:00
abd7bcb12f extend internval
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 2m38s
2025-08-08 22:08:05 -05:00
a33533b797 Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 20s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m10s
2025-08-09 02:01:57 +00:00
7be34b7998 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (pull_request) Successful in 35s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
2025-08-08 23:04:34 +00:00
18fce257e5 Update ghcr.io/linuxserver/plex Docker tag to v1.42.1 (#1171)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m58s
2025-08-08 23:03:34 +00:00
729e31af8f Update ollama/ollama Docker tag to v0.11.4 (#1170)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
2025-08-08 23:03:16 +00:00
df1aa4fbf9 Update ghcr.io/n8n-io/n8n Docker tag to v1.106.2 (#1169)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:03:08 +00:00
15722ca7a4 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.4 (#1167)
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:47 +00:00
d4717dd6d2 Update searxng/searxng:latest Docker digest to ca32325 (#1166)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:35 +00:00
e9c55d5362 Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to 9ac4cd4 (#1165)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-08 23:02:28 +00:00
4b9be37a8c Update Helm release trivy-operator to v0.30.0 (#1153)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 3m15s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [trivy-operator](https://github.com/aquasecurity/helm-charts) | minor | `0.29.3` -> `0.30.0` |

---

### Release Notes

<details>
<summary>aquasecurity/helm-charts (trivy-operator)</summary>

### [`v0.30.0`](https://github.com/aquasecurity/helm-charts/releases/tag/trivy-operator-0.30.0)

[Compare Source](https://github.com/aquasecurity/helm-charts/compare/trivy-operator-0.29.3...trivy-operator-0.30.0)

Keeps security report resources updated

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1153
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-07 21:15:11 +00:00
55 changed files with 73 additions and 72 deletions

View File

@@ -9,7 +9,7 @@ audiobookshelf:
main:
image:
repository: ghcr.io/advplyr/audiobookshelf
tag: 2.27.0
tag: 2.28.0
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -15,7 +15,7 @@ bazarr:
main:
image:
repository: ghcr.io/linuxserver/bazarr
tag: 1.5.2@sha256:9530eb044660a1847e68ba9f39f90499dae0db83c3bed088973771c5f3f30007
tag: 1.5.2@sha256:591793af49156dacb5f3c2a48d19e4b1522e37d16ca3aeaea0f6616f1ce7924d
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -55,7 +55,7 @@ calibre-web-automated:
bypass:
image:
repository: ghcr.io/sarperavci/cloudflarebypassforscraping
tag: latest@sha256:fd12a2c497edd9cf475196db9f49c6678897dcf13b0a8dc6bfc5d7f74bf0b7cb
tag: latest@sha256:9ac4cd4d6d5dfc270a92502b92761d9039297abfb123f4a2a3abca5209d9eec5
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -23,6 +23,6 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/visual-studio-code.png
appVersion: 4.100.2

View File

@@ -9,7 +9,7 @@ code-server:
main:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.102.3@sha256:9d5bd6a6d04132cafb664e89a0eb87e632d142a4d4a9bb937f22752d37aa64e6
tag: 4.103.0@sha256:88cb90d06bbf300d99681be396e75b013429d561aa3c2f2a3fcbfb42d1bf8253
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -24,7 +24,7 @@ dependencies:
- name: cloudflared
alias: cloudflared-directus
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -9,7 +9,7 @@ directus:
main:
image:
repository: directus/directus
tag: 11.10.0
tag: 11.10.2
pullPolicy: IfNotPresent
env:
- name: PUBLIC_URL

View File

@@ -17,11 +17,11 @@ maintainers:
- name: alexlebens
dependencies:
- name: element-web
version: 1.4.16
version: 1.4.17
repository: https://ananace.gitlab.io/charts
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png
appVersion: v1.11.100

View File

@@ -2,7 +2,7 @@ element-web:
replicaCount: 1
image:
repository: vectorim/element-web
tag: v1.11.108
tag: v1.11.109
pullPolicy: IfNotPresent
defaultServer:
url: https://matrix.alexlebens.dev

View File

@@ -24,7 +24,7 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -9,7 +9,7 @@ home-assistant:
main:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2025.8.0
tag: 2025.8.1
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -21,7 +21,7 @@ home-assistant:
code-server:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.102.3@sha256:9d5bd6a6d04132cafb664e89a0eb87e632d142a4d4a9bb937f22752d37aa64e6
tag: 4.103.0@sha256:88cb90d06bbf300d99681be396e75b013429d561aa3c2f2a3fcbfb42d1bf8253
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -22,6 +22,6 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
appVersion: v1.2.0

View File

@@ -11,7 +11,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.4.3
tag: v1.4.5
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -15,7 +15,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.4.3
tag: v1.4.5
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -27,6 +27,6 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/karakeep.webp
appVersion: 0.26.0

View File

@@ -31,7 +31,7 @@ lidarr:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["lidarr"]
env:

View File

@@ -13,7 +13,7 @@ lidatube:
main:
image:
repository: thewicklowwolf/lidatube
tag: 0.2.30
tag: 0.2.31
pullPolicy: IfNotPresent
env:
- name: PUID

View File

@@ -25,7 +25,7 @@ dependencies:
- name: cloudflared
alias: cloudflared-outline
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -9,7 +9,7 @@ outline:
main:
image:
repository: outlinewiki/outline
tag: 0.86.0
tag: 0.86.1
pullPolicy: IfNotPresent
env:
- name: NODE_ENV

View File

@@ -9,7 +9,7 @@ plex:
main:
image:
repository: ghcr.io/linuxserver/plex
tag: 1.41.9@sha256:67f81a4cb821fd4327df1004e69de9b5375917ac661a74296992a16b3038d6f4
tag: 1.42.1@sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -23,7 +23,7 @@ dependencies:
version: 4.2.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -9,7 +9,7 @@ postiz:
main:
image:
repository: ghcr.io/gitroomhq/postiz-app
tag: v2.5.1
tag: v2.5.3
pullPolicy: IfNotPresent
env:
- name: MAIN_URL

View File

@@ -15,7 +15,7 @@ radarr-4k:
main:
image:
repository: ghcr.io/linuxserver/radarr
tag: 5.26.2@sha256:ae89f05ad7023258730ed62f5fcca63aab1e27ee5adcca1edb55d716f7cef356
tag: 5.26.2@sha256:c2adf66bafefa781401d07d358e399c476bdffb9a179a2780bb465bda8a55a51
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -31,7 +31,7 @@ radarr-4k:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["radarr"]
env:

View File

@@ -13,7 +13,7 @@ radarr-anime:
main:
image:
repository: ghcr.io/linuxserver/radarr
tag: 5.26.2@sha256:ae89f05ad7023258730ed62f5fcca63aab1e27ee5adcca1edb55d716f7cef356
tag: 5.26.2@sha256:c2adf66bafefa781401d07d358e399c476bdffb9a179a2780bb465bda8a55a51
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -29,7 +29,7 @@ radarr-anime:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["radarr"]
env:

View File

@@ -13,7 +13,7 @@ radarr-standup:
main:
image:
repository: ghcr.io/linuxserver/radarr
tag: 5.26.2@sha256:ae89f05ad7023258730ed62f5fcca63aab1e27ee5adcca1edb55d716f7cef356
tag: 5.26.2@sha256:c2adf66bafefa781401d07d358e399c476bdffb9a179a2780bb465bda8a55a51
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -29,7 +29,7 @@ radarr-standup:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["radarr"]
env:

View File

@@ -15,7 +15,7 @@ radarr:
main:
image:
repository: ghcr.io/linuxserver/radarr
tag: 5.26.2@sha256:ae89f05ad7023258730ed62f5fcca63aab1e27ee5adcca1edb55d716f7cef356
tag: 5.26.2@sha256:c2adf66bafefa781401d07d358e399c476bdffb9a179a2780bb465bda8a55a51
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -31,7 +31,7 @@ radarr:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["radarr"]
env:

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:b421cdc85f5a0b21a7ec956f110a82b7fb3d49a7665a1112f6a25f188c9775ec
tag: latest@sha256:442beca8c1c1382091e7f5d8f232cd547267d867a125c6b2ae0c96342bea9fce
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -43,7 +43,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:b421cdc85f5a0b21a7ec956f110a82b7fb3d49a7665a1112f6a25f188c9775ec
tag: latest@sha256:442beca8c1c1382091e7f5d8f232cd547267d867a125c6b2ae0c96342bea9fce
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

@@ -23,6 +23,6 @@ dependencies:
- name: cloudflared
alias: cloudflared-site
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
appVersion: 0.8.1

View File

@@ -23,6 +23,6 @@ dependencies:
- name: cloudflared
alias: cloudflared-site
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
appVersion: 0.8.1
appVersion: 2.0.1

View File

@@ -11,7 +11,7 @@ site-profile:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 1.1.1
tag: 2.0.5
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -28,7 +28,7 @@ slskd:
main:
image:
repository: slskd/slskd
tag: 0.23.1
tag: 0.23.2
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -29,7 +29,7 @@ sonarr-4k:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["sonarr"]
env:

View File

@@ -29,7 +29,7 @@ sonarr-anime:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["sonarr"]
env:

View File

@@ -29,7 +29,7 @@ sonarr:
metrics:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v2.2.0
tag: v2.3.0
pullPolicy: IfNotPresent
args: ["sonarr"]
env:

View File

@@ -25,7 +25,7 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-cd
version: 8.2.5
version: 8.2.7
repository: https://argoproj.github.io/argo-helm
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
appVersion: 3.0.0

View File

@@ -18,7 +18,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-workflows
version: 0.45.21
version: 0.45.22
repository: https://argoproj.github.io/argo-helm
- name: argo-events
version: 2.4.16

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

@@ -7,7 +7,7 @@ gatus:
enabled: true
image:
repository: ghcr.io/twin/gatus
tag: v5.21.0
tag: v5.22.0
annotations:
reloader.stakater.com/auto: "true"
service:
@@ -310,6 +310,7 @@ gatus:
- name: postiz
url: https://postiz.alexlebens.dev
<<: *defaults
interval: 120s
group: external
- name: matrix
url: https://chat.alexlebens.dev

View File

@@ -19,7 +19,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: kube-prometheus-stack
version: 75.18.1
version: 76.3.0
repository: oci://ghcr.io/prometheus-community/charts
- name: app-template
alias: ntfy-alertmanager

View File

@@ -16,7 +16,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: trivy-operator
version: 0.29.3
version: 0.30.0
repository: https://aquasecurity.github.io/helm-charts/
icon: https://raw.githubusercontent.com/aquasecurity/trivy/main/docs/imgs/logo.png
appVersion: v0.26.1

View File

@@ -26,7 +26,7 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -12,7 +12,7 @@ sources:
- https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets
dependencies:
- name: external-secrets
version: 0.19.0
version: 0.19.1
repository: https://charts.external-secrets.io
icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4
appVersion: 0.17.0

View File

@@ -41,7 +41,7 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -211,7 +211,7 @@ backup:
s3-backup:
image:
repository: d3fk/s3cmd
tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
tag: latest@sha256:020f108091ffa7d8ce9b57420176f9f40182bd7047f02a35ca1068d030c774d9
pullPolicy: IfNotPresent
command:
- /bin/sh
@@ -235,7 +235,7 @@ backup:
s3-prune:
image:
repository: d3fk/s3cmd
tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
tag: latest@sha256:020f108091ffa7d8ce9b57420176f9f40182bd7047f02a35ca1068d030c774d9
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -29,7 +29,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: matrix-synapse
version: 3.12.5
version: 3.12.6
repository: https://ananace.gitlab.io/charts
- name: app-template
alias: matrix-hookshot
@@ -45,11 +45,11 @@ dependencies:
# version: 4.0.1
- name: cloudflared
alias: cloudflared-synapse
version: 1.19.0
version: 1.20.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: cloudflared
alias: cloudflared-hookshot
version: 1.19.0
version: 1.20.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: postgres-cluster
alias: postgres-17-cluster

View File

@@ -9,7 +9,7 @@ n8n:
main:
image:
repository: ghcr.io/n8n-io/n8n
tag: 1.106.1
tag: 1.107.0
pullPolicy: IfNotPresent
env:
- name: GENERIC_TIMEZONE
@@ -93,7 +93,7 @@ n8n:
main:
image:
repository: ghcr.io/n8n-io/n8n
tag: 1.106.1
tag: 1.107.0
pullPolicy: IfNotPresent
command:
- n8n
@@ -182,7 +182,7 @@ n8n:
main:
image:
repository: ghcr.io/n8n-io/n8n
tag: 1.106.1
tag: 1.107.0
pullPolicy: IfNotPresent
command:
- n8n

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.11.3
tag: 0.11.4
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.11.3
tag: 0.11.4
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.11.3
tag: 0.11.4
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -117,7 +117,7 @@ ollama:
main:
image:
repository: ghcr.io/open-webui/open-webui
tag: v0.6.18
tag: 0.6.22
pullPolicy: IfNotPresent
env:
- name: ENV

View File

@@ -28,7 +28,7 @@ qbittorrent:
qbittorrent:
image:
repository: ghcr.io/linuxserver/qbittorrent
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d
tag: 5.1.2@sha256:90c9eaad4a5c1d01ea9b223f874be0b0f9476a98a9f02df06f77877614d955a2
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -135,7 +135,7 @@ qbittorrent:
qbit-manage:
image:
repository: ghcr.io/stuffanthings/qbit_manage
tag: v4.5.2
tag: v4.5.3
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -198,7 +198,7 @@ snapshot:
s3-backup:
image:
repository: d3fk/s3cmd
tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
tag: latest@sha256:020f108091ffa7d8ce9b57420176f9f40182bd7047f02a35ca1068d030c774d9
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -19,7 +19,7 @@ external-dns-unifi:
webhook:
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.6.1
tag: v0.6.2
env:
- name: UNIFI_HOST
value: https://192.168.1.1

View File

@@ -73,7 +73,7 @@ etcd-backup:
s3-prune:
image:
repository: d3fk/s3cmd
tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
tag: latest@sha256:020f108091ffa7d8ce9b57420176f9f40182bd7047f02a35ca1068d030c774d9
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: coredns
version: 1.43.1
version: 1.43.2
repository: https://coredns.github.io/helm
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/coredns.png
appVersion: v1.12.1

View File

@@ -24,6 +24,6 @@ dependencies:
- name: cloudflared
alias: cloudflared-rgw
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
version: 1.20.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ceph.png
appVersion: v1.17.1

View File

@@ -32,7 +32,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
homepage:
image: ghcr.io/gethomepage/homepage:v1.4.3
image: ghcr.io/gethomepage/homepage:v1.4.5
container_name: homepage
labels:
traefik.enable: true