Skip to content

Commit fa5858a

Browse files
committed
version 0.2.0
1 parent eb34d50 commit fa5858a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

api-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

cluster-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

helm-charts/seldon-core-crd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ keywords:
66
name: seldon-core-crd
77
sources:
88
- https://github.com/SeldonIO/seldon-core
9-
version: 0.2.0-SNAPSHOT
9+
version: 0.2.0

helm-charts/seldon-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ keywords:
66
name: seldon-core
77
sources:
88
- https://github.com/SeldonIO/seldon-core
9-
version: 0.2.0-SNAPSHOT
9+
version: 0.2.0

helm-charts/seldon-core/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ apife:
22
enabled: true
33
image:
44
pull_policy: IfNotPresent
5-
tag: 0.2.0-SNAPSHOT
5+
tag: 0.2.0
66
apife_service_type: NodePort
77
cluster_manager:
88
image:
99
pull_policy: IfNotPresent
10-
tag: 0.2.0-SNAPSHOT
10+
tag: 0.2.0
1111
java_opts: ''
1212
spring_opts: ''
1313
engine:
1414
image:
15-
tag: 0.2.0-SNAPSHOT
15+
tag: 0.2.0
1616
rbac:
1717
enabled: true
1818
redis:

seldon-core/seldon-core/prototypes/core.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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.

0 commit comments

Comments
 (0)