diff --git a/.integration/artifacthub/crossplane/1.17.1/README.md b/.integration/artifacthub/crossplane/1.17.1/README.md new file mode 100644 index 00000000..4de5e6d8 --- /dev/null +++ b/.integration/artifacthub/crossplane/1.17.1/README.md @@ -0,0 +1,5 @@ +# Crossplane +## CRDs + +- https://github.com/crossplane/crossplane/tree/v1.17.1/cluster/crds +- https://github.com/crossplane-contrib/provider-helm/tree/v0.19.0/package/crds diff --git a/.integration/artifacthub/crossplane/1.17.1/artifacthub-pkg.yaml b/.integration/artifacthub/crossplane/1.17.1/artifacthub-pkg.yaml new file mode 100644 index 00000000..32d39d0d --- /dev/null +++ b/.integration/artifacthub/crossplane/1.17.1/artifacthub-pkg.yaml @@ -0,0 +1,25 @@ +version: 1.17.1 +name: crossplane +displayName: crossplane +createdAt: "2024-09-23T18:08:10Z" +description: '`crossplane` is the crossplane spec definition' +links: +- name: KCL homepage + url: https://kcl-lang.io/ +- name: KCL repo + url: https://github.com/kcl-lang/kcl +install: | + #### Add `crossplane` with tag `1.17.1` as dependency + ``` + kcl mod add crossplane:1.17.1 + ``` + + #### Pull `crossplane` with tag `1.17.1` to local + ``` + kcl mod pull crossplane:1.17.1 + ``` +maintainers: +- name: kcl-lang.io + email: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io