From b5a357d4777ca6b20486be1753f543a7ceef7043 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 5 Feb 2026 15:00:43 -0300 Subject: [PATCH] harbor: fix registry notification URL --- services/harbor/helmrelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index e62a522..33fb71a 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -249,7 +249,7 @@ spec: - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_NAME value: harbor-core - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_URL - value: http://harbor-core:8080/service/notifications + value: http://harbor-core/service/notifications - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_TIMEOUT value: 5s - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_THRESHOLD @@ -478,7 +478,7 @@ spec: - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_NAME value: harbor-core - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_URL - value: http://harbor-core:8080/service/notifications + value: http://harbor-core/service/notifications - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_TIMEOUT value: 5s - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_THRESHOLD