From bda58710350ea1cd1a49c3415f3b57a5097ef8bf Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 5 Feb 2026 14:50:53 -0300 Subject: [PATCH] harbor: restore registry notifications env --- services/harbor/helmrelease.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index ed54588..e62a522 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -475,6 +475,16 @@ spec: value: /vault/secrets/harbor-registry-env.sh - name: VAULT_COPY_FILES value: /vault/secrets/harbor-registry-htpasswd:/etc/registry/passwd + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_NAME + value: harbor-core + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_URL + value: http://harbor-core:8080/service/notifications + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_TIMEOUT + value: 5s + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_THRESHOLD + value: "5" + - name: REGISTRY_NOTIFICATIONS_ENDPOINTS_0_BACKOFF + value: 1s envFrom: - $patch: replace volumeMounts: