rewrite and improve Chart.yaml files
This commit is contained in:
		| @@ -1,11 +1,22 @@ | ||||
| apiVersion: v2 | ||||
| name: audiobookshelf | ||||
| version: 0.0.1 | ||||
| version: 1.0.0 | ||||
| description: Audiobookshelf | ||||
| keywords: | ||||
|   - audiobookshelf | ||||
|   - books | ||||
|   - podcasts | ||||
|   - audiobooks | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/advplyr/audiobookshelf | ||||
|   - https://github.com/advplyr/audiobookshelf/pkgs/container/audiobookshelf | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/audiobookshelf | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: audiobookshelf | ||||
|     version: 2.0.0 | ||||
|     repository: https://k8s-home-lab.github.io/helm-charts/ | ||||
| appVersion: "2.8.0" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/audiobookshelf.png | ||||
| appVersion: 2.10.1 | ||||
|   | ||||
| @@ -3,17 +3,20 @@ name: calibre-server | ||||
| version: 1.0.0 | ||||
| description: Calibre Server | ||||
| keywords: | ||||
|   - media | ||||
|   - calibre | ||||
|   - books | ||||
|   - content server | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/kovidgoyal/calibre | ||||
|   - https://hub.docker.com/r/linuxserver/calibre | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: calibre-server | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
| icon: https://raw.githubusercontent.com/kovidgoyal/calibre/master/resources/images/lt.png     | ||||
| appVersion: 7.12.0 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/calibre.png | ||||
| appVersion: v7.12.0-ls285 | ||||
|   | ||||
| @@ -9,7 +9,7 @@ calibre-server: | ||||
|         main: | ||||
|           image: | ||||
|             repository: linuxserver/calibre | ||||
|             tag: 7.12.0 | ||||
|             tag: v7.12.0-ls285 | ||||
|             pullPolicy: IfNotPresent | ||||
|           env: | ||||
|             - name: PGID | ||||
|   | ||||
| @@ -1,11 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: calibre-web | ||||
| version: 1.0.0 | ||||
| description: Calibre Web | ||||
| keywords: | ||||
|   - calibre-web | ||||
|   - books | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/janeczku/calibre-web | ||||
|   - https://github.com/linuxserver/docker-calibre-web/pkgs/container/calibre-web | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/calibre-web | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: calibre-web | ||||
|     version: 9.0.2 | ||||
|     repository: https://k8s-home-lab.github.io/helm-charts/ | ||||
| appVersion: v0.6.21 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/calibre-web.png | ||||
| appVersion: 0.6.21-ls270 | ||||
|   | ||||
| @@ -1,10 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: code-server | ||||
| version: 1.0.0 | ||||
| description: Code Server | ||||
| keywords: | ||||
|   - code-server | ||||
|   - code | ||||
|   - ide | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/coder/code-server | ||||
|   - https://github.com/linuxserver/docker-code-server | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://hub.docker.com/r/linuxserver/code-server | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: code-server | ||||
| @@ -13,5 +23,6 @@ dependencies: | ||||
|   - name: cloudflared | ||||
|     alias: cloudflared | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0     | ||||
| appVersion: "4.22.0" | ||||
|     version: 1.2.0 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/code-server.png | ||||
| appVersion: 4.90.2-ls218 | ||||
|   | ||||
| @@ -9,7 +9,7 @@ code-server: | ||||
|         main: | ||||
|           image: | ||||
|             repository: linuxserver/code-server | ||||
|             tag: 4.90.0 | ||||
|             tag: 4.90.2-ls218 | ||||
|             pullPolicy: IfNotPresent | ||||
|           env: | ||||
|             - name: TZ | ||||
|   | ||||
| @@ -6,14 +6,16 @@ keywords: | ||||
|   - calibre | ||||
|   - OPDS | ||||
|   - books | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/seblucas/cops | ||||
|   - https://github.com/mikespub-org/seblucas-cops | ||||
|   - https://docs.linuxserver.io/images/docker-cops/   | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://hub.docker.com/r/linuxserver/cops | ||||
|   - https://github.com/bjw-s/helm-charts/blob/main/charts/other/app-template/values.yaml | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: cops | ||||
| @@ -23,4 +25,5 @@ dependencies: | ||||
|     alias: cloudflared | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0 | ||||
| appVersion: 1.1.3 | ||||
| icon: "" | ||||
| appVersion: 2.7.2-ls204 | ||||
|   | ||||
| @@ -9,7 +9,7 @@ cops: | ||||
|         main: | ||||
|           image: | ||||
|             repository: linuxserver/cops | ||||
|             tag: 2.3.1-ls185 | ||||
|             tag: 2.7.2-ls204 | ||||
|             pullPolicy: IfNotPresent | ||||
|           env: | ||||
|             - name: PGID | ||||
|   | ||||
| @@ -1,11 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: element-web | ||||
| version: 1.0.0 | ||||
| description: Element Web | ||||
| keywords: | ||||
|   - element-web | ||||
|   - chat | ||||
|   - matrix | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/element-hq/element-web | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://hub.docker.com/r/vectorim/element-web | ||||
|   - https://gitlab.com/ananace/charts/-/tree/master/charts/element-web | ||||
|   - https://github.com/cloudflare/cloudflared   | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template   | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: element-web | ||||
|     version: 1.3.24 | ||||
| @@ -14,4 +23,5 @@ dependencies: | ||||
|     alias: cloudflared | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0 | ||||
| appVersion: "1.11.63" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/element.png | ||||
| appVersion: v1.11.68 | ||||
|   | ||||
| @@ -1,5 +1,9 @@ | ||||
| element-web: | ||||
|   replicaCount: 1 | ||||
|   image: | ||||
|     repository: vectorim/element-web | ||||
|     tag: v1.11.68 | ||||
|     pullPolicy: IfNotPresent | ||||
|   defaultServer: | ||||
|     url: https://matrix.alexlebens.dev | ||||
|     name: alexlebens.dev | ||||
|   | ||||
| @@ -1,15 +1,21 @@ | ||||
| apiVersion: v2 | ||||
| name: freshrss | ||||
| version: 1.0.0 | ||||
| description: FreshRss deployment | ||||
| description: FreshRSS | ||||
| keywords: | ||||
|   - freshrss | ||||
|   - rss | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/FreshRSS/FreshRSS | ||||
|   - https://github.com/cloudflare/cloudflared   | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://hub.docker.com/r/freshrss/freshrss | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: freshrss | ||||
| @@ -23,5 +29,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://avatars.githubusercontent.com/u/9414285?s=48&v=4     | ||||
| appVersion: "1.23.1" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/freshrss.png | ||||
| appVersion: 1.24.1 | ||||
|   | ||||
| @@ -1,11 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: ghost | ||||
| version: 1.0.0 | ||||
| description: Ghost | ||||
| keywords: | ||||
|   - ghost | ||||
|   - cms | ||||
|   - blog | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/TryGhost/Ghost | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/ghost | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template   | ||||
|   - https://dev.mysql.com/doc/mysql-operator/en/ | ||||
|   - https://hub.docker.com/r/bitnami/ghost | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/ghost | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/mysql-cluster | ||||
| dependencies: | ||||
|   - name: ghost | ||||
|     repository: oci://registry-1.docker.io/bitnamicharts | ||||
| @@ -13,9 +22,10 @@ dependencies: | ||||
|   - name: cloudflared | ||||
|     alias: cloudflared | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0     | ||||
|     version: 1.2.0 | ||||
|   - name: mysql-cluster | ||||
|     alias: mysql-8-cluster | ||||
|     version: 0.2.1 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: 5.82.11 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/ghost.png | ||||
| appVersion: 5.85.0-debian-12-r0 | ||||
|   | ||||
| @@ -1,14 +1,17 @@ | ||||
| apiVersion: v2 | ||||
| name: homepage-dev | ||||
| name: homepage | ||||
| version: 1.0.0 | ||||
| description: Homepage | ||||
| home: https://outline.alexlebens.net/doc/homepage-dev-s2clWoI5EC | ||||
| keywords: | ||||
|   - homepage | ||||
|   - dashboard | ||||
| home: https://outline.alexlebens.net/doc/homepage-s2clWoI5EC | ||||
| sources: | ||||
|   - https://github.com/gethomepage/homepage | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://github.com/bjw-s/helm-charts/blob/main/charts/other/app-template/values.yaml | ||||
|   - https://github.com/gethomepage/homepage/pkgs/container/homepage | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
| @@ -20,5 +23,5 @@ dependencies: | ||||
|     alias: cloudflared | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0 | ||||
| icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png | ||||
| appVersion: v0.8.13 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/homepage.png | ||||
| appVersion: v0.9.2 | ||||
|   | ||||
| @@ -2,18 +2,20 @@ apiVersion: v2 | ||||
| name: homepage | ||||
| version: 1.0.0 | ||||
| description: Homepage | ||||
| home: https://outline.alexlebens.net/doc/homepage-s2clWoI5EC | ||||
| keywords: | ||||
|   - homepage | ||||
|   - dashboard | ||||
| home: https://outline.alexlebens.net/doc/homepage-s2clWoI5EC | ||||
| sources: | ||||
|   - https://github.com/gethomepage/homepage | ||||
|   - https://github.com/gethomepage/homepage/pkgs/container/homepage | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: homepage | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
| icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png | ||||
| appVersion: v0.8.13 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/homepage.png | ||||
| appVersion: v0.9.2 | ||||
|   | ||||
| @@ -1,11 +1,24 @@ | ||||
| apiVersion: v2 | ||||
| name: jellyfin | ||||
| version: 0.0.1 | ||||
| version: 1.0.0 | ||||
| description: Jellyfin | ||||
| keywords: | ||||
|   - jellyfin | ||||
|   - media | ||||
|   - movies | ||||
|   - tv shows | ||||
|   - books | ||||
|   - music | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/jellyfin/jellyfin | ||||
|   - https://hub.docker.com/r/loeken/jellyfin | ||||
|   - https://github.com/loeken/helm-charts/tree/main/charts/jellyfin | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
| dependencies: | ||||
|   - name: jellyfin | ||||
|     version: 10.9.6 | ||||
|     repository: https://loeken.github.io/helm-charts | ||||
| appVersion: 10.8.13 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/jellyfin.png | ||||
| appVersion: 10.9.6 | ||||
|   | ||||
| @@ -1,15 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: kyoo | ||||
| version: 1.0.0 | ||||
| description: A Helm chart for deploying Kyoo | ||||
| description: Kyoo | ||||
| keywords: | ||||
|   - kyoo | ||||
|   - media | ||||
|   - movies | ||||
|   - tv shows | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/zoriya/Kyoo | ||||
|   - https://github.com/rabbitmq/rabbitmq-server | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq | ||||
|   - https://github.com/meilisearch/meilisearch | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg   | ||||
|   - https://github.com/zoriya/Kyoo/pkgs/container/kyoo_back | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq | ||||
|   - https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
| @@ -29,4 +34,4 @@ dependencies: | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://raw.githubusercontent.com/zoriya/Kyoo/master/icons/icon-256x256.png | ||||
| appVersion: v4.6.0 | ||||
| appVersion: 4.6.0 | ||||
|   | ||||
| @@ -1,18 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: lazy-librarian | ||||
| version: 1.0.0 | ||||
| description: A Helm chart for deploying LazyLibrarian | ||||
| description: LazyLibrarian | ||||
| keywords: | ||||
|   - lazylibrarian | ||||
|   - ebooks | ||||
|   - books | ||||
| home: "" | ||||
| sources: | ||||
|   - https://gitlab.com/LazyLibrarian/LazyLibrarian.git | ||||
|   - https://lazylibrarian.gitlab.io | ||||
|   - https://gitlab.com/LazyLibrarian/LazyLibrarian | ||||
|   - https://docs.linuxserver.io/images/docker-lazylibrarian/ | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
| icon: https://lazylibrarian.gitlab.io/logo.svg | ||||
| appVersion: version-b3a081ec | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lazylibrarian.png | ||||
| appVersion: version-04cab4c9 | ||||
|   | ||||
| @@ -1,13 +1,16 @@ | ||||
| apiVersion: v2 | ||||
| name: libation | ||||
| version: 1.0.0 | ||||
| description: Import library from audible | ||||
| description: Libation | ||||
| keywords: | ||||
|   - libation | ||||
|   - audiobooks | ||||
|   - job | ||||
|   - audible | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/rmcrackan/Libation | ||||
|   - https://github.com/alexlebens/helm-charts/charts/libation | ||||
|   - https://hub.docker.com/r/rmcrackan/libation | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
| @@ -16,4 +19,4 @@ dependencies: | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
| icon: https://getlibation.com/images/libation-logo.png | ||||
| appVersion: "11.3.13" | ||||
| appVersion: 11.3.13 | ||||
|   | ||||
| @@ -1,10 +1,22 @@ | ||||
| apiVersion: v2 | ||||
| name: lidarr | ||||
| version: 1.0.0 | ||||
| description: Lidarr | ||||
| keywords: | ||||
|   - lidarr | ||||
|   - servarr | ||||
|   - music | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Lidarr/Lidarr | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/lidarr | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/lidarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
| dependencies: | ||||
|   - name: lidarr | ||||
|     version: 15.1.1 | ||||
| @@ -13,4 +25,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.3.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: "2.2.5.4141" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png | ||||
| appVersion: "2.3.3.4204" | ||||
|   | ||||
| @@ -1,11 +1,21 @@ | ||||
| apiVersion: v2 | ||||
| name: navidrome | ||||
| version: 0.0.2 | ||||
| version: 1.0.0 | ||||
| description: Navidrome | ||||
| keywords: | ||||
|   - navidrome | ||||
|   - music | ||||
|   - subsonic | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/navidrome/navidrome | ||||
|   - https://hub.docker.com/r/deluan/navidrome | ||||
|   - https://github.com/0xEmma/helm-charts/tree/main/charts/navidrome | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: navidrome | ||||
|     version: 0.0.6 | ||||
|     repository: https://0xemma.github.io/helm-charts | ||||
| appVersion: "0.51.1" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/navidrome.png | ||||
| appVersion: "0.52.5" | ||||
|   | ||||
| @@ -1,18 +1,22 @@ | ||||
| apiVersion: v2 | ||||
| name: outline | ||||
| version: 1.0.0 | ||||
| description: Outline Wiki | ||||
| description: Outline | ||||
| keywords: | ||||
|   - wiki | ||||
|   - documentation | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/outline/outline | ||||
|   - https://github.com/minio/operator | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://hub.docker.com/r/outlinewiki/outline | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/minio/operator/tree/master/helm/tenant | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis | ||||
|   - https://github.com/alexlebens/helm-charts/charts/cloudflared | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
| @@ -39,5 +43,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4 | ||||
| appVersion: v0.76.1 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/outline.png | ||||
| appVersion: 0.76.1 | ||||
|   | ||||
| @@ -1,12 +1,15 @@ | ||||
| apiVersion: v2 | ||||
| name: overseerr | ||||
| version: 1.0.0 | ||||
| description: A Helm chart for deploying Overseerr | ||||
| description: Overseerr | ||||
| keywords: | ||||
|   - overseer | ||||
|   - media | ||||
|   - request | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/sct/overseerr | ||||
|   - https://github.com/sct/overseerr/pkgs/container/overseerr | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| @@ -14,5 +17,5 @@ dependencies: | ||||
|   - name: app-template | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
| icon: https://raw.githubusercontent.com/sct/overseerr/develop/public/logo_full.svg | ||||
| appVersion: v1.33.2 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/overseerr.png | ||||
| appVersion: 1.33.2 | ||||
|   | ||||
| @@ -1,33 +1,38 @@ | ||||
| apiVersion: v2 | ||||
| name: penpot | ||||
| version: 1.0.0 | ||||
| description: Chart for Penpot | ||||
| description: Penpot | ||||
| keywords: | ||||
|   - penpot | ||||
|   - design | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/penpot/penpot | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis   | ||||
|   - https://github.com/minio/operator | ||||
|   - https://github.com/redis/redis | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://hub.docker.com/r/penpotapp/frontend | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/minio/operator/tree/master/helm/tenant | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template   | ||||
| maintainers: | ||||
|   - name: alexlebens   | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: penpot | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
|   - name: redis | ||||
|     version: 19.5.2 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
|   - name: tenant | ||||
|     version: 5.0.15 | ||||
|     alias: minio | ||||
|     repository: https://operator.min.io/ | ||||
|   - name: redis | ||||
|     version: 19.5.2 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
|   - name: postgres-cluster | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4     | ||||
| appVersion: 2.0.1 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/penpot.png | ||||
| appVersion: 2.0.3 | ||||
|   | ||||
| @@ -1,11 +1,24 @@ | ||||
| apiVersion: v2 | ||||
| name: plex | ||||
| version: 0.0.1 | ||||
| version: 1.0.0 | ||||
| description: Plex | ||||
| keywords: | ||||
|   - plex | ||||
|   - tv shows | ||||
|   - movies | ||||
|   - music | ||||
|   - photos | ||||
|   - live tv | ||||
| home: "" | ||||
| sources: | ||||
|   - https://www.plex.tv/ | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/plex | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/plex | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: plex | ||||
|     version: 7.1.4 | ||||
|     repository: https://k8s-home-lab.github.io/helm-charts/ | ||||
| appVersion: 1.40.0.7998-c29d4c0c8 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/plex.png | ||||
| appVersion: 1.40.2.8395-c67dce28e | ||||
|   | ||||
| @@ -1,11 +1,21 @@ | ||||
| apiVersion: v2 | ||||
| name: prowlarr  | ||||
| version: 0.0.1 | ||||
| name: prowlarr | ||||
| version: 1.0.0 | ||||
| description: Prowlarr | ||||
| keywords: | ||||
|   - prowlarr | ||||
|   - servarr | ||||
|   - trackers | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Prowlarr/Prowlarr | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/prowlarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/prowlarr | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: prowlarr  | ||||
|   - name: prowlarr | ||||
|     version: 5.1.2 | ||||
|     repository: https://k8s-home-lab.github.io/helm-charts/ | ||||
| appVersion: "1.13.3.4273" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/prowlarr.png | ||||
| appVersion: "1.18.0.4543" | ||||
|   | ||||
| @@ -1,10 +1,23 @@ | ||||
| apiVersion: v2 | ||||
| name: radarr5-4k | ||||
| version: 1.0.0 | ||||
| description: Radarr v5 4K | ||||
| keywords: | ||||
|   - radarr | ||||
|   - servarr | ||||
|   - movies | ||||
|   - 4k | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Radarr/Radarr | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/radarr | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/radarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: radarr | ||||
|     version: 17.1.2 | ||||
| @@ -13,4 +26,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.3.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: "5.4.6.8723" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/radarr.png | ||||
| appVersion: "5.6.0.8846" | ||||
|   | ||||
| @@ -1,10 +1,22 @@ | ||||
| apiVersion: v2 | ||||
| name: radarr5 | ||||
| version: 1.0.0 | ||||
| description: Radarr v5 | ||||
| keywords: | ||||
|   - radarr | ||||
|   - servarr | ||||
|   - movies | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Radarr/Radarr | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/radarr | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/radarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: radarr | ||||
|     version: 17.1.2 | ||||
| @@ -13,4 +25,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.3.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: "5.4.6.8723" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/radarr.png | ||||
| appVersion: "5.6.0.8846" | ||||
|   | ||||
| @@ -1,10 +1,22 @@ | ||||
| apiVersion: v2 | ||||
| name: readarr-books | ||||
| version: 1.0.0 | ||||
| description: Readarr Books | ||||
| keywords: | ||||
|   - readarr | ||||
|   - servarr | ||||
|   - books | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Readarr/Readarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/readarr   | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/onedr0p/containers/pkgs/container/readarr-develop | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/readarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: readarr | ||||
|     version: 7.1.2 | ||||
| @@ -13,4 +25,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.5.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: 0.3.3.2171 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/readarr.png | ||||
| appVersion: "0.3.28.2554" | ||||
|   | ||||
| @@ -1,10 +1,24 @@ | ||||
| apiVersion: v2 | ||||
| name: sonarr4-4k | ||||
| version: 1.0.0 | ||||
| description: Sonarr v4 4K | ||||
| keywords: | ||||
|   - sonarr | ||||
|   - servarr | ||||
|   - tv shows | ||||
|   - anime | ||||
|   - 4k | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Sonarr/Sonarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/sonarr   | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - ttps://github.com/onedr0p/containers/pkgs/container/sonarr | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/sonarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: sonarr | ||||
|     version: 17.1.1 | ||||
| @@ -12,5 +26,6 @@ dependencies: | ||||
|   - name: postgres-cluster | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.3.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts   | ||||
| appVersion: "4.0.4.1491" | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/sonarr.png | ||||
| appVersion: "4.0.5.1710" | ||||
|   | ||||
| @@ -1,10 +1,23 @@ | ||||
| apiVersion: v2 | ||||
| name: sonarr4 | ||||
| version: 1.0.0 | ||||
| description: Sonarr v4 | ||||
| keywords: | ||||
|   - sonarr | ||||
|   - servarr | ||||
|   - tv shows | ||||
|   - anime | ||||
|   - metrics | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/Sonarr/Sonarr | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - ttps://github.com/onedr0p/containers/pkgs/container/sonarr | ||||
|   - https://github.com/onedr0p/exportarr/pkgs/container/exportarr | ||||
|   - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/sonarr | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: sonarr | ||||
|     version: 17.1.1 | ||||
| @@ -13,4 +26,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.3.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: "4.0.4.1491" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/sonarr.png | ||||
| appVersion: "4.0.5.1710" | ||||
|   | ||||
| @@ -3,11 +3,16 @@ name: taiga | ||||
| version: 1.0.0 | ||||
| description: Taiga | ||||
| keywords: | ||||
|   - taiga | ||||
|   - kanban | ||||
|   - project management | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/taigaio | ||||
|   - https://github.com/rabbitmq/rabbitmq-server | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://github.com/alexlebens/taiga-front-docker-oidc/pkgs/container/taiga-front-docker-oidc | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
| @@ -29,5 +34,5 @@ dependencies: | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| icon: https://avatars.githubusercontent.com/u/6905422?s=200&v=4 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/taiga.png | ||||
| appVersion: 6.7.7 | ||||
|   | ||||
| @@ -1,15 +1,20 @@ | ||||
| apiVersion: v2 | ||||
| name: tdarr | ||||
| version: 1.0.0 | ||||
| description: Tdarr V2 | ||||
| home: | ||||
| description: Tdarr | ||||
| keywords: | ||||
|   - tdarr | ||||
|   - video | ||||
|   - transcode | ||||
|   - healthchecks | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/HaveAGitGat/Tdarr | ||||
|   - https://github.com/homeylab/tdarr-exporter | ||||
|   - https://github.com/haveagitgat/Tdarr/pkgs/container/tdarr | ||||
|   - https://hub.docker.com/r/homeylab/tdarr-exporter | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/homeylab/helm-charts/tree/main/charts/tdarr-exporter | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
| @@ -20,5 +25,5 @@ dependencies: | ||||
|   - name: tdarr-exporter | ||||
|     version: 1.1.1 | ||||
|     repository: https://homeylab.github.io/helm-charts/ | ||||
| icon: https://avatars.githubusercontent.com/u/43864057?s=48&v=4 | ||||
| appVersion: "2.19.01" | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tdarr.png | ||||
| appVersion: "2.20.01" | ||||
|   | ||||
| @@ -3,14 +3,20 @@ name: tubearchivist | ||||
| version: 1.0.0 | ||||
| description: Tube Archivist | ||||
| keywords: | ||||
|   - tubearchivist | ||||
|   - download | ||||
|   - video | ||||
|   - youtube | ||||
| home: "" | ||||
| sources: | ||||
|   - https://github.com/tubearchivist/tubearchivist | ||||
|   - https://github.com/elastic/elasticsearch | ||||
|   - https://github.com/redis/redis | ||||
|   - https://hub.docker.com/r/bbilly1/tubearchivist | ||||
|   - https://hub.docker.com/r/redis/redis-stack-server | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
| @@ -18,11 +24,11 @@ dependencies: | ||||
|     alias: tubearchivist | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1 | ||||
|   - name: redis | ||||
|     version: 19.5.2 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
|   - name: elasticsearch | ||||
|     version: 21.2.1 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
| icon: https://avatars.githubusercontent.com/u/102734415?s=48&v=4 | ||||
|   - name: redis | ||||
|     version: 19.5.2 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tube-archivist.png | ||||
| appVersion: v0.4.8 | ||||
|   | ||||
| @@ -68,7 +68,7 @@ tubearchivist: | ||||
| redis: | ||||
|   image: | ||||
|     repository: redis/redis-stack-server | ||||
|     tag: 7.2.0-v10 | ||||
|     tag: 7.2.0-v11 | ||||
|   architecture: standalone | ||||
|   auth: | ||||
|     enabled: false | ||||
|   | ||||
| @@ -1,11 +1,26 @@ | ||||
| apiVersion: v2 | ||||
| name: vikunja | ||||
| version: 1.0.0 | ||||
| description: Vikunja | ||||
| keywords: | ||||
|   - vikunja | ||||
|   - kanban | ||||
|   - tasks | ||||
| home: "" | ||||
| sources: | ||||
|   - https://kolaente.dev/vikunja/vikunja | ||||
|   - https://kolaente.dev/vikunja/helm-chart | ||||
|   - https://github.com/typesense/typesense | ||||
|   - https://github.com/redis/redis | ||||
|   - https://github.com/cloudflare/cloudflared | ||||
|   - https://github.com/cloudnative-pg/cloudnative-pg | ||||
|   - https://hub.docker.com/r/vikunja/api | ||||
|   - https://hub.docker.com/r/typesense/typesense | ||||
|   - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template | ||||
|   - https://github.com/bitnami/charts/tree/main/bitnami/redis | ||||
|   - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared | ||||
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster | ||||
| maintainers: | ||||
|   - name: alexlebens | ||||
| dependencies: | ||||
|   - name: app-template | ||||
|     alias: vikunja | ||||
| @@ -14,7 +29,7 @@ dependencies: | ||||
|   - name: app-template | ||||
|     alias: typesense | ||||
|     repository: https://bjw-s.github.io/helm-charts/ | ||||
|     version: 3.2.1     | ||||
|     version: 3.2.1 | ||||
|   - name: redis | ||||
|     version: 19.5.2 | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
| @@ -25,9 +40,10 @@ dependencies: | ||||
|   - name: cloudflared | ||||
|     alias: cloudflared-front | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
|     version: 1.2.0     | ||||
|     version: 1.2.0 | ||||
|   - name: postgres-cluster | ||||
|     alias: postgres-16-cluster | ||||
|     version: 3.1.0 | ||||
|     repository: http://alexlebens.github.io/helm-charts | ||||
| appVersion: v0.22.1 | ||||
| icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/vikunja.png | ||||
| appVersion: 0.22.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user