refactor: bootstrap/infra/ci separation (#27)
- Create bootstrap/ dir: cert-manager, traefik-routes, argo-rollouts, kargo, kargo-*-pipeline (not managed by Kargo promotion) - infra/ now only: gitea, gitea-custom (promoted by Kargo) - ci/ unchanged: gitea-runner (promoted by Kargo) - Split kargo/credentials/ into dev/ and prod/ with separate ksops generators - Remove kargo-credentials from AppSet (managed by Pulumi Go code) - Update infra Warehouse: only gitea (was also argo-rollouts, cert-manager) - Update infra Stage dev: only yaml-update for gitea version - Fix test-env warehouse: valid subscription instead of empty array - Update step numbers: bootstrap 1-5, infra 1-2
This commit is contained in:
14
bootstrap/kargo/config.yaml
Normal file
14
bootstrap/kargo/config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "kargo",
|
||||
"namespace": "kargo",
|
||||
"step": "4",
|
||||
"syncOptions": ["Replace=true"],
|
||||
"source": {
|
||||
"repoURL": "ghcr.io/akuity/kargo-charts",
|
||||
"chart": "kargo",
|
||||
"targetRevision": "1.9.5"
|
||||
},
|
||||
"helm": {
|
||||
"values": "api:\n service:\n type: ClusterIP\n adminAccount:\n enabled: true\n passwordHash: \"$2b$10$jk2IIBCWP.5mEzp30J0kkO1CyCXEBvCWzaPsUGVfsusvH0M2kl2aS\"\n tokenSigningKey: \"d76a6d38c725db844e799224ae2d0a2d38c0d31f5ca510aac44abc87c973b6e3\"\ncontroller:\n argocd:\n integrationEnabled: true\n namespace: argocd\n"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user