Skip to content

Commit

Permalink
fix: update crds catalog uri
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelsa committed Jun 7, 2022
1 parent ceb8922 commit 85684ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl/validation/k8sValidator.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ func getDefaultSchemaLocations() []string {
}

func getDatreeCRDSchemaByName(crdCatalogName string) string {
crdCatalog := "https://raw.githubusercontent.com/datreeio/CRDs-catalog/master/" + crdCatalogName + "/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json"
crdCatalog := "https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/" + crdCatalogName + "/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json"
return crdCatalog
}

0 comments on commit 85684ce

Please sign in to comment.