diff --git a/charts/incubator/orcaslicer/.helmignore b/charts/incubator/orcaslicer/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/orcaslicer/.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/orcaslicer/CHANGELOG.md b/charts/incubator/orcaslicer/CHANGELOG.md new file mode 100644 index 00000000000..f3e8318aa10 --- /dev/null +++ b/charts/incubator/orcaslicer/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/orcaslicer/Chart.yaml b/charts/incubator/orcaslicer/Chart.yaml new file mode 100644 index 00000000000..7bca16ced8f --- /dev/null +++ b/charts/incubator/orcaslicer/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + 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: 2.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Orca Slicer is an open source slicer for FDM printers. +home: https://truecharts.org/charts/incubator/orcaslicer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/orcaslicer.webp +keywords: + - orcaslicer + - 3d + - printer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: orcaslicer +sources: + - https://ghcr.io/linuxserver/orcaslicer + - https://github.com/SoftFever/OrcaSlicer + - https://github.com/truecharts/charts/tree/master/charts/incubator/orcaslicer +type: application +version: 0.0.1 diff --git a/charts/incubator/orcaslicer/README.md b/charts/incubator/orcaslicer/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/orcaslicer/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/orcaslicer/icon-small.webp b/charts/incubator/orcaslicer/icon-small.webp new file mode 100644 index 00000000000..e3298961856 Binary files /dev/null and b/charts/incubator/orcaslicer/icon-small.webp differ diff --git a/charts/incubator/orcaslicer/icon.webp b/charts/incubator/orcaslicer/icon.webp new file mode 100644 index 00000000000..138ebcfc528 Binary files /dev/null and b/charts/incubator/orcaslicer/icon.webp differ diff --git a/charts/incubator/orcaslicer/templates/NOTES.txt b/charts/incubator/orcaslicer/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/orcaslicer/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/orcaslicer/templates/common.yaml b/charts/incubator/orcaslicer/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/orcaslicer/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/orcaslicer/values.yaml b/charts/incubator/orcaslicer/values.yaml new file mode 100644 index 00000000000..afb4989b5b3 --- /dev/null +++ b/charts/incubator/orcaslicer/values.yaml @@ -0,0 +1,19 @@ +image: + repository: ghcr.io/linuxserver/orcaslicer + pullPolicy: IfNotPresent + tag: 2.2.0@sha256:ac258b7d70122b9ce3501c70cd047e2a9341d25d3e99ed3e83eec59fd858d542 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 3000 +persistence: + config: + enabled: true + mountPath: /config