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 747e4b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions testdata/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v1
description: A basic NGINX HTTP server
home: https://github.com/helm/helm
keywords:
- http
- nginx
- www
- web
kubeVersion: '>=1.2.0'
- http
- nginx
- www
- web
kubeVersion: ">=1.2.0-0"
maintainers: []
name: nginx
sources:
- https://hub.docker.com/_/nginx/
- https://hub.docker.com/_/nginx/
version: 0.1.0
12 changes: 6 additions & 6 deletions testdata/charts/openshift-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v1
description: A basic NGINX HTTP server
home: https://github.com/helm/helm
keywords:
- http
- nginx
- www
- web
kubeVersion: '>=1.2.0'
- http
- nginx
- www
- web
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 747e4b2

Please sign in to comment.