mirror of
https://github.com/helm/helm.git
synced 2026-04-21 22:27:03 -04:00
Fix test
Signed-off-by: rimas <rmocius@gmail.com>
This commit is contained in:
parent
ce1a46899f
commit
f30badd570
3 changed files with 3 additions and 3 deletions
|
|
@ -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 and recommended to use it with quotes.
|
||||
# incremented each time you make changes to the application and it is 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 and recommended to use it with quotes.
|
||||
# incremented each time you make changes to the application and it is recommended to use it with quotes.
|
||||
appVersion: "1.16.0"
|
||||
|
|
|
|||
2
pkg/lint/rules/testdata/v3-fail/Chart.yaml
vendored
2
pkg/lint/rules/testdata/v3-fail/Chart.yaml
vendored
|
|
@ -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 and recommended to use it with quotes.
|
||||
# incremented each time you make changes to the application and it is recommended to use it with quotes.
|
||||
appVersion: "1.16.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue