You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-14
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,33 @@
1
-
# EKS deployments with Helm
1
+
# Deploy Helm charts to AWS EKS cluster
2
2
3
-
GitHub action for deploying to AWS EKS clusters using helm.
3
+
`bitovi/github-actions-deploy-eks-helm` deploys helm charts to an EKS Cluster.
4
4
5
-
Note: If your EKS cluster administrative access is in a private network, you will need to use a self hosted runner in that network to use this action.
5
+
## Action Summary
6
+
This action deploys Helm charts to an EKS cluster, allowing ECR/OCI as sources, and handling plugin installation, using [this awesome Docker image](https://github.com/alpine-docker/k8s) as base.
6
7
7
-
## Customizing
8
+
> **Note:** If your EKS cluster administrative access is in a private network, you will need to use a self hosted runner in that network to use this action.
9
+
10
+
If you would like to deploy a backend app/service, check out our other actions:
11
+
| Action | Purpose |
12
+
| ------ | ------- |
13
+
|[Deploy Docker to EC2](https://github.com/marketplace/actions/deploy-docker-to-aws-ec2)| Deploys a repo with a Dockerized application to a virtual machine (EC2) on AWS |
14
+
|[Deploy React to GitHub Pages](https://github.com/marketplace/actions/deploy-react-to-github-pages)| Builds and deploys a React application to GitHub Pages. |
15
+
|[Deploy static site to AWS (S3/CDN/R53)](https://github.com/marketplace/actions/deploy-static-site-to-aws-s3-cdn-r53)| Hosts a static site in AWS S3 with CloudFront |
16
+
<br/>
17
+
18
+
**And more!**, check our [list of actions in the GitHub marketplace](https://github.com/marketplace?category=&type=actions&verification=&query=bitovi)
19
+
20
+
# Need help or have questions?
21
+
This project is supported by [Bitovi, A DevOps consultancy](https://www.bitovi.com/services/devops-consulting).
Although Helm repositories are different than [OCI registries](https://helm.sh/docs/topics/registries/), the `chart-repository` variable supports both options.
30
+
> **Note:**Although Helm repositories are different than [OCI registries](https://helm.sh/docs/topics/registries/), the `chart-repository` variable supports both options.
12
31
13
32
See [example below](https://github.com/bitovi/github-actions-deploy-eks-helm#example-3) for reference, but should be similar to using a repo.
14
33
@@ -55,7 +74,7 @@ Following inputs can be used as `step.with` keys
0 commit comments