diff --git a/charts/incubator/reubah/.helmignore b/charts/incubator/reubah/.helmignore new file mode 100644 index 000000000000..feb7464da6f7 --- /dev/null +++ b/charts/incubator/reubah/.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/reubah/CHANGELOG.md b/charts/incubator/reubah/CHANGELOG.md new file mode 100644 index 000000000000..f3e8318aa103 --- /dev/null +++ b/charts/incubator/reubah/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/reubah/Chart.yaml b/charts/incubator/reubah/Chart.yaml new file mode 100644 index 000000000000..c441c414225c --- /dev/null +++ b/charts/incubator/reubah/Chart.yaml @@ -0,0 +1,36 @@ +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: main +dependencies: + - name: common + version: 25.1.7 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based tool for processing images and converting documents with a simple interface. +home: https://truecharts.org/charts/incubator/reubah +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp +keywords: + - reubah + - image-processor +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reubah +sources: + - https://ghcr.io/dendianugerah/reubah + - https://github.com/truecharts/charts/tree/master/charts/incubator/reubah + - https://github.com/dendianugerah/reubah +type: application +version: 0.0.1 diff --git a/charts/incubator/reubah/README.md b/charts/incubator/reubah/README.md new file mode 100644 index 000000000000..2b8cc49d247a --- /dev/null +++ b/charts/incubator/reubah/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/reubah/icon.webp b/charts/incubator/reubah/icon.webp new file mode 100644 index 000000000000..262b14480451 Binary files /dev/null and b/charts/incubator/reubah/icon.webp differ diff --git a/charts/incubator/reubah/templates/NOTES.txt b/charts/incubator/reubah/templates/NOTES.txt new file mode 100644 index 000000000000..efcb74cb7721 --- /dev/null +++ b/charts/incubator/reubah/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/reubah/templates/common.yaml b/charts/incubator/reubah/templates/common.yaml new file mode 100644 index 000000000000..b51394e00a4d --- /dev/null +++ b/charts/incubator/reubah/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/reubah/values.yaml b/charts/incubator/reubah/values.yaml new file mode 100644 index 000000000000..fe4aa7ed8104 --- /dev/null +++ b/charts/incubator/reubah/values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/dendianugerah/reubah + pullPolicy: IfNotPresent + tag: main@sha256:0197160ed4e6837bdbff9fe8877ab098683ce82bf0a68fdd50f145b5cf35139e +service: + main: + ports: + main: + protocol: http + port: 8081 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "{{ .Values.service.main.ports.main.port }}" +persistence: + app: + enabled: true + mountPath: "/app/tmp" + type: emptyDir + tmp: + enabled: true + mountPath: "/tmp" + type: emptyDir +portal: + open: + enabled: true