diff --git a/charts/incubator/zilean/.helmignore b/charts/incubator/zilean/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/zilean/.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/zilean/CHANGELOG.md b/charts/incubator/zilean/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/zilean/Chart.yaml b/charts/incubator/zilean/Chart.yaml new file mode 100644 index 00000000000..e1b2a9bfe2d --- /dev/null +++ b/charts/incubator/zilean/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/category: security + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.32.1 +dependencies: + - name: common + version: 25.0.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Zilean self-hosted +home: https://truecharts.org/charts/premium/zilean +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zilean.webp +keywords: + - zilean +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zilean +sources: + - https://github.com/truecharts/charts/tree/master/charts/premium/zilean +type: application +version: 0.0.1 diff --git a/charts/incubator/zilean/README.md b/charts/incubator/zilean/README.md new file mode 100644 index 00000000000..f5f456ebaa2 --- /dev/null +++ b/charts/incubator/zilean/README.md @@ -0,0 +1,61 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/zilean) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/zilean` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale). + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/zilean + +## Configuration Options + +Please note: For TrueNAS SCALE, only options available in the GUI are supported. +Hence most of these docs do not apply to TrueNAS SCALE + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/premium/zilean/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/zilean/grep b/charts/incubator/zilean/grep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/zilean/icon.webp b/charts/incubator/zilean/icon.webp new file mode 100644 index 00000000000..2c0e08ca47c Binary files /dev/null and b/charts/incubator/zilean/icon.webp differ diff --git a/charts/incubator/zilean/templates/NOTES.txt b/charts/incubator/zilean/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/zilean/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/zilean/templates/common.yaml b/charts/incubator/zilean/templates/common.yaml new file mode 100644 index 00000000000..992373e7501 --- /dev/null +++ b/charts/incubator/zilean/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/zilean/values.yaml b/charts/incubator/zilean/values.yaml new file mode 100644 index 00000000000..83a07f389ce --- /dev/null +++ b/charts/incubator/zilean/values.yaml @@ -0,0 +1,42 @@ +image: + repository: ghcr.io/elfhosted/zilean + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:343e425e36814d431ae2720df6f9ced67a5ff48e791e5cca8c4c90c00e6f6900 + +service: + main: + ports: + main: + port: 8181 + targetPort: 8181 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/healthchecks/ping" + readiness: + path: "/healthchecks/ping" + startup: + path: "/healthchecks/ping" + env: + Zilean__Database__ConnectionString: '{{ printf "Host=%s;Port=5432;Database=%s;Username=%s;Password=%s" (.Values.cnpg.main.creds.host | trimAll "\"") .Values.cnpg.main.database .Values.cnpg.main.user .Values.cnpg.main.creds.password }}' + +persistence: + data: + enabled: true + mountPath: "/app/data" + +cnpg: + main: + enabled: true + user: zilean + database: zilean + +portal: + open: + enabled: true +