1. 29 Jan, 2019 1 commit
  2. 01 Aug, 2018 1 commit
    • Matthew Fisher's avatar
      revert back to /tiller · cfbc1744
      Matthew Fisher authored
      when running `helm init --upgrade`, the entrypoint since v2.9.1 changed which
      caused tiller to never start. Kubernetes may be holding onto the same entrypoint
      during upgrades.
      cfbc1744
  3. 30 Jul, 2018 1 commit
  4. 25 Apr, 2018 2 commits
  5. 17 May, 2017 1 commit
  6. 05 May, 2017 3 commits
  7. 13 Feb, 2017 1 commit
  8. 25 Jul, 2016 1 commit
  9. 28 Apr, 2016 1 commit
  10. 13 Apr, 2016 2 commits
  11. 07 Apr, 2016 1 commit
  12. 06 Apr, 2016 1 commit
  13. 05 Apr, 2016 3 commits
  14. 31 Mar, 2016 7 commits
  15. 17 Mar, 2016 1 commit
  16. 08 Mar, 2016 1 commit
  17. 05 Mar, 2016 1 commit
    • Matt Butcher's avatar
      fix(*): allow local docker registry · 7c82304b
      Matt Butcher authored
      This fix supersedes #323. It applies basically the same fixes:
      
      - local docker registries are now supported
      - kubectl is not downloaded on every build
      
      Also, added a fix for the case where `docker version` failed because the
      Docker daemon crashed, and consequently spuriously propmted the user to
      re-install docker.
      
      I added support for $DOCKER_PROJECT instead of just $PROJECT because the
      later is a little too generic for a shell env var. We can deprecate
      $PROJECT later.
      
      I did not add back in the better tool checks in bootstrap because
      CircleCI doesn't have the `command` command.
      7c82304b
  18. 04 Mar, 2016 4 commits
  19. 03 Mar, 2016 2 commits
  20. 01 Mar, 2016 2 commits
  21. 29 Feb, 2016 1 commit