Skip to content

ketches/ketches-extension-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ketches Extension Charts

This repository contains a collection of Helm charts for extending the functionality of your Kubernetes cluster.

Usage

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 update

You 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.

Charts

Here are the charts available in this repository:

Envoy Gateway

  • 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

LGTM Distributed

  • 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

Velero

  • 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/velero

Contributing

Contributions are welcome! Please refer to the contribution guidelines for more information.

Packages

 
 
 

Contributors