Skip to content

Commit

Permalink
version 0.3.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Jun 5, 2019
1 parent cb6045c commit 1104561
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<name>api-frontend</name>
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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<name>engine</name>
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-analytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ keywords:
name: seldon-core-analytics
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.3.0-SNAPSHOT
version: 0.3.0
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-oauth-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core-oauth-gateway
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.3.0-SNAPSHOT
version: 0.3.0
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-oauth-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ engine:
image:
pullPolicy: IfNotPresent
repository: seldonio/apife
tag: 0.3.0-SNAPSHOT
tag: 0.3.0
rbac:
rolebinding:
create: true
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core-operator
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.3.0-SNAPSHOT
version: 0.3.0
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ engine:
image:
pullPolicy: IfNotPresent
repository: seldonio/engine
tag: 0.3.0-SNAPSHOT
tag: 0.3.0
port: 8000
prometheus:
path: prometheus
Expand All @@ -19,7 +19,7 @@ engine:
image:
pullPolicy: IfNotPresent
repository: seldonio/seldon-core-operator
tag: 0.3.0-SNAPSHOT
tag: 0.3.0
istio:
enabled: false
gateway: seldon-gateway
Expand Down

0 comments on commit 1104561

Please sign in to comment.