Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-26 02:04:34 +00:00
parent b0d6313ba9
commit 84526a147d
12 changed files with 58 additions and 30 deletions

View File

@ -1,11 +0,0 @@
## [jupyter-4.0.35](https://github.com/truecharts/charts/compare/jupyter-4.0.32...jupyter-4.0.35) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/jupyter-tensorflow to v2023-06 ([#9668](https://github.com/truecharts/charts/issues/9668))
- update jupyter ([#9667](https://github.com/truecharts/charts/issues/9667))
- update container image tccr.io/truecharts/jupyter-pyspark to v2023-06 ([#9665](https://github.com/truecharts/charts/issues/9665))

View File

@ -4,6 +4,15 @@
## [jupyter-4.0.36](https://github.com/truecharts/charts/compare/jupyter-4.0.35...jupyter-4.0.36) (2023-06-26)
### Chore
- update jupyter ([#9912](https://github.com/truecharts/charts/issues/9912))
## [jupyter-4.0.35](https://github.com/truecharts/charts/compare/jupyter-4.0.32...jupyter-4.0.35) (2023-06-15)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/jupyter-tensorflow to v2023-06 ([#9668](https://github.com/truecharts/charts/issues/9668))
- update jupyter ([#9667](https://github.com/truecharts/charts/issues/9667))
- update container image tccr.io/truecharts/jupyter-pyspark to v2023-06 ([#9665](https://github.com/truecharts/charts/issues/9665))
## [jupyter-4.0.35](https://github.com/truecharts/charts/compare/jupyter-4.0.32...jupyter-4.0.35) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/jupyter-tensorflow to v2023-06 ([#9668](https://github.com/truecharts/charts/issues/9668))

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 4.0.35
version: 4.0.36
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [jupyter-4.0.36](https://github.com/truecharts/charts/compare/jupyter-4.0.35...jupyter-4.0.36) (2023-06-26)
### Chore
- update jupyter ([#9912](https://github.com/truecharts/charts/issues/9912))

View File

@ -9,15 +9,15 @@ minimalImage:
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-06@sha256:c66b288b1f23fa1dced7952de77e2439ae5f2c955933a32327d5a5073c8c4ac2
tag: v2023-06@sha256:50c60da5a6f62a9e4462a31046197d6bce4719a07c6b2c758e69994b7c06e9bc
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-06@sha256:656b6468998dfb5f814717da8b921f15bb4842c961518cca7035524824d9b83f
tag: v2023-06@sha256:c6a1d5e3e7223119683adf9ed37ba5c631be1b62d2057f0d5a0afe99c82ee9c3
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-06@sha256:d90b23fa8d252af4c7f6718933699969901907dd032bac9680dc84abf4b304c7
tag: v2023-06@sha256:75173cedf225891b2d12cb8421a8e976895efcb3c32c3a06a62c0e2ac61f9cce
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
@ -25,7 +25,7 @@ datascienceImage:
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-06@sha256:9fab7f092b307027523e22572586f43bbcc5f0031680d870aa432f22dd4c82ee
tag: v2023-06@sha256:f8d400a33b58634b899d96bc6969c70c685e1f513aa6510440237fa082843d31
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent

View File

@ -602,8 +602,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -1132,14 +1162,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -1153,7 +1183,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -1161,7 +1191,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi