Skip to content

Commit cbbe260

Browse files
Bump version
1 parent 64c2dd3 commit cbbe260

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

backend/schema/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ swagger: "2.0"
22
paths: {} # Will be filled by Flasgger.
33
info:
44
title: TARGER API
5-
version: 0.1.12
5+
version: 0.1.13
66
description: |
77
Demo API for our [ACL 2019 paper](https://doi.org/10.18653/v1/P19-3031):
88
_TARGER: Neural Argument Mining at Your Fingertips_

helm/targer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ home: https://demo.webis.de/targer/
66
sources:
77
- https://github.com/webis-de/targer
88
icon: https://assets.webis.de/img/webis-logo-gray.svg
9-
maintainers: # (optional)
9+
maintainers:
1010
- name: Jan Heinrich Reimer
1111
email: jan.reimer@student.uni-halle.de
1212

1313
# This is the version number of the application being deployed. This version number should be
1414
# incremented each time you make changes to the application.
15-
appVersion: 0.1.12
15+
appVersion: 0.1.13
1616

1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
19-
version: 0.1.24
19+
version: 0.1.25

helm/targer/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
frontend:
66
# url: https://demo.webis.de/targer/
77
port: 30294
8-
image: webis/targer-frontend:0.1.12
8+
image: webis/targer-frontend:0.1.13
99
replicas: 3
1010

1111
backend:
1212
url: https://demo.webis.de/targer-api/
1313
port: 30293
1414
root: /targer-api
15-
image: webis/targer-backend:0.1.12
15+
image: webis/targer-backend:0.1.13
1616
replicas: 3
1717
# Paths of models on each host's file system.
1818
modelsPath: /mnt/ceph/storage/data-in-production/data-research/acqua/targer/models/
1919

2020
elasticsearch:
21-
host: elasticsearch.bw.webis.de
21+
# host: elasticsearch.bw.webis.de
22+
host: betaweb020.bw.webis.de
2223
port: 9200
2324
username: "" # Override username with `--set elasticsearch.username=EXAMPLE` Helm option.
2425
password: "" # Override username with `--set elasticsearch.password=EXAMPLE` Helm option.

0 commit comments

Comments
 (0)