Skip to content

Commit 7176fe4

Browse files
committed
chore: update artifacthub-pkg.yaml
1 parent 7fc8cbb commit 7176fe4

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.integration/artifacthub/victoria-metrics-operator/0.45.0/README.md

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.45.0
2+
name: victoria-metrics-operator
3+
displayName: victoria-metrics-operator
4+
createdAt: "2024-06-18T23:21:33Z"
5+
description: This is a KCL package
6+
links:
7+
- name: KCL homepage
8+
url: https://kcl-lang.io/
9+
- name: KCL repo
10+
url: https://github.com/kcl-lang/kcl
11+
install: |
12+
#### Add `victoria-metrics-operator` with tag `0.45.0` as dependency
13+
```
14+
kcl mod add victoria-metrics-operator:0.45.0
15+
```
16+
17+
#### Pull `victoria-metrics-operator` with tag `0.45.0` to local
18+
```
19+
kcl mod pull victoria-metrics-operator:0.45.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)