Skip to content

Commit ddc62e1

Browse files
committed
update versions to 0.1.6
1 parent 71273f1 commit ddc62e1

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.1.6_SNAPSHOT</version>
13+
<version>0.1.6</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.6_SNAPSHOT_loadtest</version>
7+
<version>0.1.6</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.6_SNAPSHOT_loadtest</version>
13+
<version>0.1.6</version>
1414
<packaging>jar</packaging>
1515

1616
<name>engine</name>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ keywords:
99
name: seldon-core-analytics
1010
sources:
1111
- https://github.com/SeldonIO/seldon-core
12-
version: 0.1
12+
version: 0.2

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.6_SNAPSHOT
9+
version: 0.1.6

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.6_SNAPSHOT
9+
version: 0.1.6

helm-charts/seldon-core/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ apife:
22
enabled: true
33
image:
44
pull_policy: IfNotPresent
5-
tag: 0.1.6_SNAPSHOT
5+
tag: 0.1.6
66
apife_service_type: NodePort
77
cluster_manager:
88
image:
99
pull_policy: IfNotPresent
10-
tag: 0.1.6_SNAPSHOT
10+
tag: 0.1.6
1111
java_opts: ''
1212
spring_opts: ''
1313
engine:
1414
image:
15-
tag: 0.1.6_SNAPSHOT
15+
tag: 0.1.6
16+
rbac:
17+
enabled: true
1618
redis:
1719
image:
1820
tag: 4.0.1
19-
rbac:
20-
enabled: true

0 commit comments

Comments
 (0)