Skip to content

Commit 3f361d2

Browse files
committed
ci(scripts): update repository name to streamnative-mcp-server
1 parent 0a1e4e4 commit 3f361d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/publish_chart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ REPO_PATH=`cd ${BINDIR}/..;pwd`
2727
# CHARTS_REPO_PATH is the path of charts
2828
CHARTS_REPO_PATH=`cd ${REPO_PATH}/../charts;pwd`
2929
OWNER=${OWNER:-streamnative}
30-
REPO=${REPO:-snmcp}
30+
REPO=${REPO:-streamnative-mcp-server}
3131
CHART_REPO=${CHART_REPO:-charts}
3232
GITHUB_TOKEN=${GITHUB_TOKEN:-"UNSET"}
3333
GITUSER=${GITUSER:-"UNSET"}

.ci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CHARTS_PKGS=${CHARTS_HOME}/.chart-packages
2222
CHARTS_REPO_PATH=`cd ${CHARTS_HOME}/../charts;pwd`
2323
CHARTS_INDEX=${CHARTS_REPO_PATH}/.chart-index
2424
OWNER=${OWNER:-streamnative}
25-
REPO=${REPO:-snmcp}
25+
REPO=${REPO:-streamnative-mcp-server}
2626
GITHUB_TOKEN=${GITHUB_TOKEN:-"UNSET"}
2727
GITUSER=${GITUSER:-"UNSET"}
2828
GITEMAIL=${GITEMAIL:-"UNSET"}

cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
owner: streamnative
16-
git-repo: snmcp
16+
git-repo: streamnative-mcp-server
1717
package-path: .chart-packages
1818
index-path: .chart-index
1919
git-base-url: https://api.github.com/

0 commit comments

Comments
 (0)