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 | `""` |