diff --git a/Makefile b/Makefile index 04d29225d..8a8e329d9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ remove: forward-port: ./scripts/forward-port -TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template +TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template regsync $(TARGETS): @./scripts/pull-scripts diff --git a/scripts/version b/scripts/version index 2126faf2c..57304d32e 100755 --- a/scripts/version +++ b/scripts/version @@ -2,4 +2,4 @@ set -e CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git -CHARTS_BUILD_SCRIPT_VERSION=v0.3.3 +CHARTS_BUILD_SCRIPT_VERSION=v0.4.1