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

update mutations.json to no longer require deprecated github property 'source' #756

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions hack/docs/mutations.json
Expand Up @@ -181,7 +181,7 @@
"repo": "github.com/replicatedhq/superbigtool-k8s",
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
"path": "k8s-yamls/",
"source": "private"
"proxy": true
},
"dest": "charts/rendered/"
},
Expand Down Expand Up @@ -424,15 +424,15 @@
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
"path": "k8s-yamls/",
"dest": "./k8s/",
"source": "private",
"proxy": true,
"strip_path": ""
},
{
"repo": "github.com/replicatedhq/ship",
"ref": "master",
"path": "hack/docs/",
"dest": "./docs{{repl Add 1 1}}/",
"source": "public",
"proxy": false,
"mode": 644,
"strip_path": "{{repl ParseBool \"true\"}}"
}
Expand All @@ -442,8 +442,7 @@
"required": [
"repo",
"path",
"dest",
"source"
"dest"
]
}
},
Expand Down
15 changes: 5 additions & 10 deletions hack/docs/schema.json
Expand Up @@ -406,15 +406,15 @@
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
"path": "k8s-yamls/",
"dest": "./k8s/",
"source": "private",
"proxy": true,
"strip_path": ""
},
{
"repo": "github.com/replicatedhq/ship",
"ref": "master",
"path": "hack/docs/",
"dest": "./docs{{repl Add 1 1}}/",
"source": "public",
"proxy": false,
"mode": 644,
"strip_path": "{{repl ParseBool \"true\"}}"
}
Expand Down Expand Up @@ -464,8 +464,7 @@
"required": [
"repo",
"path",
"dest",
"source"
"dest"
]
},
"google_gke": {
Expand Down Expand Up @@ -550,7 +549,7 @@
"repo": "github.com/replicatedhq/superbigtool-k8s",
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
"path": "k8s-yamls/",
"source": "private"
"proxy": true
},
"dest": "charts/rendered/"
},
Expand Down Expand Up @@ -674,11 +673,7 @@
"values_from": {
"description": "values_from",
"type": "object",
"properties": {
"lifecycle": {
"type": "object"
}
}
"properties": {}
},
"when": {
"description": "This asset will be included when 'when' is omitted or true",
Expand Down