aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-11-05 22:55:13 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-11-09 08:11:05 +0000
commit522c69de81b355646789a340f061313e3598f5b9 (patch)
tree0764f05ce844042489002a951930a68bd053b155 /heat/vFW_CNF_CDS/templates/helm
parentc3987b0edac5541dba246a746b0dc89ee7603f47 (diff)
vFW CNF CDS scripts update for native Helm support
vFW CNF CDS scripts update for native Helm support Change-Id: I34a1cc8dfb18e512edb6e2786984b683c34815e6 Issue-ID: INT-1658 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm')
-rw-r--r--heat/vFW_CNF_CDS/templates/helm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/Makefile b/heat/vFW_CNF_CDS/templates/helm/Makefile
index feb92082..fa0aad62 100644
--- a/heat/vFW_CNF_CDS/templates/helm/Makefile
+++ b/heat/vFW_CNF_CDS/templates/helm/Makefile
@@ -6,11 +6,13 @@ build: $(vf-modules:=-build)
clean: $(vf-modules:=-clean)
$(vf-modules:=-package): %-package: %-build
- mv $(@:package=)*.tgz $(@:-package=)_cloudtech_k8s_charts.tgz
+ mv $(@:package=)*.tgz helm_$(@:-package=).tgz
+ cp helm_$(@:-package=).tgz $(@:-package=)_cloudtech_k8s_charts.tgz
$(vf-modules:=-build): %-build: %-clean
helm package $(@:-build=)
$(vf-modules:=-clean):
rm -f $(@:-clean=)-*.tgz
+ rm -f helm_$(@:-clean=).tgz
rm -f $(@:-clean=)_cloudtech_k8s_charts.tgz