We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db12f5b commit 5ed9f48Copy full SHA for 5ed9f48
stable/prestashop/templates/deployment.yaml
@@ -21,7 +21,7 @@ spec:
21
env:
22
- name: MARIADB_HOST
23
value: {{ template "mariadb.fullname" . }}
24
- - name: MARIADB_PORT
+ - name: MARIADB_PORT_NUMBER
25
value: "3306"
26
- name: MARIADB_PASSWORD
27
valueFrom:
stable/prestashop/values.yaml
@@ -1,7 +1,7 @@
1
## Bitnami PrestaShop image version
2
## ref: https://hub.docker.com/r/bitnami/prestashop/tags/
3
##
4
-image: bitnami/prestashop:1.7.1.1-r2
+image: bitnami/prestashop:1.7.1.1-r3
5
6
## Specify a imagePullPolicy
7
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
0 commit comments