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

@@ -3,7 +3,7 @@
"namespace": "argo-rollouts",
"step": "3",
"source": {
"repoURL": "https://argoproj.github.io/argo-helm",
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "argo-rollouts",
"targetRevision": "2.40.6"
},

View File

@@ -3,7 +3,7 @@
"namespace": "cert-manager",
"step": "1",
"source": {
"repoURL": "https://charts.jetstack.io",
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "cert-manager",
"targetRevision": "v1.20.0"
},

View File

@@ -3,7 +3,7 @@
"namespace": "ci",
"step": "5",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "kargo/ci",
"targetRevision": "main"
}

View File

@@ -3,7 +3,7 @@
"namespace": "infra",
"step": "5",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "kargo/infra",
"targetRevision": "main"
}

View File

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

View File

@@ -2,9 +2,11 @@
"name": "kargo",
"namespace": "kargo",
"step": "4",
"syncOptions": ["Replace=true"],
"syncOptions": [
"Replace=true"
],
"source": {
"repoURL": "ghcr.io/akuity/kargo-charts",
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "kargo",
"targetRevision": "1.9.5"
},

View File

@@ -3,7 +3,7 @@
"namespace": "kube-system",
"step": "2",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "bootstrap/traefik-routes/manifests",
"targetRevision": "main"
}

View File

@@ -3,7 +3,7 @@
"namespace": "gitea-runner",
"step": "5",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "ci/gitea-runner/manifests",
"targetRevision": "main"
}

View File

@@ -3,7 +3,7 @@
"namespace": "gitea",
"step": "2",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"repoURL": "https://registry.benadis.org/gitea_admin/deploy-app-kargo-private.git",
"path": "infra/gitea-custom/manifests",
"targetRevision": "main"
}

View File

@@ -3,7 +3,7 @@
"namespace": "gitea",
"step": "1",
"source": {
"repoURL": "https://dl.gitea.com/charts",
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "gitea",
"targetRevision": "12.5.0"
},

View File

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