mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[various] clean up ct-values (#415)
This commit is contained in:
parent
d7b0ad55f3
commit
1252387702
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 0.4.2
|
||||
description: Bot for Prometheus Alertmanager
|
||||
name: alertmanager-bot
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
keywords:
|
||||
- alertmanager
|
||||
- telegram
|
||||
|
@ -1,7 +0,0 @@
|
||||
service:
|
||||
enabled: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v0.9.0.5
|
||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||
name: bazarr
|
||||
version: 5.1.0
|
||||
version: 5.1.1
|
||||
keywords:
|
||||
- bazarr
|
||||
- radarr
|
||||
|
@ -1,2 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v2009.1.0
|
||||
description: Booksonic is a platform for accessing the audibooks you own wherever you are
|
||||
name: booksonic-air
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
keywords:
|
||||
- booksonic
|
||||
- audiobook
|
||||
|
@ -1,2 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 0.6.9
|
||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||
name: calibre-web
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
keywords:
|
||||
- calibre
|
||||
- ebook
|
||||
|
@ -1,2 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: CouchPotato (CP) is an automatic NZB and torrent downloader.
|
||||
name: couchpotato
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
keywords:
|
||||
- couchpotato
|
||||
- usenet
|
||||
|
@ -1,2 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
@ -4,7 +4,7 @@ description: DashMachine is another web application bookmark dashboard, with fun
|
||||
icon: https://github.com/rmountjoy92/DashMachine/raw/master/dashmachine/static/images/logo/logo.png
|
||||
home: https://github.com/rmountjoy92/DashMachine
|
||||
name: dashmachine
|
||||
version: 3.1.0
|
||||
version: 3.1.1
|
||||
sources:
|
||||
- https://github.com/rmountjoy92/DashMachine
|
||||
maintainers:
|
||||
|
@ -1,2 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 3.9.1
|
||||
description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers
|
||||
name: ddclient
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
keywords:
|
||||
- ddclient
|
||||
- dns
|
||||
|
@ -1,7 +1,2 @@
|
||||
service:
|
||||
enabled: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
|
@ -18,6 +18,8 @@ probes:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 1.15.3
|
||||
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||
name: esphome
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
keywords:
|
||||
- esphome
|
||||
- home-automation
|
||||
|
@ -1,4 +1,2 @@
|
||||
env:
|
||||
ESPHOME_DASHBOARD_USE_PING: true
|
||||
ingress:
|
||||
enabled: true
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 4.1.1
|
||||
description: Flood is a monitoring service for various torrent clients
|
||||
name: flood
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
keywords:
|
||||
- flood
|
||||
- rtorrent
|
||||
|
@ -1,5 +1,3 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 2.2.2
|
||||
description: An Application dashboard and launcher
|
||||
name: heimdall
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
keywords:
|
||||
- heimdall
|
||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall
|
||||
|
@ -1,3 +0,0 @@
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
@ -17,6 +17,10 @@ env: {}
|
||||
# PUID:
|
||||
# PGID:
|
||||
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v3.4.3
|
||||
description: Usenet meta search
|
||||
name: nzbhydra2
|
||||
version: 5.0.0
|
||||
version: 5.0.1
|
||||
keywords:
|
||||
- nzbhydra2
|
||||
- usenet
|
||||
|
@ -17,11 +17,11 @@ env: {}
|
||||
# PUID: 1001
|
||||
# PGID: 1001
|
||||
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
emptyDir: false
|
||||
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user