1. 16 Oct, 2019 1 commit
  2. 14 Oct, 2019 1 commit
  3. 10 Oct, 2019 10 commits
  4. 08 Oct, 2019 2 commits
  5. 23 Sep, 2019 6 commits
  6. 21 Sep, 2019 2 commits
  7. 15 Aug, 2019 2 commits
  8. 12 Aug, 2019 1 commit
  9. 08 Aug, 2019 1 commit
  10. 06 Aug, 2019 4 commits
  11. 18 Jul, 2019 2 commits
  12. 17 Jul, 2019 1 commit
  13. 15 Jul, 2019 3 commits
  14. 12 Jul, 2019 2 commits
  15. 02 Jun, 2019 1 commit
  16. 01 Jun, 2019 1 commit
    • [openebs]: remove pre-install hook from secret and pod labels · a425be8d
      prateekpandey14 authored
       - Updated README
       - Updated chart version
       - Updated values.yaml
       - Update pod labels for deployments
      
       `pre-install` hook: Executes after templates are rendered,
        but before any resources are created in Kubernetes.
      
        This hook has been added to the secret , will only be generated
        on chart install, to prevent overriding the certs anytime we upgrade
        the chart’s released instance.
      
        Thus `pre-install hook` prevents the secret creation if someone uses
        the older version of charts and upgraded to new version.
      Signed-off-by: 's avatarprateekpandey14 <prateek.pandey@openebs.io>