diff options
| author | HackerNCoder <hackerncoder@protonmail.ch> | 2021-01-07 19:01:13 +0100 |
|---|---|---|
| committer | HackerNCoder <hackerncoder@protonmail.ch> | 2021-01-07 19:01:13 +0100 |
| commit | 4d512d908dfaf9b726602c77bcf555d36445f88f (patch) | |
| tree | d15736bd1bfd69cd2fc1c7c441892d7f2704497e /kubernetes | |
| parent | 168376b04671c6e362468267a3b07dd332b40702 (diff) | |
| download | invidious-4d512d908dfaf9b726602c77bcf555d36445f88f.tar.gz invidious-4d512d908dfaf9b726602c77bcf555d36445f88f.tar.bz2 invidious-4d512d908dfaf9b726602c77bcf555d36445f88f.zip | |
Remove some mentions of omarroth
Diffstat (limited to 'kubernetes')
| -rw-r--r-- | kubernetes/Chart.yaml | 4 | ||||
| -rw-r--r-- | kubernetes/values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/Chart.yaml b/kubernetes/Chart.yaml index bb0838ad..9e4b793e 100644 --- a/kubernetes/Chart.yaml +++ b/kubernetes/Chart.yaml @@ -9,9 +9,9 @@ keywords: - video - privacy home: https://invidio.us/ -icon: https://raw.githubusercontent.com/omarroth/invidious/05988c1c49851b7d0094fca16aeaf6382a7f64ab/assets/favicon-32x32.png +icon: https://raw.githubusercontent.com/iv-org/invidious/05988c1c49851b7d0094fca16aeaf6382a7f64ab/assets/favicon-32x32.png sources: -- https://github.com/omarroth/invidious +- https://github.com/iv-org/invidious maintainers: - name: Leon Klingele email: mail@leonklingele.de diff --git a/kubernetes/values.yaml b/kubernetes/values.yaml index 4d037022..08def6e4 100644 --- a/kubernetes/values.yaml +++ b/kubernetes/values.yaml @@ -1,7 +1,7 @@ name: invidious image: - repository: omarroth/invidious + repository: iv-org/invidious tag: latest pullPolicy: Always |
