This repository contains Helm charts for deploying applications to Kubernetes.
A Helm chart for deploying the Service Example application with its dependencies:
# 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
To package a new version of a chart:
helm package charts/service-example
helm repo index .