bump nginx to 1.19 (mirrors core PR#4966) (#633)

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 @@
 # Nginx configurations
 nginx:
   imageName: "nginx"
-  imageTag: "1.17"
+  imageTag: "1.19"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"