mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix ghost chart (#7097)
This commit is contained in:
committed by
k8s-ci-robot
parent
cfeb55a593
commit
b8f2853808
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user