add organizr and ombi

This commit is contained in:
Nicholas St. Germain 2020-09-05 03:31:43 -05:00
parent 97f18a033c
commit c67e3df333
No known key found for this signature in database
GPG Key ID: 7221152119DAB1E6
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: v2
name: ombi
description: Ombi Chart
type: application
version: 1.0.0
appVersion: 4.0.471
keywords:
- ombi
home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common/ombi
sources:
- https://github.com/tidusjar/Ombi
- https://hub.docker.com/r/itscontained/ombi
maintainers:
- name: DirtyCajunRice
email: nick@cajun.pro
dependencies:
- name: media-common
repository: https://k8s-at-home.com/charts/
version: 1.0.0
alias: ombi

View File

@ -0,0 +1,10 @@
# Default values for ombi.
ombi:
image:
organization: itscontained
repository: ombi
pullPolicy: IfNotPresent
tag: ""
service:
port: 5000

View File

@ -0,0 +1,20 @@
apiVersion: v2
name: organizr
description: Organizr Chart
type: application
version: 1.0.0
appVersion: latest
keywords:
- organizr
home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common/organizr
sources:
- https://github.com/causefx/Organizr
- https://hub.docker.com/r/itscontained/ombi
maintainers:
- name: DirtyCajunRice
email: nick@cajun.pro
dependencies:
- name: media-common
repository: https://k8s-at-home.com/charts/
version: 1.0.0
alias: organizr

View File

@ -0,0 +1,10 @@
# Default values for organizr.
organizr:
image:
organization: organizrtools
repository: organizr-v2
pullPolicy: IfNotPresent
tag: ""
service:
port: 80