From 00edef56ead41c5529cfd8e9f2afb433d0f25604 Mon Sep 17 00:00:00 2001 From: Deepak Sood Date: Sun, 9 Jun 2019 20:37:06 +0530 Subject: [PATCH] 1. telegraf updated from 1.9-alpine to 1.10-alpine (#14621) 2. Bump chart version to 1.0.1 3. Bump appVersion to 1.10 Signed-off-by: Deepak Kumar Sood --- stable/telegraf/Chart.yaml | 4 ++-- stable/telegraf/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/telegraf/Chart.yaml b/stable/telegraf/Chart.yaml index db2ba54df8..d3d08ee59a 100755 --- a/stable/telegraf/Chart.yaml +++ b/stable/telegraf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: telegraf -version: 1.1.1 -appVersion: 1.9 +version: 1.1.2 +appVersion: 1.10 deprecated: false description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. keywords: diff --git a/stable/telegraf/values.yaml b/stable/telegraf/values.yaml index cdf2c99f13..0a4b2c2b7d 100644 --- a/stable/telegraf/values.yaml +++ b/stable/telegraf/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repo: "telegraf" - tag: "1.9-alpine" + tag: "1.10-alpine" pullPolicy: IfNotPresent podAnnotations: {}