Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1210)

This commit is contained in:
tompizmor
2017-06-18 18:30:06 +09:00
committed by Vic Iglesias
parent 2e6f640bf0
commit 4a3d4ebafe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: drupal
version: 0.7.0
version: 0.7.1
appVersion: 8.3.2
description: One of the most versatile open source content management systems.
keywords:
+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 Drupal image version
## ref: https://hub.docker.com/r/bitnami/drupal/tags/
##
image: bitnami/drupal:8.3.2-r0
image: bitnami/drupal:8.3.2-r1
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.