Merge pull request #6168 from thomastaylor312/fix/version_comment

docs(chart): updates APIVersionV2 comment to reflect the proper name
pull/6173/head
Taylor Thomas 5 years ago committed by GitHub
commit 800c433646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ package chart
// APIVersionV1 is the API version number for version 1.
const APIVersionV1 = "v1"
// APIVersionV1 is the API version number for version 2.
// APIVersionV2 is the API version number for version 2.
const APIVersionV2 = "v2"
// Chart is a helm package that contains metadata, a default config, zero or more

Loading…
Cancel
Save