Skip to content

Commit

Permalink
offer install from helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed May 26, 2024
1 parent 81522dc commit b3763a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions invidious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Invidious is an alternative front-end to YouTube

type: application

version: 2.0.1
version: 2.0.2
appVersion: v2.20240427

dependencies:
Expand All @@ -21,7 +21,7 @@ keywords:
- video
- privacy

home: https://invidio.us/
home: https://invidious.io
icon: https://raw.githubusercontent.com/iv-org/invidious/05988c1c49851b7d0094fca16aeaf6382a7f64ab/assets/favicon-32x32.png

sources:
Expand Down
9 changes: 5 additions & 4 deletions invidious/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Easily deploy Invidious to Kubernetes.
## Installing Helm chart

```sh
# Build Helm dependencies
$ helm dep build
# Add repo of Invidious helm charts
$ helm repo add invidious https://charts-helm.invidious.io
$ helm repo update

# Add PostgreSQL init scripts
$ kubectl create configmap invidious-postgresql-init \
Expand All @@ -21,14 +22,14 @@ $ kubectl create configmap invidious-postgresql-init \
--from-file=../config/sql/playlist_videos.sql

# Install Helm app to your Kubernetes cluster
$ helm install invidious ./
$ helm install invidious invidious/invidious
```

## Upgrading

```sh
# Upgrading is easy, too!
$ helm upgrade invidious ./
$ helm upgrade invidious invidious/invidious
```

## Uninstall
Expand Down

0 comments on commit b3763a0

Please sign in to comment.