File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.9.0
18+ version : 0.9.1
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
2121# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 1313 "properties": {
1414 "traits": {
1515 "required": [
16- "email"
16+ "email",
17+ "name",
18+ "confirmedTerms"
1719 ],
1820 "additionalProperties": false,
1921 "type": "object",
5557 "type": "string"
5658 }
5759 }
60+ },
61+ "confirmedTerms": {
62+ "type": "boolean",
63+ "title": "I agree to the terms of use (devguard.org/terms-of-use)",
64+ "description": "You must agree to the terms of use to use this service.",
65+ "default": false,
66+ "const": true
5867 }
5968 }
6069 }
You can’t perform that action at this time.
0 commit comments