This repository contains a collection of Helm charts for extending the functionality of your Kubernetes cluster.
To use the charts from this repository, add the repository to your Helm client:
helm repo add ketches-extension-charts https://ketches.github.io/ketches-extension-charts
helm repo updateYou can then install any of the charts by running:
helm install my-release ketches-extension-charts/<chart-name>Replace <chart-name> with the name of the chart you want to install.
Here are the charts available in this repository:
- Description: A Helm chart for Envoy Gateway, an open source implementation of the Gateway API.
- Chart Version:
1.4.2 - App Version:
1.4.2
To install the Envoy Gateway chart, run:
helm install my-envoy-gateway ketches-extension-charts/envoy-gateway- Description: An umbrella chart for a distributed stack of Loki, Grafana, Tempo, Mimir and Grafana OnCall. This chart simplifies the deployment of a comprehensive observability platform.
- Chart Version:
2.1.0 - App Version:
^7.3.9
To install the LGTM Distributed chart, run:
helm install my-lgtm ketches-extension-charts/lgtm-distributed- Description: A Helm chart for Velero, a tool to back up and restore your Kubernetes cluster resources and persistent volumes.
- Chart Version:
5.1.0 - App Version:
1.12.0
To install the Velero chart, run:
helm install my-velero ketches-extension-charts/veleroContributions are welcome! Please refer to the contribution guidelines for more information.