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 (#1208)
This commit is contained in:
committed by
Lachlan Evenson
parent
abda488f38
commit
d6707ea6ef
@@ -1,5 +1,5 @@
|
||||
name: phpbb
|
||||
version: 0.4.9
|
||||
version: 0.4.10
|
||||
description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more.
|
||||
keywords:
|
||||
- phpbb
|
||||
|
||||
@@ -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 phpBB image version
|
||||
## ref: https://hub.docker.com/r/bitnami/phpbb/tags/
|
||||
##
|
||||
image: bitnami/phpbb:3.2.0-r4
|
||||
image: bitnami/phpbb:3.2.0-r5
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user