diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 7123fcb4798..c27fe2eaa7d 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - Cloud diff --git a/charts/stable/jupyter/questions.yaml b/charts/stable/jupyter/questions.yaml index ff2b214ec4c..ef83a400b9d 100644 --- a/charts/stable/jupyter/questions.yaml +++ b/charts/stable/jupyter/questions.yaml @@ -13,19 +13,19 @@ questions: enum: - value: image description: Base Notebook - - value: imageMinimal + - value: minimalImage description: Minimal Notebook - - value: imageR + - value: rImage description: R Notebook - - value: imageScipy + - value: scipyImage description: Scipy Notebook - - value: imageTensorflow + - value: tensorflowImage description: Tensorflow Notebook - - value: imageDataScience + - value: datascienceImage description: Data Science Notebook - - value: imagePySpark + - value: pysparkImage description: Pyspark Notebook - - value: imageAllSpark + - value: allsparkImage description: All Spark Notebook # Include{controller} # Include{replicas} diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 3c499fa9f69..17b3c9e38f4 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -2,31 +2,31 @@ image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent tag: v2022-09@sha256:36f86f1b1362a6fb3d048c59a79bd505fe13cb6e5e9cc31b9aa1035ae39c8d04 -imageMinimal: +minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent tag: v2022-09@sha256:08d2741d6995c6c78332292f76409cfa47f31a5a02c24c5271ebf6c1052deb20 -imageR: +rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent tag: v2022-09@sha256:86bbe2fc225742e9a50a0755eacea2aa152f6ea2092e2a1501080a6a26276883 -imageScipy: +scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent tag: v2022-09@sha256:ff4cec114bfdf76e69b4f09d255c55bf7127e1e7e9f57a1cef23ea11f151f0fc -imageTensorflow: +tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent tag: v2022-09@sha256:0ed38305cade1f9e328985d42d604ca186a8d01e54b6249a7a63c0cc44ff872c -imageDataScience: +datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent tag: v2022-09@sha256:79c7e225a20c12535748e37244e25c2cbf32add9b7d22714c0f463513d158b7f -imagePySpark: +pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent tag: v2022-09@sha256:c7252503a9a0b75ad72cfc4fc3091d28383c71e1a8707b7f6f74dc1fd2179404 -imageAllSpark: +allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent tag: v2022-09@sha256:557256ac5d530773f41ee1493cbce77292b3a0cfa40531a1113951fc090cc826