Skip to content

Commit

Permalink
Merge pull request #198 from bender316/main
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah authored Dec 20, 2021
2 parents 8ef2807 + 62a2daa commit 3b45a4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 2 additions & 1 deletion charts/fluent-bit/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b45a4e

Please sign in to comment.