fix(jupyter): fix image names
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter
|
||||||
- https://github.com/jupyter/docker-stacks
|
- https://github.com/jupyter/docker-stacks
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- Cloud
|
- Cloud
|
||||||
|
|||||||
@@ -13,19 +13,19 @@ questions:
|
|||||||
enum:
|
enum:
|
||||||
- value: image
|
- value: image
|
||||||
description: Base Notebook
|
description: Base Notebook
|
||||||
- value: imageMinimal
|
- value: minimalImage
|
||||||
description: Minimal Notebook
|
description: Minimal Notebook
|
||||||
- value: imageR
|
- value: rImage
|
||||||
description: R Notebook
|
description: R Notebook
|
||||||
- value: imageScipy
|
- value: scipyImage
|
||||||
description: Scipy Notebook
|
description: Scipy Notebook
|
||||||
- value: imageTensorflow
|
- value: tensorflowImage
|
||||||
description: Tensorflow Notebook
|
description: Tensorflow Notebook
|
||||||
- value: imageDataScience
|
- value: datascienceImage
|
||||||
description: Data Science Notebook
|
description: Data Science Notebook
|
||||||
- value: imagePySpark
|
- value: pysparkImage
|
||||||
description: Pyspark Notebook
|
description: Pyspark Notebook
|
||||||
- value: imageAllSpark
|
- value: allsparkImage
|
||||||
description: All Spark Notebook
|
description: All Spark Notebook
|
||||||
# Include{controller}
|
# Include{controller}
|
||||||
# Include{replicas}
|
# Include{replicas}
|
||||||
|
|||||||
@@ -2,31 +2,31 @@ image:
|
|||||||
repository: tccr.io/truecharts/jupyter-base
|
repository: tccr.io/truecharts/jupyter-base
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:36f86f1b1362a6fb3d048c59a79bd505fe13cb6e5e9cc31b9aa1035ae39c8d04
|
tag: v2022-09@sha256:36f86f1b1362a6fb3d048c59a79bd505fe13cb6e5e9cc31b9aa1035ae39c8d04
|
||||||
imageMinimal:
|
minimalImage:
|
||||||
repository: tccr.io/truecharts/jupyter-minimal
|
repository: tccr.io/truecharts/jupyter-minimal
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:08d2741d6995c6c78332292f76409cfa47f31a5a02c24c5271ebf6c1052deb20
|
tag: v2022-09@sha256:08d2741d6995c6c78332292f76409cfa47f31a5a02c24c5271ebf6c1052deb20
|
||||||
imageR:
|
rImage:
|
||||||
repository: tccr.io/truecharts/jupyter-r
|
repository: tccr.io/truecharts/jupyter-r
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:86bbe2fc225742e9a50a0755eacea2aa152f6ea2092e2a1501080a6a26276883
|
tag: v2022-09@sha256:86bbe2fc225742e9a50a0755eacea2aa152f6ea2092e2a1501080a6a26276883
|
||||||
imageScipy:
|
scipyImage:
|
||||||
repository: tccr.io/truecharts/jupyter-scipy
|
repository: tccr.io/truecharts/jupyter-scipy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:ff4cec114bfdf76e69b4f09d255c55bf7127e1e7e9f57a1cef23ea11f151f0fc
|
tag: v2022-09@sha256:ff4cec114bfdf76e69b4f09d255c55bf7127e1e7e9f57a1cef23ea11f151f0fc
|
||||||
imageTensorflow:
|
tensorflowImage:
|
||||||
repository: tccr.io/truecharts/jupyter-tensorflow
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:0ed38305cade1f9e328985d42d604ca186a8d01e54b6249a7a63c0cc44ff872c
|
tag: v2022-09@sha256:0ed38305cade1f9e328985d42d604ca186a8d01e54b6249a7a63c0cc44ff872c
|
||||||
imageDataScience:
|
datascienceImage:
|
||||||
repository: tccr.io/truecharts/jupyter-datascience
|
repository: tccr.io/truecharts/jupyter-datascience
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:79c7e225a20c12535748e37244e25c2cbf32add9b7d22714c0f463513d158b7f
|
tag: v2022-09@sha256:79c7e225a20c12535748e37244e25c2cbf32add9b7d22714c0f463513d158b7f
|
||||||
imagePySpark:
|
pysparkImage:
|
||||||
repository: tccr.io/truecharts/jupyter-pyspark
|
repository: tccr.io/truecharts/jupyter-pyspark
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:c7252503a9a0b75ad72cfc4fc3091d28383c71e1a8707b7f6f74dc1fd2179404
|
tag: v2022-09@sha256:c7252503a9a0b75ad72cfc4fc3091d28383c71e1a8707b7f6f74dc1fd2179404
|
||||||
imageAllSpark:
|
allsparkImage:
|
||||||
repository: tccr.io/truecharts/jupyter-all-spark
|
repository: tccr.io/truecharts/jupyter-all-spark
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2022-09@sha256:557256ac5d530773f41ee1493cbce77292b3a0cfa40531a1113951fc090cc826
|
tag: v2022-09@sha256:557256ac5d530773f41ee1493cbce77292b3a0cfa40531a1113951fc090cc826
|
||||||
|
|||||||
Reference in New Issue
Block a user