Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-07 11:00:18 +00:00
parent 6250d3e49e
commit a09c69df1b
11 changed files with 2040 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jupyter-3.0.0](https://github.com/truecharts/charts/compare/jupyter-2.0.7...jupyter-3.0.0) (2023-01-07)
### Feat
- move to stable

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "2022"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: Jupyter a web based IDE
home: https://truecharts.org/charts/incubator/jupyter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png
keywords:
- Jupyter
- Notebook
- Lab
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jupyter
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 3.0.0
annotations:
truecharts.org/catagories: |
- Cloud
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [jupyter-3.0.0](https://github.com/truecharts/charts/compare/jupyter-2.0.7...jupyter-3.0.0) (2023-01-07)
### Feat
- move to stable

View File

@ -0,0 +1,8 @@
Jupyter a web based IDE
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jupyter](https://truecharts.org/charts/stable/jupyter)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,68 @@
image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2022-09@sha256:36f86f1b1362a6fb3d048c59a79bd505fe13cb6e5e9cc31b9aa1035ae39c8d04
imageMinimal:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2022-09@sha256:08d2741d6995c6c78332292f76409cfa47f31a5a02c24c5271ebf6c1052deb20
imageR:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2022-09@sha256:86bbe2fc225742e9a50a0755eacea2aa152f6ea2092e2a1501080a6a26276883
imageScipy:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2022-09@sha256:ff4cec114bfdf76e69b4f09d255c55bf7127e1e7e9f57a1cef23ea11f151f0fc
imageTensorflow:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2022-09@sha256:0ed38305cade1f9e328985d42d604ca186a8d01e54b6249a7a63c0cc44ff872c
imageDataScience:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2022-09@sha256:79c7e225a20c12535748e37244e25c2cbf32add9b7d22714c0f463513d158b7f
imagePySpark:
repository: tccr.io/truecharts/jupyter/pyspark
pullPolicy: IfNotPresent
tag: v2022-09@sha256:c7252503a9a0b75ad72cfc4fc3091d28383c71e1a8707b7f6f74dc1fd2179404
imageAllSpark:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2022-09@sha256:557256ac5d530773f41ee1493cbce77292b3a0cfa40531a1113951fc090cc826
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
jupyter:
jupyter_cmd: lab
restartable: true
env:
NB_UID: "{{ .Values.security.PUID }}"
NB_GID: "{{ .Values.podSecurityContext.fsGroup }}"
NB_UMASK: "{{ .Values.security.UMASK }}"
# User Defined
DOCKER_STACKS_JUPYTER_CMD: "{{ .Values.jupyter.jupyter_cmd }}"
RESTARTABLE: '{{ ternary "yes" "no" .Values.jupyter.restartable }}'
service:
main:
ports:
main:
port: 10300
protocol: HTTP
targetPort: 8888
persistence:
data:
enabled: true
mountPath: /home/jovyan/work
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}

View File

4
stable/jupyter/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png
categories:
- Cloud