From d8df8663f3ecc145664ec8dacce64a5aa7d0389d Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 15 May 2019 13:30:17 +0200 Subject: [PATCH] add apiVersion (#13853) Signed-off-by: Carlos Panato --- incubator/etcd/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index 20967c3052..022384e13c 100755 --- a/incubator/etcd/Chart.yaml +++ b/incubator/etcd/Chart.yaml @@ -1,6 +1,7 @@ +apiVersion: v1 name: etcd home: https://github.com/coreos/etcd -version: 0.6.2 +version: 0.6.3 appVersion: 2.2.5 description: Distributed reliable key-value store for the most critical data of a distributed system.