Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Really deprecate Sematext Agent Helm chart (#23335)
Browse files Browse the repository at this point in the history
Signed-off-by: Ciprian Hacman <[email protected]>
  • Loading branch information
Ciprian Hacman authored Jul 24, 2020
1 parent 93d2bae commit d598675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 67 deletions.
8 changes: 3 additions & 5 deletions stable/sematext-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v1
appVersion: "1.0"
version: 1.0.30
description: Helm chart for deploying Sematext Agent and Logagent to Kubernetes
version: 1.0.31
deprecated: true
description: DEPRECATED Helm chart for deploying Sematext Agent and Logagent to Kubernetes
keywords:
- sematext
- observability
Expand All @@ -11,7 +12,4 @@ keywords:
- ebpf
home: https://sematext.com/cloud
icon: https://cdn.sematext.com/octi-square-logo.png
maintainers:
- name: hakman
email: [email protected]
name: sematext-agent
65 changes: 3 additions & 62 deletions stable/sematext-agent/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,63 +1,4 @@
{{- if and (not .Values.containerToken) (not .Values.logsToken) -}}
This chart has been DEPRECATED and moved to its new home:

###############################################################################
# ERROR: Please provide containerToken and/or logsToken! #
###############################################################################

Depending on which region you want to use, create a container and/or logs apps
to get your tokens. Then, start the app for monitoring with:

helm install st-agent \
--set sematext.containerToken=YOUR_CONTAINER_TOKEN \
--set sematext.infraToken=YOUR_INFRA_TOKEN \
--set region={{ .Values.region }} \
stable/sematext-agent

Or start the app to ship logs with:

helm install st-agent \
--set logsToken=YOUR_LOGS_TOKEN \
--set region={{ .Values.region }} \
stable/sematext-agent

Or start the app with both:

helm install st-agent \
--set containerToken=YOUR_CONTAINER_TOKEN \
--set sematext.infraToken=YOUR_INFRA_TOKEN \
--set logsToken=YOUR_LOGS_TOKEN \
--set region={{ .Values.region }} \
stable/sematext-agent

Please check the README file for all available parameters.

{{- else if not .Values.logsToken -}}

Missing logsToken! You will only receive metrics and events.
{{ if eq .Values.region "US" }}
After a few minutes check your app at https://apps.sematext.com/ui/monitoring
{{ else if eq .Values.region "EU" }}
After a few minutes check your app at https://apps.eu.sematext.com/ui/monitoring
{{ end }}

{{- else if not .Values.containerToken -}}

Missing containerToken! You will only receive logs.
{{ if eq .Values.region "US" }}
After a few minutes check your app at https://apps.sematext.com/ui/logs
{{ else if eq .Values.region "EU" }}
After a few minutes check your app at https://apps.eu.sematext.com/ui/logs
{{ end }}

{{- else -}}

You are all set!
{{ if eq .Values.region "US" }}
After a few minutes check your metrics app at https://apps.sematext.com/ui/monitoring
or logs at https://apps.sematext.com/ui/logs
{{ else if eq .Values.region "EU" }}
After a few minutes check your metrics app at https://apps.eu.sematext.com/ui/monitoring
or logs at https://apps.eu.sematext.com/ui/logs
{{ end }}

{{- end -}}
* GitHub repo: https://github.com/sematext/helm-charts/
* Charts repo: https://cdn.sematext.com/helm-charts/

0 comments on commit d598675

Please sign in to comment.