X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Finstance_topics.py;h=ace7f8e2c752b030fc07b5ec91f2d96863711397;hp=4e516863e9767774cfff9718d15c583857c076d2;hb=5baca01e36f5457f79846bca75060b222520ab72;hpb=f0441eadb3653b045aa8919907ba089e8fce849a;ds=sidebyside diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 4e51686..ace7f8e 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -412,6 +412,8 @@ class NsrTopic(BaseTopic): } if kdu_params and kdu_params.get("config-units"): kdur["config-units"] = kdu_params["config-units"] + if kdu.get("helm-version"): + kdur["helm-version"] = kdu["helm-version"] for k8s_type in ("helm-chart", "juju-bundle"): if kdu.get(k8s_type): kdur[k8s_type] = kdu_model or kdu[k8s_type]