1. 01 Mar, 2023 1 commit
    • Ian Clark's avatar
      Enterprise Helm Chart README Refactor (#520) · a7d082c1
      Ian Clark authored
      * telegraf merge conflicts
      
      * remove ent specific configs from oss and move to ent chart
      
      * Revert "telegraf merge conflicts"
      
      This reverts commit 5b9d593cde41ab8443826cea30dcb3f1d8a3047c.
      
      * removes extra whitespace
      
      * version bumps
      a7d082c1
  2. 11 Oct, 2022 1 commit
  3. 21 Jul, 2022 1 commit
  4. 05 May, 2022 1 commit
  5. 18 Mar, 2022 1 commit
  6. 15 Mar, 2022 1 commit
  7. 08 Mar, 2022 1 commit
    • olibal's avatar
      [influxdb-enterprise] add annotations to data.service (#426) · 135747bb
      olibal authored
      * add annotations to influxdb-enterprise/data-service
      
      * bump influxdb-enterprise chart version
      
      bump influxdb-enterprise chart version to v0.1.16
      
      * adding annotations to meta.service
      
      as proposed by tomklapka also meta services should have the option to have annotations
      
      https://github.com/influxdata/helm-charts/pull/426#issuecomment-1050005446
      
      * Update values.yaml
      
      adding commet on meta.service.annotations
      
      * Update meta-service.yaml
      
      adding missing {{- end }}
      
      * fixing serve.annotations in values.yaml
      
      influxdb-enterprise
      commenting in "annotations: {}" for data.service: and meta.service to prevent nil pointer evaluating
      
      * adding meta.service.type to value.yaml
      
      for influxdb-enterprise: adding meta.service.type to value.yaml to align with data.service:
      commenting out service.annotations because now service has at least the type element, so no nil rendering should occure
      135747bb
  8. 18 Feb, 2022 1 commit
  9. 16 Dec, 2021 1 commit
  10. 17 May, 2021 1 commit
  11. 24 Oct, 2020 1 commit
  12. 23 Oct, 2020 1 commit
  13. 22 Oct, 2020 2 commits
  14. 09 Oct, 2020 1 commit
  15. 15 Sep, 2020 1 commit
  16. 08 Sep, 2020 1 commit
    • jimbob687's avatar
      The formatting isn't templating correctly, resources will end up on the same line (#181) · db980fd0
      jimbob687 authored
      ```
              resources:
                          limits:
                  cpu: 750m
                  memory: 600Mi
                requests:
                  cpu: 500m
                  memory: 600Mi
      ```
      corrects it to:
      ```
              resources:
                limits:
                  cpu: 750m
                  memory: 600Mi
                requests:
                  cpu: 500m
                  memory: 600Mi
      ```
      Assuming your values file is set to:
      ```
      bootstrap:
        auth:
          # A secret with keys "username" and "password" is required
          secretName: mysecret
        ddldml:
          configMap: my-ddl-dml-config
          resources:
            requests:
              memory: "600Mi"
              cpu: "500m"
            limits:
              memory: "600Mi"
              cpu: "750m"
      ```
      db980fd0
  17. 03 Sep, 2020 1 commit
  18. 28 Aug, 2020 1 commit
  19. 27 Aug, 2020 1 commit
  20. 24 Aug, 2020 1 commit
  21. 21 Aug, 2020 1 commit
    • David McKay's avatar
      feat/ca mount (#163) · cd267840
      David McKay authored
      * feat: support mounting a ca bundle into the certs directory
      
      * feat: support alternative secret for CA
      
      * fix: don't strip newline
      
      * Changing how images are passed in
      
      * Add conditional to override tag as per fede
      
      * Update to handle external commands and top level image
      
      * Updating changes
      
      * Fixed tagging
      
      * Adding helper named template to get the image
      
      * Template working
      
      * chore: version bump
      
      * fix: revert values.yaml changes
      Co-authored-by: 's avatarJames Nieper <james.nieper@gmail.com>
      cd267840
  22. 12 Aug, 2020 1 commit
  23. 23 Jul, 2020 1 commit
  24. 21 Jul, 2020 2 commits
  25. 16 Jul, 2020 2 commits
  26. 10 Jul, 2020 12 commits