Port CloudNative-PG off Helm to direct release manifest #268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/cnpg-direct-source"
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
mirrors/cloudnative-pg) instead of the Helm charts repodirectory.includeto select the specific release manifest (cnpg-1.27.1.yaml) from thereleases/directorytargetRevision+directory.include)values.yaml(was empty, all Helm defaults)Deployment and Testing
argocd repo add ssh://forgejo@forge.ops.eblu.me:2222/mirrors/cloudnative-pg.git --ssh-private-key-path <key>argocd app set cloudnative-pg --revision feature/cnpg-direct-source && argocd app sync cloudnative-pgkubectl get pods -n cnpg-system --context=minikube-indrikubectl get crd --context=minikube-indri | grep cnpgkubectl get clusters -A --context=minikube-indriargocd app set cloudnative-pg --revision main && argocd app sync cloudnative-pgNotes
mise run mirror-createfromhttps://github.com/cloudnative-pg/cloudnative-pg.gitmirrors/*