diff options
author | Dhrumin Desai <dd303q@att.com> | 2021-10-13 19:14:26 -0400 |
---|---|---|
committer | Dhrumin Desai <dd303q@att.com> | 2021-10-18 14:58:07 -0400 |
commit | 0bae36245d468db7232bedc896f7d26681b14e03 (patch) | |
tree | cd5a6099076ac7d86eee113fac87255036083531 /mod2/helm-generator/pom.xml | |
parent | a494a322554924f6f9c3d6cc79240f54d3a8da0b (diff) |
Convert streams_publishes and streams_subscribes json strings under applicationConfig to map in helm chart generator
Issue-ID: DCAEGEN2-2936
Change-Id: I0ebfa7e615ef53ff12e84551f9847038f92f1724
Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod2/helm-generator/pom.xml')
-rw-r--r-- | mod2/helm-generator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod2/helm-generator/pom.xml b/mod2/helm-generator/pom.xml index 7f9801c..8409274 100644 --- a/mod2/helm-generator/pom.xml +++ b/mod2/helm-generator/pom.xml @@ -33,7 +33,7 @@ <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>helmchartgenerator</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <name>helm-chart-generator</name> <description>Helm chart generator</description> <properties> |