Fix mirror org refs in ArgoCD apps and widen credential template #266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/mirror-org-refs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
repo-creds-forgeURL prefix from/eblume/to host-wide/so it matches repos in all forge orgs (fixesmirrors/repos not getting SSH credentials)eblume/<mirror>→mirrors/<mirror>(immich-charts, cloudnative-pg-charts, external-secrets, connect-helm-charts)Context
Mirrors were migrated from
forge.ops.eblu.me/eblume/toforge.ops.eblu.me/mirrors/in commitcd57814. Container Dockerfiles and image tags were updated, but ArgoCD app definitions and the repo credential template were missed, causingComparisonErroron apps that source Helm charts from mirrored repos.Deployment
argocdapp first (picks up the widened credential template)appsapp (picks up new repo URLs for all 8 apps)argocd app get immichargocd app sync immichargocd app get external-secrets,argocd app get cloudnative-pg,argocd app get 1password-connect