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

View File

@@ -3,11 +3,11 @@
"namespace": "cert-manager", "namespace": "cert-manager",
"step": "1", "step": "1",
"source": { "source": {
"repoURL": "https://charts.jetstack.io", "repoURL": "registry.benadis.org/gitea_admin",
"chart": "cert-manager", "chart": "cert-manager",
"targetRevision": "v1.20.0" "targetRevision": "v1.20.0"
}, },
"helm": { "helm": {
"values": "crds:\n enabled: true\n" "values": "crds:\n enabled: true\n"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "kargo-ci-pipeline", "name": "kargo-ci-pipeline",
"namespace": "ci", "namespace": "ci",
"step": "5", "step": "5",
"source": { "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", "path": "kargo/ci",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "kargo-infra-pipeline", "name": "kargo-infra-pipeline",
"namespace": "infra", "namespace": "infra",
"step": "5", "step": "5",
"source": { "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", "path": "kargo/infra",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "kargo-test-env-pipeline", "name": "kargo-test-env-pipeline",
"namespace": "test-env", "namespace": "test-env",
"step": "5", "step": "5",
"source": { "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", "path": "kargo/test-env",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

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

View File

@@ -1,10 +1,10 @@
{ {
"name": "traefik-routes", "name": "traefik-routes",
"namespace": "kube-system", "namespace": "kube-system",
"step": "2", "step": "2",
"source": { "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", "path": "bootstrap/traefik-routes/manifests",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "gitea-runner", "name": "gitea-runner",
"namespace": "gitea-runner", "namespace": "gitea-runner",
"step": "5", "step": "5",
"source": { "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", "path": "ci/gitea-runner/manifests",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "gitea-custom", "name": "gitea-custom",
"namespace": "gitea", "namespace": "gitea",
"step": "2", "step": "2",
"source": { "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", "path": "infra/gitea-custom/manifests",
"targetRevision": "main" "targetRevision": "main"
} }
} }

View File

@@ -1,13 +1,13 @@
{ {
"name": "gitea", "name": "gitea",
"namespace": "gitea", "namespace": "gitea",
"step": "1", "step": "1",
"source": { "source": {
"repoURL": "https://dl.gitea.com/charts", "repoURL": "registry.benadis.org/gitea_admin",
"chart": "gitea", "chart": "gitea",
"targetRevision": "12.5.0" "targetRevision": "12.5.0"
}, },
"helm": { "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" "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", "name": "test-env",
"namespace": "test-env", "namespace": "test-env",
"step": "6", "step": "6",
"source": { "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", "path": "test-env",
"targetRevision": "main" "targetRevision": "main"
} }
} }