File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
seldon-core/seldon-core/prototypes Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010
1111 <groupId >io.seldon.apife</groupId >
1212 <artifactId >seldon-apife</artifactId >
13- <version >0.2.0-SNAPSHOT </version >
13+ <version >0.2.0</version >
1414 <packaging >jar</packaging >
1515
1616 <name >api-frontend</name >
Original file line number Diff line number Diff line change 44 <groupId >io.seldon.clustermanager</groupId >
55 <artifactId >seldon-cluster-manager</artifactId >
66 <packaging >jar</packaging >
7- <version >0.2.0-SNAPSHOT </version >
7+ <version >0.2.0</version >
88 <name >seldon-cluster-manager</name >
99 <url >http://maven.apache.org</url >
1010
Original file line number Diff line number Diff line change 1010
1111 <groupId >io.seldon.engine</groupId >
1212 <artifactId >seldon-engine</artifactId >
13- <version >0.2.0-SNAPSHOT </version >
13+ <version >0.2.0</version >
1414 <packaging >jar</packaging >
1515
1616 <name >engine</name >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ keywords:
66name : seldon-core-crd
77sources :
88- https://github.com/SeldonIO/seldon-core
9- version : 0.2.0-SNAPSHOT
9+ version : 0.2.0
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ keywords:
66name : seldon-core
77sources :
88- https://github.com/SeldonIO/seldon-core
9- version : 0.2.0-SNAPSHOT
9+ version : 0.2.0
Original file line number Diff line number Diff line change 22 enabled : true
33 image :
44 pull_policy : IfNotPresent
5- tag : 0.2.0-SNAPSHOT
5+ tag : 0.2.0
66apife_service_type : NodePort
77cluster_manager :
88 image :
99 pull_policy : IfNotPresent
10- tag : 0.2.0-SNAPSHOT
10+ tag : 0.2.0
1111 java_opts : ' '
1212 spring_opts : ' '
1313engine :
1414 image :
15- tag : 0.2.0-SNAPSHOT
15+ tag : 0.2.0
1616rbac :
1717 enabled : true
1818redis :
Original file line number Diff line number Diff line change 66// @optionalParam namespace string default Namespace
77// @optionalParam withRbac string false Whether to include RBAC setup
88// @optionalParam withApife string true Whether to include builtin API Oauth fornt end server for ingress
9- // @optionalParam apifeImage string seldonio/apife:0.2.0-SNAPSHOT Default image for API Front End
9+ // @optionalParam apifeImage string seldonio/apife:0.2.0 Default image for API Front End
1010// @optionalParam apifeServiceType string NodePort API Front End Service Type
11- // @optionalParam operatorImage string seldonio/cluster-manager:0.2.0-SNAPSHOT Seldon cluster manager image version
11+ // @optionalParam operatorImage string seldonio/cluster-manager:0.2.0 Seldon cluster manager image version
1212// @optionalParam operatorSpringOpts string null cluster manager spring opts
1313// @optionalParam operatorJavaOpts string null cluster manager java opts
14- // @optionalParam engineImage string seldonio/engine:0.2.0-SNAPSHOT Seldon engine image version
14+ // @optionalParam engineImage string seldonio/engine:0.2.0 Seldon engine image version
1515
1616// TODO(https://github.com/ksonnet/ksonnet/issues/222): We have to add namespace as an explicit parameter
1717// because ksonnet doesn't support inheriting it from the environment yet.
You can’t perform that action at this time.
0 commit comments