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"
}
}

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

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

View File

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

View File

@@ -1,10 +1,10 @@
{
"name": "kargo-test-env-pipeline",
"namespace": "test-env",
"step": "5",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"path": "kargo/test-env",
"targetRevision": "main"
}
"name": "kargo-test-env-pipeline",
"namespace": "test-env",
"step": "5",
"source": {
"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

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

View File

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

View File

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

View File

@@ -1,13 +1,13 @@
{
"name": "gitea",
"namespace": "gitea",
"step": "1",
"source": {
"repoURL": "https://dl.gitea.com/charts",
"chart": "gitea",
"targetRevision": "12.5.0"
},
"helm": {
"values": "gitea:\n admin:\n existingSecret: gitea-admin\n config:\n server:\n ROOT_URL: \"https://gitea.k3s.e2e.local\"\n DOMAIN: \"k3s.e2e.local\"\n SSH_DOMAIN: \"gitea.k3s.e2e.local\"\n SSH_PORT: 2222\n service:\n DISABLE_REGISTRATION: false\n actions:\n ENABLED: \"true\"\n cache:\n ENABLED: false\n ADAPTER: memory\n session:\n PROVIDER: memory\n\ningress:\n enabled: false\n\npostgresql:\n enabled: true\n image:\n repository: bitnamilegacy/postgresql\n tag: \"17\"\n\npostgresql-ha:\n enabled: false\n\nmemcached:\n enabled: false\n\nredis-cluster:\n enabled: false\n\nredis:\n enabled: false\n\nvalkey-cluster:\n enabled: false\n\nimage:\n rootless: false\n"
}
"name": "gitea",
"namespace": "gitea",
"step": "1",
"source": {
"repoURL": "registry.benadis.org/gitea_admin",
"chart": "gitea",
"targetRevision": "12.5.0"
},
"helm": {
"values": "gitea:\n admin:\n existingSecret: gitea-admin\n config:\n server:\n ROOT_URL: \"https://gitea.k3s.e2e.local\"\n DOMAIN: \"k3s.e2e.local\"\n SSH_DOMAIN: \"gitea.k3s.e2e.local\"\n SSH_PORT: 2222\n service:\n DISABLE_REGISTRATION: false\n actions:\n ENABLED: \"true\"\n cache:\n ENABLED: false\n ADAPTER: memory\n session:\n PROVIDER: memory\n\ningress:\n enabled: false\n\npostgresql:\n enabled: true\n image:\n repository: bitnamilegacy/postgresql\n tag: \"17\"\n\npostgresql-ha:\n enabled: false\n\nmemcached:\n enabled: false\n\nredis-cluster:\n enabled: false\n\nredis:\n enabled: false\n\nvalkey-cluster:\n enabled: false\n\nimage:\n rootless: false\n"
}
}

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"
}
}