Skip to content

Commit

Permalink
Deprecate Sematext Agent Helm chart (helm#23331)
Browse files Browse the repository at this point in the history
Signed-off-by: Ciprian Hacman <[email protected]>
Signed-off-by: Adrien Loiseau <[email protected]>
  • Loading branch information
Ciprian Hacman authored and li-adrienloiseau committed Jul 29, 2020
1 parent fc5677f commit f0df926
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/sematext-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.0"
version: 1.0.29
version: 1.0.30
description: Helm chart for deploying Sematext Agent and Logagent to Kubernetes
keywords:
- sematext
Expand Down
11 changes: 11 additions & 0 deletions stable/sematext-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## This Helm chart is deprecated

Given the [deprecation of `stable`](https://github.com/helm/charts#deprecation-timeline), future Sematext Agent charts will be located at [sematext/helm-charts](https://github.com/sematext/helm-charts/).

To update an existing _stable_ deployment with the chart hosted in the Sematext Agent repository, you should run:

```bash
$ helm repo add sematext https://cdn.sematext.com/helm-charts/
$ helm upgrade st-agent sematext/sematext-agent
```

# Sematext Agent

Sematext Agent collects logs, metrics, events and more info for hosts (CPU, memory, disk, network, processes, ...), containers and orchestrator platforms and ships that to [Sematext Cloud](https://sematext.com/cloud). Sematext Cloud is available in the US and EU regions.
Expand Down

0 comments on commit f0df926

Please sign in to comment.