This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new f31d37e  Wildcard for kube version (#425)
f31d37e is described below

commit f31d37e1662e637ecad1011eb3d8dcf357941915
Author: Rahul Tripathi <[email protected]>
AuthorDate: Thu Feb 14 09:21:05 2019 -0500

    Wildcard for kube version (#425)
    
    
    * Fixes #424 - Use wildcard for kubeVersion in Chart.yaml
---
 helm/openwhisk/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 224952f..21f0f07 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -13,4 +13,4 @@ maintainers:
   - name: Apache OpenWhisk committers
     email: [email protected]
 tillerVersion: ">=2.9.0"
-kubeVersion: ">=1.10.0"
+kubeVersion: ">=v1.10.0-r0"

Reply via email to