diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 1a6d22ab51..49381ab462 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 5.0.2 +version: 5.0.3 appVersion: 11.0.20181215 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/stable/odoo/README.md b/stable/odoo/README.md index 4965cb2d30..26439a6113 100644 --- a/stable/odoo/README.md +++ b/stable/odoo/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Odoo chart and thei | `image.repository` | Odoo Image name | `bitnami/odoo` | | `image.tag` | Odoo Image tag | `{VERSION}` | | `image.pullPolicy` | Image pull policy | `Always` | -| `image.pullSecrets` | Specify image pull secrets | `nil` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `odooUsername` | User of the application | `user@example.com` | | `odooPassword` | Admin account password | _random 10 character long alphanumeric string_ | | `odooEmail` | Admin account email | `user@example.com` | @@ -64,7 +64,7 @@ The following table lists the configurable parameters of the Odoo chart and thei | `smtpPassword` | SMTP password | `nil` | | `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` | | `service.type` | Kubernetes Service type | `LoadBalancer` | -| `service.port` | Service HTTP port | `80` | +| `service.port` | Service HTTP port | `80` | | `service.loadBalancer` | Kubernetes LoadBalancerIP to request | `nil` | | `service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` | | `service.nodePort` | Kubernetes http node port | `""` |