From 67d21a41ef7abe85152f6a763b027671bc9641ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Aug 2025 15:53:54 +0000 Subject: [PATCH] Update goharbor/harbor-core Docker tag to v2.13.2 (#1088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | goharbor/harbor-core | patch | `v2.13.1` -> `v2.13.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/1088 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/services/harbor/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/services/harbor/values.yaml b/clusters/cl01tl/services/harbor/values.yaml index f4250f28d..05857a906 100644 --- a/clusters/cl01tl/services/harbor/values.yaml +++ b/clusters/cl01tl/services/harbor/values.yaml @@ -44,7 +44,7 @@ harbor: core: image: repository: goharbor/harbor-core - tag: v2.13.1 + tag: v2.13.2 replicas: 2 existingSecret: harbor-secret secretName: harbor-secret