From 1104561b91992ff7826c717637ea142aa5a073bd Mon Sep 17 00:00:00 2001 From: Gurminder Sunner Date: Wed, 5 Jun 2019 11:26:00 +0100 Subject: [PATCH] version 0.3.0 release prep --- api-frontend/pom.xml | 2 +- engine/pom.xml | 2 +- helm-charts/seldon-core-analytics/Chart.yaml | 2 +- helm-charts/seldon-core-oauth-gateway/Chart.yaml | 2 +- helm-charts/seldon-core-oauth-gateway/values.yaml | 2 +- helm-charts/seldon-core-operator/Chart.yaml | 2 +- helm-charts/seldon-core-operator/values.yaml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api-frontend/pom.xml b/api-frontend/pom.xml index 8040a85e2e..d781072a7a 100644 --- a/api-frontend/pom.xml +++ b/api-frontend/pom.xml @@ -10,7 +10,7 @@ io.seldon.apife seldon-apife - 0.3.0-SNAPSHOT + 0.3.0 jar api-frontend diff --git a/engine/pom.xml b/engine/pom.xml index 0f8a4dedee..682e16eb39 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -10,7 +10,7 @@ io.seldon.engine seldon-engine - 0.3.0-SNAPSHOT + 0.3.0 jar engine diff --git a/helm-charts/seldon-core-analytics/Chart.yaml b/helm-charts/seldon-core-analytics/Chart.yaml index d94e8cb7cc..d9d3ef8d4e 100644 --- a/helm-charts/seldon-core-analytics/Chart.yaml +++ b/helm-charts/seldon-core-analytics/Chart.yaml @@ -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 diff --git a/helm-charts/seldon-core-oauth-gateway/Chart.yaml b/helm-charts/seldon-core-oauth-gateway/Chart.yaml index d7dd1b0fdd..502039b86e 100644 --- a/helm-charts/seldon-core-oauth-gateway/Chart.yaml +++ b/helm-charts/seldon-core-oauth-gateway/Chart.yaml @@ -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 diff --git a/helm-charts/seldon-core-oauth-gateway/values.yaml b/helm-charts/seldon-core-oauth-gateway/values.yaml index a4dd2606b0..44063e4bc8 100644 --- a/helm-charts/seldon-core-oauth-gateway/values.yaml +++ b/helm-charts/seldon-core-oauth-gateway/values.yaml @@ -6,7 +6,7 @@ engine: image: pullPolicy: IfNotPresent repository: seldonio/apife - tag: 0.3.0-SNAPSHOT + tag: 0.3.0 rbac: rolebinding: create: true diff --git a/helm-charts/seldon-core-operator/Chart.yaml b/helm-charts/seldon-core-operator/Chart.yaml index b8e5710ba8..6eadb8095b 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: 0.3.0-SNAPSHOT +version: 0.3.0 diff --git a/helm-charts/seldon-core-operator/values.yaml b/helm-charts/seldon-core-operator/values.yaml index fea56e766d..516649ae41 100644 --- a/helm-charts/seldon-core-operator/values.yaml +++ b/helm-charts/seldon-core-operator/values.yaml @@ -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 @@ -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