mirror of https://git.rancher.io/charts
starting dev branch for 2.11 line
parent
e61d116544
commit
74ee11eff6
|
@ -1,4 +1,4 @@
|
|||
# Generate-Regsync-Config action will run for every PR into release-v2.10 branch only after an approval is given
|
||||
# Generate-Regsync-Config action will run for every PR into release-v2.11 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.10
|
||||
branch: release-v2.11
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
ROOT_DIR=../..
|
||||
UPSTREAM_REMOTE=upstream
|
||||
UPSTREAM_BRANCH=release-v2.10
|
||||
UPSTREAM_BRANCH=release-v2.11
|
||||
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.10
|
||||
UPSTREAM_BRANCH=release-v2.11
|
||||
|
||||
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.10
|
||||
OLD_UPSTREAM_BRANCH=release-v2.9
|
||||
UPSTREAM_BRANCH=release-v2.11
|
||||
OLD_UPSTREAM_BRANCH=release-v2.10
|
||||
|
||||
git fetch ${UPSTREAM_REMOTE}
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
set -e
|
||||
|
||||
CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
|
||||
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.1.0}"
|
||||
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.2.0}"
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
"prod-branch-prefix": "release-v",
|
||||
"dev-branch-prefix": "dev-v",
|
||||
"rules": {
|
||||
"2.11": {
|
||||
"min": "106.0.0",
|
||||
"max": "107.0.0"
|
||||
},
|
||||
"2.10": {
|
||||
"min": "105.0.0",
|
||||
"max": "106.0.0"
|
||||
|
|
Loading…
Reference in New Issue