Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
djjudas21 committed Jun 10, 2024
1 parent b84715c commit fbb9c1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
10 changes: 5 additions & 5 deletions charts/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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: [email protected]
url: https://github.com/djjudas21
dependencies: []
12 changes: 6 additions & 6 deletions charts/jellyfin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<br/>

[
![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)
<br/>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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,
Expand Down
16 changes: 10 additions & 6 deletions charts/jellyfin/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<br/>

[
![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)
<br/>
{{ template "chart.typeBadge" . }}
Expand Down Expand Up @@ -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" . }}
Expand All @@ -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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit fbb9c1d

Please sign in to comment.