Skip to content

Commit 5ed9f48

Browse files
tompizmorlachie83
authored andcommitted
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (helm#1207)
1 parent db12f5b commit 5ed9f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/prestashop/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
env:
2222
- name: MARIADB_HOST
2323
value: {{ template "mariadb.fullname" . }}
24-
- name: MARIADB_PORT
24+
- name: MARIADB_PORT_NUMBER
2525
value: "3306"
2626
- name: MARIADB_PASSWORD
2727
valueFrom:

stable/prestashop/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami PrestaShop image version
22
## ref: https://hub.docker.com/r/bitnami/prestashop/tags/
33
##
4-
image: bitnami/prestashop:1.7.1.1-r2
4+
image: bitnami/prestashop:1.7.1.1-r3
55

66
## Specify a imagePullPolicy
77
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)