Skip to content

Commit

Permalink
Fixed helm repo URLs (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Fred G <[email protected]>
  • Loading branch information
fredg02 authored May 28, 2024
1 parent 799cff9 commit 29c8558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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+:: [
Expand Down

0 comments on commit 29c8558

Please sign in to comment.