Skip to content

Commit

Permalink
new all spark notebook version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikal committed Apr 11, 2024
1 parent 06f3c49 commit 948d0df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion repos/testing/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Jupyter notebook with Dataporten integration
name: jupyter
version: 0.10.31
version: 0.10.32
maintainers:
- name: Sigma2 AS
email: contact@sigma2.no
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A [Jupyter Notebook](http://jupyter.org/) is an open-source web application that

### Advanced
This application creates a [Jupyter Notebook](https://github.com/UninettSigma2/helm-charts/tree/master/repos/testing/jupyter) instance using the following Dockerfiles:
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/e077f7c/jupyter-spark/Dockerfile)
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/964601f/jupyter-spark/Dockerfile)

#### Values
| Value name | Description |
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/jupyter/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ properties:
dockerImage:
type: string
examples:
- sigma2as/jupyter-spark:20231016-e077f7c
- sigma2as/jupyter-spark:20240201-964601f
env:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ advanced:
env:
sparkMasterUrl: "local[*]"
jupyterLab: true
dockerImage: sigma2as/jupyter-spark:20231016-e077f7c
dockerImage: sigma2as/jupyter-spark:20240201-964601f
githubToken: ""
authGroupProviders:
- url: "https://groups-api.dataporten.no/groups/me/groups"
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Apache Spark is a fast and general engine for big data processing.
name: spark
version: 0.10.27
version: 0.10.28
maintainers:
- name: Sigma2 AS
email: contact@sigma2.no
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and graph processing.

### Advanced
This application creates a [Apache Spark](https://github.com/UninettSigma2/helm-charts/tree/master/repos/testing/spark) cluster using the following Dockerfile:
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/e077f7c/jupyter-spark/Dockerfile)
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/964601f/jupyter-spark/Dockerfile)


#### Values
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ properties:
dockerImage:
type: string
examples:
- sigma2as/jupyter-spark:20231016-e077f7c
- sigma2as/jupyter-spark:20240201-964601f
master:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ advanced:
limits:
cpu: "4"
memory: 2G
dockerImage: sigma2as/jupyter-spark:20231016-e077f7c
dockerImage: sigma2as/jupyter-spark:20240201-964601f

uid: 999
gid: 999
Expand Down

0 comments on commit 948d0df

Please sign in to comment.