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 (#1213)
This commit is contained in:
committed by
Lachlan Evenson
parent
bfe2fb5593
commit
abda488f38
@@ -1,5 +1,5 @@
|
||||
name: mediawiki
|
||||
version: 0.4.8
|
||||
version: 0.4.9
|
||||
description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database.
|
||||
keywords:
|
||||
- mediawiki
|
||||
|
||||
@@ -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 MediaWiki image version
|
||||
## ref: https://hub.docker.com/r/bitnami/mediawiki/tags/
|
||||
##
|
||||
image: bitnami/mediawiki:1.28.2-r0
|
||||
image: bitnami/mediawiki:1.28.2-r1
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user