From 735a97b1c4df79001975a4af855b673167cfb5a0 Mon Sep 17 00:00:00 2001 From: Gurminder Sunner Date: Thu, 16 Apr 2020 09:50:16 +0100 Subject: [PATCH] version 1.1.0 --- engine/pom.xml | 2 +- helm-charts/seldon-core-analytics/Chart.yaml | 2 +- helm-charts/seldon-core-operator/Chart.yaml | 2 +- helm-charts/seldon-core-operator/values.yaml | 6 +++--- operator/config/manager/kustomization.yaml | 2 +- operator/config/manager/manager.yaml | 4 ++-- version.txt | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/engine/pom.xml b/engine/pom.xml index cca6f66127..19048b3c83 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -10,7 +10,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs io.seldon.engine seldon-engine - 1.1.0-SNAPSHOT + 1.1.0 jar engine http://maven.apache.org diff --git a/helm-charts/seldon-core-analytics/Chart.yaml b/helm-charts/seldon-core-analytics/Chart.yaml index 48de3b2bae..a56ab2260c 100644 --- a/helm-charts/seldon-core-analytics/Chart.yaml +++ b/helm-charts/seldon-core-analytics/Chart.yaml @@ -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 diff --git a/helm-charts/seldon-core-operator/Chart.yaml b/helm-charts/seldon-core-operator/Chart.yaml index 507322882f..de40b6edd0 100644 --- a/helm-charts/seldon-core-operator/Chart.yaml +++ b/helm-charts/seldon-core-operator/Chart.yaml @@ -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 diff --git a/helm-charts/seldon-core-operator/values.yaml b/helm-charts/seldon-core-operator/values.yaml index 7f28472df9..f7a6725f0e 100644 --- a/helm-charts/seldon-core-operator/values.yaml +++ b/helm-charts/seldon-core-operator/values.yaml @@ -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: @@ -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 @@ -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: diff --git a/operator/config/manager/kustomization.yaml b/operator/config/manager/kustomization.yaml index e9d1198811..86c10d4f03 100644 --- a/operator/config/manager/kustomization.yaml +++ b/operator/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ kind: Kustomization images: - name: controller newName: seldonio/seldon-core-operator - newTag: 1.1.0-SNAPSHOT + newTag: 1.1.0 diff --git a/operator/config/manager/manager.yaml b/operator/config/manager/manager.yaml index b1a3149ea6..83b92f5988 100644 --- a/operator/config/manager/manager.yaml +++ b/operator/config/manager/manager.yaml @@ -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 @@ -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 diff --git a/version.txt b/version.txt index 5902d52cce..9084fa2f71 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0-SNAPSHOT +1.1.0