Skip to content

Commit

Permalink
Update Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Sep 28, 2020
1 parent a102b46 commit a4d0498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/targer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ maintainers: # (optional)

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

# 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.18
version: 0.1.19
4 changes: 2 additions & 2 deletions helm/targer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
frontend:
# url: https://demo.webis.de/targer/
port: 30294
image: webis/targer-frontend:0.1.7
image: webis/targer-frontend:0.1.8
replicas: 3

backend:
url: https://demo.webis.de/targer-api/
port: 30293
root: /targer-api
image: webis/targer-backend:0.1.7
image: webis/targer-backend:0.1.8
replicas: 3
# Paths of models on each host's file system.
modelsPath: /mnt/ceph/storage/data-in-progress/targer/models/
Expand Down

0 comments on commit a4d0498

Please sign in to comment.