1. 14 Oct, 2019 2 commits
  2. 10 Oct, 2019 10 commits
  3. 08 Oct, 2019 2 commits
  4. 23 Sep, 2019 6 commits
  5. 21 Sep, 2019 2 commits
  6. 15 Aug, 2019 2 commits
  7. 12 Aug, 2019 1 commit
  8. 08 Aug, 2019 1 commit
  9. 06 Aug, 2019 4 commits
  10. 18 Jul, 2019 2 commits
  11. 17 Jul, 2019 1 commit
  12. 15 Jul, 2019 3 commits
  13. 12 Jul, 2019 2 commits
  14. 02 Jun, 2019 1 commit
  15. 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>