From fbb9c1dbfc6501f4c95c8f879e3b5e8e19ac9955 Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Mon, 10 Jun 2024 21:09:09 +0100 Subject: [PATCH] Update metadata --- charts/jellyfin/Chart.yaml | 10 +++++----- charts/jellyfin/README.md | 12 ++++++------ charts/jellyfin/README.md.gotmpl | 16 ++++++++++------ 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index d50db59b..697deb31 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -2,8 +2,7 @@ apiVersion: v2 type: application name: jellyfin description: Your media, your server, your way -version: 3.0.0 -# renovate: datasource=docker depName=ghcr.io/beluga-cloud/jellyfin/jellyfin +version: 3.0.1 appVersion: 10.9.6 kubeVersion: '>=1.20' home: https://jellyfin.org/ @@ -14,8 +13,9 @@ keywords: - plex sources: - https://github.com/jellyfin/jellyfin - - https://github.com/beluga-cloud/charts/tree/main/charts/jellyfin + - https://github.com/djjudas21/charts/tree/main/charts/jellyfin maintainers: - - name: xunleii - url: https://github.com/beluga-cloud + - name: djjudas21 + email: djjudas21@users.noreply.github.com + url: https://github.com/djjudas21 dependencies: [] diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index ffd521b5..1fc3985d 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -14,7 +14,7 @@
[ - ![License](https://img.shields.io/github/license/beluga-cloud/charts?logo=git&logoColor=white&logoWidth=20) + ![License](https://img.shields.io/github/license/djjudas21/charts?logo=git&logoColor=white&logoWidth=20) ](LICENSE)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) @@ -48,8 +48,8 @@ Some features of Jellyfin: ## TL;DR ```shell -helm repo add beluga-cloud https://beluga-cloud.github.io/charts -helm install my-release beluga-cloud/jellyfin +helm repo add djjudas21 https://djjudas21.github.io/charts +helm install my-release djjudas21/jellyfin ``` ## Introduction @@ -66,8 +66,8 @@ This chart bootstraps a Jellyfin deployment on a [Kubernetes](kubernetes.io) clu To install the chart with the release name `my-release`: ```shell -helm repo add beluga-cloud https://beluga-cloud.github.io/charts -helm install my-release beluga-cloud/jellyfin +helm repo add djjudas21 https://djjudas21.github.io/charts +helm install my-release djjudas21/jellyfin ``` These commands deploy jellyfin on the Kubernetes cluster in the default configuration. @@ -183,7 +183,7 @@ The command removes all the Kubernetes components associated with the chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```shell -helm install my-release --set fullnameOverride=my-jellyfin beluga-cloud/jellyfin +helm install my-release --set fullnameOverride=my-jellyfin djjudas21/jellyfin ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, diff --git a/charts/jellyfin/README.md.gotmpl b/charts/jellyfin/README.md.gotmpl index 1934f0dc..8f021a67 100644 --- a/charts/jellyfin/README.md.gotmpl +++ b/charts/jellyfin/README.md.gotmpl @@ -16,7 +16,7 @@
[ - ![License](https://img.shields.io/github/license/beluga-cloud/charts?logo=git&logoColor=white&logoWidth=20) + ![License](https://img.shields.io/github/license/djjudas21/charts?logo=git&logoColor=white&logoWidth=20) ](LICENSE)
{{ template "chart.typeBadge" . }} @@ -51,14 +51,17 @@ Some features of Jellyfin: ## TL;DR ```shell -helm repo add beluga-cloud https://beluga-cloud.github.io/charts -helm install my-release beluga-cloud/{{ template "chart.name" . }} +helm repo add djjudas21 https://djjudas21.github.io/charts/ +helm repo update djjudas21 +helm install my-release djjudas21/{{ template "chart.name" . }} ``` ## Introduction This chart bootstraps a {{ template "chart.title" . }} deployment on a [Kubernetes](kubernetes.io) cluster using the [Helm](helm.sh) package manager. +It was forked from [beluga-cloud/jellyfin](https://github.com/beluga-cloud/charts/tree/main/charts/jellyfin) + ## Prerequisites - Kubernetes {{ template "chart.kubeVersion" . }} @@ -69,8 +72,9 @@ This chart bootstraps a {{ template "chart.title" . }} deployment on a [Kubernet To install the chart with the release name `my-release`: ```shell -helm repo add beluga-cloud https://beluga-cloud.github.io/charts -helm install my-release beluga-cloud/{{ template "chart.name" . }} +helm repo add djjudas21 https://djjudas21.github.io/charts/ +helm repo update djjudas21 +helm install my-release djjudas21/{{ template "chart.name" . }} ``` These commands deploy {{ template "chart.name" . }} on the Kubernetes cluster in the default configuration. @@ -248,7 +252,7 @@ The command removes all the Kubernetes components associated with the chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```shell -helm install my-release --set fullnameOverride=my-{{ template "chart.name" . }} beluga-cloud/{{ template "chart.name" . }} +helm install my-release --set fullnameOverride=my-{{ template "chart.name" . }} djjudas21/{{ template "chart.name" . }} ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,