From 26e332f8616295e7dff7d9b26171dbc87d18a56e Mon Sep 17 00:00:00 2001 From: John Liu Date: Fri, 7 Jan 2022 11:00:24 +0800 Subject: [PATCH] Fix rancher-monitoring-crd URL Signed-off-by: John Liu --- scripts/build-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-bundle b/scripts/build-bundle index ea2a4767a..14e1a354f 100755 --- a/scripts/build-bundle +++ b/scripts/build-bundle @@ -37,7 +37,7 @@ helm package ${harvester_crd_chart_path} -d ${CHARTS_DIR} # Prepare monitoring chart source ${SCRIPTS_DIR}/version-monitoring -helm pull https://charts.rancher.io/assets/rancher-monitoring/rancher-monitoring-crd-${MONITORING_VERSION}.tgz -d ${CHARTS_DIR} +helm pull https://charts.rancher.io/assets/rancher-monitoring-crd/rancher-monitoring-crd-${MONITORING_VERSION}.tgz -d ${CHARTS_DIR} helm pull https://charts.rancher.io/assets/rancher-monitoring/rancher-monitoring-${MONITORING_VERSION}.tgz -d ${CHARTS_DIR} # make chart sanity check