Skip to content

Commit 588d121

Browse files
committed
Add required field "enabled" to values.schema.json for GLAuth Helm chart, ensuring necessary configuration is specified.
1 parent 3e736ab commit 588d121

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/glauth/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.3.14
18+
version: 0.3.15
1919

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

charts/glauth/values.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@
823823
"default": []
824824
}
825825
},
826+
"required": ["enabled"],
826827
"additionalProperties": false
827828
}
828829
},

0 commit comments

Comments
 (0)