Skip to content

Commit

Permalink
Update docker.io/fluent/fluent-bit Docker tag to v3.1.5
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 10, 2024
1 parent 6ea5f9e commit 98f6e81
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.4
tag: 3.1.5

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

0 comments on commit 98f6e81

Please sign in to comment.