Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-29 17:41:35 +00:00
parent 26656c5f3c
commit bb191362f6
8 changed files with 2265 additions and 2599 deletions

View File

@@ -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)

View File

@@ -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"` | |

File diff suppressed because one or more lines are too long

View File

@@ -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)

View File

@@ -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"` | |

File diff suppressed because one or more lines are too long

View File

@@ -1,216 +1,39 @@
apiVersion: v1
entries:
mariadb:
ml-workspace:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- utility
truecharts.org/grade: U
apiVersion: v2
appVersion: 10.7.3
created: "2022-03-29T07:31:30.876542927Z"
appVersion: 0.13.2
created: "2022-03-29T17:37:17.099998346Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: Fast, reliable, scalable, and easy to use open-source relational
database system.
digest: 36a347e883d1e996f532aa3dd17808e083bf963d5dda8842ef5adecf9f202a3a
home: https://github.com/truecharts/apps/tree/master/stable/mariadb
icon: https://truecharts.org/_static/img/appicons/mariadb.png
version: 9.1.15
description: All-in-one web-based development environment for machine learning
digest: d83efc089cb86ff0666261fd1008f0f0bae729100a6dc560b270ec2393193bef
home: https://github.com/truecharts/apps/tree/master/charts/stable/ml-workspace
icon: https://truecharts.org/_static/img/appicons/ml-workspace.png
keywords:
- mariadb
- mysql
- database
- sql
- machine
- learning
- ai
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mariadb
name: ml-workspace
sources:
- https://github.com/bitnami/bitnami-docker-mariadb
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
- https://github.com/ml-tooling/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace
- 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
urls:
- https://github.com/truecharts/apps/releases/download/mariadb-2.0.17/mariadb-2.0.17.tgz
version: 2.0.17
memcached:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- cache
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.6.14
created: "2022-03-29T07:31:31.081305321Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: Memcached is a memory-backed database caching solution
digest: 37f0a3653e006506309f5cca4d3e601f579e3105bc11e4089814c75348c9bd32
home: https://github.com/truecharts/apps/tree/master/stable/memcached
icon: https://bitnami.com/assets/stacks/memcached/img/memcached-stack-220x234.png
keywords:
- memcached
- database
- cache
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/memcached-2.0.15/memcached-2.0.15.tgz
version: 2.0.15
mongodb:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 5.0.6
created: "2022-03-29T07:31:31.266544695Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: Fast, reliable, scalable, and easy to use open-source no-sql database
system.
digest: 4ca0637a1e0c1150c494e1157d222f600319bf37e0693d1f1a0b3190cad7c427
home: https://github.com/truecharts/apps/tree/master/stable/mongodb
icon: https://truecharts.org/_static/img/appicons/mongodb.png
keywords:
- mongodb
- database
- nosql
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mongodb
sources:
- https://hub.docker.com/r/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
urls:
- https://github.com/truecharts/apps/releases/download/mongodb-0.0.4/mongodb-0.0.4.tgz
version: 0.0.4
postgresql:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 14.2.0
created: "2022-03-29T07:31:31.477255156Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: PostgresSQL
digest: 9add16bb0afd1ea0b3c23d8a9ec4b29129ca121be26c073574377472fcd9c165
home: https://github.com/truecharts/apps/tree/master/stable/postgres
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
keywords:
- postgres
- postgressql
- dtabase
- sql
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: postgresql
sources:
- https://www.postgresql.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/postgresql-7.0.16/postgresql-7.0.16.tgz
version: 7.0.16
promtail:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- metrics
- logs
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.4.2
created: "2022-03-29T07:31:31.696317609Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: Promtail is an agent which ships the contents of local logs to a
Loki instance
digest: 7a0f0b8adb7475e3c8914cb44e293042f23fe696485b4ce2c76a82cf9ae362f5
home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
keywords:
- metrics
- logs
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: promtail
sources:
- https://github.com/grafana/loki
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/promtail-2.0.7/promtail-2.0.7.tgz
version: 2.0.7
redis:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- cache
truecharts.org/grade: U
apiVersion: v2
appVersion: 6.2.6
created: "2022-03-29T07:31:31.91510796Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
description: Open source, advanced key-value store.
digest: c64a9b5b873f5258c127fe9aaedb0411ef251243f097bff6f4638ebb2f4d9dfe
home: https://github.com/truecharts/apps/tree/master/stable/redis
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
keywords:
- redis
- keyvalue
- database
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/redis-2.0.12/redis-2.0.12.tgz
version: 2.0.12
generated: "2022-03-29T07:31:31.91511826Z"
- https://github.com/truecharts/apps/releases/download/ml-workspace-1.1.0/ml-workspace-1.1.0.tgz
version: 1.1.0
generated: "2022-03-29T17:37:17.100015447Z"