From 01107095d4bdd2141f6ebb9dd6286c35c3949adb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 17:00:46 -0500 Subject: [PATCH] feat: downgrade --- clusters/cl01tl/helm/harbor/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/helm/harbor/values.yaml b/clusters/cl01tl/helm/harbor/values.yaml index d810ce3e7..6cdc5be97 100644 --- a/clusters/cl01tl/helm/harbor/values.yaml +++ b/clusters/cl01tl/helm/harbor/values.yaml @@ -41,12 +41,12 @@ harbor: portal: image: repository: goharbor/harbor-portal - tag: v2.15.0 + tag: v2.14.3 replicas: 2 core: image: repository: goharbor/harbor-core - tag: v2.15.0 + tag: v2.14.3 replicas: 2 existingSecret: harbor-secret secretName: harbor-secret @@ -54,7 +54,7 @@ harbor: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.15.0 + tag: v2.14.3 replicas: 2 jobLoggers: - stdout @@ -63,11 +63,11 @@ harbor: registry: image: repository: goharbor/registry-photon - tag: v2.15.0 + tag: v2.14.3 controller: image: repository: goharbor/harbor-registryctl - tag: v2.15.0 + tag: v2.14.3 existingSecret: harbor-secret relativeurls: true credentials: @@ -94,7 +94,7 @@ harbor: exporter: image: repository: goharbor/harbor-exporter - tag: v2.15.0 + tag: v2.14.3 replicas: 2 postgres-18-cluster: mode: recovery