Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Apr 16, 2020
1 parent b1f4d96 commit 735a97b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.1.0-SNAPSHOT</version>
<version>1.1.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 @@ -18,4 +18,4 @@ keywords:
name: seldon-core-analytics
sources:
- https://github.com/SeldonIO/seldon-core
version: 1.1.0-SNAPSHOT
version: 1.1.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: 1.1.0-SNAPSHOT
version: 1.1.0
6 changes: 3 additions & 3 deletions helm-charts/seldon-core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ executor:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-core-executor
tag: 1.1.0-SNAPSHOT
tag: 1.1.0
prometheus:
path: /prometheus
serviceAccount:
Expand All @@ -60,7 +60,7 @@ image:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-core-operator
tag: 1.1.0-SNAPSHOT
tag: 1.1.0
manager:
cpuLimit: 500m
cpuRequest: 100m
Expand Down Expand Up @@ -150,7 +150,7 @@ engine:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/engine
tag: 1.1.0-SNAPSHOT
tag: 1.1.0
logMessagesExternally: false
port: 8000
prometheus:
Expand Down
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.1.0-SNAPSHOT
newTag: 1.1.0
4 changes: 2 additions & 2 deletions operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: AMBASSADOR_SINGLE_NAMESPACE
value: "false"
- name: ENGINE_CONTAINER_IMAGE_AND_VERSION
value: docker.io/seldonio/engine:1.1.0-SNAPSHOT
value: docker.io/seldonio/engine:1.1.0
- name: ENGINE_CONTAINER_IMAGE_PULL_POLICY
value: IfNotPresent
- name: ENGINE_CONTAINER_SERVICE_ACCOUNT_NAME
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
- name: USE_EXECUTOR
value: "true"
- name: EXECUTOR_CONTAINER_IMAGE_AND_VERSION
value: seldonio/seldon-core-executor:1.1.0-SNAPSHOT
value: seldonio/seldon-core-executor:1.1.0
- name: EXECUTOR_CONTAINER_IMAGE_PULL_POLICY
value: IfNotPresent
- name: EXECUTOR_PROMETHEUS_PATH
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-SNAPSHOT
1.1.0

0 comments on commit 735a97b

Please sign in to comment.