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 fded90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testdata/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords:
- nginx
- www
- web
kubeVersion: '>=1.2.0'
kubeVersion: '>=1.2.0-0'
maintainers: []
name: nginx
sources:
- https://hub.docker.com/_/nginx/
- https://hub.docker.com/_/nginx/
version: 0.1.0
4 changes: 2 additions & 2 deletions testdata/charts/openshift-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords:
- nginx
- www
- web
kubeVersion: '>=1.2.0'
kubeVersion: '>=1.2.0-0'
maintainers: []
name: nginx
sources:
- https://hub.docker.com/_/nginx/
- https://hub.docker.com/_/nginx/
version: 0.1.0

0 comments on commit fded90a

Please sign in to comment.