..

charts

Summary

Helm chart repository hosted on blog.

Usage

If not installed helm, install first using brew or other package manager.

brew install helm
helm version

Add the helm chart repository with the name younsl.

helm repo add younsl https://younsl.github.io/
helm repo update

Search all helm charts in the younsl chart repository.

helm search repo younsl

The helm search repo command checks the status of the charts based on the index.yaml file in the helm chart repository.

The index.yaml file contains the metadata of the repository and is used for chart search and installation. Check index file directly.

Download and extract a specific chart locally.

helm pull younsl/<CHART_NAME> --untar

For example, to download and extract the rbac chart:

helm pull younsl/rbac --untar
helm pull younsl/rbac --version 0.2.1 --untar

Available charts

Chart nameStatusChart versionApp version
actions-runnerDeprecated0.1.4N/A
argocd-appsActive1.7.0N/A
backup-utilsDeprecated0.4.23.15.1
karpenter-nodepoolActive1.5.1N/A
rbacActive0.2.1N/A
kube-green-sleepinfosActive0.1.0N/A
squidActive0.2.26.10-24.10_beta

Important Notes

Please note the following recommendations for deprecated charts.

  1. backup-utils (deprecated): Starting from GHES 3.17, this chart has been replaced by the built-in backup service included in the GHES server. It is highly recommended to use the built-in service instead.

  2. actions-runner (deprecated): Since 2023, it is highly recommended to use the GA (Generally Available) gha-runner-scale-set and gha-runner-scale-set-controller charts instead of this deprecated chart.