Skip to content

Commit 407181e

Browse files
committed
Update schema references to k8s v1.26.1 (#3537)
(cherry picked from commit cb20b65)
1 parent 87c7d9a commit 407181e

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

deployments/helm-chart/values.schema.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"type": "object",
4646
"default": {},
4747
"title": "The annotations Schema",
48-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
48+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
4949
},
5050
"nginxplus": {
5151
"type": "boolean",
@@ -184,7 +184,7 @@
184184
"type": "string",
185185
"allOf": [
186186
{
187-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/dnsPolicy"
187+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/dnsPolicy"
188188
},
189189
{
190190
"enum": [
@@ -225,7 +225,7 @@
225225
"title": "The customPorts to expose on the NGINX Ingress Controller pod",
226226
"items": {
227227
"type": "object",
228-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort"
228+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort"
229229
},
230230
"examples": [
231231
[
@@ -281,7 +281,7 @@
281281
"title": "The pullPolicy for the Ingress Controller image",
282282
"allOf": [
283283
{
284-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Container/properties/imagePullPolicy"
284+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Container/properties/imagePullPolicy"
285285
},
286286
{
287287
"enum": [
@@ -310,7 +310,7 @@
310310
"type": "object",
311311
"default": {},
312312
"title": "The lifecycle Schema",
313-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle"
313+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle"
314314
},
315315
"customConfigMap": {
316316
"type": "string",
@@ -338,7 +338,7 @@
338338
"type": "object",
339339
"default": {},
340340
"title": "The annotations Schema",
341-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
341+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
342342
},
343343
"entries": {
344344
"type": "object",
@@ -425,48 +425,48 @@
425425
"type": "object",
426426
"default": {},
427427
"title": "The nodeSelector Schema",
428-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/nodeSelector"
428+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/nodeSelector"
429429
},
430430
"terminationGracePeriodSeconds": {
431431
"type": "integer",
432432
"default": 30,
433433
"title": "The terminationGracePeriodSeconds Schema",
434-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/terminationGracePeriodSeconds"
434+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/terminationGracePeriodSeconds"
435435
},
436436
"resources": {
437437
"type": "object",
438438
"default": {},
439439
"title": "The resources Schema",
440-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements"
440+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements"
441441
},
442442
"tolerations": {
443443
"type": "array",
444444
"default": [],
445445
"title": "The tolerations Schema",
446446
"items": {
447447
"type": "object",
448-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration"
448+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration"
449449
}
450450
},
451451
"affinity": {
452452
"type": "object",
453453
"default": {},
454454
"title": "The affinity Schema",
455-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity"
455+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity"
456456
},
457457
"topologySpreadConstraints": {
458458
"type": "object",
459459
"default": {},
460460
"title": "The topologySpreadConstraints Schema",
461-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/topologySpreadConstraints"
461+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/topologySpreadConstraints"
462462
},
463463
"volumes": {
464464
"type": "array",
465465
"default": [],
466466
"title": "The volumes Schema",
467467
"items": {
468468
"type": "object",
469-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Volume"
469+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Volume"
470470
}
471471
},
472472
"volumeMounts": {
@@ -475,7 +475,7 @@
475475
"title": "The volumeMounts Schema",
476476
"items": {
477477
"type": "object",
478-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount"
478+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount"
479479
}
480480
},
481481
"initContainers": {
@@ -484,22 +484,22 @@
484484
"title": "The initContainers Schema",
485485
"items": {
486486
"type": "object",
487-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Container"
487+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Container"
488488
}
489489
},
490490
"minReadySeconds": {
491491
"type": "integer",
492492
"default": 0,
493493
"title": "The minReadySeconds Schema",
494-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec/properties/minReadySeconds"
494+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec/properties/minReadySeconds"
495495
},
496496
"strategy": {
497497
"type": "object",
498498
"default": {},
499499
"title": "The strategy Schema",
500500
"allOf": [
501501
{
502-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy"
502+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy"
503503
},
504504
{
505505
"properties": {
@@ -521,7 +521,7 @@
521521
"title": "The extraContainers Schema",
522522
"items": {
523523
"type": "object",
524-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Container"
524+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Container"
525525
}
526526
},
527527
"replicaCount": {
@@ -773,19 +773,19 @@
773773
"type": "string",
774774
"default": "",
775775
"title": "The type",
776-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/type"
776+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/type"
777777
},
778778
"externalTrafficPolicy": {
779779
"type": "string",
780780
"default": "",
781781
"title": "The externalTrafficPolicy",
782-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalTrafficPolicy"
782+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalTrafficPolicy"
783783
},
784784
"annotations": {
785785
"type": "object",
786786
"default": {},
787787
"title": "The annotations",
788-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
788+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
789789
},
790790
"extraLabels": {
791791
"type": "object",
@@ -801,13 +801,13 @@
801801
"type": "string",
802802
"default": "",
803803
"title": "The loadBalancerIP",
804-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/loadBalancerIP"
804+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/loadBalancerIP"
805805
},
806806
"externalIPs": {
807807
"type": "array",
808808
"default": [],
809809
"title": "The externalIPs",
810-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalIPs"
810+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalIPs"
811811
},
812812
"loadBalancerSourceRanges": {
813813
"type": "array",
@@ -830,13 +830,13 @@
830830
"type": "boolean",
831831
"default": false,
832832
"title": "The allocateLoadBalancerNodePorts Schema",
833-
"ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/allocateLoadBalancerNodePorts"
833+
"ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/allocateLoadBalancerNodePorts"
834834
},
835835
"ipFamilyPolicy": {
836836
"type": "string",
837837
"default": "",
838838
"title": "The ipFamilyPolicy Schema",
839-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilyPolicy",
839+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilyPolicy",
840840
"examples": [
841841
""
842842
]
@@ -845,7 +845,7 @@
845845
"type": "array",
846846
"default": [],
847847
"title": "The ipFamilies Schema",
848-
"ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilies"
848+
"ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilies"
849849
},
850850
"httpPort": {
851851
"type": "object",
@@ -949,7 +949,7 @@
949949
"title": "The customPorts",
950950
"items": {
951951
"type": "object",
952-
"ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort"
952+
"ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort"
953953
}
954954
}
955955
},
@@ -991,7 +991,7 @@
991991
"type": "object",
992992
"default": {},
993993
"title": "The annotations Schema",
994-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
994+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
995995
},
996996
"name": {
997997
"type": "string",
@@ -1043,13 +1043,13 @@
10431043
"type": "object",
10441044
"default": {},
10451045
"title": "The labels Schema",
1046-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels"
1046+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels"
10471047
},
10481048
"selectorMatchLabels": {
10491049
"type": "object",
10501050
"default": {},
10511051
"title": "The selectorMatchLabels Schema",
1052-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels"
1052+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels"
10531053
},
10541054
"endpoints": {
10551055
"type": "array",
@@ -1121,7 +1121,7 @@
11211121
"type": "object",
11221122
"default": {},
11231123
"title": "The annotations Schema",
1124-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
1124+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
11251125
}
11261126
},
11271127
"examples": [
@@ -1145,13 +1145,13 @@
11451145
"type": "object",
11461146
"default": {},
11471147
"title": "The annotations Schema",
1148-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
1148+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations"
11491149
},
11501150
"extraLabels": {
11511151
"type": "object",
11521152
"default": {},
11531153
"title": "The extraLabels Schema",
1154-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels"
1154+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels"
11551155
}
11561156
},
11571157
"examples": [
@@ -1165,7 +1165,7 @@
11651165
"type": "string",
11661166
"default": "",
11671167
"title": "The priorityClassName",
1168-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/priorityClassName"
1168+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/priorityClassName"
11691169
},
11701170
"readyStatus": {
11711171
"type": "object",
@@ -1192,7 +1192,7 @@
11921192
"initialDelaySeconds": {
11931193
"type": "integer",
11941194
"default": 0,
1195-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.Probe/properties/initialDelaySeconds"
1195+
"$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.26.1/_definitions.json#/definitions/io.k8s.api.core.v1.Probe/properties/initialDelaySeconds"
11961196
}
11971197
},
11981198
"examples": [

0 commit comments

Comments
 (0)