From 7cb2c7ce7fae04d68a27610dd458f76e23c1ea2c Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Wed, 11 May 2022 23:23:32 -0700 Subject: [PATCH] Always use AWS for Fluent Bit stable version Signed-off-by: Wesley Pettit --- .../fluent-bit/fluent-bit-compatible.yaml | 2 +- .../container-insights-monitoring/fluent-bit/fluent-bit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml index 9c30340..f44d63a 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml @@ -280,7 +280,7 @@ spec: spec: containers: - name: fluent-bit-compatible - image: amazon/aws-for-fluent-bit:2.10.0 + image: amazon/aws-for-fluent-bit:stable imagePullPolicy: Always env: - name: AWS_REGION diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml index 41ac24a..01dd45d 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml @@ -269,7 +269,7 @@ spec: spec: containers: - name: fluent-bit - image: public.ecr.aws/aws-observability/aws-for-fluent-bit:latest + image: public.ecr.aws/aws-observability/aws-for-fluent-bit:stable imagePullPolicy: Always env: - name: AWS_REGION