From 7404c9f2a65155206500c7a2f67897819fa97366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 27 Feb 2019 16:55:14 +0100 Subject: [PATCH] [stable/parse] Add apiVersion in Chart.yaml and add test info to README.md (#11795) Signed-off-by: Carlos Rodriguez Hernandez --- stable/parse/Chart.yaml | 3 ++- stable/parse/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index 23822855f8..b056af05e5 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: parse -version: 6.0.2 +version: 6.0.3 appVersion: 3.1.3 description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more. keywords: diff --git a/stable/parse/README.md b/stable/parse/README.md index 5694f15055..70868a9831 100644 --- a/stable/parse/README.md +++ b/stable/parse/README.md @@ -12,7 +12,7 @@ $ helm install stable/parse This chart bootstraps a [Parse](https://github.com/bitnami/bitnami-docker-parse) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. -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