From 4f50dffe0ee9743ed3da00678b6092d45d075e6b Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 16 Jan 2026 08:05:12 +0000 Subject: [PATCH] chore: Update manifests after automerge --- .../cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml | 2 +- clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml index eee14dc8a..ab2e2e740 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.1 + image: goharbor/harbor-exporter:v2.14.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml index 1e468a250..21fea5100 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.1 + image: goharbor/harbor-jobservice:v2.14.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-portal.yaml index 9cf945f1c..99ca9dcc8 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.1 + image: goharbor/harbor-portal:v2.14.2 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false