File tree 4 files changed +15
-9
lines changed 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ keywords:
5
5
- logging
6
6
- fluent-bit
7
7
- fluentd
8
- version : 0.43.0
8
+ version : 0.43.1
9
9
appVersion : 2.2.2
10
10
icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
11
11
home : https://fluentbit.io/
@@ -22,5 +22,5 @@ maintainers:
22
22
23
23
annotations :
24
24
artifacthub.io/changes : |
25
- - kind: changed
26
- description: "Updated _Fluent Bit_ OCI image to [v2.2.2](https://github.com/fluent/fluent-bit/releases/tag/v2.2.2) ."
25
+ - kind: fixed
26
+ description: "Fixed helm tests ."
Original file line number Diff line number Diff line change
1
+ testFramework :
2
+ enabled : true
3
+
1
4
logLevel : debug
2
5
3
6
dashboards :
Original file line number Diff line number Diff line change @@ -5,16 +5,19 @@ metadata:
5
5
name : " {{ include " fluent-bit.fullname" . }}-test-connection"
6
6
namespace : {{ default .Release.Namespace .Values.testFramework.namespace }}
7
7
labels :
8
- {{- include "fluent-bit.labels" . | nindent 4 }}
8
+ helm.sh/chart : {{ include "fluent-bit.chart" . }}
9
+ app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
10
+ app.kubernetes.io/managed-by : {{ .Release.Service }}
9
11
annotations :
10
- " helm.sh/hook " : test-success
12
+ helm.sh/hook : test
13
+ helm.sh/hook-delete-policy : hook-succeeded
11
14
spec :
12
15
containers :
13
16
- name : wget
14
17
image : {{ include "fluent-bit.image" .Values.testFramework.image | quote }}
15
18
imagePullPolicy : {{ .Values.testFramework.image.pullPolicy }}
16
- command : ['wget' ]
17
- args : [' {{ include "fluent-bit.fullname" . }}:{{ .Values.service.port }}' ]
19
+ command : ["sh" ]
20
+ args : ["-c", "wget -O- {{ include "fluent-bit.fullname" . }}:{{ .Values.service.port }}" ]
18
21
{{- with .Values.imagePullSecrets }}
19
22
imagePullSecrets :
20
23
{{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ serviceMonitor:
128
128
# scheme: ""
129
129
# tlsConfig: {}
130
130
131
- # # Beare in mind if youn want to collec metrics from a different port
131
+ # # Bear in mind if you want to collect metrics from a different port
132
132
# # you will need to configure the new ports on the extraPorts property.
133
133
additionalEndpoints : []
134
134
# - port: metrics
@@ -418,7 +418,7 @@ config:
418
418
Time_Key time
419
419
Time_Format %Y-%m-%dT%H:%M:%S.%L
420
420
421
- # This allows adding more files with arbitary filenames to /fluent-bit/etc/conf by providing key/value pairs.
421
+ # This allows adding more files with arbitrary filenames to /fluent-bit/etc/conf by providing key/value pairs.
422
422
# The key becomes the filename, the value becomes the file content.
423
423
extraFiles : {}
424
424
# upstream.conf: |
You can’t perform that action at this time.
0 commit comments