Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1214)

This commit is contained in:
tompizmor
2017-06-06 11:04:27 -07:00
committed by Lachlan Evenson
parent 5316b4e9f5
commit 9cd74016e0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: opencart
version: 0.4.7
version: 0.4.8
description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store.
keywords:
- opencart
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami OpenCart image version
## ref: https://hub.docker.com/r/bitnami/opencart/tags/
##
image: bitnami/opencart:2.3.0.2-r17
image: bitnami/opencart:2.3.0.2-r18
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'