Skip to content

Releases: keikoproj/cd-guard

Fix Nil pointer when Deployment doesn't have 'last-applied-configuration'

23 Jun 02:34
Compare
Choose a tag to compare

Fix Nil pointer when Deployment doesn't have 'last-applied-configuration'

HPA and PDB validation improvements

15 Jun 23:55
Compare
Choose a tag to compare
  1. In PRD, if HPA enabled, the minReplicas should higher than 3. And add an argument to ignore this check for corner case.
    PDB should check with Deployment + HPA,

  2. Deployment replicas N or HPA minReplicas is N, and PDB has minAvailable is greater or equal than N, Block
    PDB has maxUnavailable 0