feat(ml-workspace): Add more image options and fix tags (#2330)

* feat(ml-workspace): Add more image options and fix tags

* fix digest and add ci

* newline

* dont run ci on gpu

* run less images on CI

* less

* Create base-values.yaml

* Update charts/stable/ml-workspace/Chart.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2022-03-29 19:32:31 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 232c4f6821
commit 26656c5f3c
8 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -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
@@ -0,0 +1 @@
@@ -0,0 +1 @@
# imageSelector: "imageGPU"
@@ -0,0 +1 @@
imageSelector: "imageLight"
@@ -0,0 +1 @@
# imageSelector: "imageR"
@@ -0,0 +1 @@
# imageSelector: "imageSpark"
@@ -39,6 +39,10 @@ questions:
description: "Minimal"
- value: "imageLight"
description: "Light"
- value: "imageSpark"
description: "Spark"
- value: "imageR"
description: "R"
- variable: controller
group: "Controller"
label: ""
+14 -4
View File
@@ -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"