Add Helm repositories to the private Artifactory

Add helm-local (to be replicated to public Artifactory) and helm-virtual
repositories to the private Artifactory instance.

Change-Id: Ieb5744313a25894acaa3b257ce055a232fe13604
See: https://mirantis.jira.com/browse/PROD-19176
diff --git a/artifactory/client/init.yml b/artifactory/client/init.yml
index 614266e..ec5da44 100644
--- a/artifactory/client/init.yml
+++ b/artifactory/client/init.yml
@@ -210,6 +210,23 @@
             url: http://builds.quelltextlich.at/gerrit/nightly
             description: "Overlaps with maven-local. We should resolve overlap and remove this repo."
 
+          helm-local:
+            rclass: local
+            packageType: helm
+            description: "Helm Chart Repository (local)"
+            notes: "https://mirantis.jira.com/browse/PROD-18913"
+            propertySets:
+            - artifactory
+
+          helm-virtual:
+            rclass: virtual
+            packageType: helm
+            description: "Helm Chart Repository (virtual one having correct index)"
+            notes: "https://mirantis.jira.com/browse/PROD-19175"
+            repositories:
+            - helm-local
+            defaultDeploymentRepo: helm-local
+
           jcenter:
             rclass: remote
             packageType: maven