mirror of https://git.rancher.io/charts
Update charts-build-script to v0.4.1
parent
4309f0bf3d
commit
7c1a0fa28f
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ remove:
|
||||||
forward-port:
|
forward-port:
|
||||||
./scripts/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):
|
$(TARGETS):
|
||||||
@./scripts/pull-scripts
|
@./scripts/pull-scripts
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
|
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
|
||||||
|
|
Loading…
Reference in New Issue