1. 19 Aug, 2019 1 commit
  2. 09 Aug, 2019 1 commit
  3. 31 Jul, 2019 1 commit
  4. 28 Jul, 2019 1 commit
  5. 23 Jul, 2019 1 commit
  6. 20 Jul, 2019 1 commit
  7. 19 Jul, 2019 1 commit
  8. 07 Jul, 2019 1 commit
  9. 04 Jul, 2019 1 commit
  10. 27 Jun, 2019 4 commits
  11. 17 Jun, 2019 1 commit
  12. 09 Jun, 2019 1 commit
  13. 15 May, 2019 2 commits
  14. 14 May, 2019 3 commits
  15. 26 Apr, 2019 1 commit
  16. 22 Apr, 2019 1 commit
  17. 26 Mar, 2019 1 commit
  18. 26 Feb, 2019 1 commit
  19. 09 Feb, 2019 1 commit
  20. 30 Jan, 2019 1 commit
  21. 15 Jan, 2019 1 commit
  22. 14 Jan, 2019 1 commit
  23. 02 Jan, 2019 1 commit
  24. 03 Dec, 2018 2 commits
  25. 09 Nov, 2018 1 commit
  26. 05 Nov, 2018 1 commit
  27. 18 Sep, 2018 1 commit
  28. 17 Sep, 2018 1 commit
  29. 05 Sep, 2018 1 commit
  30. 02 Jul, 2018 1 commit
  31. 21 Jun, 2018 1 commit
    • Ferenc-'s avatar
      [stable/influxdb] Add fullnameOverride (#6224) · 3965be67
      Ferenc- authored
      * Similar to other charts, this allows configurable name
        overrides so 'cleaner' resource names can be achieved,
        which are independent from the wanted release names.
      
      * This is a must have if you want to integrate influxdb with
        other charts, where a resource name can't be templated
        and has to be fixed in the values.yaml, and you have to
        deploy that in multiple instances on the same k8s cluster.
        For example if you have an integration chart and
        the grafana data source URI points to a fixed influxdb
        service name, then without this patch,
        it can't be deployed in multiple instances,
        since the service name depends on the release name,
        which has to be unique.
      3965be67
  32. 15 Jun, 2018 1 commit
    • Ferenc-'s avatar
      [stable/influxdb] Add delete-policy for set-auth (#5864) · 0afc1ca5
      Ferenc- authored
      * [stable/influxdb] Add delete-policy for set-auth
      
      Withouth any hook delete policy,
      the hook resource remains in the namespace
      even after a 'helm delete --purge', and
      consequent installations of the chart fail with:
      Error: jobs.batch "[...]influxdb-set-auth" already exists
      
      * [stable/influxdb] Bump version
      
      * Fix maintainer name
      0afc1ca5
  33. 18 May, 2018 1 commit
    • Mung's avatar
      support influxdb with ingress (#5099) · 8764a6bd
      Mung authored
      * support influxdb with ingress and increment version to 0.8.5
      
      * don't default value for SSL cert and increment version to 0.9.1
      8764a6bd