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

daisyguo 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 48f94e0  bump nginx to 1.13 (match default version in core repo) (#384)
48f94e0 is described below

commit 48f94e0c8cfd371864d28ba8887f944224863c6a
Author: David Grove <[email protected]>
AuthorDate: Tue Dec 4 23:58:44 2018 -0500

    bump nginx to 1.13 (match default version in core repo) (#384)
---
 helm/openwhisk/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 9dc4e41..9d81a09 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -174,7 +174,7 @@ db:
 nginx:
   name: "nginx"
   imageName: "nginx"
-  imageTag: "1.11"
+  imageTag: "1.13"
   imagePullPolicy: "IfNotPresent"
   # NOTE: setting replicaCount > 1 is not tested and may not work
   replicaCount: 1

Reply via email to