Skip to content

Commit

Permalink
Always use AWS for Fluent Bit stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed May 12, 2022
1 parent d607898 commit 7cb2c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb2c7c

Please sign in to comment.