mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ghost] Set Ghost Protocol to 'http' by default (#10492)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
722b19aa54
commit
6b9506506f
@@ -1,5 +1,5 @@
|
||||
name: ghost
|
||||
version: 6.2.0
|
||||
version: 6.2.1
|
||||
appVersion: 2.9.1
|
||||
description: A simple, powerful publishing platform that allows you to share your stories with the world
|
||||
keywords:
|
||||
|
||||
@@ -37,7 +37,7 @@ volumePermissions:
|
||||
## Ghost protocol, host and path to create application URLs
|
||||
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
||||
##
|
||||
ghostProtocol: https
|
||||
ghostProtocol: http
|
||||
# ghostHost:
|
||||
ghostPath: /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user