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 name | Status | Chart version | App version |
---|---|---|---|
actions-runner | Deprecated | 0.1.4 | N/A |
argocd-apps | Active | 1.7.0 | N/A |
backup-utils | Deprecated | 0.4.2 | 3.15.1 |
karpenter-nodepool | Active | 1.5.1 | N/A |
rbac | Active | 0.2.1 | N/A |
kube-green-sleepinfos | Active | 0.1.0 | N/A |
squid | Active | 0.2.2 | 6.10-24.10_beta |
Important Notes
Please note the following recommendations for deprecated charts.
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.
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.