Skip to content

Commit

Permalink
Add "appVersion" in helm chart yaml (#3113)
Browse files Browse the repository at this point in the history
FIX #2737

Signed-off-by: 屈骏 <[email protected]>
  • Loading branch information
DanielQujun authored Aug 10, 2021
1 parent 07fa8da commit e580c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def update_chart_yaml_file(fpath, seldon_core_version, debug=False):

d = yaml_to_dict(yaml_data)
d["version"] = seldon_core_version
d["appVersion"] = seldon_core_version

with open(fpath, "w") as f:
f.write(dict_to_yaml(d))
Expand Down

0 comments on commit e580c2a

Please sign in to comment.