Skip to content

Commit 23b9840

Browse files
Bump version
1 parent 6519833 commit 23b9840

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.11
15+
appVersion: 0.1.12
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.23
19+
version: 0.1.24

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.11
8+
image: webis/targer-frontend:0.1.12
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.11
15+
image: webis/targer-backend:0.1.12
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/

0 commit comments

Comments
 (0)