From a7626f5f0bfd66ee8876f9e471a8d82c0ef770d4 Mon Sep 17 00:00:00 2001 From: Deepak Sood Date: Thu, 27 Jun 2019 14:15:34 +0530 Subject: [PATCH] 1. chronograf version update to 1.7.11 (#14920) 2. pullPolicy changed to IfNotPresent 3. bumped chart version Signed-off-by: Deepak Kumar Sood --- stable/chronograf/Chart.yaml | 4 ++-- stable/chronograf/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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