Skip to content

Commit d7d6b0a

Browse files
Update dependency dadav/helm-schema to v0.14.1 (#2628)
* Update dependency dadav/helm-schema to v0.14.1 | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | dadav/helm-schema | 0.13.0 | 0.14.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com.> * generate schema --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com.> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com.> Co-authored-by: Luca Comellini <[email protected]>
1 parent 87bafc0 commit d7d6b0a

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
args: [-w, -s, -i, "4"]
8787

8888
- repo: https://github.com./dadav/helm-schema
89-
rev: 0.13.0
89+
rev: 0.14.1
9090
hooks:
9191
- id: helm-schema
9292
args:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NODE_VERSION = 20
3838
# renovate: datasource=docker depName=quay.io/helmpack/chart-testing
3939
CHART_TESTING_VERSION = v3.11.0
4040
# renovate: datasource=github-tags depName=dadav/helm-schema
41-
HELM_SCHEMA_VERSION = 0.13.0
41+
HELM_SCHEMA_VERSION = 0.14.1
4242

4343
# variables that can be overridden by the user
4444
PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric

charts/nginx-gateway-fabric/values.schema.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"extraVolumes": {
1111
"description": "extraVolumes for the NGINX Gateway Fabric pod. Use in conjunction with\nnginxGateway.extraVolumeMounts and nginx.extraVolumeMounts to mount additional volumes to the containers.",
1212
"items": {
13-
"required": [],
14-
"type": "array"
13+
"required": []
1514
},
1615
"required": [],
1716
"title": "extraVolumes",
@@ -152,11 +151,15 @@
152151
"items": {
153152
"properties": {
154153
"key": {
154+
"maxLength": 255,
155+
"minLength": 1,
155156
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
156157
"required": [],
157158
"type": "string"
158159
},
159160
"value": {
161+
"maxLength": 255,
162+
"minLength": 1,
160163
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
161164
"required": [],
162165
"type": "string"
@@ -179,8 +182,7 @@
179182
"extraVolumeMounts": {
180183
"description": "extraVolumeMounts are the additional volume mounts for the nginx container.",
181184
"items": {
182-
"required": [],
183-
"type": "array"
185+
"required": []
184186
},
185187
"required": [],
186188
"title": "extraVolumeMounts",
@@ -307,8 +309,7 @@
307309
"extraVolumeMounts": {
308310
"description": "extraVolumeMounts are the additional volume mounts for the nginx-gateway container.",
309311
"items": {
310-
"required": [],
311-
"type": "array"
312+
"required": []
312313
},
313314
"required": [],
314315
"title": "extraVolumeMounts",
@@ -600,8 +601,7 @@
600601
"imagePullSecrets": {
601602
"description": "A list of secret names containing docker registry credentials.\nSecrets must exist in the same namespace as the helm release.",
602603
"items": {
603-
"required": [],
604-
"type": "array"
604+
"required": []
605605
},
606606
"required": [],
607607
"title": "imagePullSecrets",
@@ -629,8 +629,7 @@
629629
"tolerations": {
630630
"description": "Tolerations for the NGINX Gateway Fabric pod.",
631631
"items": {
632-
"required": [],
633-
"type": "array"
632+
"required": []
634633
},
635634
"required": [],
636635
"title": "tolerations",

0 commit comments

Comments
 (0)