Compare commits

..

8 Commits

Author SHA1 Message Date
Ryan Holt
66a943c448 [dashmachine] initial chart release for dashmachine (#26) 2020-09-01 11:02:47 -04:00
Jeff Billimek
8c958cbadb Merge pull request #25 from blmhemu/master
[Bazarr] Added subpath for config
2020-09-01 07:50:21 -04:00
Devin Buhl
ba63649c59 Merge branch 'master' into master 2020-09-01 07:45:22 -04:00
Christian Haller
d149fb6bd7 [plex] Fix values reference for "customCertificateDomain" (#24) 2020-09-01 07:44:32 -04:00
Hemanth Bollamreddi
f5241bde3a [Bazarr] Added subpath for config 2020-09-01 14:24:34 +05:30
Devin Buhl
5899c0002c cleanup and bump appVersions (#22) 2020-08-31 16:42:20 -04:00
Jeff Billimek
2182e215f2 Merge pull request #21 from k8s-at-home/fix-ct-yaml
change ct.yaml config file repos reference
2020-08-29 17:58:36 -04:00
Jeff Billimek
eeda505585 change ct.yaml config file repos reference
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-08-29 17:56:37 -04:00
63 changed files with 421 additions and 83 deletions

0
.gitmodules vendored
View File

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.8.4.2-ls72
appVersion: v0.9.0.2
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
name: bazarr
version: 3.0.0
version: 3.1.0
keywords:
- bazarr
- radarr

View File

@@ -75,6 +75,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
| `persistence.config.enabled` | Use persistent volume to store configuration data | `true` |
| `persistence.config.size` | Size of persistent volume claim | `1Gi` |
| `persistence.config.existingClaim` | Use an existing PVC to persist data | `nil` |
| `persistence.config.subpath` | Select a subpath in the PVC | `nil` |
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
| `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |

View File

@@ -64,6 +64,9 @@ spec:
volumeMounts:
- mountPath: /config
name: config
{{- if .Values.persistence.config.subPath }}
subPath: {{ .Values.persistence.config.subPath }}
{{- end }}
- mountPath: /media
name: media
{{- if .Values.persistence.media.subPath }}

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/bazarr
tag: v0.8.4.2-ls72
tag: v0.9.0.2-ls89
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)
@@ -78,6 +78,7 @@ persistence:
## If you want to reuse an existing claim, you can pass the name of the PVC using
## the existingClaim variable
# existingClaim: your-claim
# subPath: some-subpath
accessMode: ReadWriteOnce
size: 1Gi
## Do not delete the pvc upon helm uninstall

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v0.8"
appVersion: v0.10
description: DNS proxy as ad-blocker for local network
name: blocky
version: 4.0.0
version: 4.0.1
keywords:
- blocky
- dbs

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: spx01/blocky
tag: v0.8
tag: v0.10
pullPolicy: IfNotPresent
nameOverride: ""

View File

@@ -1,16 +1,9 @@
type: application
apiVersion: v2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.6.8-ls74
appVersion: 0.6.8
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
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.0
version: 2.0.1
keywords:
- calibre
- ebook

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 7260c12f-ls33
appVersion: v3.0.1
description: couchpotato is a movie downloading client
name: couchpotato
version: 2.0.0
version: 2.0.1
keywords:
- couchpotato
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/couchpotato
tag: 7260c12f-ls33
tag: 7260c12f-ls42
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -0,0 +1,12 @@
apiVersion: v2
appVersion: v0.5-4
description: DashMachine is another web application bookmark dashboard, with fun features.
icon: https://github.com/rmountjoy92/DashMachine/raw/master/dashmachine/static/images/logo/logo.png
home: https://github.com/rmountjoy92/DashMachine
name: dashmachine
version: 1.0.0
sources:
- https://github.com/rmountjoy92/DashMachine
maintainers:
- name: carpenike
email: ryan@ryanholt.net

View File

@@ -0,0 +1,31 @@
dashmachine
===========
DashMachine is another web application bookmark dashboard, with fun features.
## Chart Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| deploymentAnnotations | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"rmountjoy/dashmachine"` | |
| image.tag | string | `"latest"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0] | string | `"chart-example.local"` | |
| ingress.paths[0] | string | `"/"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| persistence.enabled | bool | `false` | |
| persistence.size | string | `"1Gi"` | |
| persistence.storageClassName | string | `""` | |
| podAnnotations | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| service.port | int | `5000` | |
| service.type | string | `"ClusterIP"` | |
| tolerations | list | `[]` | |

View File

@@ -0,0 +1,21 @@
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range $.Values.ingress.paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ . }}
{{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "dashmachine.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.service.type }}
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status of by running 'kubectl get svc -w {{ include "dashmachine.fullname" . }}'
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "dashmachine.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo http://$SERVICE_IP:{{ .Values.service.port }}
{{- else if contains "ClusterIP" .Values.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "dashmachine.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:80
{{- end }}

View File

@@ -0,0 +1,32 @@
{{/* vim: set filetype=mustache: */}}
{{/*
Expand the name of the chart.
*/}}
{{- define "dashmachine.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
If release name contains chart name it will be used as a full name.
*/}}
{{- define "dashmachine.fullname" -}}
{{- if .Values.fullnameOverride -}}
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
{{- else -}}
{{- $name := default .Chart.Name .Values.nameOverride -}}
{{- if contains $name .Release.Name -}}
{{- .Release.Name | trunc 63 | trimSuffix "-" -}}
{{- else -}}
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{/*
Create chart name and version as used by the chart label.
*/}}
{{- define "dashmachine.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
{{- end -}}

View File

@@ -0,0 +1,78 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "dashmachine.fullname" . }}
{{- if .Values.deploymentAnnotations }}
annotations:
{{- range $key, $value := .Values.deploymentAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
helm.sh/chart: {{ include "dashmachine.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec:
{{- if .Values.dnsConfig }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 5000
protocol: TCP
# livenessProbe:
# httpGet:
# path: /notifications
# port: http
# readinessProbe:
# httpGet:
# path: /notifications
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: config
mountPath: /dashmachine/dashmachine/user_data
volumes:
- name: config
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ template "dashmachine.fullname" . }}
{{- else }}
emptyDir: {}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}

View File

@@ -0,0 +1,40 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "dashmachine.fullname" . -}}
{{- $ingressPaths := .Values.ingress.paths -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
helm.sh/chart: {{ include "dashmachine.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: {{ . | quote }}
http:
paths:
{{- range $ingressPaths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
servicePort: http
{{- end }}
{{- end }}
{{- end }}

View File

@@ -0,0 +1,24 @@
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ template "dashmachine.fullname" . }}
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
helm.sh/chart: {{ include "dashmachine.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- with .Values.persistence.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
accessModes:
{{- range .Values.persistence.accessModes }}
- {{ . | quote }}
{{- end }}
resources:
requests:
storage: {{ .Values.persistence.size | quote }}
storageClassName: {{ .Values.persistence.storageClass }}
{{- end -}}

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "dashmachine.fullname" . }}
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
helm.sh/chart: {{ include "dashmachine.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "dashmachine.fullname" . }}-test-connection"
labels:
app.kubernetes.io/name: {{ include "dashmachine.name" . }}
helm.sh/chart: {{ include "dashmachine.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "dashmachine.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never

View File

@@ -0,0 +1,65 @@
# Default values for dashmachine.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: rmountjoy/dashmachine
tag: v0.5-4
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 5000
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
paths: ["/"]
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
persistence:
enabled: false
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClass: ""
accessModes:
- ReadWriteOnce
size: 1Gi
podAnnotations: {}
deploymentAnnotations: {}

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "1.0"
appVersion: 1.0
description: Dynamic DNS using DigitalOcean's DNS Services
name: digitalocean-dyndns
version: 2.0.0
version: 2.0.1
keywords:
- digitalocean
- dynamicdns

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls58
appVersion: v2.0.5.1
description: Store securely encrypted backups on cloud storage services!
name: duplicati
version: 2.0.0
version: 2.0.1
keywords:
- duplicati
home: https://github.com/k8s-at-home/charts/tree/master/charts/duplicati

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/duplicati
tag: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls58
tag: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls72
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2.2.2-ls84
appVersion: 2.2.2
description: An Application dashboard and launcher
name: heimdall
version: 2.0.0
version: 2.0.1
keywords:
- heimdall
home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/heimdall
tag: 2.2.2-ls84
tag: 2.2.2-ls98
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.13.446-ls55
appVersion: v0.16.1045
description: API Support for your favorite torrent trackers
name: jackett
version: 3.0.0
version: 3.0.1
keywords:
- jackett
- torrent

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/jackett
tag: v0.13.446-ls55
tag: v0.16.1045-ls14
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v10.5.3-ls45
appVersion: 10.6.3
description: Jellyfin is a Free Software Media System
name: jellyfin
version: 2.0.0
version: 2.0.1
keywords:
- Jellyfin
- mediaplayer

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/jellyfin
tag: v10.5.3-ls45
tag: 10.6.3-1-ls70
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
name: lazylibrarian
description: A Helm chart for deploying LazyLibrarian
version: 2.0.0
appVersion: 581cdfb3-ls23
version: 2.0.1
appVersion: 1.7.2
keywords:
- lazylibrarian
- ebooks

View File

@@ -13,7 +13,7 @@ image:
repository: linuxserver/lazylibrarian
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 581cdfb3-ls23
tag: 2551a8bc-ls25
imagePullSecrets: []
nameOverride: ""

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.7.1.1381-ls7
appVersion: 0.7.1.1784
description: Looks and smells like Sonarr but made for music.
name: lidarr
version: 3.0.0
version: 3.0.1
keywords:
- lidarr
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/lidarr
tag: 0.7.1.1381-ls7
tag: 0.7.1.1784-ls18
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v21.0-ls14
appVersion: v21.0
description: NZBGet is a Usenet downloader client
name: nzbget
version: 4.0.0
version: 4.0.1
keywords:
- nzbget
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/nzbget
tag: v21.0-ls14
tag: v21.0-ls61
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v2.22.2-ls9
appVersion: v2.26.0
description: Usenet meta search
name: nzbhydra2
version: 3.0.0
version: 3.0.1
keywords:
- nzbhydra2
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/nzbhydra2
tag: v2.22.2-ls9
tag: v2.26.0-ls14
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v3.0.4892-ls61
appVersion: v4.0.464
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
name: ombi
version: 3.0.0
version: 3.0.1
keywords:
- ombi
- plex

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/ombi
tag: v3.0.4892-ls61
tag: v4.0.464-ls10
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "3.8.1"
appVersion: v3.8.1
description: Program for forwarding ADS-B data to FlightAware
name: piaware
version: 2.0.0
version: 2.0.1
keywords:
- piaware
- flight-aware

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.19.5.3112-b23ab3896
appVersion: 1.20.1.3252
description: Plex Media Server
name: plex
version: 2.0.0
version: 2.0.2
keywords:
- plex
home: https://plex.tv/

View File

@@ -188,7 +188,7 @@ spec:
name: {{ .Values.certificate.pkcsMangler.pfxPassword.secretName }}
key: {{ .Values.certificate.pkcsMangler.pfxPassword.passwordKey }}
- name: "PKCSMANGLER_CUSTOMCERTDOMAIN"
value: "customCertificateDomain={{.Values.certificate.pkcsMangler.plexPreferences.customCertificateDomain}}"
value: "customCertificateDomain={{.Values.certificate.pkcsMangler.setPlexPreferences.customCertificateDomain}}"
{{- end }}
{{- end }}
readinessProbe:

View File

@@ -6,7 +6,7 @@
image:
repository: plexinc/pms-docker
tag: 1.19.1.2645-ccb6eb67e
tag: 1.20.1.3252-a78fef9a9
pullPolicy: IfNotPresent
##### START --> Official PLEX container environment variables

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "latest"
appVersion: v4.3.0
description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
name: powerdns
version: 2.0.0
version: 2.0.1
home: https://www.powerdns.com/
sources:
- http://www.github.com/PowerDNS/

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62
appVersion: 4.2.5
description: qBittorrent is a cross-platform free and open-source BitTorrent client
name: qbittorrent
version: 4.0.0
version: 4.0.1
keywords:
- qbittorrent
- torrrent

View File

@@ -26,7 +26,7 @@ umask: 022
image:
repository: linuxserver/qbittorrent
tag: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62
tag: 14.2.5.99202004250119-7015-2c65b79ubuntu18.04.1-ls89
pullPolicy: IfNotPresent
# resources:
# requests:

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.2.0.1480-ls58
appVersion: 3.0.0.3543
description: Radarr is a movie downloading client
name: radarr
version: 5.0.0
version: 5.0.1
keywords:
- radarr
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/radarr
tag: v0.2.0.1480-ls58
tag: 3.0.0.3543-ls21
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.3.9
description: Free and easy binary newsreader
name: sabnzbd
version: 2.0.0
version: 2.0.1
keywords:
- sabnzbd
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/sabnzbd
tag: 2.3.9-0ubuntu1jcfp218.04-ls64
tag: 2.3.9-0ubuntu1jcfp218.04-ls67
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "1.0.0"
appVersion: 1.0.0
description: Serial to Socket Redirector
name: ser2sock
version: 2.0.0
version: 2.0.1
keywords:
- ser2sock
home: https://github.com/k8s-at-home/charts/tree/master/charts/ser2sock

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2.0.0.5344-ls60
appVersion: 3.0.3.911
description: Sonarr is a television show downloading client
name: sonarr
version: 5.0.0
version: 5.0.1
keywords:
- sonarr
- usenet

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/sonarr
tag: 2.0.0.5344-ls60
tag: 3.0.3.911-ls39
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v2.1.44-ls34
appVersion: v2.5.4
description: A Python based monitoring and tracking tool for Plex Media Server.
name: tautulli
version: 3.0.0
version: 3.0.1
keywords:
- tautulli
- plex

View File

@@ -4,7 +4,7 @@
image:
repository: linuxserver/tautulli
tag: v2.1.44-ls34
tag: v2.5.4-ls12
pullPolicy: IfNotPresent
# upgrade strategy type (e.g. Recreate or RollingUpdate)

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v1.19.3"
appVersion: v1.19.3
description: A self-hosted data logger for your Tesla 🚘
name: teslamate
version: 3.0.0
version: 3.0.1
keywords:
- teslamate
- tesla

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.0.1"
appVersion: 2.0.1
description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
name: unifi-poller
version: 2.0.0
version: 2.0.1
keywords:
- unifi
- unifi-poller

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: golift/unifi-poller
tag: 2.0.0
tag: 2.0.1
pullPolicy: IfNotPresent
imagePullSecrets: []

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.1.2"
appVersion: 2.1.2
description: M3U Proxy for Plex DVR and Emby Live TV.
name: xteve
version: 2.0.0
version: 2.0.1
keywords:
- xteve
- iptv

View File

@@ -7,7 +7,7 @@ strategyType: Recreate
image:
repository: tnwhitwell/xteve
tag: 2.1.2.0121-alpine3.12.0-curl
tag: 2.1.2.0120-alpine3.12.0-curl
pullPolicy: IfNotPresent
# timezone to run the service as

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "3.0.0"
appVersion: 4.0.3
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
name: zwave2mqtt
version: 3.0.0
version: 3.0.1
keywords:
- zwave
- mqtt

View File

@@ -7,7 +7,7 @@ strategyType: Recreate
image:
repository: robertslando/zwave2mqtt
tag: 3.0.1
tag: 4.0.3
pullPolicy: IfNotPresent
# timezone to run the service as

View File

@@ -2,5 +2,5 @@ helm-extra-args: --timeout 600s
chart-dirs:
- charts
chart-repos:
- billimek=https://billimek.com/billimek-charts
- bitnami=https://charts.bitnami.com/bitnami
- k8s-at-home=https://k8s-at-home.com/charts