diff --git a/charts/incubator/wdosg/.helmignore b/charts/incubator/wdosg/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/wdosg/.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/wdosg/CHANGELOG.md b/charts/incubator/wdosg/CHANGELOG.md new file mode 100644 index 00000000000..f3e8318aa10 --- /dev/null +++ b/charts/incubator/wdosg/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/wdosg/Chart.yaml b/charts/incubator/wdosg/Chart.yaml new file mode 100644 index 00000000000..eb13e2dc0b2 --- /dev/null +++ b/charts/incubator/wdosg/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: latest +dependencies: + - name: common + version: 25.1.7 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Simple web server to manage and run DOS based games on the browser. +home: https://truecharts.org/charts/incubator/wdosg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wdosg.webp +keywords: + - wdosg + - dos + - emulator +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wdosg +sources: + - https://github.com/SoulRaven80/wdosg + - https://hub.docker.com/r/soulraven1980/wdosg + - https://github.com/truecharts/charts/tree/master/charts/incubator/wdosg +type: application +version: 0.0.1 diff --git a/charts/incubator/wdosg/README.md b/charts/incubator/wdosg/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/wdosg/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/wdosg/iconn.webp b/charts/incubator/wdosg/iconn.webp new file mode 100644 index 00000000000..59b4ab6c7f6 Binary files /dev/null and b/charts/incubator/wdosg/iconn.webp differ diff --git a/charts/incubator/wdosg/templates/NOTES.txt b/charts/incubator/wdosg/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/wdosg/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/wdosg/templates/common.yaml b/charts/incubator/wdosg/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/wdosg/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/wdosg/values.yaml b/charts/incubator/wdosg/values.yaml new file mode 100644 index 00000000000..f19bae3268d --- /dev/null +++ b/charts/incubator/wdosg/values.yaml @@ -0,0 +1,30 @@ +image: + repository: docker.io/soulraven1980/wdosg + pullPolicy: IfNotPresent + tag: latest@sha256:23de500053504ed181891b32ae8a067cedb940993aa489dfe741eb707d8253e1 +service: + main: + ports: + main: + protocol: http + port: 3001 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # required for Credentials for IGDB + TWITCH_CLIENT_ID: "fake_client_id" + TWITCH_APP_ACCESS_TOKEN: "fake_access_token" +persistence: + database: + enabled: true + mountPath: "/app/database" + library: + enabled: true + mountPath: "/app/wdosglibrary" +portal: + open: + enabled: true