# examples **Repository Path**: mirrors_helm/examples ## Basic Information - **Project Name**: examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Helm Example Repository Ahoy world! I'm a Helm repository for example charts. ## Get started Add this repository to Helm. ``` helm repo add examples https://helm.github.io/examples ``` Install an example. ``` helm install ahoy examples/hello-world ```