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

chore: Deprecate AppMesh charts following announcement for end of support of the AWS AppMesh service #1154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,30 @@ helm repo add eks https://aws.github.io/eks-charts

### App Mesh

> [!NOTE]
> Please see the announcement related to [AWS AppMesh service support](https://aws.amazon.com/blogs/containers/migrating-from-aws-app-mesh-to-amazon-ecs-service-connect/)

* [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
* [appmesh-jaeger](stable/appmesh-jaeger): App Mesh Jaeger Helm chart for Kubernetes
* [appmesh-spire-server](stable/appmesh-spire-server): App Mesh SPIRE Server Helm chart for Kubernetes
* [appmesh-spire-agent](stable/appmesh-spire-agent): App Mesh SPIRE Agent Helm chart for Kubernetes
* [appmesh-gateway](stable/appmesh-gateway): App Mesh Gateway Helm chart for Kubernetes
* [appmesh-inject](stable/appmesh-inject)(**deprecated**): App Mesh inject Helm chart for Kubernetes

> [!WARNING]
> The following Helm charts are deprecated following the announcement of discontinued support for [AWS AppMesh](https://aws.amazon.com/blogs/containers/migrating-from-aws-app-mesh-to-amazon-ecs-service-connect/)

* `appmesh-prometheus`: App Mesh Prometheus Helm chart for Kubernetes
* `appmesh-grafana`: App Mesh Grafana Helm chart for Kubernetes
* `appmesh-jaeger`: App Mesh Jaeger Helm chart for Kubernetes
* `appmesh-spire-server`: App Mesh SPIRE Server Helm chart for Kubernetes
* `appmesh-spire-agent`: App Mesh SPIRE Agent Helm chart for Kubernetes
* `appmesh-gateway`: App Mesh Gateway Helm chart for Kubernetes
* `appmesh-inject`: 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 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).
> [!WARNING]
> 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

Expand Down
24 changes: 0 additions & 24 deletions stable/appmesh-gateway/.helmignore

This file was deleted.

18 changes: 0 additions & 18 deletions stable/appmesh-gateway/Chart.yaml

This file was deleted.

118 changes: 0 additions & 118 deletions stable/appmesh-gateway/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions stable/appmesh-gateway/ci/values.yaml

This file was deleted.

1 change: 0 additions & 1 deletion stable/appmesh-gateway/templates/NOTES.txt

This file was deleted.

57 changes: 0 additions & 57 deletions stable/appmesh-gateway/templates/_helpers.tpl

This file was deleted.

80 changes: 0 additions & 80 deletions stable/appmesh-gateway/templates/deployment.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions stable/appmesh-gateway/templates/gateway.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions stable/appmesh-gateway/templates/hpa.yaml

This file was deleted.

Loading
Loading