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 3a1b408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion container-insights-manifest-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwa
newK8sVersion="k8s/1.3.9"
agentVersion="amazon/cloudwatch-agent:1.247350.0b251780"
fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0"
fluentBitVersion="amazon/aws-for-fluent-bit:2.10.0"
fluentBitVersion="amazon/aws-for-fluent-bit:stable"

k8sPrometheusDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus"
ecsPrometheusDirPrefix="./ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus"
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ spec:
spec:
containers:
- name: fluent-bit
image: amazon/aws-for-fluent-bit:2.10.0
image: amazon/aws-for-fluent-bit:stable
imagePullPolicy: Always
env:
- name: AWS_REGION
Expand Down

0 comments on commit 3a1b408

Please sign in to comment.