Skip to content

Commit

Permalink
GITBOOK-1098: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Sep 23, 2024
1 parent ca06836 commit 1147466
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions social-registry/developer-zone/helm-packaging-guide.md
Original file line number Diff line number Diff line change
@@ -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=/" %}
Expand Down

0 comments on commit 1147466

Please sign in to comment.