From 4570e5f13a47b4b10401d4e134c445330684aafc Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 17 Mar 2026 01:14:46 +0000 Subject: [PATCH] Automated Manifest Update (#4795) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `67a51a9` (on `67a51a96055ae0071df13e4e45ee8fe2d385e009`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:04 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `318a59e` (on `318a59e0fed9d8db34aff9b74ca89ac96b1992fd`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:06 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `4b67768` (on `4b6776838c16e7ab6808db08d8f2a974890ff0e6`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:08 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `25a4478` (on `25a447826e9e91e6438ada19dc41af54ef6bc7cd`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:12 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `be23d9f` (on `be23d9ff8b44e0da14987956686e1945b6601a36`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:14 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `252ddf2` (on `252ddf2e90d27eec8425d43c2fa3fe0b425a67be`) - **Charts Updated**: `harbor` Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4795 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-exporter.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-jobservice.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-portal.yaml | 2 +- .../cl01tl/manifests/harbor/Deployment-harbor-registry.yaml | 4 ++-- clusters/cl01tl/manifests/harbor/Job-migration-job.yaml | 2 +- 6 files changed, 7 insertions(+), 7 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/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: 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: 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 diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml index dd4f6d296..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: @@ -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: 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: