This is an automated email from the ASF dual-hosted git repository.
tardieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 301f37c Update nginx docker image to 1.17 (replicates core PR #4800)
(#574)
301f37c is described below
commit 301f37ce4b43beb1f641f5a28850cd10371908c2
Author: David Grove <[email protected]>
AuthorDate: Tue Jan 21 10:40:19 2020 -0500
Update nginx docker image to 1.17 (replicates core PR #4800) (#574)
---
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 af6ccf2..c155d26 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -226,7 +226,7 @@ db:
# Nginx configurations
nginx:
imageName: "nginx"
- imageTag: "1.15"
+ imageTag: "1.17"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"