mirror of https://git.rancher.io/charts
Update branch reference for dev-v2.9
parent
7ad08811f8
commit
0be938def4
|
@ -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.
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ helmRepo:
|
|||
|
||||
validate:
|
||||
url: https://github.com/rancher/charts.git
|
||||
branch: release-v2.8
|
||||
branch: release-v2.9
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue