Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop jupyter helm chart #1188

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions charts/quantum-serverless/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ dependencies:
- name: gateway
repository: ""
version: 0.8.2
- name: jupyter
repository: ""
version: 0.8.2
- name: nginx-ingress-controller
repository: https://charts.bitnami.com/bitnami
version: 9.9.4
Expand All @@ -17,5 +14,5 @@ dependencies:
- name: repository
repository: ""
version: 0.8.2
digest: sha256:7098fcf09532c0f5452b9ae5b93c2d844347065cc01ecf5927be3e2662072c74
generated: "2024-01-05T15:55:50.700792989Z"
digest: sha256:184a618f36afdd71889b109c5742f3c041daa597a992f7a928d4ade6c439d88d
generated: "2024-01-24T13:22:13.904429-05:00"
3 changes: 0 additions & 3 deletions charts/quantum-serverless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ dependencies:
- name: gateway
condition: gatewayEnable
version: 0.8.2
- name: jupyter
condition: jupyterEnable
version: 0.8.2
- name: nginx-ingress-controller
condition: nginxIngressControllerEnable
version: 9.9.4
Expand Down
14 changes: 1 addition & 13 deletions charts/quantum-serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,10 @@ The Quantum Serverless Chart has several internal and external dependencies. If

**Nginx Ingress controller**

For our Nginx Ingress controller dependency we are using the configuration created by Bitnami. To simplify the configuration we offered you with a straigh-forward initial parameters setup.
For our Nginx Ingress controller dependency we are using the configuration created by Bitnami. To simplify the configuration we offered you with a straigh-forward initial parameters setup.
But if you are interested in more complex configurations you have access to all the parameters that Bitnami added in the chart specified in their READMEs:
* [Nginx Ingress controller's README](https://artifacthub.io/packages/helm/bitnami/nginx-ingress-controller)

**Jupyter notebook**

| Name | Description |
|---------------------------|-------------------------------------------------------------------|
| jupyterEnable | Specify if helm will execute the jupyter configuration. |
| jupyter.jupyterToken | Password for jupyter notebook. |
| jupyter.image | Docker image configuration to deploy the notebook. |
| jupyter.imagePullSecrets | Secrets to pull the image from a private registry. |
| jupyter.container.port | Port number that the pod will use in the cluster. |
| jupyter.service.port | Port number that service will be exposed externally. |
| jupyter.ingress.enabled | Specifies if you are going to use ingress to expose the service. |

**Kuberay operator**

For our KubeRay Chart dependency we are using the configuration created by the Ray Project. To simplify the configuration we offered you with a straigh-forward initial parameters setup. But if you are interested in more complex configurations you have access to their Helm project [in GitHub](https://github.com/ray-project/kuberay-helm) to analyze the different variables:
Expand Down
23 changes: 0 additions & 23 deletions charts/quantum-serverless/charts/jupyter/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions charts/quantum-serverless/charts/jupyter/Chart.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions charts/quantum-serverless/charts/jupyter/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions charts/quantum-serverless/charts/jupyter/templates/_helpers.tpl

This file was deleted.

66 changes: 0 additions & 66 deletions charts/quantum-serverless/charts/jupyter/templates/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions charts/quantum-serverless/charts/jupyter/templates/hpa.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions charts/quantum-serverless/charts/jupyter/templates/ingress.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/quantum-serverless/charts/jupyter/templates/service.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading