From 0e94b4235a09e9538f510be1da8c05d844dd0238 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 6 Nov 2024 16:02:25 +0100 Subject: [PATCH] =?UTF-8?q?chore(docs):=20=F0=9F=93=9D=20add=20real=20URLs?= =?UTF-8?q?=20and=20names=20in=20READMEs=20(#38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- README.md | 2 +- charts/jellyfin/README.md | 10 +++++----- charts/jellyfin/README.md.gotmpl | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9186bc8..674ae1e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ hellyfin-helm/ To use the charts in this repository, first add the repository to Helm: ```bash -helm repo add jellyfin https://.git +helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm helm repo update ``` diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index 8ae485b..404ccf8 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -13,7 +13,7 @@ Jellyfin Media Server Helm repositories contain collections of charts. You can add an existing repository using the following command: ```bash -helm repo add +helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm ``` ### 2. Install the Helm Chart @@ -21,7 +21,7 @@ helm repo add To install a chart, use the following command: ```bash -helm install /jellyfin +helm install my-jellyfin jellyfin/jellyfin ``` ### 3. View the Installation @@ -29,7 +29,7 @@ helm install /jellyfin You can check the status of the release using: ```bash -helm status +helm status my-jellyfin ``` ## Customizing the Chart @@ -38,14 +38,14 @@ Helm charts come with default values, but you can customize them by using the -- ### 1. Using --set to Override Values ```bash -helm install --set key1=value1,key2=value2 +helm install my-jellyfin jellyfin/jellyfin --set key1=value1,key2=value2 ``` ### 2. Using a values.yaml File You can create a custom values.yaml file and pass it to the install command: ```bash -helm install -f values.yaml +helm install my-jellyfin jellyfin/jellyfin -f values.yaml ``` ## Values diff --git a/charts/jellyfin/README.md.gotmpl b/charts/jellyfin/README.md.gotmpl index 51152fc..ee08a35 100644 --- a/charts/jellyfin/README.md.gotmpl +++ b/charts/jellyfin/README.md.gotmpl @@ -14,7 +14,7 @@ Helm repositories contain collections of charts. You can add an existing repository using the following command: ```bash -helm repo add +helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm ``` ### 2. Install the Helm Chart @@ -22,7 +22,7 @@ helm repo add To install a chart, use the following command: ```bash -helm install /jellyfin +helm install my-jellyfin jellyfin/jellyfin ``` ### 3. View the Installation @@ -30,7 +30,7 @@ helm install /jellyfin You can check the status of the release using: ```bash -helm status +helm status my-jellyfin ``` ## Customizing the Chart @@ -39,14 +39,14 @@ Helm charts come with default values, but you can customize them by using the -- ### 1. Using --set to Override Values ```bash -helm install --set key1=value1,key2=value2 +helm install my-jellyfin jellyfin/jellyfin --set key1=value1,key2=value2 ``` ### 2. Using a values.yaml File You can create a custom values.yaml file and pass it to the install command: ```bash -helm install -f values.yaml +helm install my-jellyfin jellyfin/jellyfin -f values.yaml ``` {{ template "chart.maintainersSection" . }}