diff --git a/charts/incubator/pingvin-share/.helmignore b/charts/incubator/pingvin-share/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/pingvin-share/.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/pingvin-share/CHANGELOG.md b/charts/incubator/pingvin-share/CHANGELOG.md new file mode 100644 index 00000000000..f3e8318aa10 --- /dev/null +++ b/charts/incubator/pingvin-share/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/pingvin-share/Chart.yaml b/charts/incubator/pingvin-share/Chart.yaml new file mode 100644 index 00000000000..d49c16c5fd5 --- /dev/null +++ b/charts/incubator/pingvin-share/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: files + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.24.1 +dependencies: + - name: common + version: 23.0.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer. +home: https://truecharts.org/charts/incubator/pingvin-share +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.webp +keywords: + - file-sharting +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pingvin-share +sources: + - https://github.com/stonith404/pingvin-share + - https://hub.docker.com/r/stonith404/pingvin-share +type: application +version: 0.0.1 diff --git a/charts/incubator/pingvin-share/README.md b/charts/incubator/pingvin-share/README.md new file mode 100644 index 00000000000..e229b58bf4b --- /dev/null +++ b/charts/incubator/pingvin-share/README.md @@ -0,0 +1,5 @@ +--- +title: README +--- + +## General Info diff --git a/charts/incubator/pingvin-share/icon-small.webp b/charts/incubator/pingvin-share/icon-small.webp new file mode 100644 index 00000000000..04cd5d3ee18 Binary files /dev/null and b/charts/incubator/pingvin-share/icon-small.webp differ diff --git a/charts/incubator/pingvin-share/icon.webp b/charts/incubator/pingvin-share/icon.webp new file mode 100644 index 00000000000..ad4eec1aa55 Binary files /dev/null and b/charts/incubator/pingvin-share/icon.webp differ diff --git a/charts/incubator/pingvin-share/questions.yaml b/charts/incubator/pingvin-share/questions.yaml new file mode 100644 index 00000000000..48ae7515093 --- /dev/null +++ b/charts/incubator/pingvin-share/questions.yaml @@ -0,0 +1,94 @@ +# Include{groups} +portals: + open: +# Include{portalLink} +questions: +# Include{global} +# Include{credentials} +# Include{workload} +# Include{workloadDeployment} +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} +# Include{containerBasic} +# Include{containerAdvanced} +# Include{containerConfig} +# Include{podOptions} +# Include{serviceRoot} +# Include{serviceMain} +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3333 + required: true +# Include{externalInterfaces} + +# Include{serviceList} +# Include{persistenceRoot} + - variable: data + label: "App Data Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: image + label: "App Frontend Image Storage" + description: "Stores the Frontend Images." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} +# Include{persistenceList} +# Include{ingressRoot} + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressAdvanced} +# Include{ingressList} +# Include{securityContextRoot} + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 +# Include{securityContextContainer} +# Include{securityContextAdvanced} +# Include{securityContextPod} + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 +# Include{resources} +# Include{advanced} +# Include{addons} +# Include{codeserver} +# Include{netshoot} +# Include{vpn} +# Include{veleroSchedulesList} +# Include{documentation} diff --git a/charts/incubator/pingvin-share/templates/NOTES.txt b/charts/incubator/pingvin-share/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/pingvin-share/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/pingvin-share/templates/common.yaml b/charts/incubator/pingvin-share/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/pingvin-share/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/pingvin-share/values.yaml b/charts/incubator/pingvin-share/values.yaml new file mode 100644 index 00000000000..e5e8e2e3a31 --- /dev/null +++ b/charts/incubator/pingvin-share/values.yaml @@ -0,0 +1,32 @@ +image: + repository: stonith404/pingvin-share + pullPolicy: IfNotPresent + tag: v0.24.1@sha256:10c535ad4e044afec12ee09eeee4951cc0e98831f9bf55ad9c4c7e163044ca78 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 3333 + port: 3333 + + +persistence: + data: + enabled: true + mountPath: "/opt/app/backend/data" + image: + enabled: true + mountPath: "/opt/app/frontend/public/img" + +portal: + open: + enabled: true