Commit fd3c6fa8 authored by Deepak Sood's avatar Deepak Sood Committed by Kubernetes Prow Robot

1. chronograf version update to 1.7.11 (#14920)

2. pullPolicy changed to IfNotPresent 3. bumped chart version Signed-off-by: 's avatarDeepak Kumar Sood <deepaksood619@gmail.com>
parent c95c4d1e
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.0.2 version: 1.0.3
appVersion: 1.7.7 appVersion: 1.7.11
description: Open-source web application written in Go and React.js that provides 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 the tools to visualize your monitoring data and easily create alerting and automation
rules. rules.
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
## ##
image: image:
repository: "docker.io/chronograf" repository: "docker.io/chronograf"
tag: "1.7.7-alpine" tag: "1.7.11-alpine"
pullPolicy: "Always" pullPolicy: IfNotPresent
## Specify a service type ## Specify a service type
## ClusterIP is default ## ClusterIP is default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment