Update build-and-publish.yml
This commit is contained in:
parent
061333b1d6
commit
fcd8f54deb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-publish.yml
vendored
3
.github/workflows/build-and-publish.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
env:
|
||||
ADDITIONAL_SCHEMA_PATHS: |
|
||||
schemas/{{ .ResourceKind }}.json
|
||||
https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json
|
||||
https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{.NormalizedKubernetesVersion}}/{{.ResourceKind}}.json
|
||||
https://json.schemastore.org/{{.ResourceKind}}.json
|
||||
CHARTS_DIRECTORY: "charts"
|
||||
KUBECONFORM_STRICT: "true"
|
||||
HELM_UPDATE_DEPENDENCIES: "true"
|
||||
|
|
Loading…
Reference in a new issue