File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ REPO_PATH=`cd ${BINDIR}/..;pwd`
2727# CHARTS_REPO_PATH is the path of charts
2828CHARTS_REPO_PATH=` cd ${REPO_PATH} /../charts; pwd`
2929OWNER=${OWNER:- streamnative}
30- REPO=${REPO:- snmcp }
30+ REPO=${REPO:- streamnative-mcp-server }
3131CHART_REPO=${CHART_REPO:- charts}
3232GITHUB_TOKEN=${GITHUB_TOKEN:- " UNSET" }
3333GITUSER=${GITUSER:- " UNSET" }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CHARTS_PKGS=${CHARTS_HOME}/.chart-packages
2222CHARTS_REPO_PATH=` cd ${CHARTS_HOME} /../charts; pwd`
2323CHARTS_INDEX=${CHARTS_REPO_PATH} /.chart-index
2424OWNER=${OWNER:- streamnative}
25- REPO=${REPO:- snmcp }
25+ REPO=${REPO:- streamnative-mcp-server }
2626GITHUB_TOKEN=${GITHUB_TOKEN:- " UNSET" }
2727GITUSER=${GITUSER:- " UNSET" }
2828GITEMAIL=${GITEMAIL:- " UNSET" }
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515owner : streamnative
16- git-repo : snmcp
16+ git-repo : streamnative-mcp-server
1717package-path : .chart-packages
1818index-path : .chart-index
1919git-base-url : https://api.github.com/
You can’t perform that action at this time.
0 commit comments