- 27 Feb, 2020 5 commits
-
-
Nicolas Steinmetz authored
-
Jeremy Roberts authored
-
Jeremy Roberts authored
-
Jeremy Roberts authored
-
Jeremy Roberts authored
-
- 24 Feb, 2020 10 commits
-
-
David McKay authored
-
David McKay authored
[influxdb] Backup restore readme
-
Naseem authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
Naseem authored
By copying /backup/* we are copying all contents, in this case the timestamped backup folder, without the prepending /backup
-
Naseem authored
-
Naseem authored
This is required so that the charts lint & test pipeline succeeds. Furthermore this is the apiVersion for currently supported versions of kubernetes.
-
Naseem authored
-
- 21 Feb, 2020 2 commits
-
-
Chi-Tai Vong authored
* Update template parser Signed-off-by:
vchitai <tai.vc@teko.vn> * Bump chart version Signed-off-by:
vchitai <tai.vc@teko.vn> Co-authored-by:
taivc-teko <48716938+taivc-teko@users.noreply.github.com>
-
Naseem authored
* Use github handles instead of real names. This is required by chart-testing. * Update e-mail
-
- 20 Feb, 2020 12 commits
-
-
Giacomo Tirabassi authored
remove duplicate and updated URL and year
-
gitirabassi authored
-
David McKay authored
-
Naseem authored
* Convert to markdown. * Add README
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
- 19 Feb, 2020 4 commits
-
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
- 18 Feb, 2020 1 commit
-
-
Angelo Fausti authored
* Use an existing secret for the InfluxDB auth - Sometimes you need to check in the values.yaml in a repo and you don't want to expose the secrets. With the existingSecret option you can use and existing kubernetes secret with the keys `influxdb-user` and `infuxdb-password` to set the corresponding environment variables in Kapacitor. The keys are the same as the ones used in the `influxdb-auth` secret created by the InfluxDB Helm chart. Signed-off-by:
Angelo Fausti <afausti@lsst.org> * Bump minor version instead Signed-off-by:
Angelo Fausti <afausti@lsst.org>
-
- 17 Feb, 2020 4 commits
-
-
Naseem authored
* Use include function instead of template. Signed-off-by:
Naseem <naseem@transit.app> * Update image to 1.7.9 Signed-off-by:
Naseem <naseem@transit.app> * Bump chart version. Signed-off-by:
Naseem <naseem@transit.app> * Update to 1.7.10 Signed-off-by:
Naseem <naseem@transit.app> * Revert "Update to 1.7.10" This reverts commit a6f146d332d1ee3fa2a3d4cdba685a4cfba5ea4f. Signed-off-by:
Naseem <naseem@transit.app>
-
Aisuko authored
Signed-off-by:
Aisuko <urakiny@gmail.com>
-
Naseem authored
* Use include function instead of template. Signed-off-by:
Naseem <naseem@transit.app> * Hardcode probe path. There is no value in making the path configurable. By hardcoding it to /ping we remove unecessary templating and config complexity. Signed-off-by:
Naseem <naseem@transit.app>
-
Naseem authored
Signed-off-by:
Naseem <naseem@transit.app>
-
- 16 Feb, 2020 2 commits
-
-
Karl Böhlmark authored
Signed-off-by:
Karl Böhlmark <karl.bohlmark@gmail.com>
-
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:
Naseem <naseem@transit.app> * Rename config to configmap Signed-off-by:
Naseem <naseem@transit.app> * enable api and rpc ports always Signed-off-by:
Naseem <naseem@transit.app>
-