helm-charts

Helm Charts Repository

This repository contains Helm charts for deploying applications to Kubernetes.

Charts

service-example

A Helm chart for deploying the Service Example application with its dependencies:

Usage

# Add the Helm repository
helm repo add my-repo https://umarfarooqkadri.github.io/helm-charts

# Update Helm repositories
helm repo update

# Install the service-example chart
helm install my-release my-repo/service-example

Development

To package a new version of a chart:

helm package charts/service-example
helm repo index .