Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Fluent Bit to 2.0 #16654

Merged
merged 3 commits into from Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/telemetry-operator/Dockerfile
Expand Up @@ -20,7 +20,7 @@ COPY webhook/ webhook/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

# Use the fluent-bit image because we need the fluent-bit binary
FROM eu.gcr.io/kyma-project/tpi/fluent-bit:1.9.9-cf0a130c
FROM eu.gcr.io/kyma-project/tpi/fluent-bit:2.0.8-01ff7389

WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down
Expand Up @@ -35,7 +35,7 @@ spec:
- -i http
- -o stdout
- -q
image: eu.gcr.io/kyma-project/tpi/fluent-bit:1.9.4-7114f989
image: eu.gcr.io/kyma-project/tpi/fluent-bit:2.0.8-01ff7389
livenessProbe:
tcpSocket:
port: serviceport
Expand All @@ -62,4 +62,4 @@ spec:
protocol: TCP
targetPort: serviceport
selector:
app: mockserver
app: mockserver
Expand Up @@ -92,7 +92,7 @@ func MakeDaemonSet(name types.NamespacedName) *appsv1.DaemonSet {
Privileged: pointer.Bool(false),
ReadOnlyRootFilesystem: pointer.Bool(true),
},
Image: "eu.gcr.io/kyma-project/tpi/fluent-bit:1.9.9-cf0a130c",
Image: "eu.gcr.io/kyma-project/tpi/fluent-bit:2.0.8-01ff7389",
ImagePullPolicy: "IfNotPresent",
EnvFrom: []corev1.EnvFromSource{
{
Expand Down
4 changes: 2 additions & 2 deletions resources/telemetry/values.yaml
Expand Up @@ -7,7 +7,7 @@ global:
version: "PR-16573"
telemetry_operator:
name: "telemetry-operator"
version: "PR-16634"
version: "PR-16654"
telemetry_webhook_cert_init:
name: "webhook-cert-init"
version: "PR-16573"
Expand All @@ -17,7 +17,7 @@ global:
directory: "tpi"
fluent_bit:
name: "fluent-bit"
version: "1.9.9-cf0a130c"
version: "2.0.8-01ff7389"
directory: "tpi"
busybox:
name: "busybox"
Expand Down
Expand Up @@ -20,7 +20,7 @@ spec:
- -i http
- -o stdout
- -q
image: eu.gcr.io/kyma-project/tpi/fluent-bit:1.9.4-7114f989
image: eu.gcr.io/kyma-project/tpi/fluent-bit:2.0.8-01ff7389
livenessProbe:
tcpSocket:
port: serviceport
Expand Down