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:
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 5.1.2
|
||||
deprecated: false
|
||||
description: App to test GUI prototypes
|
||||
home: https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui
|
||||
icon: https://truecharts.org/_static/img/jackett-icon.png
|
||||
keywords:
|
||||
- dev
|
||||
@@ -17,7 +17,6 @@ maintainers:
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: prototype-gui
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
||||
sources: null
|
||||
type: application
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jackett
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.145
|
||||
|
||||
|
||||
Reference in New Issue
Block a user