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 Nov 4, 2024
1 parent e0324e3 commit 3c4f495
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .integration/artifacthub/kubevirt/0.3.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Introduction

`kubevirt` module contains definitions for `kubevirt`

## Resource

+ Code sources are [here](https://github.com/kcl-lang/modules/tree/main/kubevirt)
+ Reference documents are [here][https://github.com/kcl-lang/modules/tree/main/kubevirt/docs]
25 changes: 25 additions & 0 deletions .integration/artifacthub/kubevirt/0.3.0/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.3.0
name: kubevirt
displayName: kubevirt
createdAt: "2024-11-04T06:05:19Z"
description: '`kubevirt` module contains definitions for kubevirt'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `kubevirt` with tag `0.3.0` as dependency
```
kcl mod add kubevirt:0.3.0
```
#### Pull `kubevirt` with tag `0.3.0` to local
```
kcl mod pull kubevirt:0.3.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 3c4f495

Please sign in to comment.