diff --git a/stable/prestashop/templates/deployment.yaml b/stable/prestashop/templates/deployment.yaml index 9ee6fe2f50..e7e290d594 100644 --- a/stable/prestashop/templates/deployment.yaml +++ b/stable/prestashop/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: env: - name: MARIADB_HOST value: {{ template "mariadb.fullname" . }} - - name: MARIADB_PORT + - name: MARIADB_PORT_NUMBER value: "3306" - name: MARIADB_PASSWORD valueFrom: diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index b0ff6a63e0..1ec66a195b 100644 --- a/stable/prestashop/values.yaml +++ b/stable/prestashop/values.yaml @@ -1,7 +1,7 @@ ## Bitnami PrestaShop image version ## ref: https://hub.docker.com/r/bitnami/prestashop/tags/ ## -image: bitnami/prestashop:1.7.1.1-r2 +image: bitnami/prestashop:1.7.1.1-r3 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'