Skip to content

Commit 2f8fd7d

Browse files
authored
Forgot to include TEM instance of instrument server in bumpversion's scope (#584)
1 parent 0bb2255 commit 2f8fd7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.bumpversion.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ filename = "Helm/charts/murfey-instrument-server-clem/Chart.yaml"
2323
search = 'version: {current_version}'
2424
replace = 'version: {new_version}'
2525

26+
[[tool.bumpversion.files]]
27+
filename = "Helm/charts/murfey-instrument-server-tem/Chart.yaml"
28+
search = 'version: {current_version}'
29+
replace = 'version: {new_version}'
30+
2631
[[tool.bumpversion.files]]
2732
filename = "Helm/charts/murfey-rsync/Chart.yaml"
2833
search = 'version: {current_version}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
name: murfey-instrument-server-tem
33
description: Helm chart for deploying a Murfey instrument server, which executes orders to detect, modify, and transfer files on the instrument PC, and notifies the backend server about transferred files
4-
version: 0.16.12
4+
version: 0.17.10

0 commit comments

Comments
 (0)