Skip to content

Commit

Permalink
Update docker.io/fluent/fluent-bit Docker tag to v3.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Aug 14, 2024
1 parent 98f6e81 commit 004c93b
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.5
tag: 3.1.6

# 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.5
image: docker.io/fluent/fluent-bit:3.1.6
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.5
app.kubernetes.io/version: 3.1.6
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.5
image: docker.io/fluent/fluent-bit:3.1.6
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.5
app.kubernetes.io/version: 3.1.6
name: fluentbit
name: fluentbit
namespace: syn-fluentbit

0 comments on commit 004c93b

Please sign in to comment.