Adding your own registry to Ankra enables you and your team to distribbute helm-charts as add-on components that can be deployed onto a cluster as part of a stack.
A GitHub Personal Access Token with write:packages permission
To create a Personal Access Token: Go to GitHub Settings > Developer settings > Personal access tokens > Generate new token, and select the write:packages scope.
Edit the Chart.yaml file to include proper metadata:
Copy
apiVersion: v2name: my-sparkly-appdescription: A Helm chart for my sparkly applicationtype: applicationversion: 1.0.0appVersion: "1.0.0"home: https://github.com/YOUR_USERNAME/my-helm-chartssources: - https://github.com/YOUR_USERNAME/my-helm-chartsmaintainers: - name: Your Name email: your.email@example.com