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..28cf42774b40 --- /dev/null +++ b/stable/kapacitor/OWNERS @@ -0,0 +1,5 @@ +approvers: +- jackzampolin +reviewers: +- jackzampolin +- deepaksood619 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 #