This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 7314d75  nginx version bump & doc updates (#448)
7314d75 is described below

commit 7314d75402d7e18f62d2434adedca51a02959b45
Author: David Grove <[email protected]>
AuthorDate: Thu Apr 4 20:57:46 2019 -0400

    nginx version bump & doc updates (#448)
    
    Bump nginx from 1.13 to 1.15.
    
    Remove nginx from list of components for which replicaCount>1
    is not supported. Stateless component -- running multiple replicas
    is expected to just work.
---
 docs/configurationChoices.md | 1 -
 helm/openwhisk/values.yaml   | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/configurationChoices.md b/docs/configurationChoices.md
index 38c65d5..4e522a5 100644
--- a/docs/configurationChoices.md
+++ b/docs/configurationChoices.md
@@ -42,7 +42,6 @@ to be greater than 1 for the following components:
 - couchdb
 - kafka
 - kafkaprovider
-- nginx
 - redis
 We are actively working on reducing this list and would welcome PRs to help.
 
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index e9bf7ef..ec629db 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -210,9 +210,8 @@ db:
 # Nginx configurations
 nginx:
   imageName: "nginx"
-  imageTag: "1.13"
+  imageTag: "1.15"
   imagePullPolicy: "IfNotPresent"
-  # NOTE: setting replicaCount > 1 is not tested and may not work
   replicaCount: 1
   restartPolicy: "Always"
   httpPort: 80

Reply via email to