Skip to content

Commit edba20c

Browse files
Update Helm chart
1 parent 7a331f1 commit edba20c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/targer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ maintainers: # (optional)
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.3
15+
appVersion: 0.1.7
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.9
19+
version: 0.1.14

helm/targer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
frontend:
66
# url: https://demo.webis.de/targer/
77
port: 30294
8-
image: webis/targer-frontend:0.1.3
8+
image: webis/targer-frontend:0.1.7
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.3
15+
image: webis/targer-backend:0.1.7
1616
replicas: 3
1717
# Paths of models on each host's file system.
1818
modelsPath: /mnt/ceph/storage/data-in-progress/targer/models/

0 commit comments

Comments
 (0)