From 53d277bf546d3f54727bf385fc64c36593689aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 27 Feb 2019 19:32:13 +0100 Subject: [PATCH] [stable/ghost] Add apiVersion in Chart.yaml and add test info to README.md (#11807) Signed-off-by: Carlos Rodriguez Hernandez --- stable/ghost/Chart.yaml | 3 ++- stable/ghost/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index 9b54debbf9..674614d61a 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: ghost -version: 6.3.12 +version: 6.3.13 appVersion: 2.15.0 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: diff --git a/stable/ghost/README.md b/stable/ghost/README.md index 491dd0b45c..9750e90c3a 100644 --- a/stable/ghost/README.md +++ b/stable/ghost/README.md @@ -14,7 +14,7 @@ This chart bootstraps a [Ghost](https://github.com/bitnami/bitnami-docker-ghost) It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Ghost application. -Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This chart has been tested to work with NGINX Ingress, cert-manager, fluentd and Prometheus on top of the [BKPR](https://kubeprod.io/). ## Prerequisites