Skip to content

Commit cf3d91d

Browse files
Ciprian Hacmanhakman
Ciprian Hacman
authored andcommitted
Add publish script
1 parent 3778ff7 commit cf3d91d

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

publish.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
helm package charts/sematext-agent/ -d repo/
4+
helm repo index repo/ --url https://cdn.sematext.com/helm-charts
5+
aws s3 sync repo/ s3://sematext-cdn/helm-charts/

repo/index.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: v1
2+
entries:
3+
sematext-agent:
4+
- apiVersion: v1
5+
appVersion: "1.0"
6+
created: "2020-07-21T12:54:28.985626+03:00"
7+
description: Helm chart for deploying Sematext Agent and Logagent to Kubernetes
8+
digest: 5f4c89f5289b38ea686ccf3fd003678c74124776eec0803c11fb8d3b116f7dec
9+
home: https://sematext.com/cloud
10+
icon: https://cdn.sematext.com/octi-square-logo.png
11+
keywords:
12+
- sematext
13+
- observability
14+
- monitoring
15+
- logging
16+
- containers
17+
- ebpf
18+
maintainers:
19+
20+
name: hakman
21+
name: sematext-agent
22+
urls:
23+
- https://cdn.sematext.com/helm-charts/sematext-agent-1.0.29.tgz
24+
version: 1.0.29
25+
generated: "2020-07-21T12:54:28.984388+03:00"

repo/sematext-agent-1.0.29.tgz

5.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)