Update charts-build-script to v0.4.1

pull/2582/head
nicholasSUSE 2023-04-26 16:22:07 -03:00 committed by Diogo Souza
parent 4309f0bf3d
commit 7c1a0fa28f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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