Skip to content

Commit

Permalink
Update docker.io/fluent/fluent-bit Docker tag to v3.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Sep 16, 2024
1 parent 1aa8ca0 commit 2371a28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
images:
fluent_bit:
image: docker.io/fluent/fluent-bit
tag: 3.1.7
tag: 3.1.8

# fluent-bit extra annotations
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
envFrom:
- secretRef:
name: fluentbit
image: docker.io/fluent/fluent-bit:3.1.7
image: docker.io/fluent/fluent-bit:3.1.8
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
app.kubernetes.io/instance: fluentbit
app.kubernetes.io/managed-by: commodore
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: 3.1.7
app.kubernetes.io/version: 3.1.8
name: fluentbit
name: fluentbit
namespace: syn-fluentbit
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --config=/fluent-bit/etc/conf/fluent-bit.conf
command:
- /fluent-bit/bin/fluent-bit
image: docker.io/fluent/fluent-bit:3.1.7
image: docker.io/fluent/fluent-bit:3.1.8
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
app.kubernetes.io/instance: fluentbit
app.kubernetes.io/managed-by: commodore
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: 3.1.7
app.kubernetes.io/version: 3.1.8
name: fluentbit
name: fluentbit
namespace: syn-fluentbit

0 comments on commit 2371a28

Please sign in to comment.