Skip to content

Commit d6707ea

Browse files
tompizmorlachie83
authored andcommitted
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (helm#1208)
1 parent abda488 commit d6707ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/phpbb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: phpbb
2-
version: 0.4.9
2+
version: 0.4.10
33
description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more.
44
keywords:
55
- phpbb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami phpBB image version
22
## ref: https://hub.docker.com/r/bitnami/phpbb/tags/
33
##
4-
image: bitnami/phpbb:3.2.0-r4
4+
image: bitnami/phpbb:3.2.0-r5
55

66
## Specify a imagePullPolicy
77
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)