Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
1. chronograf version update to 1.7.11 (helm#14920)
Browse files Browse the repository at this point in the history
2. pullPolicy changed to IfNotPresent
3. bumped chart version

Signed-off-by: Deepak Kumar Sood <[email protected]>
Signed-off-by: Andrii Nasinnyk <[email protected]>
  • Loading branch information
deepaksood619 authored and anasinnyk committed Jun 29, 2019
1 parent 24ed494 commit fa3e162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/chronograf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions stable/chronograf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa3e162

Please sign in to comment.