Skip to content

Commit 11a2476

Browse files
committed
version 0.1.7 set
1 parent 5601d49 commit 11a2476

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.1.7-SNAPSHOT</version>
13+
<version>0.1.7</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.1.7-SNAPSHOT</version>
7+
<version>0.1.7</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.1.7-SNAPSHOT</version>
13+
<version>0.1.7</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.1.7-SNAPSHOT
9+
version: 0.1.7

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.1.7-SNAPSHOT
9+
version: 0.1.7

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.1.7-SNAPSHOT
5+
tag: 0.1.7
66
apife_service_type: NodePort
77
cluster_manager:
88
image:
99
pull_policy: IfNotPresent
10-
tag: 0.1.7-SNAPSHOT
10+
tag: 0.1.7
1111
java_opts: ''
1212
spring_opts: ''
1313
engine:
1414
image:
15-
tag: 0.1.7-SNAPSHOT
15+
tag: 0.1.7
1616
rbac:
1717
enabled: true
1818
redis:

0 commit comments

Comments
 (0)