From 30db482b57fe7ad609069839f496e74818d92732 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 26 Sep 2022 13:26:57 -0400 Subject: [PATCH] Add *_helm.inc files Add missing {centos,debian}_helm.inc files used by scripts in build-tools. The centos file used to reside in starlingx/config repo, but it really belongs here. TESTS ====================================== Build packages, then run build-helm-charts.sh and make sure "stx-monitor-helm" tarball is generated. Story: 2010226 Task: 46419 Signed-off-by: Davlet Panech Change-Id: Idc888781963b5387f397c0645db3080ca0582df3 --- centos_helm.inc | 2 ++ debian_helm.inc | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 centos_helm.inc create mode 100644 debian_helm.inc diff --git a/centos_helm.inc b/centos_helm.inc new file mode 100644 index 0000000..05f06c8 --- /dev/null +++ b/centos_helm.inc @@ -0,0 +1,2 @@ +# Packages used by build-helm-charts.sh +stx-monitor-helm diff --git a/debian_helm.inc b/debian_helm.inc new file mode 100644 index 0000000..05f06c8 --- /dev/null +++ b/debian_helm.inc @@ -0,0 +1,2 @@ +# Packages used by build-helm-charts.sh +stx-monitor-helm