From 756a96f5047190ecb73ce30b9754cb36e8260a86 Mon Sep 17 00:00:00 2001 From: tm8enk Date: Fri, 12 Mar 2021 08:19:35 +0000 Subject: [PATCH] spark distrib --- charts/hive-metastore/Chart.yaml | 2 +- charts/hive-metastore/values.schema.json | 2 +- charts/jupyter/Chart.yaml | 2 +- charts/jupyter/values.schema.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/hive-metastore/Chart.yaml b/charts/hive-metastore/Chart.yaml index 6e1d3c9a..5903d822 100644 --- a/charts/hive-metastore/Chart.yaml +++ b/charts/hive-metastore/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.9 +version: 0.0.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hive-metastore/values.schema.json b/charts/hive-metastore/values.schema.json index aa3647e2..67b40761 100644 --- a/charts/hive-metastore/values.schema.json +++ b/charts/hive-metastore/values.schema.json @@ -22,7 +22,7 @@ "description": "tag", "type": "string", "default": "master", - "enum": ["master", "hive-2.3.7"] + "enum": ["master", "hive-2.3.7","custom-spark-hadoop","custom-spark-no-hadoop"] } } diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index fd6c3740..0aca3090 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.5 +version: 0.3.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jupyter/values.schema.json b/charts/jupyter/values.schema.json index 4812d0ec..1538c596 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -19,7 +19,7 @@ "description": "tag", "type": "string", "default": "master", - "enum": ["master", "hive-2.3.7"] + "enum": ["master", "hive-2.3.7","custom-spark-hadoop","custom-spark-no-hadoop"] } }