Skip to content

Commit 4a3d4eb

Browse files
tompizmorVic Iglesias
authored andcommitted
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (helm#1210)
1 parent 2e6f640 commit 4a3d4eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/drupal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drupal
2-
version: 0.7.0
2+
version: 0.7.1
33
appVersion: 8.3.2
44
description: One of the most versatile open source content management systems.
55
keywords:

stable/drupal/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/drupal/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami Drupal image version
22
## ref: https://hub.docker.com/r/bitnami/drupal/tags/
33
##
4-
image: bitnami/drupal:8.3.2-r0
4+
image: bitnami/drupal:8.3.2-r1
55

66
## Optionally specify an array of imagePullSecrets.
77
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)