Skip to content

Commit

Permalink
Merge pull request #1201 from joshuabaird/chore/fix-fb-image-name
Browse files Browse the repository at this point in the history
Fix fluent-bit image name.
  • Loading branch information
joshuabaird authored Jun 12, 2024
2 parents 43e0975 + c6a0007 commit 2e83272
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-fb-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
docker_tag_version:
description: 'Fluent Bit image release version'
required: true
default: '3.0.4'
default: '3.0.7'

env:
DOCKER_REPO: 'kubesphere'
Expand Down
4 changes: 2 additions & 2 deletions charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ fluentbit:
enable: true
serviceMonitor: false
image:
repository: "ghcr.io/fluent/fluent-operator/fluentbit"
tag: "v3.0.7"
repository: "ghcr.io/fluent/fluent-operator/fluent-bit"
tag: "3.0.7"
# fluentbit resources. If you do want to specify resources, adjust them as necessary
# You can adjust it based on the log volume.
resources:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/fluentbit_v1alpha2_fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
imagePullPolicy: IfNotPresent
positionDB:
hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/kubeedge/fluentbit-fluentbit-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/logging-stack/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
fluentBitConfigName: fluent-bit-config

---
Expand Down
2 changes: 1 addition & 1 deletion manifests/regex-parser/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluentbit:3.0.7
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
fluentBitConfigName: fluent-bit-config

0 comments on commit 2e83272

Please sign in to comment.