Cleanup and simplify containers and charts (#531)
* move truecharts containers to k8s-at-home * Chart.yaml cleanup * bump patch versions
This commit is contained in:
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and
|
||||
downloads subtitles based on your requirements
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/bazarr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
|
||||
keywords:
|
||||
- bazarr
|
||||
@@ -26,10 +26,7 @@ maintainers:
|
||||
url: truecharts.org
|
||||
name: bazarr
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/bazarr
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/bazarr
|
||||
- https://github.com/Bazarr/Bazarr
|
||||
- https://hub.docker.com/r/linuxserver/bazarr
|
||||
type: application
|
||||
upstream_version: 5.2.1
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bazarr
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Bazarr.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bazarr
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user