Skip to content

Commit 79e8e2f

Browse files
committed
Corrects identity schema
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent d61305d commit 79e8e2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/devguard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1
18+
version: 0.9.2
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.

charts/devguard/templates/kratos/kratos-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ data:
6060
},
6161
"confirmedTerms": {
6262
"type": "boolean",
63-
"title": "I agree to the terms of use (devguard.org/terms-of-use)",
63+
"title": "I agree to the terms of use ",
6464
"description": "You must agree to the terms of use to use this service.",
6565
"default": false,
6666
"const": true

0 commit comments

Comments
 (0)