Skip to content

Commit f0138ac

Browse files
committed
jupyter version updated. Fix bug in service description
1 parent 01804ae commit f0138ac

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

charts/jupyter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "jupyter"
2-
version: "0.1.0"
2+
version: "0.1.1"
33
description: "Helm for jupyter single server with pyspark support"
44
keywords:
55
- jupyter
@@ -14,4 +14,4 @@ maintainers:
1414
- name: "cgiraldo"
1515
1616
apiVersion: v1
17-
appVersion: "6.0.1"
17+
appVersion: "6.0.3"

charts/jupyter/templates/service.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ spec:
1414
- name: web
1515
protocol: TCP
1616
port: {{ .Values.service.externalPort | default 8888 }}
17-
targetPort: http
18-
name: http
1917
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort.http))) }}
2018
nodePort: {{ .Values.service.nodePort.http }}
2119
{{- end }}
22-
targetPort: 8888
20+
targetPort: 8888

charts/jupyter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: gradiant/jupyter
7-
tag: 6.0.1
7+
tag: 6.0.3
88
pullPolicy: IfNotPresent
99

1010
lab: true

0 commit comments

Comments
 (0)