diff --git a/charts/media-common/ombi/Chart.yaml b/charts/media-common/ombi/Chart.yaml new file mode 100644 index 00000000..e698968f --- /dev/null +++ b/charts/media-common/ombi/Chart.yaml @@ -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 \ No newline at end of file diff --git a/charts/media-common/ombi/values.yaml b/charts/media-common/ombi/values.yaml new file mode 100644 index 00000000..a1b44b14 --- /dev/null +++ b/charts/media-common/ombi/values.yaml @@ -0,0 +1,10 @@ +# Default values for ombi. + +ombi: + image: + organization: itscontained + repository: ombi + pullPolicy: IfNotPresent + tag: "" + service: + port: 5000 \ No newline at end of file diff --git a/charts/media-common/organizr/Chart.yaml b/charts/media-common/organizr/Chart.yaml new file mode 100644 index 00000000..b675f3f2 --- /dev/null +++ b/charts/media-common/organizr/Chart.yaml @@ -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 \ No newline at end of file diff --git a/charts/media-common/organizr/values.yaml b/charts/media-common/organizr/values.yaml new file mode 100644 index 00000000..b5fa7a0a --- /dev/null +++ b/charts/media-common/organizr/values.yaml @@ -0,0 +1,10 @@ +# Default values for organizr. + +organizr: + image: + organization: organizrtools + repository: organizr-v2 + pullPolicy: IfNotPresent + tag: "" + service: + port: 80 \ No newline at end of file