From 7c1a0fa28f82fda6e929f3799ad1f3553796e2b2 Mon Sep 17 00:00:00 2001 From: nicholasSUSE Date: Wed, 26 Apr 2023 16:22:07 -0300 Subject: [PATCH] Update charts-build-script to v0.4.1 --- Makefile | 2 +- scripts/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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