1. 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
  2. 18 Feb, 2018 1 commit
  3. 09 Feb, 2018 3 commits
  4. 24 Jan, 2018 1 commit
  5. 10 Jan, 2018 1 commit
  6. 02 Jan, 2018 4 commits
  7. 16 Dec, 2017 1 commit
  8. 25 Nov, 2017 1 commit
  9. 17 Nov, 2017 1 commit
  10. 05 Oct, 2017 1 commit
  11. 01 Oct, 2017 1 commit
  12. 19 Sep, 2017 1 commit
  13. 10 Sep, 2017 2 commits
  14. 05 Sep, 2017 1 commit
  15. 04 Sep, 2017 1 commit
  16. 16 Aug, 2017 1 commit
  17. 09 Jul, 2017 1 commit
  18. 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
  19. 25 Jun, 2017 1 commit
  20. 23 May, 2017 2 commits
  21. 10 May, 2017 1 commit
  22. 05 May, 2017 1 commit
  23. 02 May, 2017 1 commit
  24. 23 Mar, 2017 2 commits
  25. 22 Mar, 2017 1 commit
  26. 17 Mar, 2017 1 commit
    • jose5918's avatar
      [stable/influxdb] Adds option to create default user to influxDB (#659) · 1167bf42
      jose5918 authored
      * Adds option to create default user to influxDB
      
      Reasons for change:
      - When authentication is enabled, at least one admin user must be
        available
      
      Changes made:
      - Adds job.yaml template
      - This job creates a default user if job is enabled in values.yaml
      
      Testing done:
      - Deployed in cluster and verified the creation of a user in InfluxDB
      
      * Moves job password to secret
      
      * Bump chart version to 0.3.0
      1167bf42
  27. 13 Feb, 2017 6 commits