From 35f1fd2b5787587bed5cfa0bb7dbe1f7d635018e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 29 Nov 2018 12:01:42 +0100 Subject: [PATCH] [stable/opencart] Remove incorrect readme entries (#9507) * [stable/opencart] Remove incorrect readme entries Signed-off-by: Javier J. Salmeron Garcia * Bump chart version Signed-off-by: Javier J. Salmeron Garcia --- stable/opencart/Chart.yaml | 2 +- stable/opencart/README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/opencart/Chart.yaml b/stable/opencart/Chart.yaml index bd23d64e51..a399521ddf 100644 --- a/stable/opencart/Chart.yaml +++ b/stable/opencart/Chart.yaml @@ -1,5 +1,5 @@ name: opencart -version: 4.0.1 +version: 4.0.2 appVersion: 3.0.2-0 description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. diff --git a/stable/opencart/README.md b/stable/opencart/README.md index e21e2f9acb..a0dc1c92bf 100644 --- a/stable/opencart/README.md +++ b/stable/opencart/README.md @@ -58,9 +58,7 @@ The following table lists the configurable parameters of the OpenCart chart and | `opencartHost` | OpenCart host to create application URLs | `nil` | | `service.type` | Kubernetes Service type | `LoadBalancer` | | `service.port` | Service HTTP port | `80` | -| `nodePorts.http` | Kubernetes http node port | `""` | | `service.httpsPort` | Service HTTPS port | `443` | -| `nodePorts.https` | Kubernetes https node port | `""` | | `service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` | | `service.nodePorts.http` | Kubernetes http node port | `""` | | `service.nodePorts.https` | Kubernetes https node port | `""` |