From 5a226b32413862358021370f094be1ed41d73f5b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Jan 2026 17:47:25 +0000 Subject: [PATCH] chore(deps): update dxflrs/garage docker tag to v2.2.0 (#3469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | dxflrs/garage | minor | `v2.1.0` → `v2.2.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3469 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/garage/values.yaml | 6 +++--- hosts/ps10rp/garage/compose.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/garage/values.yaml b/clusters/cl01tl/helm/garage/values.yaml index f8dd87501..04c92128e 100644 --- a/clusters/cl01tl/helm/garage/values.yaml +++ b/clusters/cl01tl/helm/garage/values.yaml @@ -22,7 +22,7 @@ garage: main: image: repository: dxflrs/garage - tag: v2.1.0 + tag: v2.2.0 pullPolicy: IfNotPresent envFrom: - secretRef: @@ -65,7 +65,7 @@ garage: main: image: repository: dxflrs/garage - tag: v2.1.0 + tag: v2.2.0 pullPolicy: IfNotPresent envFrom: - secretRef: @@ -96,7 +96,7 @@ garage: main: image: repository: dxflrs/garage - tag: v2.1.0 + tag: v2.2.0 pullPolicy: IfNotPresent envFrom: - secretRef: diff --git a/hosts/ps10rp/garage/compose.yaml b/hosts/ps10rp/garage/compose.yaml index ddfe9c107..70d67b14a 100644 --- a/hosts/ps10rp/garage/compose.yaml +++ b/hosts/ps10rp/garage/compose.yaml @@ -39,7 +39,7 @@ services: - /dev/net/tun:/dev/net/tun garage: - image: dxflrs/garage:v2.1.0 + image: dxflrs/garage:v2.2.0 container_name: garage env_file: - .env