- 16 Nov, 2020 2 commits
-
-
Nicolas Steinmetz authored
-
ivanflux authored
-
- 24 Oct, 2020 1 commit
-
-
Petr Drastil authored
* add service account configuration for influxdb deployment * bump chart version
-
- 23 Oct, 2020 1 commit
-
-
Petr Drastil authored
-
- 22 Oct, 2020 2 commits
-
-
Petr Drastil authored
-
Petr Drastil authored
-
- 17 Oct, 2020 1 commit
-
-
nanaboat authored
* added volumes for chronograf. * feat: add ability to provide volume and mountPoints
-
- 15 Oct, 2020 1 commit
-
-
Wojciech Kocjan authored
-
- 14 Oct, 2020 1 commit
-
-
Wojciech Kocjan authored
* feat(telegraf-operator): add optional --require-annotations-for-secret flag * chore: update if condition * chore: bump version
-
- 13 Oct, 2020 1 commit
-
-
David McKay authored
* chore: version bump * fix: correct use of gotemplates
-
- 12 Oct, 2020 3 commits
-
-
Riley Berton authored
-
Riley Berton authored
-
Riley Berton authored
-
- 09 Oct, 2020 8 commits
-
-
David McKay authored
* influxdb2: make service port configurable * influxdb2: remove mismatching label from service * influxdb2: add ingress * fix: version bump * fix: version bump Co-authored-by: Ivan Lopez <ivan@askai.net>
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
Jakub Krzywda authored
* feat: Add extraContainers option for running custom sidecar workloads in the InfluxDB pod * chore: bump version Co-authored-by: David McKay <david@rawkode.com>
-
David McKay authored
-
- 08 Oct, 2020 2 commits
-
-
David McKay authored
-
David McKay authored
-
- 01 Oct, 2020 3 commits
-
-
krisero authored
* Allow to customize healthchcks for liveness, readiness, startup probes * Version bump
-
Nicolas Steinmetz authored
-
Serhiy Mytrovtsiy authored
* - bumped up influxdb version to 2.0.0-rc - update default port (9999 -> 8086) * hotfix: update chart version
-
- 29 Sep, 2020 1 commit
-
-
Yong Wen Chua authored
* [telegraf] Support Annotations for ServiceAccount Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com> * fix: version bump Co-authored-by: David McKay <david@rawkode.com>
-
- 24 Sep, 2020 3 commits
-
-
timhallinflux authored
-
garrettcarr authored
-
Michael André Pearce authored
* Support being able to set securityContext * Bump chart version Co-authored-by: timhallinflux <timhallinflux@users.noreply.github.com>
-
- 22 Sep, 2020 4 commits
-
-
timhallinflux authored
dump version
-
Søren Bjerregaard Vrist authored
* Use nindent Otherwise the first line will be indented up to the existing indent on the line: ``` tolerations: - key: mykeyhere operator: EXISTS ``` vs. ``` tolerations: - key: mykey operator: EXISTS ``` * Bump version
-
Dominik Rosiek authored
* [telegraf-operator] Update certificate secret during upgrade * [telegraf-operator] Force to reload deployment in case of secret update * [telegraf-operator] Bump version to 1.1.3
-
Angelo Fausti authored
- Use a secret in the same kubernetes namespace which contain values to be added to the environment. - Bump version to 4.8.5
-
- 15 Sep, 2020 1 commit
-
-
Craig Hobbs authored
* feat(influxdb-enterprise): add nodeport service * feat(influxdb-enterprise): add nodeport service
-
- 08 Sep, 2020 1 commit
-
-
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" ```
-
- 07 Sep, 2020 1 commit
-
-
Mate Farkas authored
* Bump telegraf-operator to release #154 (#182). * Bump telegraf-ds to release #178 (#182).
-
- 05 Sep, 2020 2 commits
-
-
Chris Ramsay authored
-
Leo Blanc authored
-
- 04 Sep, 2020 1 commit
-
-
Dominik Rosiek authored
-