1. 29 Aug, 2019 5 commits
  2. 27 Aug, 2019 2 commits
  3. 20 Aug, 2019 1 commit
  4. 15 Aug, 2019 1 commit
  5. 13 Aug, 2019 1 commit
  6. 12 Aug, 2019 1 commit
  7. 07 Aug, 2019 4 commits
  8. 23 Jul, 2019 7 commits
  9. 11 Jul, 2019 3 commits
  10. 25 Jun, 2019 1 commit
    • CIS chart (#45) · ff3d5692
      Murali Paluru authored
      * important stuff: update README
      
      * cis chart - initial version
      
      * updating to use same image
      
      * adding owner
      
      * fixing the image name, version
  11. 19 Jun, 2019 3 commits
  12. 17 Jun, 2019 1 commit
  13. 11 Jun, 2019 2 commits
  14. 10 Jun, 2019 1 commit
    • Set maxUnavailable to 1 for registry deployment · dd0ab35d
      gitlawr authored
      Problem:
      Registry pod stuck in AttchVolumeFailed status on upgrade. Deadlock happens where the new pod waits the old pod to dettach the volume, and the old one waits for the new one to be ready.
      
      Solution:
      Set maxUnavailable to 1, so that the old pod can be released before the new pod is ready.
  15. 07 Jun, 2019 1 commit
  16. 04 Jun, 2019 1 commit
  17. 31 May, 2019 3 commits
  18. 29 May, 2019 2 commits
    • Add unit tests for harbor chart · 4b3e3b44
      gitlawr authored
    • Add global registry support · 7e3b437e
      gitlawr authored
      Add globalRegistryMode to enable deploying the Harbor as a global
      registry in Rancher. It use the same domain as Rancher server in
      ingress rules, and use the same tls-rancher-ingress secret for TLS.