Skip to content

Commit

Permalink
Fix rancher-monitoring-crd URL
Browse files Browse the repository at this point in the history
Signed-off-by: John Liu <[email protected]>
  • Loading branch information
John Liu authored and bk201 committed Jan 7, 2022
1 parent e59fb42 commit 26e332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e332f

Please sign in to comment.