diff --git a/bootstrap/argo-rollouts/config.yaml b/bootstrap/argo-rollouts/config.yaml index 4597b66..f6d179b 100644 --- a/bootstrap/argo-rollouts/config.yaml +++ b/bootstrap/argo-rollouts/config.yaml @@ -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" + } } diff --git a/bootstrap/cert-manager/config.yaml b/bootstrap/cert-manager/config.yaml index f5a75a0..e842e12 100644 --- a/bootstrap/cert-manager/config.yaml +++ b/bootstrap/cert-manager/config.yaml @@ -3,11 +3,11 @@ "namespace": "cert-manager", "step": "1", "source": { - "repoURL": "https://charts.jetstack.io", + "repoURL": "registry.benadis.org/gitea_admin", "chart": "cert-manager", "targetRevision": "v1.20.0" }, "helm": { "values": "crds:\n enabled: true\n" } -} \ No newline at end of file +} diff --git a/bootstrap/kargo-ci-pipeline/config.yaml b/bootstrap/kargo-ci-pipeline/config.yaml index fb2e059..66a7c1b 100644 --- a/bootstrap/kargo-ci-pipeline/config.yaml +++ b/bootstrap/kargo-ci-pipeline/config.yaml @@ -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" + } } diff --git a/bootstrap/kargo-infra-pipeline/config.yaml b/bootstrap/kargo-infra-pipeline/config.yaml index f515bdd..f752d36 100644 --- a/bootstrap/kargo-infra-pipeline/config.yaml +++ b/bootstrap/kargo-infra-pipeline/config.yaml @@ -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" + } } diff --git a/bootstrap/kargo-test-env-pipeline/config.yaml b/bootstrap/kargo-test-env-pipeline/config.yaml index 1a85bde..63dea22 100644 --- a/bootstrap/kargo-test-env-pipeline/config.yaml +++ b/bootstrap/kargo-test-env-pipeline/config.yaml @@ -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" + } } diff --git a/bootstrap/kargo/config.yaml b/bootstrap/kargo/config.yaml index ac9566c..287cd89 100644 --- a/bootstrap/kargo/config.yaml +++ b/bootstrap/kargo/config.yaml @@ -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" }, diff --git a/bootstrap/traefik-routes/config.yaml b/bootstrap/traefik-routes/config.yaml index 82a8f35..727b8ee 100644 --- a/bootstrap/traefik-routes/config.yaml +++ b/bootstrap/traefik-routes/config.yaml @@ -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" + } } diff --git a/ci/gitea-runner/config.yaml b/ci/gitea-runner/config.yaml index 80d0a1c..3968eeb 100644 --- a/ci/gitea-runner/config.yaml +++ b/ci/gitea-runner/config.yaml @@ -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" + } } diff --git a/infra/gitea-custom/config.yaml b/infra/gitea-custom/config.yaml index e11c8cb..5226377 100644 --- a/infra/gitea-custom/config.yaml +++ b/infra/gitea-custom/config.yaml @@ -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" + } } diff --git a/infra/gitea/config.yaml b/infra/gitea/config.yaml index 5ca7050..5da0f71 100644 --- a/infra/gitea/config.yaml +++ b/infra/gitea/config.yaml @@ -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" + } } diff --git a/test-env/config.yaml b/test-env/config.yaml index 34ff202..4789cf6 100644 --- a/test-env/config.yaml +++ b/test-env/config.yaml @@ -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" + } }