From 29c855855356164c01bcb6a5330c056e9f74dd7d Mon Sep 17 00:00:00 2001 From: Fred G Date: Tue, 28 May 2024 16:13:45 +0200 Subject: [PATCH] Fixed helm repo URLs (#77) Signed-off-by: Fred G --- otterdog/eclipse-tractusx.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index b164ef4..32cccb9 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -67,10 +67,10 @@ orgs.newOrg('eclipse-tractusx') { ], variables+: [ orgs.newOrgVariable('HELM_REPO') { - value: "https://repo3.eclipse.org/repository/helm-tractusx/", + value: "https://repo3.eclipse.org/repository/tractusx-helm-releases/", }, orgs.newOrgVariable('HELM_REPO_STAGING') { - value: "https://repo3.eclipse.org/repository/helm-tractusx-staging/", + value: "https://repo3.eclipse.org/repository/tractusx-helm-staging/", }, ], _repositories+:: [