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 <[email protected]> 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"
