1. 05 Nov, 2018 1 commit
  2. 18 Sep, 2018 1 commit
  3. 17 Sep, 2018 1 commit
  4. 05 Sep, 2018 1 commit
  5. 02 Jul, 2018 1 commit
  6. 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
  7. 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
  8. 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
  9. 11 May, 2018 1 commit
  10. 10 May, 2018 1 commit
  11. 26 Apr, 2018 1 commit
  12. 04 Apr, 2018 1 commit
  13. 29 Mar, 2018 3 commits
    • AdamDang's avatar
      Update stable/chronograf/README.md (#4490) · 698410bf
      AdamDang authored
      * Add version for chronograf
      
      Add version for chronograf
      
      * Update stable/chronograf/README.md
      
      Delete duplicated word.
      
      * Add appVersion key
      
      Add appVersion key
      
      * Modify appVersion
      
      Modify appVersion
      
      * Update Chart.yaml
      698410bf
    • AdamDang's avatar
      Update stable/influxdb/README.md (#4491) · f0445ec5
      AdamDang authored
      * Add version for influxdb
      
      Add version for influxdb
      
      * Update stable/influxdb/README.md
      
      Update stable/influxdb/README.md
      
      * Add appVersion key
      
      Add appVersion key
      
      * Modify appVersion
      
      Modify appVersion
      
      * Update Chart.yaml
      f0445ec5
    • AdamDang's avatar
      Update kapacitor/README.md (#4492) · 27416c26
      AdamDang authored
      * Add version for kapacitor
      
      Add version for kapacitor
      
      * Update kapacitor/README.md
      
      Update kapacitor/README.md
      
      * Add appVersion key
      
      Add appVersion key
      
      * Modify appVersion
      
      Modify appVersion
      
      * Update Chart.yaml
      27416c26
  14. 13 Mar, 2018 1 commit
    • Philipp Marmet's avatar
      stable/influxdb: fix password generation (#4136) · 24782383
      Philipp Marmet authored
      * stable/influxdb: fix password generation
      
      The randAscii function can create passwords containing single quoutes
      which lead to broken installations when installing with auth enabled.
      
      This is a possible fix for #4132
      
      * stable/influxdb: increase version for green checks
      24782383
  15. 18 Feb, 2018 1 commit
  16. 09 Feb, 2018 3 commits
  17. 24 Jan, 2018 1 commit
  18. 10 Jan, 2018 1 commit
  19. 02 Jan, 2018 4 commits
  20. 16 Dec, 2017 1 commit
  21. 25 Nov, 2017 1 commit
  22. 17 Nov, 2017 1 commit
  23. 05 Oct, 2017 1 commit
  24. 01 Oct, 2017 1 commit
  25. 19 Sep, 2017 1 commit
  26. 10 Sep, 2017 2 commits
  27. 05 Sep, 2017 1 commit
  28. 04 Sep, 2017 1 commit
  29. 16 Aug, 2017 1 commit
  30. 09 Jul, 2017 1 commit
  31. 05 Jul, 2017 1 commit
    • Patrick Lucas's avatar
      Fix influxdb deployment (#1424) · 4a33e8b7
      Patrick Lucas authored
      * Fix influxdb deployment
      
      Previously, setting `config.graphite.enabled` (or other such
      parameters) to `true` resulted in a yaml syntax error because the
      content within the `{{- if` block would be appended to the previous
      line due to the hyphen.
      
      * Update Chart.yaml
      4a33e8b7
  32. 25 Jun, 2017 1 commit