- 14 Dec, 2020 3 commits
-
-
ted authored
Setting 'create' to 'true' as it's generally wanted, but now the flag exists so it can be skipped. I tested this locally with both options to make sure it worked, and I copied the naming from influx1's chart, but feel free to make changes as necessary. While the PR has been open, the verion number got bumped forward, and I needed to bump it again to clear lint. So I rebased and force-pushed my branch to make it clear. - [ ] CHANGELOG.md updated - [ ] Rebased/mergable - [ ] Tests pass - [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
-
ivanflux authored
* do not remove pvc when uninstalling chart * add keepPvc variable * add end to if * bump version * bump version * fix lint * bump Chronograf chart to 1.1.22 * Update Chart.yaml * Update Chart.yaml * Fix single -> double quote Co-authored-by: timhallinflux <timhallinflux@users.noreply.github.com>
-
Joseph Petersen authored
* allow using influxdb existing secret in chronograf * bump chronograf chart * make influxdb an object * final newline * Update Chart.yaml
-
- 11 Dec, 2020 2 commits
-
-
Joseph Petersen authored
-
Abhimanyu Saharan authored
* Updated apiVersion for Helm v3 * Updated tag * Collect internal metrics if enabled * Enable port 8888 if metrics enabled * Bumped up chart version * Added icon from Github * Fixed typo * Keep PVC unless removed manually * Added securityContext * Added icon as required by v2 * Updated appVersion * Bumped up chart version * Added missing v in the tag * Updated appVersion for telegraf to match the tag * Added missing v for tag * Fixed input not defined issue * Updated Influxdb2 version * Update Chart.yaml
-
- 30 Nov, 2020 2 commits
-
-
Manuel Hoffmann authored
-
Manuel Hoffmann authored
-
- 26 Nov, 2020 1 commit
-
-
Adam Gardner authored
* Add support for overriding entire TOML config as an escape valve * Update version number
-
- 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 2 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
-