Fix ghost chart (#7097)

This commit is contained in:
Tomas Pizarro
2018-08-10 01:05:01 -07:00
committed by k8s-ci-robot
parent cfeb55a593
commit b8f2853808
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: ghost
version: 4.0.13
version: 4.0.14
appVersion: 1.25.3
description: A simple, powerful publishing platform that allows you to share your
stories with the world
+3 -1
View File
@@ -48,8 +48,10 @@ spec:
{{- else }}
value: {{ .Values.externalDatabase.host | quote }}
{{- end }}
{{- if and (not .Values.mariadb.enabled) .Values.externalDatabase.port }}
- name: MARIADB_PORT_NUMBER
{{- if .Values.mariadb.enabled }}
value: "3306"
{{- else }}
value: {{ .Values.externalDatabase.port | quote }}
{{- end }}
- name: GHOST_DATABASE_NAME