This repository contains Helm charts for various projects. The charts are available in the thesoftwaregeek Helm Charts Repository.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm is set up properly, add the repository as follows:
helm repo add thesoftwaregeek https://thesoftwaregeek.github.io/helm-charts
You can then run helm search repo thesoftwaregeek
to see the charts.
To install a chart, use the following command:
helm install my-release thesoftwaregeek/<chart-name>
For example:
helm install my-argo-cd thesoftwaregeek/argo-cd
Our charts are also available as OCI artifacts. You can pull them directly from our GitHub Container Registry:
# Pull a specific chart version
helm pull oci://ghcr.io/thesoftwaregeek/charts/<chart-name> --version <version>
# Example
helm pull oci://ghcr.io/thesoftwaregeek/charts/aws-ebs-csi-driver --version 2.41.0-0
You can also install directly from the OCI registry:
helm install my-release oci://ghcr.io/thesoftwaregeek/charts/<chart-name> --version <version>
Each chart has its own values.yaml file with detailed configuration options. Please refer to the individual chart’s README for specific configuration options.
To add a new chart to this repository:
Review the generated files and make any necessary adjustments
To develop on this repository:
The charts in this repository follow Semantic Versioning. The version numbers are automatically updated by Renovate bot.
If you discover a security issue, please bring it to our attention right away!
Please DO NOT file a public issue, instead send your report privately to security@thesoftwaregeek.com.
If you have any questions about this repository or its contents, please: