diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml index 78e9d02d9..c0eb7db1f 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.1 + image: goharbor/harbor-core:v2.14.2 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 e748fa58a..ffcfd0046 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.1 + image: goharbor/harbor-core:v2.14.2 imagePullPolicy: IfNotPresent command: ["/harbor/harbor_core", "-mode=migrate"] envFrom: