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