From ca5cf2838a82f5642a717e600a2cecd0285f1f42 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 6 May 2026 09:05:36 +0000 Subject: [PATCH] chore: Update manifests after automerge --- clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml | 2 +- clusters/cl01tl/manifests/harbor/Job-migration-job.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml index 380c0c051..16910b54c 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: ghcr.io/goharbor/harbor-core:v2.15.0@sha256:32a13f6693a278261e9c9cb7eb606c5e2aa021308ae44fdc73225755048500a8 + image: ghcr.io/goharbor/harbor-core:v2.15.1@sha256:887a85b8ea98b76bfc9f715f1a0785bb99f9a1034241513902dd6e95be922a83 imagePullPolicy: IfNotPresent startupProbe: httpGet: diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml index 3d5c83e7f..41b55e5cd 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: ghcr.io/goharbor/harbor-exporter:v2.15.0@sha256:ad065e4e1a0ee900a0bb1a03d57028ed4b51dc04933f5c1cb5c4aee301a72ddb + image: ghcr.io/goharbor/harbor-exporter:v2.15.1@sha256:372275b6b6abeb571fa7bd5de458e3d75f1a1636503b3c0abe02938f2b285d75 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml b/clusters/cl01tl/manifests/harbor/Job-migration-job.yaml index 4a18374ac..89499594d 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: ghcr.io/goharbor/harbor-core:v2.15.0@sha256:32a13f6693a278261e9c9cb7eb606c5e2aa021308ae44fdc73225755048500a8 + image: ghcr.io/goharbor/harbor-core:v2.15.1@sha256:887a85b8ea98b76bfc9f715f1a0785bb99f9a1034241513902dd6e95be922a83 imagePullPolicy: IfNotPresent command: ["/harbor/harbor_core", "-mode=migrate"] envFrom: -- 2.49.1