build: Apply semantic release version to chart
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-11 19:44:28 +02:00
parent dce6d7fb1c
commit f4ee0617cc
2 changed files with 26 additions and 14 deletions

View File

@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.5.3
version: v{{ chart_version }}
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.3"
appVersion: "v{{ chart_version }}"