Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Jun 29, 2018
1 parent eb34d50 commit fa5858a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.apife</groupId>
<artifactId>seldon-apife</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>api-frontend</name>
Expand Down
2 changes: 1 addition & 1 deletion cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.seldon.clustermanager</groupId>
<artifactId>seldon-cluster-manager</artifactId>
<packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>seldon-cluster-manager</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.engine</groupId>
<artifactId>seldon-engine</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>engine</name>
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core-crd
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.2.0-SNAPSHOT
version: 0.2.0
2 changes: 1 addition & 1 deletion helm-charts/seldon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.2.0-SNAPSHOT
version: 0.2.0
6 changes: 3 additions & 3 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apife:
enabled: true
image:
pull_policy: IfNotPresent
tag: 0.2.0-SNAPSHOT
tag: 0.2.0
apife_service_type: NodePort
cluster_manager:
image:
pull_policy: IfNotPresent
tag: 0.2.0-SNAPSHOT
tag: 0.2.0
java_opts: ''
spring_opts: ''
engine:
image:
tag: 0.2.0-SNAPSHOT
tag: 0.2.0
rbac:
enabled: true
redis:
Expand Down
6 changes: 3 additions & 3 deletions seldon-core/seldon-core/prototypes/core.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
// @optionalParam namespace string default Namespace
// @optionalParam withRbac string false Whether to include RBAC setup
// @optionalParam withApife string true Whether to include builtin API Oauth fornt end server for ingress
// @optionalParam apifeImage string seldonio/apife:0.2.0-SNAPSHOT Default image for API Front End
// @optionalParam apifeImage string seldonio/apife:0.2.0 Default image for API Front End
// @optionalParam apifeServiceType string NodePort API Front End Service Type
// @optionalParam operatorImage string seldonio/cluster-manager:0.2.0-SNAPSHOT Seldon cluster manager image version
// @optionalParam operatorImage string seldonio/cluster-manager:0.2.0 Seldon cluster manager image version
// @optionalParam operatorSpringOpts string null cluster manager spring opts
// @optionalParam operatorJavaOpts string null cluster manager java opts
// @optionalParam engineImage string seldonio/engine:0.2.0-SNAPSHOT Seldon engine image version
// @optionalParam engineImage string seldonio/engine:0.2.0 Seldon engine image version

// TODO(https://github.com/ksonnet/ksonnet/issues/222): We have to add namespace as an explicit parameter
// because ksonnet doesn't support inheriting it from the environment yet.
Expand Down

0 comments on commit fa5858a

Please sign in to comment.