Skip to content

Commit

Permalink
chore: Re-add appmesh-controller chart
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Sep 24, 2024
1 parent 4df396e commit 0c3be9f
Show file tree
Hide file tree
Showing 20 changed files with 5,702 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ 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

> [!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-controller`: App Mesh controller Helm chart for Kubernetes
* `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
Expand Down
24 changes: 24 additions & 0 deletions stable/appmesh-controller/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
crds/kustomization.yaml
16 changes: 16 additions & 0 deletions stable/appmesh-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
name: appmesh-controller
description: App Mesh controller Helm chart for Kubernetes
version: 1.13.1
appVersion: 1.13.1
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
- https://github.com/aws/eks-charts
maintainers:
- name: Kishor Joshi
url: https://github.com/kishorj
email: [email protected]
keywords:
- eks
- appmesh
Loading

0 comments on commit 0c3be9f

Please sign in to comment.