Skip to content

Commit

Permalink
docs(vector): Fix example and CI for Vector templating (#126)
Browse files Browse the repository at this point in the history
* docs(vector): Fix example and CI for Vector templating

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

* verson bump

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

* fix ci values and regen README

Signed-off-by: Spencer Gilbert <[email protected]>
  • Loading branch information
spencergilbert authored Dec 14, 2021
1 parent 83cf509 commit e28ba32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vector
version: "0.2.2"
version: "0.2.3"
kubeVersion: ">=1.15.0-0"
description: A lightweight, ultra-fast tool for building observability pipelines
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vector

![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.18.1--distroless--libc-informational?style=flat-square)
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.18.1--distroless--libc-informational?style=flat-square)

[Vector](https://vector.dev/) is a high-performance, end-to-end observability data pipeline that puts you in control of your observability data. Collect, transform, and route all your logs, metrics, and traces to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where is most convenient for your vendors.

Expand Down
4 changes: 2 additions & 2 deletions charts/vector/ci/vector-templating-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ customConfig:
type: aws_s3
inputs: [generator]
bucket: logs-archive
key_prefix: |
{{ print "{{ kubernetes.pod_labels.app\\.kubernetes\\.io/client-id }}/%Y/%m/%d/{{ kubernetes.pod_name }}/" }}
key_prefix: >-
{{ print "{{kubernetes.pod_labels.app\\.kubernetes\\.io/client-id}}/%Y/%m/%d/{{kubernetes.pod_name}}/" }}
compression: gzip
encoding:
codec: ndjson
Expand Down

0 comments on commit e28ba32

Please sign in to comment.