Skip to content

Commit

Permalink
Deprecate Buildkite chart (helm#9200)
Browse files Browse the repository at this point in the history
* Deprecate Buildkite chart

Signed-off-by: Rimas <[email protected]>

* update NOTES

Signed-off-by: Rimas <[email protected]>
  • Loading branch information
rimusz authored and k8s-ci-robot committed Nov 12, 2018
1 parent 55c5a26 commit f67232d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 5 additions & 5 deletions stable/buildkite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Agent for Buildkite
description: DEPRECATED Agent for Buildkite
name: buildkite
version: 0.2.3
version: 0.2.4
appVersion: 3.0
icon: https://github.com/buildkite/media/blob/master/marks/Buildkite%20-%20Mark%20-%20colour.png
keywords:
Expand All @@ -12,6 +12,6 @@ keywords:
home: https://buildkite.com
sources:
- https://github.com/buildkite/agent
maintainers:
- name: rimusz
email: [email protected]
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/buildkite/charts
deprecated: true
11 changes: 8 additions & 3 deletions stable/buildkite/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Running Buildkite agent
# Running Buildkite agent - DEPRECATED

The [buildkite agent](https://buildkite.com/docs/agent) is a small, reliable and cross-platform build runner that makes it easy to run automated builds on your own infrastructure. Its main responsibilities are polling buildkite.com for work, running build jobs, reporting back the status code and output log of the job, and uploading the job's artefacts.
It is simple, lightweight hosted [Buildkite](https://buildkite.com) CI/CD system which only requires to host agents in your Kubernetes cluster.
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/buildkite/charts
- **Charts repository:** https://buildkite.github.io/charts/

```bash
helm repo add buildkite https://buildkite.github.io/charts/
```

## Introduction

Expand Down
2 changes: 2 additions & 0 deletions stable/buildkite/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### THIS CHART IS DEPRECATED! ####

{{- if .Values.agent.token }}

The {{ template "buildkite.fullname" . }} is getting provisioned in your cluster. After a few minutes, you can run the following to verify.
Expand Down

0 comments on commit f67232d

Please sign in to comment.