Skip to content

Commit

Permalink
Merge pull request #103 from Lyt99/feature/helm
Browse files Browse the repository at this point in the history
chore(helm): sync chart metadata and readme with kubeskoop.github.io
  • Loading branch information
BSWANG authored Sep 5, 2023
2 parents fa80f6b + 51094f9 commit 6e62502
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
apiVersion: v1
name: kubeskoop-exporter
description: A Helm chart for KubeSkoop Exporter
description: Promtheus exporter and kernel tracing for OS metrics in kubernetes, with pluggable metric collectors and kernel eBPF tracers.
type: application
annotations:
category: Analytics
licenses: Apache-2.0
version: 0.2.0
appVersion: 0.1.0
icon: https://img.shields.io/github/v/tag/alibaba/kubeskoop
keywords:
- kubeskoop
- kubeskoop-exporter
- kubernetes
- prometheus
- eBPF
- ebpf
- monitoring
home: https://github.com/alibaba/kubeskoop
sources:
- https://github.com/alibaba/kubeskoop
- https://kubeskoop.io/
maintainers:
- name: KubeSkoop
url: https://kubeskoop.io/
6 changes: 3 additions & 3 deletions deploy/helm/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Skoop exporter
# KubeSkoop exporter

## INSTALL
## INSTALLATION

```shell
# Add KubeSkoop charts repo
helm repo add kubeskoop https://github.com/alibaba/kubeskoop/charts
helm repo add kubeskoop https://kubeskoop.github.io

# You need to update helm repo info for the first time.
helm repo update
Expand Down

0 comments on commit 6e62502

Please sign in to comment.