From 3c12a6c30f7ac622c9a9e8bfb3eae12522dafa4f Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Fri, 7 May 2021 02:33:03 +0200 Subject: [PATCH] Bump version --- backend/schema/base.yml | 2 +- helm/targer/Chart.yaml | 4 ++-- helm/targer/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/schema/base.yml b/backend/schema/base.yml index bb1510e..2deebfe 100644 --- a/backend/schema/base.yml +++ b/backend/schema/base.yml @@ -2,7 +2,7 @@ swagger: "2.0" paths: {} # Will be filled by Flasgger. info: title: TARGER API - version: 0.1.13 + version: 1.0.0 description: | Demo API for our [ACL 2019 paper](https://doi.org/10.18653/v1/P19-3031): _TARGER: Neural Argument Mining at Your Fingertips_ diff --git a/helm/targer/Chart.yaml b/helm/targer/Chart.yaml index 820f6ea..27de8b2 100644 --- a/helm/targer/Chart.yaml +++ b/helm/targer/Chart.yaml @@ -12,8 +12,8 @@ maintainers: # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.1.13 +appVersion: 1.0.0 # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.25 +version: 1.0.0 diff --git a/helm/targer/values.yaml b/helm/targer/values.yaml index bc60a25..6829d26 100644 --- a/helm/targer/values.yaml +++ b/helm/targer/values.yaml @@ -5,14 +5,14 @@ frontend: # url: https://demo.webis.de/targer/ port: 30294 - image: webis/targer-frontend:0.1.13 + image: webis/targer-frontend:1.0.0 replicas: 3 backend: url: https://demo.webis.de/targer-api/ port: 30293 root: /targer-api - image: webis/targer-backend:0.1.13 + image: webis/targer-backend:1.0.0 replicas: 3 # Paths of models on each host's file system. modelsPath: /mnt/ceph/storage/data-in-production/data-research/acqua/targer/models/