Skip to content

Commit

Permalink
Merge pull request #10 from gitops-bridge-dev/update-readme-charts
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
csantanapr authored Mar 5, 2024
2 parents 30f4847 + 75c58f7 commit 48a0ab3
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# gitops-bridge-helm-charts
# gitops-bridge-helm-charts

Helper helm chart for the [gitops-bridge project](https://github.com/gitops-bridge-dev)

Add helm repo
```shell
helm repo add gitops-bridge-helm-charts https://gitops-bridge-dev.github.io/gitops-bridge-helm-charts
```

Install a helm chart
```shell
helm install <name> gitops-bridge-helm-charts/<name>
```

Helm Charts Available:
- `aws-ebs-csi` AWS EBS CSI Classes
- `aws-fargate-fluentbit` AWS Fargate FluentBit
- `crossplane-aws-upbound` Crossplane Upbound AWS Provider
- `crossplane-aws` Crossplane AWS Contrib Provider
- `crossplane-helm` Crossplane Helm Provider
- `crossplane-kubernetes` Crossplane Kubernetes Provider

Examples on how to use them in ArgoCD ApplicationSets with gitops-bridge:
- https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/aws/addons-aws-oss-crossplane-upbound.yaml
- https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-appset.yaml
- https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-helm.yaml
- https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-kubernetes.yaml
- https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/aws/addons-aws-oss-crossplane-aws.yaml

0 comments on commit 48a0ab3

Please sign in to comment.