diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index 02de1a1c0e..c06ab282ad 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: chronograf -version: 1.0.2 -appVersion: 1.7.7 +version: 1.0.3 +appVersion: 1.7.11 description: Open-source web application written in Go and React.js that provides the tools to visualize your monitoring data and easily create alerting and automation rules. diff --git a/stable/chronograf/values.yaml b/stable/chronograf/values.yaml index 361f1c0077..0429f3238f 100644 --- a/stable/chronograf/values.yaml +++ b/stable/chronograf/values.yaml @@ -2,8 +2,8 @@ ## image: repository: "docker.io/chronograf" - tag: "1.7.7-alpine" - pullPolicy: "Always" + tag: "1.7.11-alpine" + pullPolicy: IfNotPresent ## Specify a service type ## ClusterIP is default