This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +30
-6
lines changed
Expand file tree Collapse file tree 6 files changed +30
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
2828dependencies :
2929 - name : library-chart
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments