mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/joomla] Release 0.4.9 (#1204)
* joomla: update to `bitnami/joomla:3.7.2-r0` * joomla: bump chart version to `0.4.9` * Rename MARIADB_PORT to MARIADB_PORT_NUMBER
This commit is contained in:
committed by
Lachlan Evenson
parent
551d784ba9
commit
d575f03e05
@@ -1,5 +1,5 @@
|
||||
name: joomla
|
||||
version: 0.4.8
|
||||
version: 0.4.9
|
||||
description: PHP content management system (CMS) for publishing web content
|
||||
keywords:
|
||||
- joomla
|
||||
|
||||
@@ -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 Joomla! image version
|
||||
## ref: https://hub.docker.com/r/bitnami/joomla/tags/
|
||||
##
|
||||
image: bitnami/joomla:3.7.1-r0
|
||||
image: bitnami/joomla:3.7.2-r1
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user