feature 9773: support for helm v3
[osm/IM.git] / models / yang / mano-types.yang
index f54a5e9..c5c1ebc 100644 (file)
@@ -379,6 +379,15 @@ module mano-types
                   ";
                 type string;
               }
+              leaf helm-version {
+                description
+                  "Helm version to use for this helm-chart, v3 by default";
+                type enumeration {
+                    enum "v2";
+                    enum "v3";
+                  }
+                default "v3";
+              }
             }
           }
           leaf metric-service {