From b42f2fe9ecb29b8595b4149840c54e6669816fa9 Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Fri, 8 Nov 2024 13:56:43 +0000 Subject: [PATCH 1/2] disable terminals --- charts/bigdata-notebook-workspace/Chart.yaml | 2 +- charts/bigdata-notebook-workspace/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/bigdata-notebook-workspace/Chart.yaml b/charts/bigdata-notebook-workspace/Chart.yaml index 0fa01a3..7aab88e 100644 --- a/charts/bigdata-notebook-workspace/Chart.yaml +++ b/charts/bigdata-notebook-workspace/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bigdata-notebook-workspace description: A Helm chart for the Spot Big Data Notebook Workspace type: application -version: 0.0.17 +version: 0.0.18 appVersion: 4.1.8-ofas-31799c9 home: https://github.com/spotinst/charts icon: https://docs.spot.io/_media/images/spot_mark.png diff --git a/charts/bigdata-notebook-workspace/values.yaml b/charts/bigdata-notebook-workspace/values.yaml index 124b26c..284cf68 100644 --- a/charts/bigdata-notebook-workspace/values.yaml +++ b/charts/bigdata-notebook-workspace/values.yaml @@ -10,6 +10,7 @@ server: token: '' ip: '0.0.0.0' allowOrigin: '*' + terminals_enabled: False image: repository: public.ecr.aws/ocean-spark/bigdata-notebook From 75a1772fd80afa7af6d1d1fe7cf2ce726591bce3 Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Fri, 8 Nov 2024 15:44:50 +0000 Subject: [PATCH 2/2] Update values.yaml --- charts/bigdata-notebook-workspace/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bigdata-notebook-workspace/values.yaml b/charts/bigdata-notebook-workspace/values.yaml index 284cf68..dffeaa1 100644 --- a/charts/bigdata-notebook-workspace/values.yaml +++ b/charts/bigdata-notebook-workspace/values.yaml @@ -10,7 +10,7 @@ server: token: '' ip: '0.0.0.0' allowOrigin: '*' - terminals_enabled: False + terminals_enabled: false image: repository: public.ecr.aws/ocean-spark/bigdata-notebook