mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1210)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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,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.
|
||||
|
||||
Reference in New Issue
Block a user