You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/11/05 13:42:35 UTC

[openwhisk-deploy-kube] 01/02: upgrade to nginx 1.21.1

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

commit 0927a6f1ed77191f7616e4ca65e6861418a37adf
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Thu Aug 19 09:07:03 2021 -0400

    upgrade to nginx 1.21.1
---
 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 c143968..0858a43 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -232,7 +232,7 @@ activationStoreBackend: "CouchDB"
 # Nginx configurations
 nginx:
   imageName: "nginx"
-  imageTag: "1.19"
+  imageTag: "1.21.1"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"