diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index c337dbeb47..0aa0d44f58 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 6.0.1 +version: 6.0.2 appVersion: 1.7.5-0 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. keywords: diff --git a/stable/prestashop/templates/svc.yaml b/stable/prestashop/templates/svc.yaml index 8a30231900..c7a4446f32 100644 --- a/stable/prestashop/templates/svc.yaml +++ b/stable/prestashop/templates/svc.yaml @@ -29,4 +29,4 @@ spec: nodePort: {{ .Values.service.nodePorts.https }} {{- end }} selector: - app: "{{ template "prestashop.fullname" . }}" + app: "{{ template "prestashop.name" . }}" diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index d2a186c26d..11851668dd 100644 --- a/stable/prestashop/values.yaml +++ b/stable/prestashop/values.yaml @@ -144,7 +144,7 @@ service: # HTTP Port port: 80 # HTTPS Port - httpsPort: 44 + httpsPort: 443 ## loadBalancerIP for the PrestaShop Service (optional, cloud specific) ## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer ## loadBalancerIP