Skip to content

Commit

Permalink
Automated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Nov 28, 2023
1 parent 02395a9 commit daad5e6
Show file tree
Hide file tree
Showing 37 changed files with 144 additions and 1,566 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-python-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 1.13.20
version: 1.13.21
dependencies:
- name: library-chart
version: 1.5.17
Expand Down
121 changes: 0 additions & 121 deletions charts/jupyter-python-gpu/README.md

This file was deleted.

14 changes: 11 additions & 3 deletions charts/jupyter-python-gpu/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ spec:
command:
- sh
- -c
- cp -R /src/* /dest
- |
{{- if .Values.discovery.hive }}
mkdir /dest/hive;
cp /src/hive/hive-site.xml /dest/hive/hive-site.xml;
{{- end }}
{{- if .Values.discovery.metaflow }}
mkdir /dest/metaflow/;
cp /src/metaflow/config.json /dest/metaflow/config.json;
{{- end }}
volumeMounts:
- name: config-files
mountPath: /dest
Expand Down Expand Up @@ -196,8 +204,8 @@ spec:
{{- end }}
{{- if .Values.discovery.metaflow }}
- name: config-files
mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json
subPath: metaflow/config.json
mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig
subPath: metaflow
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 1.13.20
version: 1.13.21
dependencies:
- name: library-chart
version: 1.5.17
Expand Down
121 changes: 0 additions & 121 deletions charts/jupyter-pytorch-gpu/README.md

This file was deleted.

14 changes: 11 additions & 3 deletions charts/jupyter-pytorch-gpu/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ spec:
command:
- sh
- -c
- cp -R /src/* /dest
- |
{{- if .Values.discovery.hive }}
mkdir /dest/hive;
cp /src/hive/hive-site.xml /dest/hive/hive-site.xml;
{{- end }}
{{- if .Values.discovery.metaflow }}
mkdir /dest/metaflow/;
cp /src/metaflow/config.json /dest/metaflow/config.json;
{{- end }}
volumeMounts:
- name: config-files
mountPath: /dest
Expand Down Expand Up @@ -196,8 +204,8 @@ spec:
{{- end }}
{{- if .Values.discovery.metaflow }}
- name: config-files
mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json
subPath: metaflow/config.json
mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig
subPath: metaflow
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 1.13.20
version: 1.13.21
dependencies:
- name: library-chart
version: 1.5.17
Expand Down
Loading

0 comments on commit daad5e6

Please sign in to comment.