File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cd ${TOP_DIR}
1212harvester_path=../harvester
1313if [ ! -d ${harvester_path} ]; then
1414 echo " No existing harvester source. Pulling..."
15- git clone --branch master --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
15+ git clone --branch v1.8 --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
1616else
1717 # When building against locally modified harvester source with
1818 # "-v /path/to/local/harvester/repo:/go/src/github.com/harvester/harvester"
3030
3131source ${SCRIPTS_DIR} /lib/addon
3232addons_path=${TOP_DIR} /../addons
33- load_and_source_addon ${addons_path} https://github.com/harvester/addons.git main
33+ load_and_source_addon ${addons_path} https://github.com/harvester/addons.git v1.8
3434
3535MONITORING_VERSION=${RANCHER_MONITORING_CHART_VERSION}
3636LOGGING_VERSION=${RANCHER_LOGGING_CHART_VERSION}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cd ${TOP_DIR}
1111
1212source ${SCRIPTS_DIR} /lib/addon
1313addons_path=${TOP_DIR} /../addons
14- load_and_source_addon ${addons_path} https://github.com/harvester/addons.git main
14+ load_and_source_addon ${addons_path} https://github.com/harvester/addons.git v1.8
1515# generate template file in ${addons_path}, and this is used for subsequent checks
1616generate_addon ${addons_path}
1717
@@ -42,7 +42,7 @@ mkdir -p ${RANCHERD_IMAGES_DIR}
4242harvester_path=../harvester
4343if [ ! -d ${harvester_path} ]; then
4444 echo " No existing harvester source. Pulling..."
45- git clone --branch master --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
45+ git clone --branch v1.8 --single-branch --depth 1 https://github.com/harvester/harvester.git ../harvester
4646fi
4747
4848# Revert harvester chart version patch to clean dirty git status
Original file line number Diff line number Diff line change 1515
1616source ${SCRIPTS_DIR} /lib/addon
1717addons_path=${TOP_DIR} /../addons
18- load_and_source_addon ${addons_path} https://github.com/harvester/addons.git main
18+ load_and_source_addon ${addons_path} https://github.com/harvester/addons.git v1.8
1919
2020MONITORING_VERSION=${RANCHER_MONITORING_CHART_VERSION}
2121LOGGING_VERSION=${RANCHER_LOGGING_CHART_VERSION}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SCRIPTS_DIR="${TOP_DIR}/scripts"
88source ${SCRIPTS_DIR} /lib/addon
99
1010addons_path=${TOP_DIR} /../addons
11- load_and_source_addon ${addons_path} https://github.com/harvester/addons.git main
11+ load_and_source_addon ${addons_path} https://github.com/harvester/addons.git v1.8
1212
1313generate_addon ${addons_path}
1414# copy the generated addon yamls to installer
You can’t perform that action at this time.
0 commit comments