Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 64ea658

Browse files
authored
Merge pull request #756 from laverya/update-required-entries-in-schema
update mutations.json to no longer require deprecated github property 'source'
2 parents 7008bee + e2c0de6 commit 64ea658

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

hack/docs/mutations.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"repo": "github.com/replicatedhq/superbigtool-k8s",
182182
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
183183
"path": "k8s-yamls/",
184-
"source": "private"
184+
"proxy": true
185185
},
186186
"dest": "charts/rendered/"
187187
},
@@ -424,15 +424,15 @@
424424
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
425425
"path": "k8s-yamls/",
426426
"dest": "./k8s/",
427-
"source": "private",
427+
"proxy": true,
428428
"strip_path": ""
429429
},
430430
{
431431
"repo": "github.com/replicatedhq/ship",
432432
"ref": "master",
433433
"path": "hack/docs/",
434434
"dest": "./docs{{repl Add 1 1}}/",
435-
"source": "public",
435+
"proxy": false,
436436
"mode": 644,
437437
"strip_path": "{{repl ParseBool \"true\"}}"
438438
}
@@ -442,8 +442,7 @@
442442
"required": [
443443
"repo",
444444
"path",
445-
"dest",
446-
"source"
445+
"dest"
447446
]
448447
}
449448
},

hack/docs/schema.json

+5-10
Original file line numberDiff line numberDiff line change
@@ -406,15 +406,15 @@
406406
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
407407
"path": "k8s-yamls/",
408408
"dest": "./k8s/",
409-
"source": "private",
409+
"proxy": true,
410410
"strip_path": ""
411411
},
412412
{
413413
"repo": "github.com/replicatedhq/ship",
414414
"ref": "master",
415415
"path": "hack/docs/",
416416
"dest": "./docs{{repl Add 1 1}}/",
417-
"source": "public",
417+
"proxy": false,
418418
"mode": 644,
419419
"strip_path": "{{repl ParseBool \"true\"}}"
420420
}
@@ -464,8 +464,7 @@
464464
"required": [
465465
"repo",
466466
"path",
467-
"dest",
468-
"source"
467+
"dest"
469468
]
470469
},
471470
"google_gke": {
@@ -550,7 +549,7 @@
550549
"repo": "github.com/replicatedhq/superbigtool-k8s",
551550
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
552551
"path": "k8s-yamls/",
553-
"source": "private"
552+
"proxy": true
554553
},
555554
"dest": "charts/rendered/"
556555
},
@@ -674,11 +673,7 @@
674673
"values_from": {
675674
"description": "values_from",
676675
"type": "object",
677-
"properties": {
678-
"lifecycle": {
679-
"type": "object"
680-
}
681-
}
676+
"properties": {}
682677
},
683678
"when": {
684679
"description": "This asset will be included when 'when' is omitted or true",

0 commit comments

Comments
 (0)