Skip to content

Commit

Permalink
chore: update artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2024
1 parent a8ae5c8 commit cb0946b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .integration/artifacthub/crossplane/1.17.1/README.md
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions .integration/artifacthub/crossplane/1.17.1/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
provider:
name: kcl-lang.io

0 comments on commit cb0946b

Please sign in to comment.