I guess we're just not allowed to make things look nice...

This commit is contained in:
WilliamMiceli
2019-06-01 16:15:59 -04:00
parent 7683c0adfb
commit 9428d11a87
2 changed files with 4 additions and 6 deletions

View File

@@ -2,9 +2,7 @@ version: '2'
services: services:
joomla: joomla:
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.1)"}}image: joomla:php7.1-apache{{- end}} image: joomla:${IMAGE_VERSION}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.2)"}}image: joomla:php7.2-apache{{- end}}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.3)"}}image: joomla:php7.3-apache{{- end}}
dns: # Using Cloudflare DNS dns: # Using Cloudflare DNS
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1

View File

@@ -48,9 +48,9 @@ catalog:
required: true required: true
type: enum type: enum
options: options:
- Apache (PHP 7.1) - php7.1-apache
- Apache (PHP 7.2) - php7.2-apache
- Apache (PHP 7.3) - php7.3-apache
- variable: "DATA_DIR" - variable: "DATA_DIR"
label: "Data Directory" label: "Data Directory"