Skip to content

Commit

Permalink
kube
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeeyoungkim committed Mar 18, 2024
1 parent 7725796 commit b0ce715
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm lint charts/kube
```shell
helm install <release-name> charts/kube --dry-run --debug
```
(ex: helm install whatap-kube-agent . --dry-run --debug)
(ex: helm install whatap-kube-agent charts/kube --dry-run --debug)

### 3. 차트 패키징
```shell
Expand Down
2 changes: 1 addition & 1 deletion charts/kube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: agent
name: kube
description: Whatap monitoring components on Kubernetes
type: application
version: 0.0.3
Expand Down
14 changes: 0 additions & 14 deletions charts/kube/index.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v1
entries:
agent:
kube:
- apiVersion: v2
appVersion: "1.0"
created: "2024-03-18T16:16:40.143312+09:00"
created: "2024-03-18T16:26:00.360518+09:00"
description: Whatap monitoring components on Kubernetes
digest: 3edf7a64cbb903dbfd1dd65908c16816978f5f8d076f1d64e45bd6f6f17f086e
name: agent
digest: 5b9e2abcf84fd71b2d90d220ba5c8994d9cb418b5c39300df9e1c51dc1fe8825
name: kube
type: application
urls:
- https://whatap.github.io/helm/agent-0.0.3.tgz
- https://whatap.github.io/helm/kube-0.0.3.tgz
version: 0.0.3
generated: "2024-03-18T16:16:40.142632+09:00"
generated: "2024-03-18T16:26:00.357873+09:00"
Binary file added kube-0.0.3.tgz
Binary file not shown.

0 comments on commit b0ce715

Please sign in to comment.