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,13 +1,13 @@
{
"name": "argo-rollouts",
"namespace": "argo-rollouts",
"step": "3",
"source": {
"repoURL": "https://argoproj.github.io/argo-helm",
"chart": "argo-rollouts",
"targetRevision": "2.40.6"
},
"helm": {
"values": "dashboard:\n enabled: true\n"
}
"name": "argo-rollouts",
"namespace": "argo-rollouts",
"step": "3",
"source": {
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "argo-rollouts",
"targetRevision": "2.40.6"
},
"helm": {
"values": "dashboard:\n enabled: true\n"
}
}