From 5295cb22032dc38bb0bae33f3dc543b5cba6ad7d Mon Sep 17 00:00:00 2001 From: Deepak Kumar Sood Date: Sun, 9 Jun 2019 23:27:03 +0530 Subject: [PATCH 1/2] 1. Add owners file 2. Bump version from 1.1.2 to 1.1.3 3. Add common used envVars to examples Signed-off-by: Deepak Kumar Sood --- stable/kapacitor/Chart.yaml | 2 +- stable/kapacitor/OWNERS | 5 +++++ stable/kapacitor/values.yaml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 stable/kapacitor/OWNERS diff --git a/stable/kapacitor/Chart.yaml b/stable/kapacitor/Chart.yaml index ecc22879f040..000a1c7f4b4c 100755 --- a/stable/kapacitor/Chart.yaml +++ b/stable/kapacitor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kapacitor -version: 1.1.2 +version: 1.1.3 appVersion: 1.5.2 description: InfluxDB's native data processing engine. It can process both stream and batch data from InfluxDB. diff --git a/stable/kapacitor/OWNERS b/stable/kapacitor/OWNERS new file mode 100644 index 000000000000..3b2d7b7c0447 --- /dev/null +++ b/stable/kapacitor/OWNERS @@ -0,0 +1,5 @@ +approvers: +- jackzampolin +reviewers: +- jackzampolin +- deepaksood619 \ No newline at end of file diff --git a/stable/kapacitor/values.yaml b/stable/kapacitor/values.yaml index 57da7b1cea17..f872cb73af89 100644 --- a/stable/kapacitor/values.yaml +++ b/stable/kapacitor/values.yaml @@ -42,12 +42,15 @@ resources: ## Set the environment variables for kapacitor (or anything else you want to use) ## ref: https://hub.docker.com/_/kapacitor/ +## ref: https://docs.influxdata.com/kapacitor/latest/administration/configuration/ ## # Examples below # # envVars: # KAPACITOR_SLACK_ENABLED: true # KAPACITOR_SLACK_URL: "http://slack.com/xxxxx/xxxxx/xxxx/xxxxxxx" +# KAPACITOR_HTTP_LOG_ENABLED: true +# KAPACITOR_LOGGING_LEVEL: "INFO" # # or, at your terminal, with # From b4bfdda528392dd5d94c2243148784a53d72b0ea Mon Sep 17 00:00:00 2001 From: Deepak Kumar Sood Date: Sun, 9 Jun 2019 23:31:15 +0530 Subject: [PATCH 2/2] new line at end of OWNERS file Signed-off-by: Deepak Kumar Sood --- stable/kapacitor/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/kapacitor/OWNERS b/stable/kapacitor/OWNERS index 3b2d7b7c0447..28cf42774b40 100644 --- a/stable/kapacitor/OWNERS +++ b/stable/kapacitor/OWNERS @@ -2,4 +2,4 @@ approvers: - jackzampolin reviewers: - jackzampolin -- deepaksood619 \ No newline at end of file +- deepaksood619