From 114746640605f6aa3d1a965ad6f36e3770161e1f Mon Sep 17 00:00:00 2001 From: Puneet Joshi Date: Mon, 23 Sep 2024 13:32:32 +0000 Subject: [PATCH] GITBOOK-1098: No subject --- social-registry/developer-zone/helm-packaging-guide.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/social-registry/developer-zone/helm-packaging-guide.md b/social-registry/developer-zone/helm-packaging-guide.md index 88d92051..54c60b43 100644 --- a/social-registry/developer-zone/helm-packaging-guide.md +++ b/social-registry/developer-zone/helm-packaging-guide.md @@ -1,15 +1,17 @@ +--- +description: How to create a Helm Package for Social Registry +--- + # 📘 Helm Packaging Guide ## Concepts -Social Registry and all its dependencies are installed using a single packaged [Helm chart](https://github.com/OpenG2P/openg2p-social-registry-deployment/tree/develop/charts). The contents of the package may be found in the [Docker package files](https://github.com/OpenG2P/openg2p-packaging/tree/main/packaging/packages/social-registry). Learn more on Helm charts, versioning and packaging [here](../../deployment/helm-charts.md#helm-chart-versions). +Social Registry and all its dependencies are installed using a single [Helm chart](https://github.com/OpenG2P/openg2p-social-registry-deployment/tree/develop/charts). Helm package is the highest level of package that is offered for module installation. The Helm package contains all dependencies and is intended to be installed "single click" from Rancher or the command line. The contents of the Helm package may be found in the [`Chart.yaml`](https://github.com/OpenG2P/openg2p-social-registry-deployment/blob/develop/charts/openg2p-social-registry/Chart.yaml) file\*. Learn more on Helm charts, versioning and publishing [here](../../deployment/helm-charts.md#helm-chart-versions). {% hint style="info" %} \* The chart has been split into parts to address the Kubernetes ETCD limitation. [Learn more >>](../../deployment/helm-charts.md#helm-chart-size-limitation) {% endhint %} -Helm package is the highest level of package that is offered for module installation. The Helm package contains all dependencies and is intended to be installed "single click" from Rancher or the command line. - The package hierarchy is depicted below. {% embed url="https://miro.com/app/board/uXjVKoUYG7g=/" %}