Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Feb 17, 2020
1 parent e72524a commit 653bee8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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: 1.0.2-SNAPSHOT
version: 1.0.2
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: 1.0.2-SNAPSHOT
version: 1.0.2
14 changes: 6 additions & 8 deletions helm-charts/seldon-core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ engine:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/engine
tag: 1.0.2-SNAPSHOT
tag: 1.0.2
logMessagesExternally: false
port: 8000
prometheus:
Expand All @@ -33,18 +33,17 @@ image:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-core-operator
tag: 1.0.2-SNAPSHOT
tag: 1.0.2
istio:
enabled: false
gateway: seldon-gateway
tlsMode: ''
kubeflow:
false
kubeflow: false
manager:
memoryRequest: 200Mi
memoryLimit: 300Mi
cpuRequest: 100m
cpuLimit: 500m
cpuRequest: 100m
memoryLimit: 300Mi
memoryRequest: 200Mi
predictiveUnit:
port: 9000
predictor_servers:
Expand Down Expand Up @@ -96,4 +95,3 @@ usageMetrics:
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: 1.0.2-SNAPSHOT
newTag: 1.0.2
2 changes: 1 addition & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: AMBASSADOR_SINGLE_NAMESPACE
value: "false"
- name: ENGINE_CONTAINER_IMAGE_AND_VERSION
value: docker.io/seldonio/engine:1.0.2-SNAPSHOT
value: docker.io/seldonio/engine:1.0.2
- 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 @@
1.0.2-SNAPSHOT
1.0.2

0 comments on commit 653bee8

Please sign in to comment.