summaryrefslogtreecommitdiffstats
path: root/build/fetch_and_patch_charts.sh
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-07 07:38:40 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-09 15:09:13 +0000
commite45f3a5ad1b1916ccb74a99329f7db83b4b2aee3 (patch)
tree20e9387b4dc2455106d9c8dd68079ea218cef03b /build/fetch_and_patch_charts.sh
parentf57c79c20558284dc3515eba0e229b1661a33e90 (diff)
Updating offline platform with latest 3.0.2
- Adding missing artifacts into onap_3.0.x-http_files.list - Some fine-tuning of examples in DOCs Issue-ID: OOM-1805 Change-Id: Ic5a55590a9fa9a244c43aff6a63554aefaea6cc5 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
Diffstat (limited to 'build/fetch_and_patch_charts.sh')
-rwxr-xr-xbuild/fetch_and_patch_charts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fetch_and_patch_charts.sh b/build/fetch_and_patch_charts.sh
index 9d28afcb..c5585584 100755
--- a/build/fetch_and_patch_charts.sh
+++ b/build/fetch_and_patch_charts.sh
@@ -37,7 +37,7 @@ C_='\033[0m' #Color off
usage () {
echo "Usage:"
echo -e "./$(basename $0) <helm charts repo> <commit/tag/branch> <patchfile> <target_dir>\n"
- echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.1-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts"
+ echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.2-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts"
}
if [ "$#" -ne 4 ]; then