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 Jul 29, 2024
1 parent 6413b5a commit 9c41010
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .integration/artifacthub/karmada/0.1.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`karmada` is the [karmada](https://github.com/karmada-io/karmada) spec definition

## Resource

Code source and document is [here](https://github.com/kcl-lang/artifacthub/tree/main/karmada/1.8)
25 changes: 25 additions & 0 deletions .integration/artifacthub/karmada/0.1.1/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.1
name: karmada
displayName: karmada
createdAt: "2024-07-29T12:20:20Z"
description: This is a KCL package
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `karmada` with tag `0.1.1` as dependency
```
kcl mod add karmada:0.1.1
```
#### Pull `karmada` with tag `0.1.1` to local
```
kcl mod pull karmada:0.1.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 9c41010

Please sign in to comment.