Signed-off-by: rimas <rmocius@gmail.com>
pull/9084/head
rimas 4 years ago
parent 2be0d141a6
commit ce1a46899f

@ -17,5 +17,5 @@ type: application
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.16.0
# incremented each time you make changes to the application and recommended to use it with quotes.
appVersion: "1.16.0"

@ -99,7 +99,8 @@ version: 0.1.0
# 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.
appVersion: 1.16.0
# It is recommended to use it with quotes.
appVersion: "1.16.0"
`
const defaultValues = `# Default values for %s.

@ -17,5 +17,5 @@ type: application
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.16.0
# incremented each time you make changes to the application and recommended to use it with quotes.
appVersion: "1.16.0"

@ -17,5 +17,5 @@ type: application
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.16.0
# incremented each time you make changes to the application and recommended to use it with quotes.
appVersion: "1.16.0"

Loading…
Cancel
Save