Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Nov 1, 2019
1 parent 8d279ea commit 9457313
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
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 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>io.seldon.engine</groupId>
<artifactId>seldon-engine</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>engine</name>
<url>http://maven.apache.org</url>
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.5.0-SNAPSHOT
version: 0.5.0
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.5.0-SNAPSHOT
version: 0.5.0
10 changes: 5 additions & 5 deletions helm-charts/seldon-core-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
ambassador:
enabled: true
singleNamespace: false
certManager:
enabled: false
engine:
grpc:
port: 5001
image:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/engine
tag: 0.5.0-SNAPSHOT
tag: 0.5.0
logMessagesExternally: false
port: 8000
prometheus:
Expand All @@ -22,22 +24,20 @@ image:
pullPolicy: Always
registry: docker.io
repository: seldonio/seldon-core-operator
tag: 0.5.0-SNAPSHOT
tag: 0.5.0
istio:
enabled: false
gateway: seldon-gateway
predictiveUnit:
port: 9000
rbac:
create: true
configmap:
create: true
create: true
serviceAccount:
create: true
name: seldon-manager
usageMetrics:
enabled: false
certManager:
enabled: false
webhook:
port: 443
2 changes: 1 addition & 1 deletion operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: seldonio/seldon-core-operator
newTag: 0.5.0-SNAPSHOT
newTag: 0.5.0
2 changes: 1 addition & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: AMBASSADOR_SINGLE_NAMESPACE
value: "false"
- name: ENGINE_CONTAINER_IMAGE_AND_VERSION
value: docker.io/seldonio/engine:0.5.0-SNAPSHOT
value: docker.io/seldonio/engine:0.5.0
- name: ENGINE_CONTAINER_IMAGE_PULL_POLICY
value: IfNotPresent
- name: ENGINE_CONTAINER_SERVICE_ACCOUNT_NAME
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-SNAPSHOT
0.5.0

0 comments on commit 9457313

Please sign in to comment.