We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3e47e commit 7dbdc2bCopy full SHA for 7dbdc2b
chartpress.py
@@ -1076,7 +1076,7 @@ def main(args=None):
1076
# tag specified, use that version
1077
forced_version = args.tag
1078
elif args.reset and not use_chart_version:
1079
- # resetting, get version from chrtpress.yaml,
+ # resetting, get version from chartpress.yaml,
1080
# ignoring current version in Chart.yaml
1081
forced_version = chart.get("resetVersion", "0.0.1-0.dev")
1082
0 commit comments