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/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 817357d  bump nginx to 1.19 (mirrors core PR#4966) (#633)
817357d is described below

commit 817357d586d2bd2099de002dceaf6aa09eeb169f
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 25 09:22:56 2020 -0400

    bump nginx to 1.19 (mirrors core PR#4966) (#633)
---
 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 3f417ef..17268cf 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -233,7 +233,7 @@ activationStoreBackend: "CouchDB"
 # Nginx configurations
 nginx:
   imageName: "nginx"
-  imageTag: "1.17"
+  imageTag: "1.19"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"

Reply via email to