summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2022-10-28 17:58:38 +0800
committerfumingwei <[email protected]>2022-10-28 17:58:38 +0800
commitf3f417401f283e6dd4df5cc7ef42dd1a5a1ff53f (patch)
tree06796fbbd3ad0ecf6b0cfe3d7b0df5ecf0cbb2b6 /make
parent077b5e12fbed8b695ec6f71778ab0b37f68d0caa (diff)
bugfix:TSG-12433:修改helm chart的version同步os version
Diffstat (limited to 'make')
-rw-r--r--make/Makefile.TSGXNXR620G40R01P09062
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile.TSGXNXR620G40R01P0906 b/make/Makefile.TSGXNXR620G40R01P0906
index 4cd3cc09..b00f3a64 100644
--- a/make/Makefile.TSGXNXR620G40R01P0906
+++ b/make/Makefile.TSGXNXR620G40R01P0906
@@ -102,7 +102,7 @@ sysroot-ansible: sysroot-verfile sysroot-base
cp $(CONFDIR)/resolv.conf $(TARGET_SYSROOT_DIR)/etc/ -r
cp $(TARGET_SYSROOT_DIR)/etc/hosts $(TARGET_SYSROOT_DIR)/tmp/ -r
cp /etc/hosts $(TARGET_SYSROOT_DIR)/etc/ -r
- $(TOOLSDIR)/ansible-HAL $(PROFILE_ID) $(PROJECTDIR) $(TARGET_SYSROOT_DIR) /tmp/yum-RockyLinux-8.conf $(OS_RELEASE_VER)
+ $(TOOLSDIR)/ansible-HAL $(PROFILE_ID) $(PROJECTDIR) $(TARGET_SYSROOT_DIR) /tmp/yum-RockyLinux-8.conf $(OS_RELEASE_VER) $(HELM_CHART_VER)
cp $(TARGET_SYSROOT_DIR)/tmp/hosts $(TARGET_SYSROOT_DIR)/etc/ -r
container-sysroot-ansible: container-sysroot-base