From a517a26d20d4ceff42f41582c41f2447b724960b Mon Sep 17 00:00:00 2001 From: tompizmor Date: Tue, 6 Jun 2017 23:10:03 +0200 Subject: [PATCH] Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1212) --- stable/magento/templates/deployment.yaml | 2 +- stable/magento/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/magento/templates/deployment.yaml b/stable/magento/templates/deployment.yaml index ead1a571e6..4209c64a32 100644 --- a/stable/magento/templates/deployment.yaml +++ b/stable/magento/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/magento/values.yaml b/stable/magento/values.yaml index afca45a42d..59c133cbe8 100644 --- a/stable/magento/values.yaml +++ b/stable/magento/values.yaml @@ -1,6 +1,7 @@ ## Bitnami Magento image version ## ref: https://hub.docker.com/r/bitnami/magento/tags/ ## + image: bitnami/magento:2.1.7-r0 ## Specify a imagePullPolicy