From 9caca9733c75542e535acb5ef4b191c6564336d9 Mon Sep 17 00:00:00 2001 From: Amen Ayadi Date: Fri, 31 Jan 2020 09:56:49 +0100 Subject: [PATCH 1/3] Add jupyterhub tensorflow notebook Update jupyterhub and add Jupyter Notebook Deep Learning Stack --- requirements.yaml | 2 +- values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index 7e3b8f5..03df044 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -21,7 +21,7 @@ dependencies: repository: https://kubernetes-charts.storage.googleapis.com/ condition: grafana.enabled - name: jupyterhub - version: ~0.8.0 + version: ~0.8.2 repository: https://jupyterhub.github.io/helm-chart/ condition: jupyterhub.enabled - name: nifi diff --git a/values.yaml b/values.yaml index 7b89c5a..5bcd258 100644 --- a/values.yaml +++ b/values.yaml @@ -237,6 +237,10 @@ jupyterhub: description: "The Jupyter Stacks spark image" kubespawner_override: image: jupyter/all-spark-notebook:latest + - display_name: "tensorflow environment" + description: "TensorFlow Notebook" + kubespawner_override: + image: jupyter/tensorflow-notebook:latest # ---- auth ---- auth: type: ldap From 56b2ffbe7bce963a053d024dd0ea0d442c5eda90 Mon Sep 17 00:00:00 2001 From: Amen Ayadi Date: Fri, 31 Jan 2020 10:09:20 +0100 Subject: [PATCH 2/3] bump version --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 0a1f01a..a117acf 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ name: fadi -version: 0.1.19 -appVersion: 0.1.19 +version: 0.1.20 +appVersion: 0.1.20 description: FADI is a Cloud Native platform for Big Data based on mature open source tools. keywords: - fadi From 3f1c77d428d90bfdc05990d8518af98089deef91 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Wed, 5 Feb 2020 09:28:38 +0100 Subject: [PATCH 3/3] bump version --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index a117acf..41add98 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ name: fadi -version: 0.1.20 -appVersion: 0.1.20 +version: 0.1.21 +appVersion: 0.1.21 description: FADI is a Cloud Native platform for Big Data based on mature open source tools. keywords: - fadi