From 5ba31e7f14a5834b529335606679ba6e14cbb6a0 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 00:55:55 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml | 2 +- clusters/cl01tl/manifests/harbor/Job-migration-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml index f10e8a2d7..d92c5a79f 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml @@ -49,7 +49,7 @@ spec: terminationGracePeriodSeconds: 120 containers: - name: core - image: goharbor/harbor-core:v2.14.3 + image: goharbor/harbor-core:v2.15.0 imagePullPolicy: IfNotPresent startupProbe: httpGet: diff --git a/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml b/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml index f769d4d91..a397fe8d8 100644 --- a/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml +++ b/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 120 containers: - name: core-job - image: goharbor/harbor-core:v2.14.3 + image: goharbor/harbor-core:v2.15.0 imagePullPolicy: IfNotPresent command: ["/harbor/harbor_core", "-mode=migrate"] envFrom: