-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat docker-compose support FATE-Serving v2.1.5 Signed-off-by: Chenlong Ma <[email protected]> * feat: k8s support FATE-Serving v2.1.5 Signed-off-by: Chenlong Ma <[email protected]> * chart of fate-serving support ingressClass Signed-off-by: Chenlong Ma <[email protected]> * fix base path of fate-serving Signed-off-by: Chenlong Ma <[email protected]> * fix base path of fate-serving. add cacheSwitch rm redis form docker-compose Signed-off-by: Chenlong Ma <[email protected]> * fix route_table read only Signed-off-by: Chenlong Ma <[email protected]> * fix fate-serving chart lint Signed-off-by: Chenlong Ma <[email protected]> * fix CI of docker deploy Signed-off-by: Chenlong Ma <[email protected]> * fix if podSecurityPolicy.enabled is true getting error 'helm install error, unable to build kubernetes objects from release manifest: error validating "": error validating data: apiVersion not set' Signed-off-by: Chenlong Ma <[email protected]> Co-authored-by: owlet42 <[email protected]>
- Loading branch information
Showing
28 changed files
with
447 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v1 | ||
appVersion: v2.0.4 | ||
appVersion: v2.1.5 | ||
description: A Helm chart for FATE-Serving | ||
name: fate-serving | ||
version: v2.0.4 | ||
version: v2.1.5 | ||
sources: | ||
- https://github.com/FederatedAI/KubeFATE | ||
- https://github.com/FederatedAI/FATE-Serving |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.