diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-registry.yaml index 823108b13..dd4f6d296 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.2 + image: goharbor/registry-photon:v2.14.3 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.2 + image: goharbor/harbor-registryctl:v2.14.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: