From 29f99d7bdb3cea913cf43f7501c284d1b3185b78 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 28 Sep 2022 10:31:30 -0700 Subject: [PATCH] fix(vector): fix typos in NOTES.txt (#242) * charts/vector/templates: fix spelling error * +bump chart version Signed-off-by: Spencer Gilbert * +helm-docs Signed-off-by: Spencer Gilbert * chore: exclude deprecated charts in ct Signed-off-by: Spencer Gilbert Signed-off-by: Spencer Gilbert Co-authored-by: Spencer Gilbert --- .github/ct.yaml | 1 + charts/vector/Chart.yaml | 2 +- charts/vector/README.md | 2 +- charts/vector/templates/_helpers.tpl | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ct.yaml b/.github/ct.yaml index 60b6557..bdc6768 100644 --- a/.github/ct.yaml +++ b/.github/ct.yaml @@ -2,4 +2,5 @@ chart-repos: - vector=https://helm.vector.dev check-version-increment: true debug: true +exclude-deprecated: true helm-extra-args: --timeout 300s diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index 86528fd..9536de6 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.16.0" +version: "0.16.1" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application diff --git a/charts/vector/README.md b/charts/vector/README.md index 36b9c12..d28134d 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.24.0--distroless--libc-informational?style=flat-square) +![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.24.0--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. diff --git a/charts/vector/templates/_helpers.tpl b/charts/vector/templates/_helpers.tpl index fe8ca6b..94a4c1a 100644 --- a/charts/vector/templates/_helpers.tpl +++ b/charts/vector/templates/_helpers.tpl @@ -220,7 +220,7 @@ Print `vector top` instructions. {{ include "_fmt.yellow" "$" }} kubectl -n {{ $.Release.Namespace }} exec -it {{ $resource }}/{{ include "vector.fullname" $ }} -- vector top {{ $url }} {{- else -}} {{- $resource := include "_vector.role" $ -}} -{{ print "Vector is starting in your cluster. After a few minutes, you can vew Vector's" }} +{{ print "Vector is starting in your cluster. After a few minutes, you can view Vector's" }} {{ println "internal logs by running:" }} {{ include "_fmt.yellow" "$" }} kubectl -n {{ $.Release.Namespace }} logs -f {{ $resource }}/{{ include "vector.fullname" $ }} {{- end }}