Update branch reference for dev-v2.9

pull/3285/head
Venkata Krishna Rohit Sakala 2023-12-22 01:41:20 +05:30
parent 7ad08811f8
commit 0be938def4
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Generate-Regsync-Config action will run for every PR into release-v2.7 branch only after an approval is given
# Generate-Regsync-Config action will run for every PR into release-v* branch only after an approval is given
# It will run make target to generate regsync file and add a commit to the PR updating the regsync file.
# It will then install and run regsync client and do the prime image mirroring.

View File

@ -3,4 +3,4 @@ helmRepo:
validate:
url: https://github.com/rancher/charts.git
branch: release-v2.8
branch: release-v2.9

View File

@ -2,7 +2,7 @@
ROOT_DIR=../..
UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.8
UPSTREAM_BRANCH=release-v2.9
OLD_CHART_DIR=$ROOT_DIR/charts
NEW_CHART_DIR=$ROOT_DIR/to-be-released

View File

@ -6,7 +6,7 @@ ALREADY_RELEASED=$ROOT_DIR/already-released
RELEASE_YAML_PATH=$ROOT_DIR/release.yaml
UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.7
UPSTREAM_BRANCH=release-v2.9
git fetch ${UPSTREAM_REMOTE}
mv $CHART_DIR $TO_BE_RELEASED

View File

@ -5,8 +5,8 @@ ROOT_DIR=../..
ASSETS_DIR=$ROOT_DIR/assets
INDEX_PATH=$ROOT_DIR/index.yaml
UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.8
OLD_UPSTREAM_BRANCH=release-v2.7
UPSTREAM_BRANCH=release-v2.9
OLD_UPSTREAM_BRANCH=release-v2.8
git fetch ${UPSTREAM_REMOTE}