Skip to content

Commit

Permalink
changed Reference from Seldon Deploy to Seldon Enterprise Platform (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpzg committed May 9, 2024
1 parent c9ee03b commit b96c1de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = "seldon-core"
copyright = "2021, Seldon Technologies Ltd"
copyright = "2024, Seldon Technologies Ltd"
author = "Seldon Technologies Ltd"

# The short X.Y version
Expand Down Expand Up @@ -255,12 +255,12 @@
{
"href": "https://deploy.seldon.io",
"internal": False,
"title": "Seldon Deploy (Enterprise)",
"title": "Seldon Enterprise Platform",
},
{
"href": "https://github.com/SeldonIO/seldon-deploy-sdk#seldon-deploy-sdk",
"internal": False,
"title": "Seldon Deploy SDK (Enterprise)",
"title": "Seldon Enterprise Platform SDK",
},
],
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cicd/sig-mlops-jenkins-classic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"export PR_RESULT=$(curl \\\n",
" -u ${GIT_USERNAME}:${GIT_PASSWORD} \\\n",
" -v -H \"Content-Type: application/json\" \\\n",
" -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n",
" -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n",
" https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)\n",
"export ISSUE_NUMBER=$(echo \\\n",
" $PR_RESULT |\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"height": "50",
"panels": [
{
"content": "<div class=\"text-center dashboard-header\">\n <span>Seldon Deploy Prediction API Dashboard</span>\n</div>",
"content": "<div class=\"text-center dashboard-header\">\n <span>Seldon Enterprise Platform Prediction API Dashboard</span>\n</div>",
"id": 27,
"links": [],
"mode": "html",
Expand Down

0 comments on commit b96c1de

Please sign in to comment.