diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index c7a48f9a..84fdf501 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -5,7 +5,7 @@ keywords: - logging - fluent-bit - fluentd -version: 0.19.13 +version: 0.19.14 appVersion: 1.8.11 icon: https://fluentbit.io/assets/img/logo1-default.png home: https://fluentbit.io/ diff --git a/charts/fluent-bit/templates/NOTES.txt b/charts/fluent-bit/templates/NOTES.txt index a06cff8c..7e09ee62 100644 --- a/charts/fluent-bit/templates/NOTES.txt +++ b/charts/fluent-bit/templates/NOTES.txt @@ -1,5 +1,6 @@ Get Fluent Bit build information by running these commands: export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "fluent-bit.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") -echo "curl http://127.0.0.1:2020 for Fluent Bit build information" kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 2020:2020 +curl http://127.0.0.1:2020 + diff --git a/charts/fluentd/Chart.yaml b/charts/fluentd/Chart.yaml index 909c019c..d1af5c0a 100644 --- a/charts/fluentd/Chart.yaml +++ b/charts/fluentd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: fluentd description: A Helm chart for Kubernetes # type: application -version: 0.3.2 +version: 0.3.3 appVersion: v1.12.4 icon: https://www.fluentd.org/images/miscellany/fluentd-logo_2x.png home: https://www.fluentd.org/ diff --git a/charts/fluentd/templates/NOTES.txt b/charts/fluentd/templates/NOTES.txt index 62664d8a..b248dcb2 100644 --- a/charts/fluentd/templates/NOTES.txt +++ b/charts/fluentd/templates/NOTES.txt @@ -1,5 +1,5 @@ Get Fluentd build information by running these commands: export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "fluentd.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") -echo "curl http://127.0.0.1:24231/metrics for Fluentd metrics" kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 24231:24231 +curl http://127.0.0.1:24231/metrics