105 Commits

Author SHA1 Message Date
52ace9b0fb Update ghcr.io/linuxserver/qbittorrent Docker tag to v5.1.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-08-07 21:16:17 +00:00
4b9be37a8c Update Helm release trivy-operator to v0.30.0 (#1153)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Failing after 14m0s
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
2218a8513b Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.1 (#1164)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m36s
2025-08-07 21:02:27 +00:00
f77a33b13e Update Helm release loki to v6.35.1 (#1163)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-07 21:02:22 +00:00
c7fbd1aae6 Update searxng/searxng:latest Docker digest to b421cdc (#1162)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m57s
2025-08-07 19:02:32 +00:00
be60de8ada Update outlinewiki/outline Docker tag to v0.86.0 (#1158)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m7s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `0.85.1` -> `0.86.0` |

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

### [`v0.86.0`](https://github.com/outline/outline/releases/tag/v0.86.0)

[Compare Source](https://github.com/outline/outline/compare/v0.85.1...v0.86.0)

> \[!NOTE]\
> If you run the collaboration service separately it ***must*** be updated and restarted before the client and API to avoid errors.

<img width="1680" height="740" alt="collection-sharing" src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461" />

#### What's Changed

This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default).

Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version.

##### Other improvements

- Added OTP sign-in codes for mobile PWA in https://github.com/outline/outline/pull/9556
- A paste menu to convert a list of URLs to mentions is now displaced in https://github.com/outline/outline/pull/9646
- You can now update the url of an embed without reinserting in https://github.com/outline/outline/pull/9479
- The collaboration service can now be scaled across multiple servers in https://github.com/outline/outline/pull/9625
- References are now prefetched on hover in https://github.com/outline/outline/pull/9722
- We improved the wrapping behavior in inline code marks in https://github.com/outline/outline/pull/9724
- The `Up` arrow in a comment input now jumps to editing previous comment in https://github.com/outline/outline/pull/9727
- Clicking items in the sidebar is now even faster than before in https://github.com/outline/outline/pull/9733
- Added support for Tella.tv embeds in https://github.com/outline/outline/pull/9775
- Hundreds of new and improved translations

##### Fixes

##### Editor

- fix: Include image caption as alt attribute in https://github.com/outline/outline/pull/9554
- fix: Empty placeholder shows up when no text but image in paragraph in https://github.com/outline/outline/pull/9593
- fix: Remote table modifications cause CellSelection to be lost in https://github.com/outline/outline/pull/9596
- fix: Element overlaying last backlink in https://github.com/outline/outline/pull/9699
- fix: YouTube fullscreen popups are blocked in https://github.com/outline/outline/pull/9706
- fix: Anchor with some UTF8 characters not correctly decoding in https://github.com/outline/outline/pull/9778
- fix: Alignment not copied onto new table rows in https://github.com/outline/outline/pull/9785
- fix: Col/row selection on table with merged cells in https://github.com/outline/outline/pull/9786
- fix: Toggling table full width should always go … fullwidth in https://github.com/outline/outline/pull/9792

##### Other

- fix: Importer truncates newlines in captions in https://github.com/outline/outline/pull/9544
- fix: Incorrect parsing of hard breaks from Markdown in https://github.com/outline/outline/pull/9548
- fix: Make shared document content available to screenreaders in https://github.com/outline/outline/pull/9549
- fix: JSON export->import loses content in https://github.com/outline/outline/pull/9582
- fix: Remove incorrectly nested "recently viewed" docs from explorer in https://github.com/outline/outline/pull/9597
- fix: Blank page is rendered when link to draft without collection is shared in https://github.com/outline/outline/pull/9605
- fix: Viewers unable to connect personal Slack in https://github.com/outline/outline/pull/9614
- fix: Refresh tokens do not work with OIDC discovery in https://github.com/outline/outline/pull/9618
- Fix middle mouse button link behavior in https://github.com/outline/outline/pull/9632
- chore: Add exponential backoff / retry for database deadlocks in https://github.com/outline/outline/pull/9671
- fix: Linking from one shared sub-document to another share in https://github.com/outline/outline/pull/9689
- fix: Title content after period sometimes stripped in import in https://github.com/outline/outline/pull/9712
- fix: Letter icon incorrect in picker and sidebar in https://github.com/outline/outline/pull/9720
- fix: Unnecessary remounts at breakpoints by [@&#8203;charliecreates](https://github.com/charliecreates)\[bot] in https://github.com/outline/outline/pull/9730
- fix: Hide inline comments when disabled in https://github.com/outline/outline/pull/9732
- chore: Improve group membership dialogs in https://github.com/outline/outline/pull/9693
- fix: Documents accessible only through group memberships do not appear in search results in https://github.com/outline/outline/pull/9738
- fix: extract domain from user email in Slack authentication by [@&#8203;naaa760](https://github.com/naaa760) in https://github.com/outline/outline/pull/9742
- fix: emails parameter on users.list should be case insensitive in https://github.com/outline/outline/pull/9755
- fix: Improve importer to be more resilient to hidden directories in https://github.com/outline/outline/pull/9762
- fix: Remote results causes `cmd+k` state reset in https://github.com/outline/outline/pull/9793
- fix: Allow `<br>` tags to represent breaks in API markdown input in https://github.com/outline/outline/pull/9794
- fix: Nested lists flatten in confluence import in https://github.com/outline/outline/pull/9797
- Improve webhook disabling heuristic with time-based analysis in https://github.com/outline/outline/pull/9800
- fix: duplicate highlight shortcut key label by [@&#8203;k2on](https://github.com/k2on) in https://github.com/outline/outline/pull/9806
- Allow disconnecting analytics integrations in https://github.com/outline/outline/pull/9823
- Autofocus search input when opening icon picker in https://github.com/outline/outline/pull/9839
- fix: refresh token rotation is broken in OAuth provider implementation in https://github.com/outline/outline/pull/9847
- fix: Various issues with JSON import in https://github.com/outline/outline/pull/9850

#### New Contributors

- [@&#8203;TheAlexLichter](https://github.com/TheAlexLichter) made their first contribution in https://github.com/outline/outline/pull/9629
- [@&#8203;camc314](https://github.com/camc314) made their first contribution in https://github.com/outline/outline/pull/9695
- [@&#8203;charliecreates](https://github.com/charliecreates)\[bot] made their first contribution in https://github.com/outline/outline/pull/9730
- [@&#8203;naaa760](https://github.com/naaa760) made their first contribution in https://github.com/outline/outline/pull/9742
- [@&#8203;k2on](https://github.com/k2on) made their first contribution in https://github.com/outline/outline/pull/9806

**Full Changelog**: https://github.com/outline/outline/compare/v0.85.1...v0.86.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: #1158
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-07 16:29:36 +00:00
0b1fc3d2d5 Update searxng/searxng:latest Docker digest to d2d7c0d (#1161)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m32s
2025-08-07 16:02:16 +00:00
8f5dbb0425 Update ghcr.io/n8n-io/n8n Docker tag to v1.106.1 (#1160)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m54s
2025-08-07 15:05:12 +00:00
c9e8fb464d Update searxng/searxng:latest Docker digest to 99ce8b1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m44s
2025-08-07 14:02:32 +00:00
5643276099 Update kube-prometheus-stack Docker tag to v75.18.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m39s
2025-08-07 11:01:42 +00:00
17ea8f057a Update Helm release grafana-operator to v5.19.4 (#1156)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 4m49s
2025-08-07 10:02:53 +00:00
7618b9f2a1 Update kube-prometheus-stack Docker tag to v75.18.0
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m29s
2025-08-07 09:02:31 +00:00
edd7259bb1 Update Helm release grafana-operator to v5.19.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 27s
2025-08-07 09:02:01 +00:00
1c1cfcf470 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.4.2 (#1152)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m49s
2025-08-07 08:02:06 +00:00
b9889d8f71 Update ollama/ollama Docker tag to v0.11.3 (#1151)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 3m16s
2025-08-07 06:02:31 +00:00
addc6d142a Update hashicorp/vault Docker tag to v1.20.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 22s
lint-test-helm / helm-lint (push) Successful in 21s
renovate / renovate (push) Successful in 1m10s
2025-08-07 05:01:51 +00:00
cff60c3e24 Update Helm release meilisearch to v0.15.0 (#1129)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m24s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.14.0` -> `0.15.0` |

---

### Release Notes

<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>

### [`v0.15.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.15.0)

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.14.0...meilisearch-0.15.0)

A Helm chart for the Meilisearch search engine

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: #1129
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:38:42 +00:00
6c2160a3a6 Update Helm release loki to v6.35.0 (#1149)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change | Pending |
|---|---|---|---|
| [loki](https://grafana.github.io/helm-charts) ([source](https://github.com/grafana/helm-charts)) | minor | `6.34.0` -> `6.35.0` | `6.35.1` |

---

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

Reviewed-on: #1149
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:37:42 +00:00
6d3256dc7a Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.8.0 (#1146)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/) ([source](https://github.com/home-assistant/core)) | minor | `2025.7.4` -> `2025.8.0` |

---

### Release Notes

<details>
<summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary>

### [`v2025.8.0`](https://github.com/home-assistant/core/releases/tag/2025.8.0)

[Compare Source](https://github.com/home-assistant/core/compare/2025.7.4...2025.8.0)

https://www.home-assistant.io/blog/2025/08/06/release-20258/

</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: #1146
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:37:28 +00:00
49a68d7781 Update rmcrackan/libation Docker tag to v12.5.0 (#1145)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rmcrackan/libation](https://github.com/rmcrackan/Libation) | minor | `12.4.11` -> `12.5.0` |

---

### Release Notes

<details>
<summary>rmcrackan/Libation (rmcrackan/libation)</summary>

### [`v12.5.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.5.0): Libation 12.5.0

[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.4.11...v12.5.0)

- Allow Libation to start with an invalid Books directory ([#&#8203;1320](https://github.com/rmcrackan/Libation/issues/1320) & [#&#8203;1214](https://github.com/rmcrackan/Libation/issues/1214))
- Use series Order string instead of parsed float in template tags ([#&#8203;1056](https://github.com/rmcrackan/Libation/issues/1056))
- Provide NTFS default characters for non-windows users ([#&#8203;1258](https://github.com/rmcrackan/Libation/issues/1258) & [#&#8203;1256](https://github.com/rmcrackan/Libation/issues/1256))
- Smart handling of filename limitations cross platform ([#&#8203;1260](https://github.com/rmcrackan/Libation/issues/1260))
- Add "Locate Audiobooks" help text ([#&#8203;1323](https://github.com/rmcrackan/Libation/issues/1323))
- Add link to naming template wiki
- Added nix flake and shell files for nixos users who want to work on development

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari), [@&#8203;ajundi](https://github.com/ajundi)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

</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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1145
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:37:16 +00:00
6e272c397d Update ollama/ollama Docker tag to v0.11.2 (#1144)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m48s
This PR contains the following updates:

| Package | Update | Change | Pending |
|---|---|---|---|
| ollama/ollama | minor | `0.10.1` -> `0.11.2` | `0.11.3` |

---

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

Reviewed-on: #1144
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:29:23 +00:00
ab3ed7c267 Update Helm release headlamp to v0.34.0 (#1141)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [headlamp](https://headlamp.dev/) ([source](https://github.com/kubernetes-sigs/headlamp)) | minor | `0.33.0` -> `0.34.0` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/headlamp (headlamp)</summary>

### [`v0.34.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.34.0): 0.34.0

[Compare Source](https://github.com/kubernetes-sigs/headlamp/compare/v0.33.0...v0.34.0)

####  Enhancements:

- Add a close all button to the overview
- Make the activity overview button sticky and make it a toggle button
- Allow multiple selection in tables by using Shift+Clicking. Thanks to [@&#8203;krrish-sehgal](https://github.com/krrish-sehgal)
- Add cluster info the activities
- Improve the security of how plugins are loaded
- Add tooltip to pods list for displaying requests and limits
- Add create pod / job buttons to their respective list views. Thanks to [@&#8203;ChayanDass](https://github.com/ChayanDass)
- Update the Network icon in the map. Thanks to [@&#8203;blazethunderstorm](https://github.com/blazethunderstorm)
- Persist showing timestamps choice in the log viewer. Thanks to [@&#8203;blazethunderstorm](https://github.com/blazethunderstorm)

#### 🐞 Bug fixes

- Fix closing an edit/view YAML activity by clicking the close button. Thanks to [@&#8203;ChayanDass](https://github.com/ChayanDass)
- Fix height in docs viewer
- Fix typo in BackendTLSPolicy filenames. Thanks to [@&#8203;userAdityaa](https://github.com/userAdityaa)
- Fix multiple a11y issues
- Exit the activity overview automatically when the last activity in it is closed
- Fix how Custom Resource Definitions are shown in activities
- Add token to request only when available
- Fix the editor closing after a successful apply. Thanks to [@&#8203;ChayanDass](https://github.com/ChayanDass)
- Chart: Fix extraManifests example in the. Thanks to [@&#8203;xfrancois](https://github.com/xfrancois)
- Fix portforwarding when not in a cluster view and different portforwarding issues on Mac

#### 💻 Development

- Add storybook coverage to NodeShellSettings, AppLogo, and ClusterSelector. Thanks to [@&#8203;mahmoodalisha](https://github.com/mahmoodalisha)
- Fix test scripts to only run .ts tests in electron
- Enhance click handling in table rows
- Add Gateway API manifests for local testing. Thanks to [@&#8203;userAdityaa](https://github.com/userAdityaa)
- Add app-test target to the Makefile
- Update misc dependencies
- Improve the security and flexibility of running commands from plugins
- Add BackendTrafficPolicy KubeObject model definition and storybook coverage. Thanks to [@&#8203;userAdityaa](https://github.com/userAdityaa)
- CI: Add test step to the app workflows

#### 📖 Documentation

- Mention the app-test Makefile target in the app README
- Add gateway.md documentation file. Thanks to [@&#8203;userAdityaa](https://github.com/userAdityaa)

<!-- end-release-notes -->

**Container image:** 🐳  [ghcr.io/headlamp-k8s/headlamp:v0.34.0](https://github.com/orgs/headlamp-k8s/packages/container/headlamp/475369027?tag=v0.34.0)
**Desktop Apps:**

🐧  [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp)
🐧  Linux AppImage [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-x64.AppImage), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-arm64.AppImage),  [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-armv7l.AppImage)
🐧 Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-x64.tar.gz), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-arm64.tar.gz), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-linux-armv7l.tar.gz)
🐧 Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/headlamp_0.34.0-1_amd64.deb)
:green\_apple:  [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-mac-x64.dmg)
:green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-mac-arm64.dmg)
:blue\_square:  [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.34.0/Headlamp-0.34.0-win-x64.exe)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1141
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:28:50 +00:00
d6e1513e84 Update Helm release grafana-operator to v5.19.1 (#1140)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m37s
This PR contains the following updates:

| Package | Update | Change | Pending |
|---|---|---|---|
| [grafana-operator](https://github.com/grafana/helm-charts) | minor | `v5.18.0` -> `v5.19.1` | `v5.19.4` (+2) |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana-operator)</summary>

### [`v5.19.1`](https://github.com/grafana/helm-charts/releases/tag/grafana-operator-v5.19.1)

[Compare Source](https://github.com/grafana/helm-charts/compare/grafana-operator-v5.18.0...grafana-operator-v5.19.1)

Helm chart for the [grafana-operator](https://github.com/grafana/grafana-operator)

Tag on source: https://github.com/grafana/grafana-operator/releases/tag/v5.19.1

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1140
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:26:48 +00:00
f3da78fc0f Update binwiederhier/ntfy Docker tag to v2.14.0 (#1137)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m41s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.13.0` -> `v2.14.0` |

---

### Release Notes

<details>
<summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary>

### [`v2.14.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.14.0)

[Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.13.0...v2.14.0)

This release adds support for [declarative users](https://docs.ntfy.sh/config/#users-via-the-config), [declarative ACL entries](https://docs.ntfy.sh/config/#acl-entries-via-the-config) and [declarative tokens](https://docs.ntfy.sh/config/#tokens-via-the-config). This allows you to define users, ACL entries and tokens in the config file, which is useful for static deployments or deployments that use a configuration management system.

It also adds support for [pre-defined templates](https://docs.ntfy.sh/publish/#pre-defined-templates) and [custom templates](https://docs.ntfy.sh/publish/#custom-templates) for enhanced JSON webhook support, as well as advanced [template functions](https://docs.ntfy.sh/publish/#template-functions) based on the [Sprig](https://github.com/Masterminds/sprig) functions.

❤️ If you like ntfy, **please consider sponsoring me** via [GitHub Sponsors](https://github.com/sponsors/binwiederhier), [Liberapay](https://en.liberapay.com/ntfy/), Bitcoin (`1626wjrw3uWk9adyjCfYwafw4sQWujyjn8`), or by buying a [paid plan via the web app](https://ntfy.sh/app). ntfy
will always remain open source.

**Features:**

- [Declarative users](https://docs.ntfy.sh/config/#users-via-the-config), [declarative ACL entries](https://docs.ntfy.sh/config/#acl-entries-via-the-config) and [declarative tokens](https://docs.ntfy.sh/config/#tokens-via-the-config) ([#&#8203;464](https://github.com/binwiederhier/ntfy/issues/464), [#&#8203;1384](https://github.com/binwiederhier/ntfy/issues/1384), [#&#8203;1413](https://github.com/binwiederhier/ntfy/issues/1413), thanks to pinpox for reporting, to [@&#8203;wunter8](https://github.com/wunter8) for reviewing and implementing parts of it)
- [Pre-defined templates](https://docs.ntfy.sh/publish/#pre-defined-templates) and [custom templates](https://docs.ntfy.sh/publish/#custom-templates) for enhanced JSON webhook support ([#&#8203;1390](https://github.com/binwiederhier/ntfy/issues/1390))
- Support of advanced [template functions](https://docs.ntfy.sh/publish/#template-functions) based on the [Sprig](https://github.com/Masterminds/sprig) library ([#&#8203;1121](https://github.com/binwiederhier/ntfy/issues/1121), thanks to [@&#8203;davidatkinsondoyle](https://github.com/davidatkinsondoyle) for reporting, to [@&#8203;wunter8](https://github.com/wunter8) for implementing, and to the Sprig team for their work)

</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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1137
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-06 23:25:01 +00:00
9311df2e62 Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to b68b3d0 (#1148)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m26s
2025-08-06 22:02:24 +00:00
6cb5704447 Update kube-prometheus-stack Docker tag to v75.17.1 (#1147)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 2m49s
2025-08-06 21:02:36 +00:00
a634ebb0bf Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.1 (#1143)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m40s
2025-08-06 17:02:04 +00:00
6a7cfde1e6 Update kube-prometheus-stack Docker tag to v75.17.0 (#1142)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m45s
2025-08-06 15:03:23 +00:00
4daa2cd074 Update prometheus-operator-crds Docker tag to v22.0.2 (#1139)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 2m46s
2025-08-06 13:02:32 +00:00
5a822b1f55 Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to fd12a2c (#1138)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m24s
2025-08-06 12:03:00 +00:00
8e970744ad Update Helm release harbor to v1.17.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m53s
2025-08-06 07:01:38 +00:00
f531db35c6 Update php Docker tag to v8.4.11
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m29s
2025-08-06 06:01:55 +00:00
ce1371f0f9 Update ghcr.io/linuxserver/prowlarr:1.37.0 Docker digest to 25d21c0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
lint-test-helm / helm-lint (push) Successful in 36s
renovate / renovate (push) Successful in 2m25s
2025-08-06 05:01:53 +00:00
7bfe3519e0 Update ghcr.io/linuxserver/lidarr:2.12.4 Docker digest to 286af1e (#1133)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 2m46s
2025-08-06 04:02:50 +00:00
eb5bc00f1d Update d3fk/s3cmd:latest Docker digest to 33ccdf0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 1m42s
2025-08-06 03:01:56 +00:00
1200631a38 Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 9530eb0 (#1131)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m23s
2025-08-05 22:02:05 +00:00
1da37e9e1d Update kube-prometheus-stack Docker tag to v75.16.1 (#1130)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m35s
2025-08-05 21:02:09 +00:00
385a354a47 Update Helm release gitea to v12.1.3
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m39s
2025-08-05 20:01:58 +00:00
e771821d60 Update gitea/gitea Docker tag to v1.24.4
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (push) Successful in 11s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
lint-test-docker / docker-lint (pull_request) Successful in 30s
lint-test-helm / helm-lint (pull_request) Successful in 30s
2025-08-05 20:01:37 +00:00
e2ff6d3d1c Update kube-prometheus-stack Docker tag to v75.16.0 (#1126)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m1s
2025-08-05 18:01:59 +00:00
a2899d817b Update caronc/apprise Docker tag to v1.2.1
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 8s
renovate / renovate (push) Successful in 1m38s
2025-08-05 16:01:09 +00:00
78662d4eeb Update Helm release coredns to v1.43.1 (#1124)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 27s
renovate / renovate (push) Successful in 1m44s
2025-08-05 15:02:27 +00:00
c5b3e4763c Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.0 (#1123)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m30s
2025-08-05 08:02:12 +00:00
c159405fd0 Update kube-prometheus-stack Docker tag to v75.15.2 (#1122)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m5s
2025-08-04 17:02:18 +00:00
ff97cdf045 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.5 (#1121)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m11s
2025-08-04 15:02:02 +00:00
5c5c4d6062 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.4
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 1m9s
2025-08-04 14:02:39 +00:00
4c16fc05d6 Update ghcr.io/n8n-io/n8n Docker tag to v1.106.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m8s
2025-08-04 13:02:54 +00:00
063a710eaa Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.3 (#1118)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m0s
2025-08-04 12:02:08 +00:00
73ae0372c3 Update ghcr.io/linuxserver/plex:1.41.9 Docker digest to 67f81a4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m22s
2025-08-04 10:02:40 +00:00
f69886679c Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.1 (#1116)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m5s
2025-08-04 06:01:45 +00:00
f1cc34349d Update Helm release external-secrets to v0.19.0 (#1114)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `0.18.2` -> `0.19.0` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

### [`v0.19.0`](https://github.com/external-secrets/external-secrets/releases/tag/v0.19.0)

[Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.0)

#### **BREAKING CHANGE**

🔴 🔴  BREAKING CHANGE 🔴 🔴

Please note that this a breaking change because our CRDs are now too big. Meaning a simple kubectl apply or Argo's default client side apply WILL NOT WORK! You have to add `--server-side` to kubectl apply and in argo add:

```yaml
spec:
  project: default
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
    - CreateNamespace=true
    - ServerSideApply=true
```

for it to correctly install the CRDs. Thank you.

Image: `ghcr.io/external-secrets/external-secrets:v0.19.0`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi-boringssl`

#### What's Changed

- chore: release helm chart for v0.18.2 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4985
- chore(deps): bump golang from `ee7ff13` to `10f549d` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/4997
- chore(deps): bump golang from `68932fa` to `68932fa` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5000
- chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/4998
- chore(deps): bump anchore/sbom-action from 0.20.1 to 0.20.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5001
- chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5003
- chore(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5002
- fix: do not turn original value into string on value scope by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5011
- fix: add uuid in edit and view clusterroles by [@&#8203;sylvainOL](https://github.com/sylvainOL) in https://github.com/external-secrets/external-secrets/pull/5017
- chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app)\[bot] in https://github.com/external-secrets/external-secrets/pull/4999
- fix: template data should not be the secret Data itself by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/5023
- Fix: Return appropriate error in ValidateStore by [@&#8203;prakash-218](https://github.com/prakash-218) in https://github.com/external-secrets/external-secrets/pull/5019
- feat(helm): allow to set init containers by [@&#8203;rclsilver](https://github.com/rclsilver) in https://github.com/external-secrets/external-secrets/pull/4745
- chore(deps): bump certifi from 2025.6.15 to 2025.7.14 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5032
- Fix: Remove root/buildinfo from ubi build files by [@&#8203;bainsy88](https://github.com/bainsy88) in https://github.com/external-secrets/external-secrets/pull/5037
- chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5033
- chore(deps): bump golang from 1.24.4-bookworm to 1.24.5-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5029
- chore(deps): bump golang from 1.24.4 to 1.24.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5034
- chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app)\[bot] in https://github.com/external-secrets/external-secrets/pull/5031
- Add Red Hat OpenShift in Adopters by [@&#8203;KeenonLee](https://github.com/KeenonLee) in https://github.com/external-secrets/external-secrets/pull/5039
- fix: remove authentication option with JWT token from STSSessionToken generator by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5026
- fix: add validation constraints to ExternalSecretRewrite  by [@&#8203;Aakkash-Suresh](https://github.com/Aakkash-Suresh) in https://github.com/external-secrets/external-secrets/pull/5006
- fix: stability support matrix by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/5043
- docs(decoding-strategy): clarify base64 auto-detection limitations by [@&#8203;orymate](https://github.com/orymate) in https://github.com/external-secrets/external-secrets/pull/5004
- feat(infisical): auth methods by [@&#8203;DanielHougaard](https://github.com/DanielHougaard) in https://github.com/external-secrets/external-secrets/pull/5040
- chore(deps): bump alpine from 3.22.0 to 3.22.1 in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5046
- chore(aws): parameterstore unit tests improvement by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in https://github.com/external-secrets/external-secrets/pull/4986
- fix(helm): grafana dashboard: fix heatmaps to actually be heatmaps, not time series by [@&#8203;desaintmartin](https://github.com/desaintmartin) in https://github.com/external-secrets/external-secrets/pull/5069
- chore(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5047
- chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5048
- chore(deps): bump golang from `ddf5200` to `daae04e` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5049
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5051
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5052
- chore(deps): bump mkdocs-material from 9.6.15 to 9.6.16 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5077
- Add SelfSubjectAccessReview as a fallback for failing SelfSubjectRulesReview by [@&#8203;alvin-rw](https://github.com/alvin-rw) in https://github.com/external-secrets/external-secrets/pull/5025
- chore(deps): bump golang from `69adc37` to `ef8c5c7` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5076
- chore(deps): bump ubi8/ubi from `c0b0729` to `785d38c` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5075
- chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5072
- chore(deps): bump anchore/sbom-action from 0.20.2 to 0.20.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5073
- SSHKey generator by [@&#8203;dex4er](https://github.com/dex4er) in https://github.com/external-secrets/external-secrets/pull/5083
- fix: restore AWS credential chain resolution for ECRAuthorizationToken generator by [@&#8203;aditmeno](https://github.com/aditmeno) in https://github.com/external-secrets/external-secrets/pull/5082
- fix(helm): grafana dashboard: add widget for sum of not ready secrets by [@&#8203;desaintmartin](https://github.com/desaintmartin) in https://github.com/external-secrets/external-secrets/pull/5086
- feat(aws): secretsmanager to update/patch/delete tags by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in https://github.com/external-secrets/external-secrets/pull/4984
- fix: update the e2e test with the new store status value by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5089
- fix: correct usage of if in dlc and update for server side apply by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5092

#### New Contributors

- [@&#8203;sylvainOL](https://github.com/sylvainOL) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5017
- [@&#8203;prakash-218](https://github.com/prakash-218) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5019
- [@&#8203;rclsilver](https://github.com/rclsilver) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4745
- [@&#8203;bainsy88](https://github.com/bainsy88) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5037
- [@&#8203;KeenonLee](https://github.com/KeenonLee) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5039
- [@&#8203;orymate](https://github.com/orymate) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5004
- [@&#8203;desaintmartin](https://github.com/desaintmartin) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5069
- [@&#8203;alvin-rw](https://github.com/alvin-rw) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5025
- [@&#8203;dex4er](https://github.com/dex4er) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5083
- [@&#8203;aditmeno](https://github.com/aditmeno) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5082

**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: #1114
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-03 23:06:45 +00:00
d44988b875 Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.2 (#1115)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
2025-08-03 20:01:36 +00:00
440866697e Update Helm release gatus to v1.3.1 (#1113)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m32s
2025-08-03 18:02:09 +00:00
3e68301189 Update ghcr.io/tautulli/tautulli Docker tag to v2.15.3 (#1112)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-03 18:02:01 +00:00
0a73d4866b Update ghcr.io/twin/gatus Docker tag to v5.21.0 (#1105)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m5s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

#### What's Changed

- feat(external-endpoint): Implement heartbeat by [@&#8203;TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1173
- feat(alerting): Support sending messages to Telegram topics in group by [@&#8203;medaved](https://github.com/medaved) in https://github.com/TwiN/gatus/pull/928
- feat: Add body to TCP, UDP, and TLS endpoints and templating by [@&#8203;jasonshugart](https://github.com/jasonshugart) in https://github.com/TwiN/gatus/pull/1134
- fix(websocket): add support for custom headers in WS check by [@&#8203;olexandrd](https://github.com/olexandrd) in https://github.com/TwiN/gatus/pull/1180
- fix(websocket): use tls config by [@&#8203;joy4eg](https://github.com/joy4eg) in https://github.com/TwiN/gatus/pull/1165
- docs: Update example Grafana dashboard by [@&#8203;perfectra1n](https://github.com/perfectra1n) in https://github.com/TwiN/gatus/pull/1163
- chore(deps): bump google.golang.org/api from 0.236.0 to 0.242.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1164
- chore(deps): Bump TwiN/whois dependency to v1.1.11 by [@&#8203;Byh0ki](https://github.com/Byh0ki) in https://github.com/TwiN/gatus/pull/1175
- chore(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.64.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1162
- chore(deps): bump github.com/miekg/dns from 1.1.66 to 1.1.67 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1166

#### New Contributors

- [@&#8203;medaved](https://github.com/medaved) made their first contribution in https://github.com/TwiN/gatus/pull/928
- [@&#8203;perfectra1n](https://github.com/perfectra1n) made their first contribution in https://github.com/TwiN/gatus/pull/1163
- [@&#8203;jasonshugart](https://github.com/jasonshugart) made their first contribution in https://github.com/TwiN/gatus/pull/1134
- [@&#8203;joy4eg](https://github.com/joy4eg) made their first contribution in https://github.com/TwiN/gatus/pull/1165
- [@&#8203;Byh0ki](https://github.com/Byh0ki) made their first contribution in https://github.com/TwiN/gatus/pull/1175
- [@&#8203;olexandrd](https://github.com/olexandrd) made their first contribution in https://github.com/TwiN/gatus/pull/1180

**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.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: #1105
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-03 16:59:19 +00:00
9981db78e9 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
lint-test-docker / docker-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (push) Successful in 8s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m38s
2025-08-03 16:02:14 +00:00
c24f43680e Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-08-03 11:01:26 +00:00
0cb027510a Update searxng/searxng:latest Docker digest to d7325ed
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m27s
2025-08-03 09:01:42 +00:00
c6f91e059b Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m43s
2025-08-03 06:02:21 +00:00
cb23a8a8df Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.27.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-03 00:01:51 +00:00
f7dfcfac4c Update ghcr.io/gethomepage/homepage Docker tag to v1.4.2
All checks were successful
lint-test-docker / docker-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-docker / docker-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m20s
2025-08-02 23:01:20 +00:00
7cc78897db Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.1 (#1104)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m55s
2025-08-02 18:01:36 +00:00
46f7e49520 Update ghcr.io/actualbudget/actual Docker tag to v25.8.0 (#1103)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.7.1` -> `25.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1103
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-02 16:53:51 +00:00
abb79c5ec7 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.1 (#1102)
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 1m37s
2025-08-02 13:01:42 +00:00
96c3cbd4fd change image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m33s
2025-08-01 18:46:59 -05:00
30b27adefc switch image
Some checks failed
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2025-08-01 18:45:27 -05:00
e4085637ec change container
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m10s
2025-08-01 18:40:26 -05:00
b9a6eea23a Update Helm release tailscale-operator to v1.86.2 (#1098)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale) | minor | `1.84.3` -> `1.86.2` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>

### [`v1.86.2`](https://github.com/tailscale/tailscale/releases/tag/v1.86.2)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2)

Please refer to the changelog available at https://tailscale.com/changelog

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1098
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 23:39:29 +00:00
a2ff073e4f Update Helm release rook-ceph-cluster to v1.17.7 (#1101)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m13s
2025-08-01 19:02:54 +00:00
a87fba67b0 Update Helm release rook-ceph to v1.17.7 (#1100)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:45 +00:00
4d6e09c834 Update Helm release local-path-provisioner to v0.0.33 (#1099)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:35 +00:00
fcd9de09f1 Update bbilly1/tubearchivist Docker tag to v0.5.5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m34s
2025-08-01 16:01:05 +00:00
67d21a41ef Update goharbor/harbor-core Docker tag to v2.13.2 (#1088)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m0s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| goharbor/harbor-core | patch | `v2.13.1` -> `v2.13.2` |

---

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

Reviewed-on: #1088
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:53:54 +00:00
0b4a1cf685 Update goharbor/harbor-jobservice Docker tag to v2.13.2 (#1090)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| goharbor/harbor-jobservice | patch | `v2.13.1` -> `v2.13.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->

Reviewed-on: #1090
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:53:38 +00:00
de1bba4bcf Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.0 (#1096)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 2m10s
2025-08-01 15:49:00 +00:00
72621e1747 Update Helm release argo-cd to v8.2.5 (#1095)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-01 15:48:53 +00:00
f4a20de7ad Update goharbor/registry-photon Docker tag to v2.13.2 (#1094)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:19 +00:00
85d69b4ff5 Update goharbor/nginx-photon Docker tag to v2.13.2 (#1093)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:13 +00:00
efef462432 Update goharbor/harbor-registryctl Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-08-01 15:45:31 +00:00
f141e4a119 Update goharbor/harbor-portal Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 19s
lint-test-helm / helm-lint (pull_request) Successful in 24s
renovate / renovate (push) Has been cancelled
2025-08-01 15:44:16 +00:00
6533a2dfbf Update goharbor/harbor-exporter Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-helm / helm-lint (pull_request) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-08-01 15:43:04 +00:00
8eeabd733f Update ghcr.io/n8n-io/n8n Docker tag to v1.105.2 (#1087)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
2025-08-01 15:42:10 +00:00
11f8bed879 Update searxng/searxng:latest Docker digest to 3f22945 (#1086)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-08-01 15:40:26 +00:00
1551328f1d Update Helm release generic-device-plugin to v0.5.0 (#1083)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [generic-device-plugin](https://github.com/bjw-s/helm-charts) ([source](https://github.com/bjw-s/helm-charts/tree/HEAD/charts/library/common)) | minor | `0.4.0` -> `0.5.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1083
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:38:56 +00:00
247cb058fb Update rancher/local-path-provisioner Docker tag to v0.0.32 (#1085)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Failing after 15m0s
2025-08-01 04:03:21 +00:00
d7bfa4c1e8 Update ollama/ollama Docker tag to v0.10.1 (#1084)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-01 04:03:10 +00:00
b3accd5a78 update image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 3m23s
2025-07-31 19:23:07 -05:00
1e63931ef2 add docs site
All checks were successful
lint-test-helm / helm-lint (push) Successful in 30s
renovate / renovate (push) Successful in 1m20s
2025-07-31 19:11:34 -05:00
f123507de6 remove workflow 2025-07-31 16:39:43 -05:00
e7088c9451 update to match new spec
Some checks failed
lint-test-helm / helm-lint (push) Successful in 17s
process-repository / process-repository (push) Failing after 27s
renovate / renovate (push) Successful in 2m28s
2025-07-31 16:27:46 -05:00
381bd63684 Update directus/directus Docker tag to v11.10.0 (#1082)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m21s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### ⚠️ Potential Breaking Changes

**Exclude database-only tables from snapshots ([#&#8203;25271](https://github.com/directus/directus/pull/25271))**
Snapshots now exclude tables not tracked in `directus_collections` (database-only tables).

| Source Version | Target Version | Behavior                                                   | Impact                                       |
| -------------- | -------------- | ---------------------------------------------------------- | -------------------------------------------- |
| < 11.10.0      | ≥ 11.10.0      | Database-only tables from source will be created on target | ⚠️ Tables added                              |
| ≥ 11.10.0      | < 11.10.0      | Database-only tables will be dropped from target           | 🚨 Data loss risk                            |
| ≥ 11.10.0      | ≥ 11.10.0      | Database-only tables are ignored in snapshots              |  No changes                                |
| < 11.10.0      | < 11.10.0      | Database-only tables may be created or dropped             | ⚠️ Depends on the diff between source/target |

Please review your snapshot workflows to ensure these changes will not result in unexpected behaviour.

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed replacing process.env.NODE\_ENV on backend extensions ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Exclude database-only tables from snapshots ([#&#8203;25271](https://github.com/directus/directus/pull/25271) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgraded all dependencies of [@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk) to the latest major versions of Rollup and Vite, and resolved several false-positive security reports.   ([#&#8203;25486](https://github.com/directus/directus/pull/25486) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
    ⚠️ This change also raises the minimum supported Node.js version to **20.19.0**.
  - Fixed replacing process.env.NODE\_ENV on backend extensions ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added Stylelint and refactored the styles to take advantage of logical properties ([#&#8203;25370](https://github.com/directus/directus/pull/25370) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added the code tool to the WYSIWYG text editor by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad) & [@&#8203;robluton](https://github.com/robluton) ([#&#8203;25399](https://github.com/directus/directus/pull/25399) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad))
  - Ensured that custom validation rules are executed in overlays ([#&#8203;25394](https://github.com/directus/directus/pull/25394) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved custom validation message handling ([#&#8203;25413](https://github.com/directus/directus/pull/25413) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved accessibility for anchors, iframes, labels and roles ([#&#8203;25531](https://github.com/directus/directus/pull/25531) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added `websocket.authenticate` filter hook ([#&#8203;25344](https://github.com/directus/directus/pull/25344) by [@&#8203;8byr0](https://github.com/8byr0))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed an issue that could cause the notifications to be rendered in the wrong location ([#&#8203;25499](https://github.com/directus/directus/pull/25499) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added copy id to file details panel in sidebar ([#&#8203;25434](https://github.com/directus/directus/pull/25434) by [@&#8203;robluton](https://github.com/robluton))
  - Added latest material symbols font and generated the associated icons json file ([#&#8203;25512](https://github.com/directus/directus/pull/25512) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured that relational interfaces could reset their saved edits in versions ([#&#8203;25384](https://github.com/directus/directus/pull/25384) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented negative signs from being entered into number fields ([#&#8203;25548](https://github.com/directus/directus/pull/25548) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused “Save as Copy” to mutate edits before saving ([#&#8203;25418](https://github.com/directus/directus/pull/25418) by [@&#8203;formfcw](https://github.com/formfcw))
  - Changed select-color interface to pass opacity value to color-presets ([#&#8203;25441](https://github.com/directus/directus/pull/25441) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed issue causing color preset tooltip from triggering when clicking on color picker icon ([#&#8203;25451](https://github.com/directus/directus/pull/25451) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that caused the buttons in the field template to appear unstyled after saving ([#&#8203;25447](https://github.com/directus/directus/pull/25447) by [@&#8203;formfcw](https://github.com/formfcw))
  - Prevented save from being enabled by default for existing drawer items (m2o and o2m) ([#&#8203;25469](https://github.com/directus/directus/pull/25469) by [@&#8203;robluton](https://github.com/robluton))
  - Added logout flow when user removes own account. ([#&#8203;25424](https://github.com/directus/directus/pull/25424) by [@&#8203;robluton](https://github.com/robluton))
  - Added redirect to profile page when user registers and not required to verify by email. ([#&#8203;25425](https://github.com/directus/directus/pull/25425) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer ([#&#8203;25432](https://github.com/directus/directus/pull/25432) by [@&#8203;DantonMariano](https://github.com/DantonMariano))
  - Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields ([#&#8203;25421](https://github.com/directus/directus/pull/25421) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused the M2O display to shift and cut off ([#&#8203;25477](https://github.com/directus/directus/pull/25477) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured app access permission rules are applied consistently, regardless of the selection context ([#&#8203;25402](https://github.com/directus/directus/pull/25402) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that was preventing translations from displaying in the calendar layout ([#&#8203;25431](https://github.com/directus/directus/pull/25431) by [@&#8203;u12206050](https://github.com/u12206050))
  - Fixed a bug that caused the upload modal to appear behind the drawer ([#&#8203;25393](https://github.com/directus/directus/pull/25393) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor ([#&#8203;25395](https://github.com/directus/directus/pull/25395) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured that text on a kanban card doesn’t overflow its container ([#&#8203;25446](https://github.com/directus/directus/pull/25446) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added tooltip that displays complete url for flow panels that have url endpoints ([#&#8203;25527](https://github.com/directus/directus/pull/25527) by [@&#8203;robluton](https://github.com/robluton))
  - Added code to update the file list ui when importing a file via url ([#&#8203;25429](https://github.com/directus/directus/pull/25429) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured skip link uses correct href in production environments ([#&#8203;25514](https://github.com/directus/directus/pull/25514) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed parsing functions in aliases ([#&#8203;25139](https://github.com/directus/directus/pull/25139) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Fixed importing CSV with nested dot notation ([#&#8203;25454](https://github.com/directus/directus/pull/25454) by [@&#8203;joselcvarela](https://github.com/joselcvarela))
  - Removed duplicate code in fields readAll ([#&#8203;25184](https://github.com/directus/directus/pull/25184) by [@&#8203;amosmurmu](https://github.com/amosmurmu))
  - Added support for bundling with Rolldown and improved app extensions loading by streaming from disk ([#&#8203;25317](https://github.com/directus/directus/pull/25317) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Hide accepted terms field in settings ([#&#8203;25391](https://github.com/directus/directus/pull/25391) by [@&#8203;licitdev](https://github.com/licitdev))
- **create-directus-extension**
  - Updated dependencies ([#&#8203;25550](https://github.com/directus/directus/pull/25550) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Added a message property to the SDK error object ([#&#8203;25474](https://github.com/directus/directus/pull/25474) by [@&#8203;jclaveau](https://github.com/jclaveau))
  - Improved output types for relational fields in the SDK ([#&#8203;25428](https://github.com/directus/directus/pull/25428) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Ensured password env options are always strings ([#&#8203;25248](https://github.com/directus/directus/pull/25248) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Fixed an issue that caused custom fonts to fail if multiple weights were used out of order ([#&#8203;25452](https://github.com/directus/directus/pull/25452) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 📦 Published Versions

- `@directus/app@13.12.0`
- `@directus/api@29.0.0`
- `@directus/composables@11.2.1`
- `create-directus-extension@11.0.16`
- `@directus/env@5.1.1`
- `@directus/extensions@3.0.8`
- `@directus/extensions-registry@3.0.8`
- `@directus/extensions-sdk@15.0.0`
- `@directus/memory@3.0.7`
- `@directus/pressure@3.0.7`
- `@directus/storage-driver-azure@12.0.7`
- `@directus/storage-driver-cloudinary@12.0.7`
- `@directus/storage-driver-gcs@12.0.7`
- `@directus/storage-driver-s3@&#8203;12.0.7`
- `@directus/storage-driver-supabase@3.0.7`
- `@directus/system-data@3.2.0`
- `@directus/themes@1.1.3`
- `@directus/utils@13.0.8`
- `@directus/validation@2.0.7`
- `@directus/sdk@20.0.1`

</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: #1082
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:15:58 +00:00
c2fbc4ebfe Update ollama/ollama Docker tag to v0.10.0 (#1080)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change | Pending |
|---|---|---|---|
| ollama/ollama | minor | `0.9.6` -> `0.10.0` | `0.10.1` |

---

### 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: #1080
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:15:16 +00:00
83532cbc11 Update ghcr.io/tailscale/tailscale Docker tag to v1.86.2 (#1079)
Some checks failed
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://github.com/tailscale/tailscale)) | minor | `v1.84.3` -> `v1.86.2` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (ghcr.io/tailscale/tailscale)</summary>

### [`v1.86.2`](https://github.com/tailscale/tailscale/releases/tag/v1.86.2)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2)

Please refer to the changelog available at https://tailscale.com/changelog

</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: #1079
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:14:32 +00:00
10e5ceb9cf Update searxng/searxng:latest Docker digest to 3c0a2ee (#1081)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m18s
2025-07-31 19:02:07 +00:00
dbf22fd8c1 Update Helm release traefik to v37 (#1074)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `36.3.0` -> `37.0.0` |

---

### Release Notes

<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>

### [`v37.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.0.0)

[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v36.3.0...v37.0.0)

#### 💥 BREAKING CHANGES

- feat(gateway-api)!: support selector for namespace policy [#&#8203;1465](https://github.com/traefik/traefik-helm-chart/issues/1465) by [@&#8203;ajago](https://github.com/ajago)

#### 🚀 Features

- feat(podtemplate): add capacity to set GOMEMLIMIT with default at 90% of user-set memory limit [#&#8203;1418](https://github.com/traefik/traefik-helm-chart/issues/1418) by [@&#8203;shlomitubul](https://github.com/shlomitubul)
- feat(podtemplate): add support for localPlugins [#&#8203;1473](https://github.com/traefik/traefik-helm-chart/issues/1473) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- feat(CRDs): update Traefik Hub to v1.21.0 [#&#8203;1480](https://github.com/traefik/traefik-helm-chart/issues/1480) by [@&#8203;traefiker](https://github.com/traefiker)
- feat(hub): offline mode [#&#8203;1477](https://github.com/traefik/traefik-helm-chart/issues/1477) by [@&#8203;jspdown](https://github.com/jspdown)
- feat(CRDs): update for Traefik Proxy v3.5 and Gateway API v1.3.0 [#&#8203;1486](https://github.com/traefik/traefik-helm-chart/issues/1486) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- feat(deps): update traefik docker tag to v3.5.0 [#&#8203;1478](https://github.com/traefik/traefik-helm-chart/issues/1478) by [@&#8203;renovate](https://github.com/renovate)\[bot]

#### 🐛 Bug fixes

- fix(Deployment): revision history should be disableable [#&#8203;1470](https://github.com/traefik/traefik-helm-chart/issues/1470) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- fix(entryPoint): allow scheme to be unset on redirect [#&#8203;1471](https://github.com/traefik/traefik-helm-chart/issues/1471) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- fix(observability): allow `tracing.sampleRate` to be set to zero  [#&#8203;1483](https://github.com/traefik/traefik-helm-chart/issues/1483) by [@&#8203;yogeek](https://github.com/yogeek)
- fix(CI): helm signing [#&#8203;1490](https://github.com/traefik/traefik-helm-chart/issues/1490) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)

#### 📦 Others

- chore(ci): add linter for CRDs and kustomization consistency [#&#8203;1472](https://github.com/traefik/traefik-helm-chart/issues/1472) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- docs(plugins): improve wording and sync with `VALUES.md` [#&#8203;1481](https://github.com/traefik/traefik-helm-chart/issues/1481) by [@&#8203;jnoordsij](https://github.com/jnoordsij)
- chore(ci): check docs on all PRs [#&#8203;1484](https://github.com/traefik/traefik-helm-chart/issues/1484) by [@&#8203;jnoordsij](https://github.com/jnoordsij)
- docs: 📚️ add markdown linter [#&#8203;1469](https://github.com/traefik/traefik-helm-chart/issues/1469) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- chore(deps): update appany/helm-oci-chart-releaser action to v0.5.0 [#&#8203;1479](https://github.com/traefik/traefik-helm-chart/issues/1479) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- chore(ci): add signing to release [#&#8203;1474](https://github.com/traefik/traefik-helm-chart/issues/1474) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- chore(release): 🚀 Publish 37.0.0 and 1.10.0 [#&#8203;1488](https://github.com/traefik/traefik-helm-chart/issues/1488) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)

#### New Contributors

- [@&#8203;shlomitubul](https://github.com/shlomitubul) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1418
- [@&#8203;bpsoraggi](https://github.com/bpsoraggi) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1470
- [@&#8203;yogeek](https://github.com/yogeek) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1483
- [@&#8203;ajago](https://github.com/ajago) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1465

**Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v36.3.0...v37.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1074
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:11:15 +00:00
c7f1cde10a Update mirror.gcr.io/aquasec/trivy Docker tag to v0.65.0 (#1073)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mirror.gcr.io/aquasec/trivy](https://www.aquasec.com/products/trivy/) ([source](https://github.com/aquasecurity/trivy)) | minor | `0.64.1` -> `0.65.0` |

---

### Release Notes

<details>
<summary>aquasecurity/trivy (mirror.gcr.io/aquasec/trivy)</summary>

### [`v0.65.0`](https://github.com/aquasecurity/trivy/blob/HEAD/CHANGELOG.md#0650-2025-07-30)

[Compare Source](https://github.com/aquasecurity/trivy/compare/v0.64.1...v0.65.0)

##### Features

- add graceful shutdown with signal handling ([#&#8203;9242](https://github.com/aquasecurity/trivy/issues/9242)) ([2c05882](2c05882f45))
- add HTTP request/response tracing support ([#&#8203;9125](https://github.com/aquasecurity/trivy/issues/9125)) ([aa5b32a](aa5b32a19f))
- **alma:** add AlmaLinux 10 support ([#&#8203;9207](https://github.com/aquasecurity/trivy/issues/9207)) ([861d51e](861d51e99a))
- **flag:** add schema validation for `--server` flag ([#&#8203;9270](https://github.com/aquasecurity/trivy/issues/9270)) ([ed4640e](ed4640ec27))
- **image:** add Docker context resolution ([#&#8203;9166](https://github.com/aquasecurity/trivy/issues/9166)) ([99cd4e7](99cd4e776c))
- **license:** observe pkg types option in license scanner ([#&#8203;9091](https://github.com/aquasecurity/trivy/issues/9091)) ([d44af8c](d44af8cfa2))
- **misconf:** add private ip google access attribute to subnetwork ([#&#8203;9199](https://github.com/aquasecurity/trivy/issues/9199)) ([263845c](263845cfc1))
- **misconf:** added logging and versioning to the gcp storage bucket ([#&#8203;9226](https://github.com/aquasecurity/trivy/issues/9226)) ([110f80e](110f80ea29))
- **repo:** add git repository metadata to reports ([#&#8203;9252](https://github.com/aquasecurity/trivy/issues/9252)) ([f4b2cf1](f4b2cf10e9))
- **report:** add CVSS vectors in sarif report ([#&#8203;9157](https://github.com/aquasecurity/trivy/issues/9157)) ([60723e6](60723e6cfc))
- **sbom:** add SHA-512 hash support for CycloneDX SBOM ([#&#8203;9126](https://github.com/aquasecurity/trivy/issues/9126)) ([12d6706](12d6706961))

##### Bug Fixes

- **alma:** parse epochs from rpmqa file ([#&#8203;9101](https://github.com/aquasecurity/trivy/issues/9101)) ([82db2fc](82db2fcc80))
- also check `filepath` when removing duplicate packages ([#&#8203;9142](https://github.com/aquasecurity/trivy/issues/9142)) ([4d10a81](4d10a815dd))
- **aws:** update amazon linux 2 EOL date ([#&#8203;9176](https://github.com/aquasecurity/trivy/issues/9176)) ([0ecfed6](0ecfed6ea7))
- **cli:** Add more non-sensitive flags to telemetry ([#&#8203;9110](https://github.com/aquasecurity/trivy/issues/9110)) ([7041a39](7041a39bdc))
- **cli:** ensure correct command is picked by telemetry ([#&#8203;9260](https://github.com/aquasecurity/trivy/issues/9260)) ([b4ad00f](b4ad00f301))
- **cli:** panic: attempt to get os.Args\[1] when len(os.Args) < 2 ([#&#8203;9206](https://github.com/aquasecurity/trivy/issues/9206)) ([adfa879](adfa879e4e))
- **license:** add missed `GFDL-NIV-1.1` and `GFDL-NIV-1.2` into Trivy mapping ([#&#8203;9116](https://github.com/aquasecurity/trivy/issues/9116)) ([a692f29](a692f296d1))
- **license:** handle WITH operator for `LaxSplitLicenses` ([#&#8203;9232](https://github.com/aquasecurity/trivy/issues/9232)) ([b4193d0](b4193d0d31))
- migrate from `*.list` to `*.md5sums` files for `dpkg` ([#&#8203;9131](https://github.com/aquasecurity/trivy/issues/9131)) ([f224de3](f224de3e39))
- **misconf:** correctly adapt azure storage account ([#&#8203;9138](https://github.com/aquasecurity/trivy/issues/9138)) ([51aa022](51aa022260))
- **misconf:** correctly parse empty port ranges in google\_compute\_firewall ([#&#8203;9237](https://github.com/aquasecurity/trivy/issues/9237)) ([77bab7b](77bab7b6d2))
- **misconf:** fix log bucket in schema ([#&#8203;9235](https://github.com/aquasecurity/trivy/issues/9235)) ([7ebc129](7ebc129ab7))
- **misconf:** skip rewriting expr if attr is nil ([#&#8203;9113](https://github.com/aquasecurity/trivy/issues/9113)) ([42ccd3d](42ccd3df9a))
- **nodejs:** don't use prerelease logic for compare npm constraints  ([#&#8203;9208](https://github.com/aquasecurity/trivy/issues/9208)) ([fe96436](fe96436b99))
- prevent graceful shutdown message on normal exit ([#&#8203;9244](https://github.com/aquasecurity/trivy/issues/9244)) ([6095984](6095984d53))
- **rootio:** check full version to detect `root.io` packages ([#&#8203;9117](https://github.com/aquasecurity/trivy/issues/9117)) ([c2ddd44](c2ddd44d98))
- **rootio:** fix severity selection ([#&#8203;9181](https://github.com/aquasecurity/trivy/issues/9181)) ([6fafbeb](6fafbeb606))
- **sbom:** merge in-graph and out-of-graph OS packages in scan results ([#&#8203;9194](https://github.com/aquasecurity/trivy/issues/9194)) ([aa944cc](aa944cc6da))
- **sbom:** use correct field for licenses in CycloneDX reports ([#&#8203;9057](https://github.com/aquasecurity/trivy/issues/9057)) ([143da88](143da88dd8))
- **secret:** add UTF-8 validation in secret scanner to prevent protobuf marshalling errors ([#&#8203;9253](https://github.com/aquasecurity/trivy/issues/9253)) ([54832a7](54832a77b5))
- **secret:** fix line numbers for multiple-line secrets ([#&#8203;9104](https://github.com/aquasecurity/trivy/issues/9104)) ([e579746](e57974649e))
- **server:** add HTTP transport setup to server mode ([#&#8203;9217](https://github.com/aquasecurity/trivy/issues/9217)) ([1163b04](1163b044c7))
- supporting .egg-info/METADATA in python.Packaging analyzer ([#&#8203;9151](https://github.com/aquasecurity/trivy/issues/9151)) ([e306e2d](e306e2dc52))
- **terraform:** `for_each` on a map returns a resource for every key ([#&#8203;9156](https://github.com/aquasecurity/trivy/issues/9156)) ([153318f](153318f65f))

</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: #1073
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:10:56 +00:00
b8601d813e Update Helm release reloader to v2.2.0 (#1071)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://github.com/stakater/Reloader) | minor | `2.1.5` -> `2.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1071
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:10:31 +00:00
351d6d00a2 Update vectorim/element-web Docker tag to v1.11.108 (#1078)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m7s
2025-07-31 15:02:13 +00:00
a0ac4067ec Update vaultwarden/server Docker tag to v1.34.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m53s
2025-07-31 10:01:54 +00:00
3b636f3a23 Update Helm release argo-cd to v8.2.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m3s
2025-07-31 08:01:28 +00:00
55ef383ca1 Update ghcr.io/linuxserver/code-server Docker tag to v4.102.3 (#1069)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
2025-07-31 05:02:00 +00:00
deb9e01503 Update harbor.alexlebens.net/images/site-profile Docker tag to v1.1.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 21s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m29s
2025-07-31 02:36:40 +00:00
e1bc5e5912 disable repo archive
All checks were successful
lint-test-helm / helm-lint (push) Successful in 21s
renovate / renovate (push) Successful in 2m2s
2025-07-30 21:34:45 -05:00
74c04884d5 enable cron
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m46s
2025-07-30 19:54:15 -05:00
ffe99c5c46 Update harbor.alexlebens.net/images/site-profile Docker tag to v1.1.0 (#1067)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `1.0.1` -> `1.1.0` |

---

### Release Notes

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

### [`v1.1.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.0)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.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: #1067
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 00:53:10 +00:00
66 changed files with 174 additions and 130 deletions

View File

@@ -1,40 +0,0 @@
name: process-repository
on:
schedule:
- cron: "@daily"
jobs:
process-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: alexlebens/workflow-scripts
ref: main
token: ${{ secrets.BOT_TOKEN }}
path: workflow-scripts
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: pip install requests immutabledict
- name: Run Script
env:
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
OWNER: ${{ gitea.owner }}
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
LOG_LEVEL: DEBUG
ISSUE_STALE_DAYS: 3
ISSUE_STALE_TAG: 16
ISSUE_EXCLUDE_TAG: 20
PULL_REQUEST_STALE_DAYS: 3
PULL_REQUEST_STALE_TAG: 16
PULL_REQUEST_REQUIRED_TAG: 15
run: python ./workflow-scripts/process-repository.py

View File

@@ -9,7 +9,7 @@ actual:
main: main:
image: image:
repository: ghcr.io/actualbudget/actual repository: ghcr.io/actualbudget/actual
tag: 25.7.1 tag: 25.8.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -9,7 +9,7 @@ audiobookshelf:
main: main:
image: image:
repository: ghcr.io/advplyr/audiobookshelf repository: ghcr.io/advplyr/audiobookshelf
tag: 2.26.3 tag: 2.27.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
@@ -21,7 +21,7 @@ audiobookshelf:
apprise-api: apprise-api:
image: image:
repository: caronc/apprise repository: caronc/apprise
tag: 1.2.0 tag: 1.2.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

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

View File

@@ -31,7 +31,7 @@ calibre-web-automated:
main: main:
image: image:
repository: ghcr.io/calibrain/calibre-web-automated-book-downloader repository: ghcr.io/calibrain/calibre-web-automated-book-downloader
tag: latest@sha256:7d01e56bfb0f0f150f89da59e4ec5627c4dc53d48d5ff5283e7e10877c737f8c tag: latest@sha256:b68b3d014818fdf358f4a0655c5ba94fc6f58014e664c895f25790ac5b4d0cca
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: FLASK_PORT - name: FLASK_PORT
@@ -55,7 +55,7 @@ calibre-web-automated:
bypass: bypass:
image: image:
repository: ghcr.io/sarperavci/cloudflarebypassforscraping repository: ghcr.io/sarperavci/cloudflarebypassforscraping
tag: latest@sha256:bd326a3c6ae0b7ed3e405bbaa230e43e252f444c98f57d179f7a1d78f273748b tag: latest@sha256:fd12a2c497edd9cf475196db9f49c6678897dcf13b0a8dc6bfc5d7f74bf0b7cb
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
requests: requests:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -9,7 +9,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
tag: v1.136.0 tag: v1.132.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -22,7 +22,7 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.2.0 version: 4.2.0
- name: meilisearch - name: meilisearch
version: 0.14.0 version: 0.15.0
repository: https://meilisearch.github.io/meilisearch-kubernetes repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared - name: cloudflared
alias: cloudflared alias: cloudflared

View File

@@ -16,7 +16,7 @@ libation:
main: main:
image: image:
repository: rmcrackan/libation repository: rmcrackan/libation
tag: 12.4.11 tag: 12.5.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SLEEP_TIME - name: SLEEP_TIME

View File

@@ -15,7 +15,7 @@ lidarr:
main: main:
image: image:
repository: ghcr.io/linuxserver/lidarr repository: ghcr.io/linuxserver/lidarr
tag: 2.12.4@sha256:2231bc5581589de7c5373b19f7f16e1a5bfa48c5a365ca9b928e232b4c985dce tag: 2.12.4@sha256:286af1e270d2829efd0b6a33d26dbadc614d61d8e9bb1a07b8396ad6231921a2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

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

View File

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

View File

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

View File

@@ -20,7 +20,7 @@ prowlarr:
main: main:
image: image:
repository: ghcr.io/linuxserver/prowlarr repository: ghcr.io/linuxserver/prowlarr
tag: 1.37.0@sha256:d2462d470891c70073e31d158657a9b247b317c90238c40534d8be8f98671057 tag: 1.37.0@sha256:25d21c04c7cc39a706217abb77bb60b283d9eaaf16acf539c930e3c797e21f25
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

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

View File

@@ -0,0 +1,28 @@
apiVersion: v2
name: site-documentation
version: 1.0.0
description: Site Documentation
keywords:
- site-documentation
- astro
home: https://wiki.alexlebens.dev/s/1c39adb6-e0c6-4b01-b71f-278631adf584
sources:
- https://github.com/alexlebens/site-documentation
- https://github.com/withastro/astro
- https://github.com/cloudflare/cloudflared
- https://github.com/alexlebens/site-documentation/pkgs/container/site-documentation
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
maintainers:
- name: alexlebens
dependencies:
- name: app-template
alias: site-documentation
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.2.0
- name: cloudflared
alias: cloudflared-site
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.19.0
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
appVersion: 0.8.1

View File

@@ -0,0 +1,21 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: site-documentation-cloudflared-api-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: site-documentation-cloudflared-api-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: cf-tunnel-token
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cloudflare/tunnels/site-documentation
metadataPolicy: None
property: token

View File

@@ -0,0 +1,30 @@
site-documentation:
global:
fullnameOverride: site-documentation
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.0.1
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP
cloudflared-site:
name: cloudflared-site
existingSecretName: site-documentation-cloudflared-api-secret

View File

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

View File

@@ -11,7 +11,7 @@ tautulli:
main: main:
image: image:
repository: ghcr.io/tautulli/tautulli repository: ghcr.io/tautulli/tautulli
tag: v2.15.2 tag: v2.15.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID

View File

@@ -9,7 +9,7 @@ tubearchivist:
main: main:
image: image:
repository: bbilly1/tubearchivist repository: bbilly1/tubearchivist
tag: v0.5.4 tag: v0.5.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -9,7 +9,7 @@ vaultwarden:
main: main:
image: image:
repository: vaultwarden/server repository: vaultwarden/server
tag: 1.34.2 tag: 1.34.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: DOMAIN - name: DOMAIN

View File

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

View File

@@ -14,7 +14,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: headlamp - name: headlamp
version: 0.33.0 version: 0.34.0
repository: https://kubernetes-sigs.github.io/headlamp/ repository: https://kubernetes-sigs.github.io/headlamp/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png
appVersion: 0.30.1 appVersion: 0.30.1

View File

@@ -19,7 +19,7 @@ maintainers:
dependencies: dependencies:
- name: gatus - name: gatus
repository: https://twin.github.io/helm-charts repository: https://twin.github.io/helm-charts
version: 1.3.0 version: 1.3.1
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 5.1.0

View File

@@ -7,7 +7,7 @@ gatus:
enabled: true enabled: true
image: image:
repository: ghcr.io/twin/gatus repository: ghcr.io/twin/gatus
tag: v5.20.0 tag: v5.21.0
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
service: service:

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: grafana-operator - name: grafana-operator
version: v5.18.0 version: v5.19.4
repository: https://grafana.github.io/helm-charts repository: https://grafana.github.io/helm-charts
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster

View File

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

View File

@@ -16,7 +16,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: loki - name: loki
version: 6.34.0 version: 6.35.1
repository: https://grafana.github.io/helm-charts repository: https://grafana.github.io/helm-charts
- name: promtail - name: promtail
version: 6.17.0 version: 6.17.0

View File

@@ -36,7 +36,7 @@ shelly-plug:
main: main:
image: image:
repository: php repository: php
tag: 8.4.10-apache-bookworm tag: 8.4.11-apache-bookworm
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SHELLY_HOSTNAME - name: SHELLY_HOSTNAME

View File

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

View File

@@ -16,7 +16,7 @@ trivy-operator:
image: image:
registry: mirror.gcr.io registry: mirror.gcr.io
repository: aquasec/trivy repository: aquasec/trivy
tag: 0.64.1 tag: 0.65.0
storageClassEnabled: true storageClassEnabled: true
storageClassName: ceph-block storageClassName: ceph-block
storageSize: "5Gi" storageSize: "5Gi"

View File

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

View File

@@ -26,7 +26,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: gitea - name: gitea
version: 12.1.2 version: 12.1.3
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
- name: gitea-actions - name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
@@ -36,7 +36,7 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.2.0 version: 4.2.0
- name: meilisearch - name: meilisearch
version: 0.14.0 version: 0.15.0
repository: https://meilisearch.github.io/meilisearch-kubernetes repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared - name: cloudflared
alias: cloudflared alias: cloudflared

View File

@@ -4,7 +4,7 @@ gitea:
replicaCount: 3 replicaCount: 3
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.24.3 tag: 1.24.4
service: service:
http: http:
type: ClusterIP type: ClusterIP
@@ -102,6 +102,8 @@ gitea:
THEMES: gitea-light,gitea-dark,gitea-auto,catppuccin-rosewater-auto,catppuccin-flamingo-auto,catppuccin-pink-auto,catppuccin-mauve-auto,catppuccin-red-auto,catppuccin-maroon-auto,catppuccin-peach-auto,catppuccin-yellow-auto,catppuccin-green-auto,catppuccin-teal-auto,catppuccin-sky-auto,catppuccin-sapphire-auto,catppuccin-blue-auto,catppuccin-lavender-auto,catppuccin-latte-rosewater,catppuccin-latte-flamingo,catppuccin-latte-pink,catppuccin-latte-mauve,catppuccin-latte-red,catppuccin-latte-maroon,catppuccin-latte-peach,catppuccin-latte-yellow,catppuccin-latte-green,catppuccin-latte-teal,catppuccin-latte-sky,catppuccin-latte-sapphire,catppuccin-latte-blue,catppuccin-latte-lavender,catppuccin-frappe-rosewater,catppuccin-frappe-flamingo,catppuccin-frappe-pink,catppuccin-frappe-mauve,catppuccin-frappe-red,catppuccin-frappe-maroon,catppuccin-frappe-peach,catppuccin-frappe-yellow,catppuccin-frappe-green,catppuccin-frappe-teal,catppuccin-frappe-sky,catppuccin-frappe-sapphire,catppuccin-frappe-blue,catppuccin-frappe-lavender,catppuccin-macchiato-rosewater,catppuccin-macchiato-flamingo,catppuccin-macchiato-pink,catppuccin-macchiato-mauve,catppuccin-macchiato-red,catppuccin-macchiato-maroon,catppuccin-macchiato-peach,catppuccin-macchiato-yellow,catppuccin-macchiato-green,catppuccin-macchiato-teal,catppuccin-macchiato-sky,catppuccin-macchiato-sapphire,catppuccin-macchiato-blue,catppuccin-macchiato-lavender,catppuccin-mocha-rosewater,catppuccin-mocha-flamingo,catppuccin-mocha-pink,catppuccin-mocha-mauve,catppuccin-mocha-red,catppuccin-mocha-maroon,catppuccin-mocha-peach,catppuccin-mocha-yellow,catppuccin-mocha-green,catppuccin-mocha-teal,catppuccin-mocha-sky,catppuccin-mocha-sapphire,catppuccin-mocha-blue,catppuccin-mocha-lavender THEMES: gitea-light,gitea-dark,gitea-auto,catppuccin-rosewater-auto,catppuccin-flamingo-auto,catppuccin-pink-auto,catppuccin-mauve-auto,catppuccin-red-auto,catppuccin-maroon-auto,catppuccin-peach-auto,catppuccin-yellow-auto,catppuccin-green-auto,catppuccin-teal-auto,catppuccin-sky-auto,catppuccin-sapphire-auto,catppuccin-blue-auto,catppuccin-lavender-auto,catppuccin-latte-rosewater,catppuccin-latte-flamingo,catppuccin-latte-pink,catppuccin-latte-mauve,catppuccin-latte-red,catppuccin-latte-maroon,catppuccin-latte-peach,catppuccin-latte-yellow,catppuccin-latte-green,catppuccin-latte-teal,catppuccin-latte-sky,catppuccin-latte-sapphire,catppuccin-latte-blue,catppuccin-latte-lavender,catppuccin-frappe-rosewater,catppuccin-frappe-flamingo,catppuccin-frappe-pink,catppuccin-frappe-mauve,catppuccin-frappe-red,catppuccin-frappe-maroon,catppuccin-frappe-peach,catppuccin-frappe-yellow,catppuccin-frappe-green,catppuccin-frappe-teal,catppuccin-frappe-sky,catppuccin-frappe-sapphire,catppuccin-frappe-blue,catppuccin-frappe-lavender,catppuccin-macchiato-rosewater,catppuccin-macchiato-flamingo,catppuccin-macchiato-pink,catppuccin-macchiato-mauve,catppuccin-macchiato-red,catppuccin-macchiato-maroon,catppuccin-macchiato-peach,catppuccin-macchiato-yellow,catppuccin-macchiato-green,catppuccin-macchiato-teal,catppuccin-macchiato-sky,catppuccin-macchiato-sapphire,catppuccin-macchiato-blue,catppuccin-macchiato-lavender,catppuccin-mocha-rosewater,catppuccin-mocha-flamingo,catppuccin-mocha-pink,catppuccin-mocha-mauve,catppuccin-mocha-red,catppuccin-mocha-maroon,catppuccin-mocha-peach,catppuccin-mocha-yellow,catppuccin-mocha-green,catppuccin-mocha-teal,catppuccin-mocha-sky,catppuccin-mocha-sapphire,catppuccin-mocha-blue,catppuccin-mocha-lavender
mirror: mirror:
DEFAULT_INTERVAL: 10m DEFAULT_INTERVAL: 10m
repo-archive:
ENABLED: false
additionalConfigFromEnvs: additionalConfigFromEnvs:
- name: GITEA__DATABASE__HOST - name: GITEA__DATABASE__HOST
valueFrom: valueFrom:
@@ -191,8 +193,8 @@ backup:
initContainers: initContainers:
backup: backup:
image: image:
repository: rancher/kubectl repository: bitnami/kubectl
tag: v1.33.3 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- sh - sh
@@ -209,7 +211,7 @@ backup:
s3-backup: s3-backup:
image: image:
repository: d3fk/s3cmd repository: d3fk/s3cmd
tag: latest@sha256:02eaa2552ba93bd20b677ad728c0292e5b2899ede50b29fff16d732f7395f0b4 tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh
@@ -233,7 +235,7 @@ backup:
s3-prune: s3-prune:
image: image:
repository: d3fk/s3cmd repository: d3fk/s3cmd
tag: latest@sha256:02eaa2552ba93bd20b677ad728c0292e5b2899ede50b29fff16d732f7395f0b4 tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh

View File

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

View File

@@ -9,7 +9,7 @@ ntfy:
main: main:
image: image:
repository: binwiederhier/ntfy repository: binwiederhier/ntfy
tag: v2.13.0 tag: v2.14.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: ["serve"] args: ["serve"]
env: env:

View File

@@ -22,7 +22,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.9.6 tag: 0.11.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.9.6 tag: 0.11.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.9.6 tag: 0.11.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE

View File

@@ -28,7 +28,7 @@ qbittorrent:
qbittorrent: qbittorrent:
image: image:
repository: ghcr.io/linuxserver/qbittorrent repository: ghcr.io/linuxserver/qbittorrent
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d tag: 5.1.2@sha256:a755d9f116b787a0087fd89df77bbc485c363cb88cf0f71348e25c735e77779e
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
@@ -135,7 +135,7 @@ qbittorrent:
qbit-manage: qbit-manage:
image: image:
repository: ghcr.io/stuffanthings/qbit_manage repository: ghcr.io/stuffanthings/qbit_manage
tag: v4.5.1 tag: v4.5.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
@@ -157,7 +157,7 @@ qbittorrent:
apprise-api: apprise-api:
image: image:
repository: caronc/apprise repository: caronc/apprise
tag: 1.2.0 tag: 1.2.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -12,7 +12,7 @@ vault:
enabled: true enabled: true
image: image:
repository: hashicorp/vault repository: hashicorp/vault
tag: 1.20.1 tag: 1.20.2
updateStrategyType: "RollingUpdate" updateStrategyType: "RollingUpdate"
logLevel: debug logLevel: debug
logFormat: standard logFormat: standard
@@ -170,7 +170,7 @@ snapshot:
snapshot: snapshot:
image: image:
repository: hashicorp/vault repository: hashicorp/vault
tag: 1.20.1 tag: 1.20.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/ash - /bin/ash
@@ -198,7 +198,7 @@ snapshot:
s3-backup: s3-backup:
image: image:
repository: d3fk/s3cmd repository: d3fk/s3cmd
tag: latest@sha256:02eaa2552ba93bd20b677ad728c0292e5b2899ede50b29fff16d732f7395f0b4 tag: latest@sha256:33ccdf0e25839a40fcfe848cee4910ab7c423c67aa6b51989f3bc4e825170d3e
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh

View File

@@ -15,6 +15,6 @@ maintainers:
dependencies: dependencies:
- name: generic-device-plugin - name: generic-device-plugin
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm
version: 0.4.0 version: 0.5.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
appVersion: 0.1.10 appVersion: 0.1.10

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: harbor - name: harbor
version: 1.17.1 version: 1.17.2
repository: https://helm.goharbor.io repository: https://helm.goharbor.io
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster

View File

@@ -34,17 +34,17 @@ harbor:
nginx: nginx:
image: image:
repository: goharbor/nginx-photon repository: goharbor/nginx-photon
tag: v2.13.1 tag: v2.13.2
replicas: 0 replicas: 0
portal: portal:
image: image:
repository: goharbor/harbor-portal repository: goharbor/harbor-portal
tag: v2.13.1 tag: v2.13.2
replicas: 2 replicas: 2
core: core:
image: image:
repository: goharbor/harbor-core repository: goharbor/harbor-core
tag: v2.13.1 tag: v2.13.2
replicas: 2 replicas: 2
existingSecret: harbor-secret existingSecret: harbor-secret
secretName: harbor-secret secretName: harbor-secret
@@ -52,7 +52,7 @@ harbor:
jobservice: jobservice:
image: image:
repository: goharbor/harbor-jobservice repository: goharbor/harbor-jobservice
tag: v2.13.1 tag: v2.13.2
replicas: 2 replicas: 2
jobLoggers: jobLoggers:
- stdout - stdout
@@ -61,11 +61,11 @@ harbor:
registry: registry:
image: image:
repository: goharbor/registry-photon repository: goharbor/registry-photon
tag: v2.13.1 tag: v2.13.2
controller: controller:
image: image:
repository: goharbor/harbor-registryctl repository: goharbor/harbor-registryctl
tag: v2.13.1 tag: v2.13.2
existingSecret: harbor-secret existingSecret: harbor-secret
relativeurls: true relativeurls: true
credentials: credentials:
@@ -92,7 +92,7 @@ harbor:
exporter: exporter:
image: image:
repository: goharbor/harbor-exporter repository: goharbor/harbor-exporter
tag: v2.13.1 tag: v2.13.2
replicas: 2 replicas: 2
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: standalone

View File

@@ -14,7 +14,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: reloader - name: reloader
version: 2.1.5 version: 2.2.0
repository: https://stakater.github.io/stakater-charts repository: https://stakater.github.io/stakater-charts
icon: https://raw.githubusercontent.com/stakater/Reloader/refs/heads/master/assets/web/reloader.jpg icon: https://raw.githubusercontent.com/stakater/Reloader/refs/heads/master/assets/web/reloader.jpg
appVersion: v1.4.2 appVersion: v1.4.2

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: tailscale-operator - name: tailscale-operator
version: 1.84.3 version: 1.86.2
repository: https://pkgs.tailscale.com/helmcharts repository: https://pkgs.tailscale.com/helmcharts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tailscale-light.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tailscale-light.png
appVersion: v1.82.5 appVersion: v1.82.5

View File

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

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: traefik - name: traefik
version: 36.3.0 version: 37.0.0
repository: https://traefik.github.io/charts repository: https://traefik.github.io/charts
# enable pending: # enable pending:
# https://github.com/traefik/traefik-helm-chart/pull/1340 # https://github.com/traefik/traefik-helm-chart/pull/1340

View File

@@ -17,12 +17,14 @@ traefik:
port: 8000 port: 8000
hostname: "*.alexlebens.net" hostname: "*.alexlebens.net"
protocol: HTTP protocol: HTTP
namespacePolicy: All namespacePolicy:
from: All
websecure: websecure:
port: 8443 port: 8443
hostname: "*.alexlebens.net" hostname: "*.alexlebens.net"
protocol: HTTPS protocol: HTTPS
namespacePolicy: All namespacePolicy:
from: All
certificateRefs: certificateRefs:
- group: '' - group: ''
kind: Secret kind: Secret
@@ -32,7 +34,8 @@ traefik:
ssh: ssh:
port: 22 port: 22
protocol: TCP protocol: TCP
namespacePolicy: All namespacePolicy:
from: All
allowedRoutes: allowedRoutes:
kinds: kinds:
- kind: TCPRoute - kind: TCPRoute

View File

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

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: prometheus-operator-crds - name: prometheus-operator-crds
version: 22.0.1 version: 22.0.2
repository: oci://ghcr.io/prometheus-community/charts repository: oci://ghcr.io/prometheus-community/charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
appVersion: v0.82.0 appVersion: v0.82.0

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: local-path-provisioner - name: local-path-provisioner
version: 0.0.32 version: 0.0.33
repository: https://charts.containeroo.ch repository: https://charts.containeroo.ch
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
appVersion: v0.0.31 appVersion: v0.0.31

View File

@@ -1,7 +1,7 @@
local-path-provisioner: local-path-provisioner:
image: image:
repository: rancher/local-path-provisioner repository: rancher/local-path-provisioner
tag: v0.0.31 tag: v0.0.32
helperImage: helperImage:
repository: busybox repository: busybox
tag: 1.37.0 tag: 1.37.0

View File

@@ -16,10 +16,10 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: rook-ceph - name: rook-ceph
version: v1.17.6 version: v1.17.7
repository: https://charts.rook.io/release repository: https://charts.rook.io/release
- name: rook-ceph-cluster - name: rook-ceph-cluster
version: v1.17.6 version: v1.17.7
repository: https://charts.rook.io/release repository: https://charts.rook.io/release
- name: cloudflared - name: cloudflared
alias: cloudflared-rgw alias: cloudflared-rgw

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-blocky: tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-blocky container_name: tailscale-blocky
cap_add: cap_add:
- net_admin - net_admin

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-blocky: tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-blocky container_name: tailscale-blocky
cap_add: cap_add:
- net_admin - net_admin

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-blocky: tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-blocky container_name: tailscale-blocky
cap_add: cap_add:
- net_admin - net_admin

View File

@@ -1,6 +1,6 @@
services: services:
tailscale-gitea: tailscale-gitea:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-gitea container_name: tailscale-gitea
cap_add: cap_add:
- net_admin - net_admin
@@ -33,7 +33,7 @@ services:
- postgresql:/var/lib/postgresql/data - postgresql:/var/lib/postgresql/data
gitea: gitea:
image: gitea/gitea:1.24.3 image: gitea/gitea:1.24.4
container_name: gitea container_name: gitea
depends_on: depends_on:
- postgresql - postgresql

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-homepage: tailscale-homepage:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-homepage container_name: tailscale-homepage
cap_add: cap_add:
- net_admin - net_admin
@@ -32,7 +32,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
homepage: homepage:
image: ghcr.io/gethomepage/homepage:v1.4.0 image: ghcr.io/gethomepage/homepage:v1.4.3
container_name: homepage container_name: homepage
labels: labels:
traefik.enable: true traefik.enable: true

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-node-exporter: tailscale-node-exporter:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-node-exporter container_name: tailscale-node-exporter
cap_add: cap_add:
- net_admin - net_admin

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale: tailscale:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-subnet container_name: tailscale-subnet
cap_add: cap_add:
- net_admin - net_admin

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
tailscale-traefik: tailscale-traefik:
image: ghcr.io/tailscale/tailscale:v1.84.3 image: ghcr.io/tailscale/tailscale:v1.86.2
container_name: tailscale-traefik container_name: tailscale-traefik
cap_add: cap_add:
- net_admin - net_admin