From 6a2bb424e211e0ca98b6039db7d16515b822b172 Mon Sep 17 00:00:00 2001 From: spearce Date: Fri, 6 Jul 2018 11:38:18 +0200 Subject: [PATCH] added rootUser to values.yaml (#6479) * added rootUser to values.yaml * bumped chart version for ghost chart --- stable/ghost/Chart.yaml | 2 +- stable/ghost/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index 9365143d1e..a67326cdd7 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 4.0.4 +version: 4.0.5 appVersion: 1.24.7-debian-8 description: A simple, powerful publishing platform that allows you to share your stories with the world diff --git a/stable/ghost/values.yaml b/stable/ghost/values.yaml index 3dc0c89c75..a4c081d608 100644 --- a/stable/ghost/values.yaml +++ b/stable/ghost/values.yaml @@ -114,7 +114,7 @@ mariadb: ## MariaDB admin password ## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run ## - # root: + # rootUser: # password: ## Enable persistence using Persistent Volume Claims