1. 27 Feb, 2020 1 commit
  2. 19 Feb, 2020 2 commits
  3. 17 Feb, 2020 1 commit
  4. 16 Feb, 2020 1 commit
    • Naseem's avatar
      [stable/influxdb] Refactor configmap by using implicit default values (#20787) · 0e6bec56
      Naseem authored
      * Refactor configmap by using implicit default values
      
      Instead of having every default value explicitly described in the values file and put into the corresponding configmap(s), just use defaults and adjust these values as needed. This is beneficial because overtime defaults may change and it is duplicate work to match it in the values file. Furthermore documenting configurable values in the README will be much more feasible. This PR also removes the now defunct admin section of the config.
      Signed-off-by: 's avatarNaseem <naseem@transit.app>
      
      * Rename config to configmap
      Signed-off-by: 's avatarNaseem <naseem@transit.app>
      
      * enable api and rpc ports always
      Signed-off-by: 's avatarNaseem <naseem@transit.app>
      0e6bec56
  5. 15 Feb, 2020 2 commits
  6. 03 Jan, 2020 1 commit
  7. 24 Aug, 2019 1 commit
  8. 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
  9. 25 Nov, 2017 1 commit
  10. 05 Oct, 2017 1 commit
  11. 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