From cdcffb6d8b663a6ec77d8f2ef4ae1569373e305a Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 5 Apr 2018 08:51:09 +0800 Subject: [PATCH] Add appVersion for rethinkdb (#4689) The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure. --- stable/rethinkdb/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/rethinkdb/Chart.yaml b/stable/rethinkdb/Chart.yaml index 4a1aa72163..e7b03ae542 100644 --- a/stable/rethinkdb/Chart.yaml +++ b/stable/rethinkdb/Chart.yaml @@ -1,6 +1,7 @@ name: rethinkdb description: The open-source database for the realtime web -version: 0.1.1 +version: 0.1.2 +appVersion: 0.1.0 keywords: - rethinkdb - database