diff --git a/charts/stable/ml-workspace/Chart.yaml b/charts/stable/ml-workspace/Chart.yaml index 8e352338067..22342304016 100644 --- a/charts/stable/ml-workspace/Chart.yaml +++ b/charts/stable/ml-workspace/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/mltooling/ml-workspace-gpu - https://hub.docker.com/r/mltooling/ml-workspace-light - https://hub.docker.com/r/mltooling/ml-workspace-minimal -version: 1.0.1 +version: 1.1.0 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/ml-workspace/ci/base-values.yaml b/charts/stable/ml-workspace/ci/base-values.yaml new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/charts/stable/ml-workspace/ci/base-values.yaml @@ -0,0 +1 @@ + diff --git a/charts/stable/ml-workspace/ci/gpu-values.yaml b/charts/stable/ml-workspace/ci/gpu-values.yaml new file mode 100644 index 00000000000..2bbd13341c1 --- /dev/null +++ b/charts/stable/ml-workspace/ci/gpu-values.yaml @@ -0,0 +1 @@ +# imageSelector: "imageGPU" diff --git a/charts/stable/ml-workspace/ci/light-values.yaml b/charts/stable/ml-workspace/ci/light-values.yaml new file mode 100644 index 00000000000..46c55851859 --- /dev/null +++ b/charts/stable/ml-workspace/ci/light-values.yaml @@ -0,0 +1 @@ +imageSelector: "imageLight" diff --git a/charts/stable/ml-workspace/ci/r-values.yaml b/charts/stable/ml-workspace/ci/r-values.yaml new file mode 100644 index 00000000000..1174fc10f28 --- /dev/null +++ b/charts/stable/ml-workspace/ci/r-values.yaml @@ -0,0 +1 @@ +# imageSelector: "imageR" diff --git a/charts/stable/ml-workspace/ci/spark-values.yaml b/charts/stable/ml-workspace/ci/spark-values.yaml new file mode 100644 index 00000000000..1ae0f19dfa1 --- /dev/null +++ b/charts/stable/ml-workspace/ci/spark-values.yaml @@ -0,0 +1 @@ +# imageSelector: "imageSpark" diff --git a/charts/stable/ml-workspace/questions.yaml b/charts/stable/ml-workspace/questions.yaml index af9927d00ab..54080eefa42 100644 --- a/charts/stable/ml-workspace/questions.yaml +++ b/charts/stable/ml-workspace/questions.yaml @@ -39,6 +39,10 @@ questions: description: "Minimal" - value: "imageLight" description: "Light" + - value: "imageSpark" + description: "Spark" + - value: "imageR" + description: "R" - variable: controller group: "Controller" label: "" diff --git a/charts/stable/ml-workspace/values.yaml b/charts/stable/ml-workspace/values.yaml index a94b8af538b..f13de4571ee 100644 --- a/charts/stable/ml-workspace/values.yaml +++ b/charts/stable/ml-workspace/values.yaml @@ -1,22 +1,32 @@ image: repository: tccr.io/truecharts/ml-workspace - tag: 0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4 + tag: v0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4 pullPolicy: IfNotPresent imageGPU: repository: tccr.io/truecharts/ml-workspace-gpu pullPolicy: IfNotPresent - tag: 0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95 + tag: v0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95 imageMinimal: repository: tccr.io/truecharts/ml-workspace-minimal pullPolicy: IfNotPresent - tag: 0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33 + tag: v0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33 imageLight: repository: tccr.io/truecharts/ml-workspace-light pullPolicy: IfNotPresent - tag: 0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241 + tag: v0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241 + +imageR: + repository: tccr.io/truecharts/ml-workspace-r + pullPolicy: IfNotPresent + tag: v0.12.1@sha256:a67725dbac3e54b8b251c5cd6414cc03a6d4c73084c19fb9b825cbfc64ffb94a + +imageSpark: + repository: tccr.io/truecharts/ml-workspace-spark + pullPolicy: IfNotPresent + tag: v0.12.1@sha256:40af0bb4d9198b4bb467f529034c6b985ffcf8efb4526fff334a0bdb33ddd562 imageSelector: "image"