Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed May 4, 2021
1 parent 64c2dd3 commit cbbe260
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/schema/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
paths: {} # Will be filled by Flasgger.
info:
title: TARGER API
version: 0.1.12
version: 0.1.13
description: |
Demo API for our [ACL 2019 paper](https://doi.org/10.18653/v1/P19-3031):
_TARGER: Neural Argument Mining at Your Fingertips_
Expand Down
6 changes: 3 additions & 3 deletions helm/targer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ home: https://demo.webis.de/targer/
sources:
- https://github.com/webis-de/targer
icon: https://assets.webis.de/img/webis-logo-gray.svg
maintainers: # (optional)
maintainers:
- name: Jan Heinrich Reimer
email: jan.reimer@student.uni-halle.de

# 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.12
appVersion: 0.1.13

# 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.24
version: 0.1.25
7 changes: 4 additions & 3 deletions helm/targer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
frontend:
# url: https://demo.webis.de/targer/
port: 30294
image: webis/targer-frontend:0.1.12
image: webis/targer-frontend:0.1.13
replicas: 3

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

elasticsearch:
host: elasticsearch.bw.webis.de
# host: elasticsearch.bw.webis.de
host: betaweb020.bw.webis.de
port: 9200
username: "" # Override username with `--set elasticsearch.username=EXAMPLE` Helm option.
password: "" # Override username with `--set elasticsearch.password=EXAMPLE` Helm option.
Expand Down

0 comments on commit cbbe260

Please sign in to comment.