Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 2b02db0

Browse files
committed
dns name for user port
1 parent 5fb525e commit 2b02db0

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 6.1.1
28+
version: 6.1.2
2929

3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to

charts/jupyter/values.schema.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,15 @@
497497
"hidden": true,
498498
"value": "{{project.id}}-{{k8s.randomSubdomain}}-spark.{{k8s.domain}}"
499499
}
500-
}
500+
},
501+
"userHostname": {
502+
"type": "string",
503+
"form": true,
504+
"title": "Hostname",
505+
"x-form": {
506+
"hidden": true,
507+
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
508+
}
501509
}
502510
},
503511
"networking": {

charts/rstudio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 6.3.1
26+
version: 6.3.2
2727

2828
dependencies:
2929
- name: library-chart

charts/rstudio/values.schema.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,15 @@
493493
"hidden": true,
494494
"value": "{{project.id}}-{{k8s.randomSubdomain}}-spark.{{k8s.domain}}"
495495
}
496-
}
496+
},
497+
"userHostname": {
498+
"type": "string",
499+
"form": true,
500+
"title": "Hostname",
501+
"x-form": {
502+
"hidden": true,
503+
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
504+
}
497505
}
498506
},
499507
"networking": {

charts/ubuntu/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 5.0.9
25+
version: 5.0.10
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/ubuntu/values.schema.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,16 @@
445445
"title": "Hostname",
446446
"x-form": {
447447
"hidden": true,
448-
"value": "{{project.id}}-{{k8s.randomSubdomain}}.{{k8s.domain}}"
448+
"value": "{{project.id}}-{{k8s.randomSubdomain}}-0.{{k8s.domain}}"
449449
}
450+
},
451+
"userHostname": {
452+
"type": "string",
453+
"form": true,
454+
"title": "Hostname",
455+
"x-form": {
456+
"hidden": true,
457+
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
450458
}
451459
}
452460
},

0 commit comments

Comments
 (0)