diff --git a/charts/incubator/kapowarr/.helmignore b/charts/incubator/kapowarr/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/kapowarr/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/kapowarr/CHANGELOG.md b/charts/incubator/kapowarr/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/kapowarr/Chart.yaml b/charts/incubator/kapowarr/Chart.yaml new file mode 100644 index 00000000000..ac66e894e65 --- /dev/null +++ b/charts/incubator/kapowarr/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.15" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 3.3.0 +dependencies: + - name: common + version: 23.0.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software. +home: https://truecharts.org/charts/incubator/kapowarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kapowarr.webp +keywords: + - kapowarr + - comic +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kapowarr +sources: + - https://github.com/Casvt/Kapowarr + - https://github.com/truecharts/charts/tree/master/charts/incubator/kapowarr +type: application +version: 0.0.1 diff --git a/charts/incubator/kapowarr/README.md b/charts/incubator/kapowarr/README.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/kapowarr/icon.png b/charts/incubator/kapowarr/icon.png new file mode 100644 index 00000000000..e4c594d352d Binary files /dev/null and b/charts/incubator/kapowarr/icon.png differ diff --git a/charts/incubator/kapowarr/templates/NOTES.txt b/charts/incubator/kapowarr/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/kapowarr/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/kapowarr/templates/common.yaml b/charts/incubator/kapowarr/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/kapowarr/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/kapowarr/values.yaml b/charts/incubator/kapowarr/values.yaml new file mode 100644 index 00000000000..e378c3690ad --- /dev/null +++ b/charts/incubator/kapowarr/values.yaml @@ -0,0 +1,40 @@ +image: + repository: mrcas/kapowarr + pullPolicy: IfNotPresent + tag: v1.0.0-beta-4@sha256:951c583aa0a5a80091bd393fc1ce9770b18fe7ce3ed146835921bfc9afcdc631 +service: + main: + ports: + main: + protocol: http + targetPort: 5656 + port: 5656 +securityContext: + container: + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/" + readiness: + path: "/" + startup: + path: "/" +persistence: + downloads: + enabled: true + mountPath: "/app/temp_downloads" + media: + enabled: true + mountPath: "/comics-1" + db: + enabled: true + mountPath: "/app/db" +portal: + open: + enabled: true