Skip to content

Commit

Permalink
Fix kubeVersion to support kube pre-releases (helm/helm#6190)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
  • Loading branch information
pmacik committed Aug 17, 2020
1 parent 3284f32 commit cca2320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- nginx
- www
- web
kubeVersion: '>=1.2.0'
kubeVersion: '>=1.2.0-0'
maintainers: []
name: nginx
sources:
Expand Down
2 changes: 1 addition & 1 deletion testdata/charts/openshift-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- nginx
- www
- web
kubeVersion: '>=1.2.0'
kubeVersion: '>=1.2.0-0'
maintainers: []
name: nginx
sources:
Expand Down

0 comments on commit cca2320

Please sign in to comment.