Skip to content

Commit

Permalink
SC-4765 Deprecate SDA helm chart (helm#13741)
Browse files Browse the repository at this point in the history
Signed-off-by: Alen Komljen <alen.komljen@live.com>
  • Loading branch information
komljen authored and eyenx committed May 28, 2019
1 parent 8dbe008 commit af0fea1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/sematext-docker-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: v1
name: sematext-docker-agent
version: 1.0.0
# This chart is deprecated and no longer maintained. Use stable/sematext-agent instead.
# For details deprecation, including how to un-deprecate a chart see the PROCESSES.md file.
deprecated: true
version: 1.0.1
appVersion: 1.31.53
description: Sematext Docker Agent
description: DEPRECATED Sematext Docker Agent
keywords:
- alerts
- metrics
Expand All @@ -12,6 +15,3 @@ home: https://sematext.com/
icon: https://sematext.com/wp-content/uploads/2017/09/octi-square-logo-200x200-2.png
sources:
- https://github.com/sematext/sematext-agent-docker
maintainers:
- name: komljen
email: alen.komljen@live.com
2 changes: 2 additions & 0 deletions stable/sematext-docker-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**This chart is DEPRECATED, use [stable/sematext-agent](https://github.com/helm/charts/tree/master/stable/sematext-agent) instead!**

# Sematext Docker Agent

[Sematext](https://sematext.com/) Agent for Docker collects Metrics, Events, and Logs from the Docker API for SPM Docker Monitoring & Logsene / Hosted ELK Log Management.
Expand Down
2 changes: 2 additions & 0 deletions stable/sematext-docker-agent/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**This chart is DEPRECATED, use stable/sematext-agent instead!**

{{- if and (not .Values.sematext.spmToken) (not .Values.sematext.logseneToken) -}}

###############################################################################
Expand Down

0 comments on commit af0fea1

Please sign in to comment.