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

Commit ccf6b22

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

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
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.2
28+
version: 6.1.3
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
"hidden": true,
507507
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
508508
}
509+
}
509510
}
510511
},
511512
"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.2
26+
version: 6.3.3
2727

2828
dependencies:
2929
- name: library-chart

charts/rstudio/values.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@
502502
"hidden": true,
503503
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
504504
}
505+
}
505506
}
506507
},
507508
"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.10
25+
version: 5.0.11
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@
455455
"x-form": {
456456
"hidden": true,
457457
"value": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
458+
}
458459
}
459460
}
460461
},

0 commit comments

Comments
 (0)