File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : " jupyter"
2
- version : " 0.1.0 "
2
+ version : " 0.1.1 "
3
3
description : " Helm for jupyter single server with pyspark support"
4
4
keywords :
5
5
- jupyter
@@ -14,4 +14,4 @@ maintainers:
14
14
- name : " cgiraldo"
15
15
16
16
apiVersion : v1
17
- appVersion : " 6.0.1 "
17
+ appVersion : " 6.0.3 "
Original file line number Diff line number Diff line change 14
14
- name : web
15
15
protocol : TCP
16
16
port : {{ .Values.service.externalPort | default 8888 }}
17
- targetPort : http
18
- name : http
19
17
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort.http))) }}
20
18
nodePort : {{ .Values.service.nodePort.http }}
21
19
{{- end }}
22
- targetPort : 8888
20
+ targetPort : 8888
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : gradiant/jupyter
7
- tag : 6.0.1
7
+ tag : 6.0.3
8
8
pullPolicy : IfNotPresent
9
9
10
10
lab : true
You can’t perform that action at this time.
0 commit comments