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

(feat)! : outdated aws-for-fluent-bit chart updated to use new high performance cloudwatch_logs plugin #903

Merged
merged 22 commits into from
Mar 19, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5241997
feat: Updated to use new high performance cloudwatch plugin
deepend-dev Feb 19, 2023
e0bcd84
fix: removed json function
deepend-dev Feb 19, 2023
e219d55
Merge branch 'aws:master' into master
deepend-dev Feb 24, 2023
4a63854
feat: updated chart to support s3 and opensearch
deepend-dev Feb 25, 2023
c98f6d2
fix: updated readme to reflect correct repo
deepend-dev Feb 25, 2023
6334169
fix: updated readme to reflect correct repo
deepend-dev Feb 25, 2023
e3484c4
fix: updated opensearch values
deepend-dev Feb 25, 2023
8cb0231
Merge branch 'aws:master' into master
deepend-dev Feb 28, 2023
6a894d0
Updated as per the review
deepend-dev Mar 10, 2023
2ddf3f2
Merge branch 'master' into feat-update-fluent-bit-chart
deepend-dev Mar 10, 2023
acc815b
Merge pull request #1 from deepend-dev/feat-update-fluent-bit-chart
deepend-dev Mar 10, 2023
4376553
fix: corrected app version
deepend-dev Mar 10, 2023
4eaed53
fix: updated doc
deepend-dev Mar 11, 2023
ec32cf1
fix: corrected typos
deepend-dev Mar 11, 2023
08d697b
fix: updated chart
deepend-dev Mar 14, 2023
3445dcc
update!:only cloudwatch_logs will be enabled as default
deepend-dev Mar 14, 2023
1455401
update!:only cloudwatch_logs will be enabled as default
deepend-dev Mar 14, 2023
e2cccab
fix: updating upload_chunk size for S3
deepend-dev Mar 14, 2023
a4e64ef
fix: update readme
deepend-dev Mar 14, 2023
99cfd1c
fix: update readme
deepend-dev Mar 14, 2023
52a27d2
Merge branch 'aws:master' into master
deepend-dev Mar 18, 2023
bba1bd4
fix: readme updated for new fluent bit version
deepend-dev Mar 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ helm repo add eks https://aws.github.io/eks-charts
```

### App Mesh

deepend-dev marked this conversation as resolved.
Show resolved Hide resolved
* [appmesh-controller](stable/appmesh-controller): App Mesh controller Helm chart for Kubernetes
* [appmesh-prometheus](stable/appmesh-prometheus): App Mesh Prometheus Helm chart for Kubernetes
* [appmesh-grafana](stable/appmesh-grafana): App Mesh Grafana Helm chart for Kubernetes
Expand All @@ -19,39 +20,46 @@ helm repo add eks https://aws.github.io/eks-charts
* [appmesh-inject](stable/appmesh-inject)(**deprecated**): App Mesh inject Helm chart for Kubernetes

### AWS Node Termination Handler
* [aws-node-termination-handler](stable/aws-node-termination-handler): Gracefully handle EC2 instance shutdown within Kubernetes. https://github.com/aws/aws-node-termination-handler

* [aws-node-termination-handler](stable/aws-node-termination-handler): Gracefully handle EC2 instance shutdown within Kubernetes. <https://github.com/aws/aws-node-termination-handler>

### AWS Calico

**This Helm chart is deprecated**. To install Calico network policy enforcement on AWS, follow the EKS [user guide](https://docs.aws.amazon.com/eks/latest/userguide/calico.html).

### AWS CloudWatch Metrics

* [aws-cloudwatch-metrics](stable/aws-cloudwatch-metrics): A helm chart for CloudWatch Agent to Collect Cluster Metrics

### AWS for Fluent Bit

* [aws-for-fluent-bit](stable/aws-for-fluent-bit): A helm chart for [AWS-for-fluent-bit](https://github.com/aws/aws-for-fluent-bit)

### AWS Load Balancer Controller

* [aws-load-balancer-controller](stable/aws-load-balancer-controller): A helm chart for [AWS Load Balancer Controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller)

### AWS VPC CNI
* [aws-vpc-cni](stable/aws-vpc-cni): Networking plugin for pod networking in Kubernetes using Elastic Network Interfaces on AWS. https://github.com/aws/amazon-vpc-cni-k8s

* [aws-vpc-cni](stable/aws-vpc-cni): Networking plugin for pod networking in Kubernetes using Elastic Network Interfaces on AWS. <https://github.com/aws/amazon-vpc-cni-k8s>

### AWS SIGv4 Proxy Admission Controller

* [aws-sigv4-proxy-admission-controller](stable/aws-sigv4-proxy-admission-controller): A helm chart for [AWS SIGv4 Proxy Admission Controller](https://github.com/aws-observability/aws-sigv4-proxy-admission-controller)

### AWS Secrets Manager and Config Provider for Secret Store CSI Driver

**This Helm chart is deprecated, please switch to https://aws.github.io/secrets-store-csi-driver-provider-aws/ which is reviewed, owned and maintained by AWS.**
**This Helm chart is deprecated, please switch to <https://aws.github.io/secrets-store-csi-driver-provider-aws/> which is reviewed, owned and maintained by AWS.**

* [csi-secrets-store-provider-aws](stable/csi-secrets-store-provider-aws): A helm chart for [AWS Secrets Manager and Config Provider](https://github.com/aws/secrets-store-csi-driver-provider-aws)

### Amazon EC2 Metadata Mock

* [amazon-ec2-metadata-mock](stable/amazon-ec2-metadata-mock): A tool to simulate Amazon EC2 instance metadata service for local testing

### CNI Metrics Helper
* [cni-metrics-helper](stable/cni-metrics-helper): A helm chart for [CNI Metrics Helper](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/cmd/cni-metrics-helper/README.md)

* [cni-metrics-helper](stable/cni-metrics-helper): A helm chart for [CNI Metrics Helper](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/cmd/cni-metrics-helper/README.md)

## License

Expand Down
4 changes: 2 additions & 2 deletions stable/aws-for-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: aws-for-fluent-bit
description: A Helm chart to deploy aws-for-fluent-bit project
version: 0.1.23
appVersion: 2.21.5
version: 0.1.24
appVersion: 2.28.4
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
Loading