Skip to content

v0.0.3

Compare
Choose a tag to compare
@sibucan sibucan released this 11 Dec 15:50
· 5 commits to main since this release

Installation

kubectl apply -f https://github.com/superorbital/capargo/releases/download/v0.0.3/install.yaml

Notes

Added

  • Set UID 1001 in security context in Deployment and Dockerfile
  • Added a new flag --workers to control the number of concurrent reconciles

Changed

  • Capargo will get the cluster kubeconfig secret directly, instead of listing all secrets in the cluster namespace
  • Capargo now watches for its ArgoCD cluster secrets -- if they are modified the reconcile loop runs again
  • ArgoCD cluster secrets are created with capargo labels that must not be modified, otherwise they will not be watched

Fixed

  • Fixed being unable to create the ArgoCD cluster secret for two clusters in two different namespaces with the same name

Full Changelog: v0.0.2...v0.0.3