fix(cicd): match PaC repositories by public Gitea URL
This commit is contained in:
@@ -115,7 +115,7 @@ templates:
|
||||
name: "agentrun-${nodeLower}-v02"
|
||||
namespace: agentrun-ci
|
||||
providerType: gitea
|
||||
url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun
|
||||
url: https://gitea.pikapython.com/mirrors/pikasTech-agentrun
|
||||
cloneUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git
|
||||
owner: mirrors
|
||||
repo: pikasTech-agentrun
|
||||
@@ -138,7 +138,7 @@ templates:
|
||||
name: "sentinel-${nodeLower}-v03"
|
||||
namespace: devops-infra
|
||||
providerType: gitea
|
||||
url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk
|
||||
url: https://gitea.pikapython.com/mirrors/pikasTech-unidesk
|
||||
cloneUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
owner: mirrors
|
||||
repo: pikasTech-unidesk
|
||||
@@ -164,7 +164,7 @@ templates:
|
||||
name: "hwlab-${nodeLower}-v03"
|
||||
namespace: hwlab-ci
|
||||
providerType: gitea
|
||||
url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB
|
||||
url: https://gitea.pikapython.com/mirrors/pikasTech-HWLAB
|
||||
cloneUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
owner: mirrors
|
||||
repo: pikasTech-HWLAB
|
||||
@@ -215,4 +215,4 @@ templates:
|
||||
pipelineRunPrefix: "hwlab-${nodeLower}-v03-ci-poll"
|
||||
argoNamespace: argocd
|
||||
argoApplication: hwlab-node-v03
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
|
||||
Reference in New Issue
Block a user