Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
78d4c8faba
commit
2cc2a4b6ac
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="ml-workspace-1.1.0"></a>
|
||||
### [ml-workspace-1.1.0](https://github.com/truecharts/apps/compare/ml-workspace-1.0.1...ml-workspace-1.1.0) (2022-03-29)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more image options and fix tags ([#2330](https://github.com/truecharts/apps/issues/2330))
|
||||
|
||||
|
||||
|
||||
<a name="ml-workspace-1.0.1"></a>
|
||||
### [ml-workspace-1.0.1](https://github.com/truecharts/apps/compare/ml-workspace-1.0.0...ml-workspace-1.0.1) (2022-03-27)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 9.1.15
|
||||
digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4
|
||||
generated: "2022-03-27T13:17:22.086856996Z"
|
||||
generated: "2022-03-29T17:34:43.733278193Z"
|
|
@ -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"
|
|
@ -22,17 +22,23 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env.WORKSPACE_SSL_ENABLED | bool | `false` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/ml-workspace"` | |
|
||||
| image.tag | string | `"0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4"` | |
|
||||
| image.tag | string | `"v0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4"` | |
|
||||
| imageGPU.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| imageGPU.repository | string | `"tccr.io/truecharts/ml-workspace-gpu"` | |
|
||||
| imageGPU.tag | string | `"0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95"` | |
|
||||
| imageGPU.tag | string | `"v0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95"` | |
|
||||
| imageLight.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| imageLight.repository | string | `"tccr.io/truecharts/ml-workspace-light"` | |
|
||||
| imageLight.tag | string | `"0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241"` | |
|
||||
| imageLight.tag | string | `"v0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241"` | |
|
||||
| imageMinimal.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| imageMinimal.repository | string | `"tccr.io/truecharts/ml-workspace-minimal"` | |
|
||||
| imageMinimal.tag | string | `"0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33"` | |
|
||||
| imageMinimal.tag | string | `"v0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33"` | |
|
||||
| imageR.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| imageR.repository | string | `"tccr.io/truecharts/ml-workspace-r"` | |
|
||||
| imageR.tag | string | `"v0.12.1@sha256:a67725dbac3e54b8b251c5cd6414cc03a6d4c73084c19fb9b825cbfc64ffb94a"` | |
|
||||
| imageSelector | string | `"image"` | |
|
||||
| imageSpark.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| imageSpark.repository | string | `"tccr.io/truecharts/ml-workspace-spark"` | |
|
||||
| imageSpark.tag | string | `"v0.12.1@sha256:40af0bb4d9198b4bb467f529034c6b985ffcf8efb4526fff334a0bdb33ddd562"` | |
|
||||
| persistence.shm.enabled | bool | `true` | |
|
||||
| persistence.shm.medium | string | `"Memory"` | |
|
||||
| persistence.shm.mountPath | string | `"/dev/shm"` | |
|
|
@ -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"
|
||||
|
|
@ -77,6 +77,10 @@ questions:
|
|||
description: "Minimal"
|
||||
- value: "imageLight"
|
||||
description: "Light"
|
||||
- value: "imageSpark"
|
||||
description: "Spark"
|
||||
- value: "imageR"
|
||||
description: "R"
|
||||
- variable: controller
|
||||
group: "Controller"
|
||||
label: ""
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue