From 65904a12dc21a0484eac00c41e1092702daf81f8 Mon Sep 17 00:00:00 2001 From: juan131 Date: Thu, 28 Nov 2019 15:44:48 +0100 Subject: [PATCH] [bitnami/apache] Fix typo in values.schema.json Signed-off-by: juan131 --- bitnami/apache/Chart.yaml | 2 +- bitnami/apache/values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 8784ba7b7..cf31da7d1 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: apache -version: 7.2.13 +version: 7.2.14 appVersion: 2.4.41 description: Chart for Apache HTTP Server keywords: diff --git a/bitnami/apache/values.schema.json b/bitnami/apache/values.schema.json index da4bb09d6..dc9855cea 100644 --- a/bitnami/apache/values.schema.json +++ b/bitnami/apache/values.schema.json @@ -11,7 +11,7 @@ "type": "boolean", "form": true, "title": "Use a custom hostname", - "description": "Enable the ingress resource that allows you to access the WordPress installation." + "description": "Enable the ingress resource that allows you to access the Apache installation." }, "certManager": { "type": "boolean",