airgap: rewrite URLs to use registry.benadis.org

This commit is contained in:
deploy-k3s airgap
2026-03-13 11:04:09 +03:00
parent 8488bac39f
commit 7778a02869
11 changed files with 84 additions and 82 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "test-env",
"namespace": "test-env",
"step": "6",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"path": "test-env",
"targetRevision": "main"
}
"name": "test-env",
"namespace": "test-env",
"step": "6",
"source": {
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "test-env",
"targetRevision": "main"
}
}