diff --git a/charts/kapacitor/Chart.yaml b/charts/kapacitor/Chart.yaml
index 668eaa191006e08163fbf1c27c897f21967ed537..4abce4bcd4cdff457fcfab0417f3e50510aefdf1 100755
--- a/charts/kapacitor/Chart.yaml
+++ b/charts/kapacitor/Chart.yaml
@@ -1,7 +1,7 @@
 apiVersion: v1
 name: kapacitor
-version: 1.3.2
-appVersion: 1.5.9
+version: 1.4.0
+appVersion: 1.6.2
 description: InfluxDB's native data processing engine. It can process both stream
   and batch data from InfluxDB.
 keywords:
diff --git a/charts/kapacitor/values.yaml b/charts/kapacitor/values.yaml
index 7009614e0671889ca87d3463998674c774bb1e1a..b6ecbf8a9ecf9720433c46cb9f7415e2853c4e45 100644
--- a/charts/kapacitor/values.yaml
+++ b/charts/kapacitor/values.yaml
@@ -3,7 +3,7 @@
 ##
 image:
   repository: "kapacitor"
-  tag: "1.5.9-alpine"
+  tag: "1.6.2-alpine"
   pullPolicy: "IfNotPresent"
 
 ## Specify a service type, defaults to NodePort