Skip to content

Commit

Permalink
chore: Deprecate old Vector Agent/Aggregator/Shared charts (#133)
Browse files Browse the repository at this point in the history
* chore: Deprecate old Vector Agent/Aggregator/Shared charts

Signed-off-by: Spencer Gilbert <[email protected]>

* comment out maintainers section due to lint failure

Signed-off-by: Spencer Gilbert <[email protected]>

* bold deprecation notice

Signed-off-by: Spencer Gilbert <[email protected]>
  • Loading branch information
spencergilbert authored Dec 28, 2021
1 parent ba594ab commit e3eb6b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

Official Helm charts for Vector. Currently supported:
- [Vector](charts/vector/README.md) (vector/vector)
- [Vector Agents](charts/vector-agent/README.md) (vector/vector-agent)
- [Vector Aggregators](charts/vector-aggregator/README.md) (vector/vector-aggregator)

*Note*: The [helm charts in the `vector` repository](https://github.com/vectordotdev/vector/tree/master/distribution/helm) are being deprecated in favor of the ones here. In addition, consider trying out the experimental [Vector chart](charts/vector/README.md) for your deployment!
- **DEPRECATED** [Vector Agents](charts/vector-agent/README.md) (vector/vector-agent)
- **DEPRECATED** [Vector Aggregators](charts/vector-aggregator/README.md) (vector/vector-aggregator)

# How to use the Vector Helm Repository

Expand Down
9 changes: 5 additions & 4 deletions charts/vector-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: vector-agent
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to collect Kubernetes logs with Vector
version: "0.20.0"
version: "0.21.0"
appVersion: "0.19.0"
home: https://vector.dev/
sources:
- https://github.com/timberio/vector/
maintainers:
- name: Datadog
email: [email protected]
# maintainers:
# - name: Datadog
# email: [email protected]
dependencies:
- name: vector-shared
version: "~0.1.0"
repository: https://helm.vector.dev
deprecated: true
9 changes: 5 additions & 4 deletions charts/vector-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: vector-aggregator
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to aggregate data with Vector
version: "0.20.0"
version: "0.21.0"
appVersion: "0.19.0"
home: https://vector.dev/
sources:
- https://github.com/timberio/vector/
maintainers:
- name: Datadog
email: [email protected]
# maintainers:
# - name: Datadog
# email: [email protected]
dependencies:
- name: vector-shared
version: "~0.1.0"
repository: https://helm.vector.dev
deprecated: true
9 changes: 5 additions & 4 deletions charts/vector-shared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: vector-shared
type: library
icon: https://vector.dev/press/vector-icon.svg
description: Shared dependencies of Vector Helm charts
version: "0.1.0"
version: "0.2.0"
home: https://vector.dev/
sources:
- https://github.com/timberio/vector/
maintainers:
- name: Datadog
email: [email protected]
# maintainers:
# - name: Datadog
# email: [email protected]
deprecated: true

0 comments on commit e3eb6b4

Please sign in to comment.