From 5ba31e7f14a5834b529335606679ba6e14cbb6a0 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 00:55:55 +0000 Subject: [PATCH 1/6] 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: -- 2.49.1 From 8b442c908d4e653bd18688dda6c9c8927674bd1d Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:03:57 +0000 Subject: [PATCH 2/6] chore: Update manifests after change --- .../cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml index 103df5c1f..c125aa51b 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml @@ -47,7 +47,7 @@ spec: automountServiceAccountToken: false containers: - name: exporter - image: goharbor/harbor-exporter:v2.14.3 + image: goharbor/harbor-exporter:v2.15.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: -- 2.49.1 From bf90bb50ed549ee2f8a947e25711b51ebeec01eb Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:05:53 +0000 Subject: [PATCH 3/6] chore: Update manifests after change --- .../cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml index 53397d94b..006aa79bd 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml @@ -53,7 +53,7 @@ spec: terminationGracePeriodSeconds: 120 containers: - name: jobservice - image: goharbor/harbor-jobservice:v2.14.3 + image: goharbor/harbor-jobservice:v2.15.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: -- 2.49.1 From ca382dd439a234253168180233f7c8a738b5e2d0 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:08:43 +0000 Subject: [PATCH 4/6] chore: Update manifests after change --- clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml index 074afa209..2747f4797 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml @@ -46,7 +46,7 @@ spec: automountServiceAccountToken: false containers: - name: portal - image: goharbor/harbor-portal:v2.14.3 + image: goharbor/harbor-portal:v2.15.0 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false -- 2.49.1 From 3779f7ac9f1421c617c2f519c6b0afd71e491bac Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:11:58 +0000 Subject: [PATCH 5/6] chore: Update manifests after change --- .../cl01tl/manifests/harbor/Deployment-harbor-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml index dd4f6d296..21cef6888 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml @@ -102,7 +102,7 @@ spec: mountPath: /etc/registry/config.yml subPath: config.yml - name: registryctl - image: goharbor/harbor-registryctl:v2.14.3 + image: goharbor/harbor-registryctl:v2.15.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: -- 2.49.1 From 78b5351529bf1c63453a45ca0420b0edf9a3176d Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:14:11 +0000 Subject: [PATCH 6/6] chore: Update manifests after change --- .../cl01tl/manifests/harbor/Deployment-harbor-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml index 21cef6888..91926f522 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml @@ -54,7 +54,7 @@ spec: terminationGracePeriodSeconds: 120 containers: - name: registry - image: goharbor/registry-photon:v2.14.3 + image: goharbor/registry-photon:v2.15.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: -- 2.49.1