mirror of
https://github.com/helm/helm.git
synced 2026-03-14 22:53:51 -04:00
fix kubeVersion example
This commit is contained in:
parent
b49a3960b0
commit
01b404b68e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: nginx
|
||||
description: A basic NGINX HTTP server
|
||||
version: 0.1.0
|
||||
kubeVersion: >= 1.2.0
|
||||
kubeVersion: ">=1.2.0"
|
||||
keywords:
|
||||
- http
|
||||
- nginx
|
||||
|
|
|
|||
Loading…
Reference in a new issue