27 Commits

Author SHA1 Message Date
494eef5c17 Update actions/setup-node action to v6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-11-03 03:14:45 +00:00
dd3ae84859 Update ghcr.io/jellyfin/jellyfin Docker tag to v10.11.2 (#1931)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m23s
2025-11-03 03:13:32 +00:00
cbf83e1e46 adjust retention
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-11-02 21:12:02 -06:00
db54f4697e downgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 56s
2025-11-02 20:36:26 -06:00
75448f609b Update kube-prometheus-stack Docker tag to v79.1.1 (#1929)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m4s
2025-11-02 21:01:28 +00:00
b95135e937 Update rmcrackan/libation Docker tag to v12.5.7 (#1928)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m17s
2025-11-02 18:01:45 +00:00
14569ea6cf Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 3908cec (#1927)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m34s
2025-11-02 08:01:29 +00:00
e404f81d2f Update ollama/ollama Docker tag to v0.12.9 (#1926)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m20s
2025-11-02 06:01:39 +00:00
880036042a Update Helm release loki to v6.45.2 (#1918)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m21s
This PR contains the following updates:

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

---

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

Reviewed-on: #1918
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-02 03:28:55 +00:00
ac4bc45543 Update Helm release headlamp to v0.37.0 (#1923)
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 |
|---|---|---|
| [headlamp](https://headlamp.dev/) ([source](https://github.com/kubernetes-sigs/headlamp)) | minor | `0.36.0` -> `0.37.0` |

---

### Release Notes

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

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

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

####  Enhancements:

- Load time of Desktop **app up to 60% faster**
- Add Default and Parameters columns to Ingress Class List. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun)
- Add cluster links to project details status section
- Add default indicator column to StorageClassesTable. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun)
- Set namespace from search
- Enabled Helm support in the backend via --enable-helm flag. Thanks to [@&#8203;muraliinformal](https://github.com/muraliinformal)
- Add Helm support to in-cluster Headlamp with vanilla Helm repos. Thanks to [@&#8203;shahvrushali22](https://github.com/shahvrushali22) and [@&#8203;muraliinformal](https://github.com/muraliinformal) from Oracle
- Add an authenticated "service proxy" used by the new helm repo support. Thanks to [@&#8203;shahvrushali22](https://github.com/shahvrushali22) and [@&#8203;muraliinformal](https://github.com/muraliinformal) from Oracle
- Add missing fields and subsection to Network Policy
- Implement kebab menu for table row actions. There is now a consistent kebab menu (vertical dots) for all table row actions across the application, replacing the previous horizontal dots icon. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun)
- Add Headlamp user agent and Headlamp version to Kubernetes API requests
- Show user information in OIDC authenticated clusters users per cluster-scoped user info via endpoint
- Add PKCE OIDC support to improve OIDC security. Off by default. To enable with helm add `config.oidc.usePKCE: true`. Or add `-oidc-use-pkce=true` to headlamp-server flags.

##### User information for OIDC Clusters Displayed

The user that is logged in is displayed in the top bar for clusters configured with OIDC.

![Screenshot of username in the top bar of headlamp](https://github.com/user-attachments/assets/3cb09f59-3a40-41b3-8482-c70e471cdd90)

##### Network Policy now with all the missing fields

Some of the fields were reported missing, and now they are shown.

![Screenshot of some fields in the Network Policy section of Headlamp](https://github.com/user-attachments/assets/bcf08c07-cc70-4dce-a479-3543cb6dd86d)

##### Setting the namespace from search

In the global search there is a shortcut for setting up the current namespace. This is to avoid having to select the namespace from the dropdown.

![Screenshot of the search field with a namespace in it](https://github.com/user-attachments/assets/f700b15a-dfba-4fe2-8485-dd88bdf376ec)

#### 🐞 Bug fixes

- Fix Monaco Editor with custom base url. Thanks to [@&#8203;DanielLeone](https://github.com/DanielLeone)
- Include baseURL in Cookie Path. Thanks to [@&#8203;appare45](https://github.com/appare45)
- Fix baseURL handling in embedded spa handler
- Fix Release Notes rendering in the app of img tags that github now uses
- Fix isDrawerMode fetch when state not there
- Align Actions column and disable sorting/filtering in Cluster Table. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun)
- Fix status color for labels on Deployments List
- Align PortForward table with Cluster Table pattern. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun)
- Display valid dates on map view for events
- Fix loadBalancerSourceRanges formatting in the headlamp helm chart. Thanks to [@&#8203;caymard](https://github.com/caymard)
- If there is an empty cluster list on the home view show the "Add Cluster" link

#### 💻 Development

- Add e2e-tests for react-hotkeys dependency. Thanks to [@&#8203;adwait-godbole](https://github.com/adwait-godbole)
- Extract RefreshAndCacheNewToken from headlamp.go and add tests
- Improve app in development to start up to 8.3x faster
- Add stories for NetworkPolicy
- Add root npm build scripts as an alternative to Make to reduce requirements for developers
- Fix on-hover display of documentation and types for some plugin APIs for plugin developers
- Fix for container test check on github to cleanup disk space to avoid running out
- Small fixes to projects and KubeMetadata types so plugins using them don't raise type errors
- Add storybook stories for Layout component with various states. Thanks to [@&#8203;hxrshxz](https://github.com/hxrshxz)
- Add isScalable attribute for resources, if true ScaleButton will show for these resources

#### 📖 Documentation

- Add instructions for people who want to install headlamp plugins in the desktop app docs/installation/desktop/plugins-install-desktop.md
- Add page showing people wanting to use plugins some of the plugins
- Improve Plugin Manager related instructions to help with issues people were reporting

##### Plugins showcase

To go along with the [new docs on installing plugins](https://headlamp.dev/docs/latest/installation/desktop/plugins-install-desktop), there is now a [page dedicated to showing off some of the plugins](https://headlamp.dev/plugins/). To give people a bit of an idea about what plugins are available.

![A screenshot of a page showing some plugins that are available](https://github.com/user-attachments/assets/01c2662d-cd6e-47d6-a6b6-035c21e4867f)

##### Learn section in docs

A new section was added within Headlamp official docs, aimed to help users learn how to navigate Headlamp. Available at [Headlamp docs](https://headlamp.dev/docs/latest/learn/). The first section in there describes how to use the new "Projects" feature. More documentation on how to use different Headlamp features will go into the Learn section of the docs in the future.

![Screen shot of some documentation describing how to use the Projects feature](https://github.com/user-attachments/assets/2f21c29a-ee4b-413f-8376-5c808f1cc643)

#### 🧩 Shipped Plugins

- Update shipped plugin [plugin-catalog 0.4.2](https://github.com/headlamp-k8s/plugins/releases/tag/plugin-catalog-0.4.2) (desktop only)
  - Fixes for a number of display issues
  - Minor bug fixes found with new type checker config
- Update shipped plugin [app-catalog 0.7.0](https://github.com/headlamp-k8s/plugins/releases/tag/app-catalog-0.7.0) (desktop only)
  - Support for Vanilla Helm repos along with Artifact Hub ones

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

**Full Changelog**: <https://github.com/kubernetes-sigs/headlamp/compare/v0.36.0...v0.37.0>

**Container image:** 🐳  [ghcr.io/headlamp-k8s/headlamp:v0.37.0](https://github.com/orgs/headlamp-k8s/packages/container/package/headlamp)

**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.37.0/Headlamp-0.37.0-linux-x64.AppImage), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-linux-arm64.AppImage),  [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-linux-armv7l.AppImage)
🐧 Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-linux-x64.tar.gz), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-linux-arm64.tar.gz), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-linux-armv7l.tar.gz)
🐧 Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/headlamp_0.37.0-1_amd64.deb)
:green\_apple:  [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-mac-x64.dmg)
:green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.0-mac-arm64.dmg)
:blue\_square:  [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.37.0/Headlamp-0.37.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1923
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-02 03:28:49 +00:00
63b9fd0f56 Update Helm release tailscale-operator to v1.90.6 (#1925)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m6s
2025-11-01 23:01:34 +00:00
e4745bba64 Update Helm release promtail to v6.17.1 (#1924)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m29s
2025-11-01 20:01:36 +00:00
7deb665b14 Update searxng/searxng:latest Docker digest to 50a94da (#1922)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m27s
2025-11-01 09:01:58 +00:00
71f640f1f6 Update kube-prometheus-stack Docker tag to v79.1.0 (#1921)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m50s
2025-11-01 08:01:54 +00:00
2a34b00051 Update ollama/ollama Docker tag to v0.12.8 (#1920)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m42s
2025-11-01 05:01:44 +00:00
99b1331342 Update ghcr.io/tailscale/tailscale Docker tag to v1.90.6 (#1919)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m33s
2025-10-31 23:01:44 +00:00
e77b1687b9 Update cloudflared Docker tag to v1.22.2 (#1917)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m37s
2025-10-31 21:02:04 +00:00
7c19a820a9 Update Helm release eck-operator to v3.2.0 (#1911)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m55s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.1.0` -> `3.2.0` |

---

### Release Notes

<details>
<summary>elastic/cloud-on-k8s (eck-operator)</summary>

### [`v3.2.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.2.0)

[Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v3.1.0...v3.2.0)

### Elastic Cloud on Kubernetes 3.2.0

- [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart)

##### Release Highlights

##### Automatic pod disruption budget (Enterprise feature)

ECK now offers better out-of-the-box PodDisruptionBudgets that automatically keep your cluster available as Pods move across nodes. The new policy calculates the number of Pods per tier that can sustain replacement and automatically generates a PodDisruptionBudget for each tier, enabling the Elasticsearch cluster to vacate Kubernetes nodes more quickly, while considering cluster health, without interruption.

##### User Password Generation (Enterprise feature)

ECK will now generate longer passwords by default for the administrative user of each Elasticsearch cluster. The password is 24 characters in length by default (can be configured to a maximum of 72 characters), incorporating alphabetic and numeric characters, to make password complexity stronger.

##### Features and enhancements

- Enable certificate reloading for stack monitoring Beats [#&#8203;8833](https://github.com/elastic/cloud-on-k8s/pull/8833) (issue: [#&#8203;5448](https://github.com/elastic/cloud-on-k8s/issues/5448))
- Allow configuration of file-based password character set and length [#&#8203;8817](https://github.com/elastic/cloud-on-k8s/pull/8817) (issues: [#&#8203;2795](https://github.com/elastic/cloud-on-k8s/issues/2795), [#&#8203;8693](https://github.com/elastic/cloud-on-k8s/issues/8693))
- Automatically set GOMEMLIMIT based on cgroups memory limits [#&#8203;8814](https://github.com/elastic/cloud-on-k8s/pull/8814) (issue: [#&#8203;8790](https://github.com/elastic/cloud-on-k8s/issues/8790))
- Introduce granular PodDisruptionBudgets based on node roles [#&#8203;8780](https://github.com/elastic/cloud-on-k8s/pull/8780) (issue: [#&#8203;2936](https://github.com/elastic/cloud-on-k8s/issues/2936))

##### Fixes

- Gate advanced Fleet config logic to Agent v8.13 and later [#&#8203;8869](https://github.com/elastic/cloud-on-k8s/pull/8869)
- Ensure Agent configuration and state persist across restarts in Fleet mode [#&#8203;8856](https://github.com/elastic/cloud-on-k8s/pull/8856) (issue: [#&#8203;8819](https://github.com/elastic/cloud-on-k8s/issues/8819))
- Do not set credentials label on Kibana config secret [#&#8203;8852](https://github.com/elastic/cloud-on-k8s/pull/8852) (issue: [#&#8203;8839](https://github.com/elastic/cloud-on-k8s/issues/8839))
- Allow elasticsearchRef.secretName in Kibana helm validation [#&#8203;8822](https://github.com/elastic/cloud-on-k8s/pull/8822) (issue: [#&#8203;8816](https://github.com/elastic/cloud-on-k8s/issues/8816))

##### Documentation improvements

- Update Logstash recipes from to filestream input [#&#8203;8801](https://github.com/elastic/cloud-on-k8s/pull/8801)
- Recipe for exposing Fleet server to outside of the Kubernetes cluster [#&#8203;8788](https://github.com/elastic/cloud-on-k8s/pull/8788)
- Clarify secretName restrictions [#&#8203;8782](https://github.com/elastic/cloud-on-k8s/pull/8782)
- Update ES\_JAVA\_OPTS comments and explain auto-heap behavior [#&#8203;8753](https://github.com/elastic/cloud-on-k8s/pull/8753)

##### Dependency updates

- github.com/gkampitakis/go-snaps v0.5.13 => v0.5.15
- github.com/hashicorp/vault/api v1.20.0 => v1.22.0
- github.com/KimMachineGun/automemlimit => v0.7.4
- github.com/prometheus/client\_golang v1.22.0 => v1.23.2
- github.com/prometheus/common v0.65.0 => v0.67.1
- github.com/sethvargo/go-password v0.3.1 => REMOVED
- github.com/spf13/cobra v1.9.1 => v1.10.1
- github.com/spf13/pflag v1.0.6 => v1.0.10
- github.com/spf13/viper v1.20.1 => v1.21.0
- github.com/stretchr/testify v1.10.0 => v1.11.1
- golang.org/x/crypto v0.40.0 => v0.43.0
- k8s.io/api v0.33.2 => v0.34.1
- k8s.io/apimachinery v0.33.2 => v0.34.1
- k8s.io/client-go v0.33.2 => v0.34.1
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 => v0.0.0-20250604170112-4c0f3b243397
- sigs.k8s.io/controller-runtime v0.21.0 => v0.22.2
- sigs.k8s.io/controller-tools v0.18.0 => 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1911
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:44:03 +00:00
0b16157474 Update Helm release tailscale-operator to v1.90.5 (#1916)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

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

---

### Release Notes

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

### [`v1.90.5`](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

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

Reviewed-on: #1916
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:43:46 +00:00
8de589d907 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.2.1 (#1904)
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 |
|---|---|---|
| [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | minor | `v2.1.0` -> `v2.2.1` |

---

### Release Notes

<details>
<summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary>

### [`v2.2.1`](https://github.com/immich-app/immich/releases/tag/v2.2.1)

[Compare Source](https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1)

<!-- Release notes generated using configuration in .github/release.yml at v2.2.1 -->

#### What's Changed

##### 🐛 Bug fixes

- fix(mobile): regression - not displayed activity button in top bar by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23366](https://github.com/immich-app/immich/pull/23366)
- fix: asset copy validation error by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23387](https://github.com/immich-app/immich/pull/23387)
- fix(ml): ocr failing with rootless docker by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23402](https://github.com/immich-app/immich/pull/23402)
- fix(mobile): video seeking on android by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23405](https://github.com/immich-app/immich/pull/23405)
- fix: button condition rendering by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23400](https://github.com/immich-app/immich/pull/23400)
- fix: view in timeline does not jump to the timeline correctly by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23428](https://github.com/immich-app/immich/pull/23428)
- fix: show close button on purchase modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23436](https://github.com/immich-app/immich/pull/23436)

##### 📚 Documentation

- chore: update android signing fingerprints to docs by [@&#8203;luneth](https://github.com/luneth) in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

##### 🌐 Translations

- chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;23375](https://github.com/immich-app/immich/pull/23375)

#### New Contributors

- [@&#8203;luneth](https://github.com/luneth) made their first contribution in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1>

### [`v2.2.0`](https://github.com/immich-app/immich/releases/tag/v2.2.0)

[Compare Source](https://github.com/immich-app/immich/compare/v2.1.0...v2.2.0)

### v2.2.0

*The month following our [stable release ](https://immich.app/blog/stable-release)**🎉** has flown by! We are blown away by the support from everyone around this milestone, especially for the [Retro DVD ](https://immich.store/products/immich-retro)**📀**! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, **EVER!** So get one while you can from [immich.store](https://immich.store/)!*

<img width="2292" height="209" alt="image" src="https://github.com/user-attachments/assets/3829caef-8674-4ab0-a0d0-954c317e8987" />

#### Highlights

Welcome to version `v2.2.0` of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting release

- New mutable Docker tag for `v2` versions
- Optical Character Recognition (OCR)
- \[Web] Wasm implementation for justified layout calculation 🦀
- \[Web] UI improvement for the review duplicates screen
- \[Mobile] Show albums in the asset’s detail sheet
- \[Mobile] Show similar photos
- \[Mobile] Chat-style for activity view
- \[Mobile] High precision seeking for video
- \[Mobile] New UI to present server-client version mismatch
- Option to create a new user as an admin
- Notable fix: older iOS devices freeze when spawning background tasks
- Notable fix: temporary files on iOS are now cleaned up properly

##### Docker tag for `v2` versions

The `example.env` file has been updated to use `IMMICH_VERSION=v2`, which is a mutable Docker tag that points to the latest `2.x.x` release image.

##### Optical Character Recognition (OCR)

OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of [@&#8203;flipped-1121](https://github.com/flipped-1121) and [@&#8203;mertalev](https://github.com/mertalev), Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.

The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to `Administration > Job > Click on “All” for OCR job` to extract OCR information for your gallery

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/ece151cf-4268-406a-a68f-ce3c9c869c15" />
</p>

To search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.

<p align="center">
<img width="500" alt="image" src="https://github.com/user-attachments/assets/adb161c8-717d-4030-b5eb-4f3cfef11a96" />
</p>

OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.

##### \[Web] Wasm implementation for justified layout calculation  🦀

This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month

##### \[Web] UI improvement for the review duplicates screen

To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/0bee8443-b44e-4264-a4ab-36a99cef4596" />
</p>

##### \[Mobile\] Show albums in the asset’s detail

You can view and navigate to the albums that the asset belongs to in the info sheet

<p align="center">

<img width="300" alt="image" src="https://github.com/user-attachments/assets/96bb194a-cc54-478b-9958-b6e8eea9b03c" />

</p>

##### \[Mobile\] Show similar photos

The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/45cb751d-da22-4fe8-bc47-406dbb9c9cfc" />
</p>

##### \[Mobile\] Chat-style for album activity view

The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/a5a8a4aa-ebbe-4282-844b-27e9df14a529" />
</p>

##### \[Mobile\] High precision seeking for video

The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.

##### \[Mobile] New UI to present server-client version mismatch

As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.

When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.

| Server update                                                                                                         | App update                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <img width="300" alt="image" src="https://github.com/user-attachments/assets/c136aab6-ef39-4769-ab35-b6719b188ed5" /> | <img width="300" height="2340" alt="image" src="https://github.com/user-attachments/assets/3bead2e2-f202-48b8-9164-c5c29c999434" /> |

#### Support Immich

<p align="center">

<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store>

<!-- Release notes generated using configuration in .github/release.yml at main -->

#### What's Changed

##### 🔒 Security

- fix(server): bump valkey to 8 by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;22911](https://github.com/immich-app/immich/pull/22911)

##### 🚀 Features

- feat(ml): coreml by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;17718](https://github.com/immich-app/immich/pull/17718)
- feat(server): Option to configure SMTPS transport by [@&#8203;clementmartin](https://github.com/clementmartin) in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- feat: show location & date on duplicate asset comparison overview by [@&#8203;adrianjost](https://github.com/adrianjost) in [#&#8203;22632](https://github.com/immich-app/immich/pull/22632)
- feat: view the user's app version on the user page by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;21345](https://github.com/immich-app/immich/pull/21345)
- feat: GHA for iOS release flow by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23196](https://github.com/immich-app/immich/pull/23196)
- feat(web): add search filter for camera lens model. by [@&#8203;dagstuan](https://github.com/dagstuan) in [#&#8203;21792](https://github.com/immich-app/immich/pull/21792)
- feat(web): load original videos by [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- feat(cli): add --delete-duplicates option by [@&#8203;RobinJ1995](https://github.com/RobinJ1995) in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- feat: ocr by [@&#8203;flipped-1121](https://github.com/flipped-1121) in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- feat: show "appears in" albums on asset viewer bottom sheet by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;21925](https://github.com/immich-app/immich/pull/21925)
- feat: getAssetOcr endpoint by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23331](https://github.com/immich-app/immich/pull/23331)
- feat(mobile): view similar photos by [@&#8203;vitoksmile](https://github.com/vitoksmile) in [#&#8203;22148](https://github.com/immich-app/immich/pull/22148)
- feat(mobile): chat-style album activities timeline by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23185](https://github.com/immich-app/immich/pull/23185)

##### 🌟 Enhancements

- feat(album): show per-user contributions in shared albums by [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- feat: add video auto play setting by [@&#8203;Saschl](https://github.com/Saschl) in [#&#8203;20416](https://github.com/immich-app/immich/pull/20416)
- fix(web): improve scrubber behavior on scroll-limited timelines by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22917](https://github.com/immich-app/immich/pull/22917)
- feat(web): Download links and Obtainium link generator on Utilities page and onboarding by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in [#&#8203;20589](https://github.com/immich-app/immich/pull/20589)
- feat(web): create user as admin by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23026](https://github.com/immich-app/immich/pull/23026)
- chore: rework backup success notification descriptions by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23024](https://github.com/immich-app/immich/pull/23024)
- feat(mobile): Change the UI of asset activity list to bottom sheet by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- feat: improved update messaging on app bar server info by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22938](https://github.com/immich-app/immich/pull/22938)
- refactor(web): improve date labels in scrubber   by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23046](https://github.com/immich-app/immich/pull/23046)
- feat: support database dumps for pg18 by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;23186](https://github.com/immich-app/immich/pull/23186)
- feat: improvements of thumbnail animations by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;20300](https://github.com/immich-app/immich/pull/20300)
- feat(web): reactively update shared link expiration by [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- feat: (mobile) open asset viewer from album activity page by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23182](https://github.com/immich-app/immich/pull/23182)
- feat(mobile): high precision seeking by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22346](https://github.com/immich-app/immich/pull/22346)
- feat(web): wasm justified layout, sync edition by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23194](https://github.com/immich-app/immich/pull/23194)
- feat: logout sessions on password change  by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;23188](https://github.com/immich-app/immich/pull/23188)
- feat(server): enhance metadata reading for video files by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)
- feat: improve UI for resolving duplication detection by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23145](https://github.com/immich-app/immich/pull/23145)
- feat: toasts by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23298](https://github.com/immich-app/immich/pull/23298)
- feat: asset copy by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23172](https://github.com/immich-app/immich/pull/23172)

##### 🐛 Bug fixes

- fix(web): prevent photo-only memories showing mute button by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- fix: get all assets for the Recents album on iOS by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22956](https://github.com/immich-app/immich/pull/22956)
- fix: tag clean up query and add tests by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22633](https://github.com/immich-app/immich/pull/22633)
- fix: unit overlapses value in server stats card by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22994](https://github.com/immich-app/immich/pull/22994)
- fix: navigate to time action by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;20928](https://github.com/immich-app/immich/pull/20928)
- fix: remove assets from shared link by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22935](https://github.com/immich-app/immich/pull/22935)
- fix(server): only asset owner should see favorite status by [@&#8203;pwojtaszko](https://github.com/pwojtaszko) in [#&#8203;20654](https://github.com/immich-app/immich/pull/20654)
- fix(web): render context overlays over the scrollbar by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in [#&#8203;23007](https://github.com/immich-app/immich/pull/23007)
- fix(web): two scrollbars in folder view by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;23045](https://github.com/immich-app/immich/pull/23045)
- fix: skip ML availability check if ML is disabled by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;23053](https://github.com/immich-app/immich/pull/23053)
- chore: skip dialog for single merged asset by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22958](https://github.com/immich-app/immich/pull/22958)
- fix(mobile): notate experimental network features, cleanup mis assigned translation tags by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23021](https://github.com/immich-app/immich/pull/23021)
- fix(ml): pin cudnn version by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23110](https://github.com/immich-app/immich/pull/23110)
- fix(server): use GPSLongitudeRef and GPSLatitudeRef EXIF fields by [@&#8203;ruippeixotog](https://github.com/ruippeixotog) in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- fix: allow editing all images by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23144](https://github.com/immich-app/immich/pull/23144)
- fix: isolate freeze app on older ios device by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22509](https://github.com/immich-app/immich/pull/22509)
- fix: android skip posting hash response after detached from engine by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23192](https://github.com/immich-app/immich/pull/23192)
- fix: back/forward navigation won't reset scroll in timeline by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22838](https://github.com/immich-app/immich/pull/22838)
- fix: handle null bucketId or name in android local sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23224](https://github.com/immich-app/immich/pull/23224)
- fix: fetch original name before upload by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21877](https://github.com/immich-app/immich/pull/21877)
- fix: focus-trap on safari by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23246](https://github.com/immich-app/immich/pull/23246)
- fix(web): disable picture-in-picture on video viewer by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23318](https://github.com/immich-app/immich/pull/23318)
- fix: make hitbox on app bar dialog bigger by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23316](https://github.com/immich-app/immich/pull/23316)
- fix: clear temp cache on iOS before uploads by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23326](https://github.com/immich-app/immich/pull/23326)

##### 📚 Documentation

- fix(web): clarify some transcoding settings by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22797](https://github.com/immich-app/immich/pull/22797)
- docs: fix small error by [@&#8203;0xflotus](https://github.com/0xflotus) in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- docs: Expand on OpenVINO WSL HW accel by [@&#8203;Mraedis](https://github.com/Mraedis) in [#&#8203;21054](https://github.com/immich-app/immich/pull/21054)
- docs: clarify well-known usage by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23018](https://github.com/immich-app/immich/pull/23018)
- feat: move community projects and guides to immich-aweseome by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23016](https://github.com/immich-app/immich/pull/23016)
- fix(docs): cli upload json format example by [@&#8203;leepeuker](https://github.com/leepeuker) in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- docs: update [backup-and-restore.md](http://backup-and-restore.md) by [@&#8203;nickwebcouk](https://github.com/nickwebcouk) in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)

#### New Contributors

- [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) made their first contribution in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- [@&#8203;meesfrensel](https://github.com/meesfrensel) made their first contribution in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- [@&#8203;0xflotus](https://github.com/0xflotus) made their first contribution in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- [@&#8203;clementmartin](https://github.com/clementmartin) made their first contribution in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- [@&#8203;leepeuker](https://github.com/leepeuker) made their first contribution in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- [@&#8203;nickwebcouk](https://github.com/nickwebcouk) made their first contribution in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)
- [@&#8203;idubnori](https://github.com/idubnori) made their first contribution in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- [@&#8203;ruippeixotog](https://github.com/ruippeixotog) made their first contribution in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- [@&#8203;Nykri](https://github.com/Nykri) made their first contribution in [#&#8203;22888](https://github.com/immich-app/immich/pull/22888)
- [@&#8203;slagiewka](https://github.com/slagiewka) made their first contribution in [#&#8203;23130](https://github.com/immich-app/immich/pull/23130)
- [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) made their first contribution in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) made their first contribution in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- [@&#8203;RobinJ1995](https://github.com/RobinJ1995) made their first contribution in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- [@&#8203;flipped-1121](https://github.com/flipped-1121) made their first contribution in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- [@&#8203;ZacWarham](https://github.com/ZacWarham) made their first contribution in [#&#8203;23275](https://github.com/immich-app/immich/pull/23275)
- [@&#8203;tstachl](https://github.com/tstachl) made their first contribution in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1904
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:43:03 +00:00
1013f377f0 Update ghcr.io/immich-app/immich-server Docker tag to v2.2.1 (#1905)
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/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v2.1.0` -> `v2.2.1` |

---

### Release Notes

<details>
<summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary>

### [`v2.2.1`](https://github.com/immich-app/immich/releases/tag/v2.2.1)

[Compare Source](https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1)

<!-- Release notes generated using configuration in .github/release.yml at v2.2.1 -->

#### What's Changed

##### 🐛 Bug fixes

- fix(mobile): regression - not displayed activity button in top bar by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23366](https://github.com/immich-app/immich/pull/23366)
- fix: asset copy validation error by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23387](https://github.com/immich-app/immich/pull/23387)
- fix(ml): ocr failing with rootless docker by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23402](https://github.com/immich-app/immich/pull/23402)
- fix(mobile): video seeking on android by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23405](https://github.com/immich-app/immich/pull/23405)
- fix: button condition rendering by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23400](https://github.com/immich-app/immich/pull/23400)
- fix: view in timeline does not jump to the timeline correctly by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23428](https://github.com/immich-app/immich/pull/23428)
- fix: show close button on purchase modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23436](https://github.com/immich-app/immich/pull/23436)

##### 📚 Documentation

- chore: update android signing fingerprints to docs by [@&#8203;luneth](https://github.com/luneth) in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

##### 🌐 Translations

- chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;23375](https://github.com/immich-app/immich/pull/23375)

#### New Contributors

- [@&#8203;luneth](https://github.com/luneth) made their first contribution in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1>

### [`v2.2.0`](https://github.com/immich-app/immich/releases/tag/v2.2.0)

[Compare Source](https://github.com/immich-app/immich/compare/v2.1.0...v2.2.0)

### v2.2.0

*The month following our [stable release ](https://immich.app/blog/stable-release)**🎉** has flown by! We are blown away by the support from everyone around this milestone, especially for the [Retro DVD ](https://immich.store/products/immich-retro)**📀**! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, **EVER!** So get one while you can from [immich.store](https://immich.store/)!*

<img width="2292" height="209" alt="image" src="https://github.com/user-attachments/assets/3829caef-8674-4ab0-a0d0-954c317e8987" />

#### Highlights

Welcome to version `v2.2.0` of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting release

- New mutable Docker tag for `v2` versions
- Optical Character Recognition (OCR)
- \[Web] Wasm implementation for justified layout calculation 🦀
- \[Web] UI improvement for the review duplicates screen
- \[Mobile] Show albums in the asset’s detail sheet
- \[Mobile] Show similar photos
- \[Mobile] Chat-style for activity view
- \[Mobile] High precision seeking for video
- \[Mobile] New UI to present server-client version mismatch
- Option to create a new user as an admin
- Notable fix: older iOS devices freeze when spawning background tasks
- Notable fix: temporary files on iOS are now cleaned up properly

##### Docker tag for `v2` versions

The `example.env` file has been updated to use `IMMICH_VERSION=v2`, which is a mutable Docker tag that points to the latest `2.x.x` release image.

##### Optical Character Recognition (OCR)

OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of [@&#8203;flipped-1121](https://github.com/flipped-1121) and [@&#8203;mertalev](https://github.com/mertalev), Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.

The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to `Administration > Job > Click on “All” for OCR job` to extract OCR information for your gallery

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/ece151cf-4268-406a-a68f-ce3c9c869c15" />
</p>

To search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.

<p align="center">
<img width="500" alt="image" src="https://github.com/user-attachments/assets/adb161c8-717d-4030-b5eb-4f3cfef11a96" />
</p>

OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.

##### \[Web] Wasm implementation for justified layout calculation  🦀

This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month

##### \[Web] UI improvement for the review duplicates screen

To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/0bee8443-b44e-4264-a4ab-36a99cef4596" />
</p>

##### \[Mobile\] Show albums in the asset’s detail

You can view and navigate to the albums that the asset belongs to in the info sheet

<p align="center">

<img width="300" alt="image" src="https://github.com/user-attachments/assets/96bb194a-cc54-478b-9958-b6e8eea9b03c" />

</p>

##### \[Mobile\] Show similar photos

The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/45cb751d-da22-4fe8-bc47-406dbb9c9cfc" />
</p>

##### \[Mobile\] Chat-style for album activity view

The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/a5a8a4aa-ebbe-4282-844b-27e9df14a529" />
</p>

##### \[Mobile\] High precision seeking for video

The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.

##### \[Mobile] New UI to present server-client version mismatch

As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.

When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.

| Server update                                                                                                         | App update                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <img width="300" alt="image" src="https://github.com/user-attachments/assets/c136aab6-ef39-4769-ab35-b6719b188ed5" /> | <img width="300" height="2340" alt="image" src="https://github.com/user-attachments/assets/3bead2e2-f202-48b8-9164-c5c29c999434" /> |

#### Support Immich

<p align="center">

<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store>

<!-- Release notes generated using configuration in .github/release.yml at main -->

#### What's Changed

##### 🔒 Security

- fix(server): bump valkey to 8 by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;22911](https://github.com/immich-app/immich/pull/22911)

##### 🚀 Features

- feat(ml): coreml by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;17718](https://github.com/immich-app/immich/pull/17718)
- feat(server): Option to configure SMTPS transport by [@&#8203;clementmartin](https://github.com/clementmartin) in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- feat: show location & date on duplicate asset comparison overview by [@&#8203;adrianjost](https://github.com/adrianjost) in [#&#8203;22632](https://github.com/immich-app/immich/pull/22632)
- feat: view the user's app version on the user page by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;21345](https://github.com/immich-app/immich/pull/21345)
- feat: GHA for iOS release flow by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23196](https://github.com/immich-app/immich/pull/23196)
- feat(web): add search filter for camera lens model. by [@&#8203;dagstuan](https://github.com/dagstuan) in [#&#8203;21792](https://github.com/immich-app/immich/pull/21792)
- feat(web): load original videos by [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- feat(cli): add --delete-duplicates option by [@&#8203;RobinJ1995](https://github.com/RobinJ1995) in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- feat: ocr by [@&#8203;flipped-1121](https://github.com/flipped-1121) in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- feat: show "appears in" albums on asset viewer bottom sheet by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;21925](https://github.com/immich-app/immich/pull/21925)
- feat: getAssetOcr endpoint by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23331](https://github.com/immich-app/immich/pull/23331)
- feat(mobile): view similar photos by [@&#8203;vitoksmile](https://github.com/vitoksmile) in [#&#8203;22148](https://github.com/immich-app/immich/pull/22148)
- feat(mobile): chat-style album activities timeline by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23185](https://github.com/immich-app/immich/pull/23185)

##### 🌟 Enhancements

- feat(album): show per-user contributions in shared albums by [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- feat: add video auto play setting by [@&#8203;Saschl](https://github.com/Saschl) in [#&#8203;20416](https://github.com/immich-app/immich/pull/20416)
- fix(web): improve scrubber behavior on scroll-limited timelines by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22917](https://github.com/immich-app/immich/pull/22917)
- feat(web): Download links and Obtainium link generator on Utilities page and onboarding by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in [#&#8203;20589](https://github.com/immich-app/immich/pull/20589)
- feat(web): create user as admin by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23026](https://github.com/immich-app/immich/pull/23026)
- chore: rework backup success notification descriptions by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23024](https://github.com/immich-app/immich/pull/23024)
- feat(mobile): Change the UI of asset activity list to bottom sheet by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- feat: improved update messaging on app bar server info by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22938](https://github.com/immich-app/immich/pull/22938)
- refactor(web): improve date labels in scrubber   by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23046](https://github.com/immich-app/immich/pull/23046)
- feat: support database dumps for pg18 by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;23186](https://github.com/immich-app/immich/pull/23186)
- feat: improvements of thumbnail animations by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;20300](https://github.com/immich-app/immich/pull/20300)
- feat(web): reactively update shared link expiration by [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- feat: (mobile) open asset viewer from album activity page by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23182](https://github.com/immich-app/immich/pull/23182)
- feat(mobile): high precision seeking by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22346](https://github.com/immich-app/immich/pull/22346)
- feat(web): wasm justified layout, sync edition by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23194](https://github.com/immich-app/immich/pull/23194)
- feat: logout sessions on password change  by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;23188](https://github.com/immich-app/immich/pull/23188)
- feat(server): enhance metadata reading for video files by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)
- feat: improve UI for resolving duplication detection by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23145](https://github.com/immich-app/immich/pull/23145)
- feat: toasts by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23298](https://github.com/immich-app/immich/pull/23298)
- feat: asset copy by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23172](https://github.com/immich-app/immich/pull/23172)

##### 🐛 Bug fixes

- fix(web): prevent photo-only memories showing mute button by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- fix: get all assets for the Recents album on iOS by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22956](https://github.com/immich-app/immich/pull/22956)
- fix: tag clean up query and add tests by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22633](https://github.com/immich-app/immich/pull/22633)
- fix: unit overlapses value in server stats card by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22994](https://github.com/immich-app/immich/pull/22994)
- fix: navigate to time action by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;20928](https://github.com/immich-app/immich/pull/20928)
- fix: remove assets from shared link by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22935](https://github.com/immich-app/immich/pull/22935)
- fix(server): only asset owner should see favorite status by [@&#8203;pwojtaszko](https://github.com/pwojtaszko) in [#&#8203;20654](https://github.com/immich-app/immich/pull/20654)
- fix(web): render context overlays over the scrollbar by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in [#&#8203;23007](https://github.com/immich-app/immich/pull/23007)
- fix(web): two scrollbars in folder view by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;23045](https://github.com/immich-app/immich/pull/23045)
- fix: skip ML availability check if ML is disabled by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;23053](https://github.com/immich-app/immich/pull/23053)
- chore: skip dialog for single merged asset by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22958](https://github.com/immich-app/immich/pull/22958)
- fix(mobile): notate experimental network features, cleanup mis assigned translation tags by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23021](https://github.com/immich-app/immich/pull/23021)
- fix(ml): pin cudnn version by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23110](https://github.com/immich-app/immich/pull/23110)
- fix(server): use GPSLongitudeRef and GPSLatitudeRef EXIF fields by [@&#8203;ruippeixotog](https://github.com/ruippeixotog) in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- fix: allow editing all images by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23144](https://github.com/immich-app/immich/pull/23144)
- fix: isolate freeze app on older ios device by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22509](https://github.com/immich-app/immich/pull/22509)
- fix: android skip posting hash response after detached from engine by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23192](https://github.com/immich-app/immich/pull/23192)
- fix: back/forward navigation won't reset scroll in timeline by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22838](https://github.com/immich-app/immich/pull/22838)
- fix: handle null bucketId or name in android local sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23224](https://github.com/immich-app/immich/pull/23224)
- fix: fetch original name before upload by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21877](https://github.com/immich-app/immich/pull/21877)
- fix: focus-trap on safari by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23246](https://github.com/immich-app/immich/pull/23246)
- fix(web): disable picture-in-picture on video viewer by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23318](https://github.com/immich-app/immich/pull/23318)
- fix: make hitbox on app bar dialog bigger by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23316](https://github.com/immich-app/immich/pull/23316)
- fix: clear temp cache on iOS before uploads by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23326](https://github.com/immich-app/immich/pull/23326)

##### 📚 Documentation

- fix(web): clarify some transcoding settings by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22797](https://github.com/immich-app/immich/pull/22797)
- docs: fix small error by [@&#8203;0xflotus](https://github.com/0xflotus) in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- docs: Expand on OpenVINO WSL HW accel by [@&#8203;Mraedis](https://github.com/Mraedis) in [#&#8203;21054](https://github.com/immich-app/immich/pull/21054)
- docs: clarify well-known usage by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23018](https://github.com/immich-app/immich/pull/23018)
- feat: move community projects and guides to immich-aweseome by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23016](https://github.com/immich-app/immich/pull/23016)
- fix(docs): cli upload json format example by [@&#8203;leepeuker](https://github.com/leepeuker) in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- docs: update [backup-and-restore.md](http://backup-and-restore.md) by [@&#8203;nickwebcouk](https://github.com/nickwebcouk) in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)

#### New Contributors

- [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) made their first contribution in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- [@&#8203;meesfrensel](https://github.com/meesfrensel) made their first contribution in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- [@&#8203;0xflotus](https://github.com/0xflotus) made their first contribution in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- [@&#8203;clementmartin](https://github.com/clementmartin) made their first contribution in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- [@&#8203;leepeuker](https://github.com/leepeuker) made their first contribution in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- [@&#8203;nickwebcouk](https://github.com/nickwebcouk) made their first contribution in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)
- [@&#8203;idubnori](https://github.com/idubnori) made their first contribution in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- [@&#8203;ruippeixotog](https://github.com/ruippeixotog) made their first contribution in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- [@&#8203;Nykri](https://github.com/Nykri) made their first contribution in [#&#8203;22888](https://github.com/immich-app/immich/pull/22888)
- [@&#8203;slagiewka](https://github.com/slagiewka) made their first contribution in [#&#8203;23130](https://github.com/immich-app/immich/pull/23130)
- [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) made their first contribution in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) made their first contribution in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- [@&#8203;RobinJ1995](https://github.com/RobinJ1995) made their first contribution in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- [@&#8203;flipped-1121](https://github.com/flipped-1121) made their first contribution in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- [@&#8203;ZacWarham](https://github.com/ZacWarham) made their first contribution in [#&#8203;23275](https://github.com/immich-app/immich/pull/23275)
- [@&#8203;tstachl](https://github.com/tstachl) made their first contribution in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1905
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:42:42 +00:00
70a2f684c3 Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.0 (#1915)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kiwix/kiwix-serve](https://github.com/openzim/kiwix-tools) | minor | `3.7.0` -> `3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1915
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:40:38 +00:00
75525df1e5 Update Helm release descheduler to v0.34.0 (#1914)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m3s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

#### What's Changed

- Remove reference to obsolete deschedulerPolicy fields in chart values by [@&#8203;meroupatate](https://github.com/meroupatate) in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674)
- v0.33.0: bump helm chart by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1680](https://github.com/kubernetes-sigs/descheduler/pull/1680)
- optimize: NodeFit function by reordering checks for performance by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1681](https://github.com/kubernetes-sigs/descheduler/pull/1681)
- feature: sort pods by restarts count in RemovePodsHavingTooManyRestarts plugin by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1686](https://github.com/kubernetes-sigs/descheduler/pull/1686)
- chore: move namespaces filtering logic to New() by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1684](https://github.com/kubernetes-sigs/descheduler/pull/1684)
- RemovePodsViolatingNodeTaints: list only pods that are not failed/suceeded by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1688](https://github.com/kubernetes-sigs/descheduler/pull/1688)
- fix(example): list only active pod by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1691](https://github.com/kubernetes-sigs/descheduler/pull/1691)
- refactor: separate eviction constraints to constraints.go by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1693](https://github.com/kubernetes-sigs/descheduler/pull/1693)
- Extend plugin's New with a context.Context by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1694](https://github.com/kubernetes-sigs/descheduler/pull/1694)
- \*1677 Allow Succeeded and Failed states in PodLifeTime by [@&#8203;doctapp](https://github.com/doctapp) in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696)
- metrics name refact by [@&#8203;lowang-bh](https://github.com/lowang-bh) in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232)
- feat(prometheus): allow different url schemes by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1705](https://github.com/kubernetes-sigs/descheduler/pull/1705)
- feature: use contextal logging for plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1655](https://github.com/kubernetes-sigs/descheduler/pull/1655)
- logger: Align with the previous logger verbosity by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1708](https://github.com/kubernetes-sigs/descheduler/pull/1708)
- add activeDeadlineSeconds field for cronjob by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1709](https://github.com/kubernetes-sigs/descheduler/pull/1709)
- chore: stop with no-op default evictor settings by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1717](https://github.com/kubernetes-sigs/descheduler/pull/1717)
- fix: removepodsviolatingtopologyspreadconstraint to favor evictable pods when balancing domains by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1719](https://github.com/kubernetes-sigs/descheduler/pull/1719)
- fix: Fix panic in descheduler when using `--secure-port=0` by [@&#8203;dongjiang1989](https://github.com/dongjiang1989) in [#&#8203;1647](https://github.com/kubernetes-sigs/descheduler/pull/1647)
- feat(helm): run descedulerPolicy thru tpl func for more chart control by [@&#8203;schahal](https://github.com/schahal) in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660)
- Test code refactorings by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1722](https://github.com/kubernetes-sigs/descheduler/pull/1722)
- Default evictor no eviction policy by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1723](https://github.com/kubernetes-sigs/descheduler/pull/1723)
- add PodProtections for DefaultEvictorArgs by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1665](https://github.com/kubernetes-sigs/descheduler/pull/1665)
- add ValidateHighNodeUtilizationPluginConfig unit test by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1733](https://github.com/kubernetes-sigs/descheduler/pull/1733)
- feature: add PodsWithResourceClaims parameter in DefaultEvictorArgs PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1603](https://github.com/kubernetes-sigs/descheduler/pull/1603)
- update readme for PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1728](https://github.com/kubernetes-sigs/descheduler/pull/1728)
- Improves the validation logic in the plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1729](https://github.com/kubernetes-sigs/descheduler/pull/1729)
- feat(token): automountServiceAccountToken set hard to true on deployment by [@&#8203;jmederer](https://github.com/jmederer) in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641)
- standardize protectionEnabled param across eviction constraints by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1725](https://github.com/kubernetes-sigs/descheduler/pull/1725)
- \[1732] chore: add cronjob/job labels and annotations to helm chart by [@&#8203;n2h9](https://github.com/n2h9) in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736)
- chore: add pull request template by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1742](https://github.com/kubernetes-sigs/descheduler/pull/1742)
- feat(test/e2e): introduce new flags to override RunAsUser and RunAsGroup security context setting by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1743](https://github.com/kubernetes-sigs/descheduler/pull/1743)
- helm chart - Allow to add custom annotations for deployment by [@&#8203;anthosz](https://github.com/anthosz) in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741)
- chore: give tracing.Shutdown() its own context by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1747](https://github.com/kubernetes-sigs/descheduler/pull/1747)
- fix: correct comment for HaveNoEvictionAnnotation by [@&#8203;eminaktas](https://github.com/eminaktas) in [#&#8203;1746](https://github.com/kubernetes-sigs/descheduler/pull/1746)
- descheduler: handle single-node clusters gracefully by [@&#8203;tsj-30](https://github.com/tsj-30) in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755)
- feat(eviction): add annotations to eviction requests for observability by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753)
- test: run by default with kind 0.30.0 and kubevirt v1.6.2  by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1762](https://github.com/kubernetes-sigs/descheduler/pull/1762)
- \[v0.34.0] bump to kubernetes 1.34 deps by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1744](https://github.com/kubernetes-sigs/descheduler/pull/1744)
- chore: update approvers by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1759](https://github.com/kubernetes-sigs/descheduler/pull/1759)
- helm: Fix liveness probe timeout for descheduler chart by [@&#8203;rstribrn](https://github.com/rstribrn) in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751)
- docs: use podProtections args in helm chart by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1765](https://github.com/kubernetes-sigs/descheduler/pull/1765)
- \[v0.34.0] update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1768](https://github.com/kubernetes-sigs/descheduler/pull/1768)

#### New Contributors

- [@&#8203;meroupatate](https://github.com/meroupatate) made their first contribution in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674)
- [@&#8203;doctapp](https://github.com/doctapp) made their first contribution in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696)
- [@&#8203;lowang-bh](https://github.com/lowang-bh) made their first contribution in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232)
- [@&#8203;schahal](https://github.com/schahal) made their first contribution in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660)
- [@&#8203;jmederer](https://github.com/jmederer) made their first contribution in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641)
- [@&#8203;n2h9](https://github.com/n2h9) made their first contribution in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736)
- [@&#8203;anthosz](https://github.com/anthosz) made their first contribution in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741)
- [@&#8203;tsj-30](https://github.com/tsj-30) made their first contribution in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755)
- [@&#8203;tiraboschi](https://github.com/tiraboschi) made their first contribution in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753)
- [@&#8203;rstribrn](https://github.com/rstribrn) made their first contribution in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751)

**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1914
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:37:40 +00:00
82a15cddd6 Update ghcr.io/tailscale/tailscale Docker tag to v1.90.5 (#1906)
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.88.4` -> `v1.90.5` |

---

### Release Notes

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

### [`v1.90.5`](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

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

Reviewed-on: #1906
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:37:27 +00:00
6fa644b928 Update Helm release matrix-synapse to v3.12.13 (#1913)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Failing after 1m50s
2025-10-31 13:01:52 +00:00
dd746b3f08 Update searxng/searxng:latest Docker digest to 70d60ff (#1912)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m2s
2025-10-31 11:01:45 +00:00
5ca7a309a5 Update searxng/searxng:latest Docker digest to c661f51 (#1910)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m27s
2025-10-31 08:03:25 +00:00
65 changed files with 103 additions and 103 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22'

View File

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

View File

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

View File

@@ -179,7 +179,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/directus/directus-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/directus/directus-postgresql-17-cluster
@@ -187,7 +187,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: directus-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/directus/directus-postgresql-17-cluster

View File

@@ -22,6 +22,6 @@ dependencies:
- name: cloudflared
alias: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.22.1
version: 1.22.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png
appVersion: v1.11.100

View File

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

View File

@@ -216,7 +216,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/freshrss/freshrss-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/freshrss/freshrss-postgresql-17-cluster
@@ -224,7 +224,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: freshrss-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/freshrss/freshrss-postgresql-17-cluster

View File

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

View File

@@ -9,7 +9,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v2.1.0
tag: v2.2.1
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -99,7 +99,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.1.0
tag: v2.2.1
pullPolicy: IfNotPresent
env:
- name: TRANSFORMERS_CACHE
@@ -225,7 +225,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/immich/immich-postgresql-17-cluster
@@ -233,7 +233,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: immich-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/immich/immich-postgresql-17-cluster

View File

@@ -9,7 +9,7 @@ jellyfin:
main:
image:
repository: ghcr.io/jellyfin/jellyfin
tag: 10.11.1
tag: 10.11.2
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -101,7 +101,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellystat/jellystat-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/jellystat/jellystat-postgresql-17-cluster
@@ -109,7 +109,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: jellystat-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/jellystat/jellystat-postgresql-17-cluster

View File

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

View File

@@ -9,7 +9,7 @@ kiwix:
main:
image:
repository: ghcr.io/kiwix/kiwix-serve
tag: 3.7.0
tag: 3.8.0
pullPolicy: IfNotPresent
args:
- '*.zim'

View File

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

View File

@@ -116,7 +116,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
index: 1
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster
@@ -124,7 +124,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr2-postgresql-17-cluster

View File

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

View File

@@ -168,7 +168,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/outline/outline-postgresql-17-cluster
@@ -176,7 +176,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: outline-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/outline/outline-postgresql-17-cluster

View File

@@ -95,7 +95,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/photoview/photoview-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/photoview/photoview-postgresql-17-cluster
@@ -103,7 +103,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: photoview-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/photoview/photoview-postgresql-17-cluster

View File

@@ -23,7 +23,7 @@ dependencies:
version: 4.4.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.22.1
version: 1.22.2
- name: postgres-cluster
alias: postgres-17-cluster
version: 6.15.0

View File

@@ -128,7 +128,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/postiz/postiz-postgresql-17-cluster
@@ -136,7 +136,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: postiz-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/postiz/postiz-postgresql-17-cluster

View File

@@ -116,7 +116,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-17-cluster
index: 1
endpointCredentials: radarr-4k-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/radarr-4k/radarr5-4k-postgresql-17-cluster
@@ -124,7 +124,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: radarr-4k-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/radarr-4k/radarr5-4k-postgresql-17-cluster

View File

@@ -110,7 +110,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-anime/radarr5-anime-postgresql-17-cluster
index: 1
endpointCredentials: radarr-anime-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/radarr-anime/radarr5-anime-postgresql-17-cluster
@@ -118,7 +118,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: radarr-anime-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/radarr-anime/radarr5-anime-postgresql-17-cluster

View File

@@ -110,7 +110,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-standup/radarr5-standup-postgresql-17-cluster
index: 1
endpointCredentials: radarr-standup-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/radarr-standup/radarr5-standup-postgresql-17-cluster
@@ -118,7 +118,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: radarr-standup-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/radarr-standup/radarr5-standup-postgresql-17-cluster

View File

@@ -116,7 +116,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster
index: 2
endpointCredentials: radarr-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/radarr/radarr5-postgresql-17-cluster
@@ -124,7 +124,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: radarr-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/radarr/radarr5-postgresql-17-cluster

View File

@@ -228,7 +228,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/roundcube/roundcube-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/roundcube/roundcube-postgresql-17-cluster
@@ -236,7 +236,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: roundcube-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/roundcube/roundcube-postgresql-17-cluster

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:41b98d7f04bc0ffd37e98a2af5de38a628f1cc4c6374b39ee8eacbc209bf75be
tag: latest@sha256:50a94dae025ba1d9732bb354d23d0a61cdbfbc7f5a6ee538ef7f692c999ee8e5
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -43,7 +43,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:41b98d7f04bc0ffd37e98a2af5de38a628f1cc4c6374b39ee8eacbc209bf75be
tag: latest@sha256:50a94dae025ba1d9732bb354d23d0a61cdbfbc7f5a6ee538ef7f692c999ee8e5
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

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

View File

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

View File

@@ -113,7 +113,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster
index: 1
endpointCredentials: sonarr-4k-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/sonarr-4k/sonarr4-4k-postgresql-17-cluster
@@ -121,7 +121,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: sonarr-4k-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/sonarr-4k/sonarr4-4k-postgresql-17-cluster

View File

@@ -113,7 +113,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster
index: 1
endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/sonarr-anime/sonarr4-anime-postgresql-17-cluster
@@ -121,7 +121,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/sonarr-anime/sonarr4-anime-postgresql-17-cluster

View File

@@ -114,7 +114,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
index: 1
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster
@@ -122,7 +122,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/sonarr/sonarr4-postgresql-17-cluster

View File

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

View File

@@ -72,7 +72,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/vaultwarden/vaultwarden-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/vaultwarden/vaultwarden-postgresql-17-cluster
@@ -80,7 +80,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: vaultwarden-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/vaultwarden/vaultwarden-postgresql-17-cluster

View File

@@ -92,7 +92,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/yamtrack/yamtrack-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/yamtrack/yamtrack-postgresql-17-cluster
@@ -100,7 +100,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: yamtrack-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/yamtrack/yamtrack-postgresql-17-cluster

View File

@@ -112,7 +112,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
@@ -120,7 +120,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster

View File

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

View File

@@ -201,7 +201,7 @@ postgresql-17-fdb-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-fdb-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/komodo/komodo-postgresql-17-cluster
@@ -209,7 +209,7 @@ postgresql-17-fdb-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: komodo-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/komodo/komodo-postgresql-17-cluster

View File

@@ -394,7 +394,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/gatus/gatus-postgresql-17-cluster
@@ -402,7 +402,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: gatus-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/gatus/gatus-postgresql-17-cluster

View File

@@ -35,7 +35,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
@@ -43,7 +43,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster

View File

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

View File

@@ -19,7 +19,7 @@ dependencies:
version: 6.44.0
repository: https://grafana.github.io/helm-charts
- name: promtail
version: 6.17.0
version: 6.17.1
repository: https://grafana.github.io/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/loki.png
appVersion: 3.4.2

View File

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

View File

@@ -73,7 +73,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-17-cluster
@@ -81,7 +81,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: authentik-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-17-cluster

View File

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

View File

@@ -343,7 +343,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/gitea/gitea-postgresql-17-cluster
@@ -351,7 +351,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: gitea-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/gitea/gitea-postgresql-17-cluster

View File

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

View File

@@ -320,7 +320,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/matrix-synapse/matrix-synapse-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/matrix-synapse/matrix-synapse-postgresql-17-cluster
@@ -328,7 +328,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: matrix-synapse-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/matrix-synapse/matrix-synapse-postgresql-17-cluster

View File

@@ -336,7 +336,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/n8n/n8n-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/n8n/n8n-postgresql-17-cluster
@@ -344,7 +344,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: n8n-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/n8n/n8n-postgresql-17-cluster

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.9
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.9
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.9
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -261,7 +261,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/ollama/ollama-web-postgresql-17-cluster
index: 1
endpointCredentials: ollama-web-postgresql-17-cluster-backup-secret
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/ollama/ollama-web-postgresql-17-cluster
@@ -269,7 +269,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: ollama-web-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/ollama/ollama-web-postgresql-17-cluster

View File

@@ -28,7 +28,7 @@ qbittorrent:
qbittorrent:
image:
repository: ghcr.io/linuxserver/qbittorrent
tag: 5.1.2@sha256:098d4340c0709a9ddbc7010ca21900238388454e20182d52b9723b40a2a44293
tag: 5.1.2@sha256:3908cec5685242ab49b4842124df38c7ff09f82e543c17e0f81e883788f6a611
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -77,7 +77,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-17-cluster
index: 1
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/stalwart/stalwart-postgresql-17-cluster
@@ -85,7 +85,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: stalwart-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/stalwart/stalwart-postgresql-17-cluster

View File

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

View File

@@ -117,7 +117,7 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster
index: 2
retentionPolicy: "7d"
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/harbor/harbor-postgresql-17-cluster
@@ -125,7 +125,7 @@ postgres-17-cluster:
endpointURL: http://garage-main.garage:3900
endpointCredentials: harbor-postgresql-17-cluster-backup-secret-garage
endpointCredentialsIncludeRegion: true
retentionPolicy: "7d"
retentionPolicy: "3d"
isWALArchiver: true
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/harbor/harbor-postgresql-17-cluster

View File

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

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: eck-operator
version: 3.1.0
version: 3.2.0
repository: https://helm.elastic.co
icon: https://helm.elastic.co/icons/eck.png
appVersion: 1.26.0

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
services:
tailscale-garage:
image: ghcr.io/tailscale/tailscale:v1.90.5
image: ghcr.io/tailscale/tailscale:v1.90.6
container_name: tailscale-garage
cap_add:
- net_admin
@@ -20,7 +20,7 @@ services:
- /dev/net/tun:/dev/net/tun
tailscale-garage-ui:
image: ghcr.io/tailscale/tailscale:v1.90.5
image: ghcr.io/tailscale/tailscale:v1.90.6
container_name: tailscale-garage-ui
cap_add:
- net_admin

View File

@@ -1,6 +1,6 @@
services:
tailscale-gitea:
image: ghcr.io/tailscale/tailscale:v1.90.5
image: ghcr.io/tailscale/tailscale:v1.90.6
container_name: tailscale-gitea
cap_add:
- net_admin

View File

@@ -1,7 +1,7 @@
---
services:
tailscale-homepage:
image: ghcr.io/tailscale/tailscale:v1.90.5
image: ghcr.io/tailscale/tailscale:v1.90.6
container_name: tailscale-homepage
cap_add:
- net_admin

View File

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

View File

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

View File

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