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 2, 2024
1 parent 9ba91f1 commit 8f5390f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .integration/artifacthub/cert-manager/0.1.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Introduction

`cert-manager` module contains definitions for `cert-manager`

## Resource

+ Code sources are [here](https://github.com/kcl-lang/artifacthub/tree/main/cert-manager)
+ Reference documents are [here][https://github.com/kcl-lang/artifacthub/tree/main/cert-manager/docs]
25 changes: 25 additions & 0 deletions .integration/artifacthub/cert-manager/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: cert-manager
displayName: cert-manager
createdAt: "2024-07-02T06:23:24Z"
description: '`cert-manager` module contains definitions for cert-manager'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `cert-manager` with tag `0.1.1` as dependency
```
kcl mod add cert-manager:0.1.1
```
#### Pull `cert-manager` with tag `0.1.1` to local
```
kcl mod pull cert-manager:0.1.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 8f5390f

Please sign in to comment.