chore(many): remove references to UMASK in container env as it is handled in common library (#16565)
**Description** This is a large batch of updates to remove UMASK env questions as this is duplicated in common library ⚒️ Fixes #16564 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** This update was tested locally only with `flextv`. The update _should_ be valid for all updated charts but is worth a second look. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
52474d27a8
commit
1d62d1963b
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: conreq
|
name: conreq
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Conreq, a Content Requesting platform.
|
description: Conreq, a Content Requesting platform.
|
||||||
home: https://truecharts.org/charts/incubator/conreq
|
home: https://truecharts.org/charts/incubator/conreq
|
||||||
|
|||||||
@@ -10,19 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ferdi-client
|
name: ferdi-client
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off.
|
description: Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off.
|
||||||
home: https://truecharts.org/charts/incubator/ferdi-client
|
home: https://truecharts.org/charts/incubator/ferdi-client
|
||||||
|
|||||||
@@ -35,12 +35,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "768"
|
default: "768"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: go-auto-yt
|
name: go-auto-yt
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: stable
|
appVersion: stable
|
||||||
description: GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like.
|
description: GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like.
|
||||||
home: https://truecharts.org/charts/incubator/go-auto-yt
|
home: https://truecharts.org/charts/incubator/go-auto-yt
|
||||||
|
|||||||
@@ -10,19 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK_SET
|
|
||||||
label: "UMASK_SET"
|
|
||||||
description: "Container Variable UMASKSET"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "0022"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -30,4 +30,3 @@ workload:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
env:
|
env:
|
||||||
UMASK_SET: "0022"
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: moviegrabber
|
name: moviegrabber
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client.
|
description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client.
|
||||||
home: https://truecharts.org/charts/incubator/moviegrabber
|
home: https://truecharts.org/charts/incubator/moviegrabber
|
||||||
|
|||||||
@@ -10,18 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: raneto
|
name: raneto
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
|
description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
|
||||||
home: https://truecharts.org/charts/incubator/raneto
|
home: https://truecharts.org/charts/incubator/raneto
|
||||||
|
|||||||
@@ -10,19 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ungoogled-chromium
|
name: ungoogled-chromium
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser.
|
description: Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser.
|
||||||
home: https://truecharts.org/charts/incubator/ungoogled-chromium
|
home: https://truecharts.org/charts/incubator/ungoogled-chromium
|
||||||
|
|||||||
@@ -47,11 +47,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "768"
|
default: "768"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: vorta
|
name: vorta
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.
|
description: Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.
|
||||||
home: https://truecharts.org/charts/incubator/vorta
|
home: https://truecharts.org/charts/incubator/vorta
|
||||||
|
|||||||
@@ -35,23 +35,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: USER_ID
|
|
||||||
label: "USER_ID"
|
|
||||||
description: "Default 1028"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "99"
|
|
||||||
- variable: GROUP_ID
|
|
||||||
label: "GROUP_ID"
|
|
||||||
description: "Default 100"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "100"
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "022"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -35,8 +35,5 @@ workload:
|
|||||||
main:
|
main:
|
||||||
env:
|
env:
|
||||||
APP_NAME: Vorta
|
APP_NAME: Vorta
|
||||||
GROUP_ID: "100"
|
|
||||||
SECURE_CONNECTION: "0"
|
SECURE_CONNECTION: "0"
|
||||||
|
|
||||||
USER_ID: "99"
|
|
||||||
VNC_PASSWORD: ""
|
VNC_PASSWORD: ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: anope
|
name: anope
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||||
home: https://truecharts.org/charts/incubator/anope
|
home: https://truecharts.org/charts/incubator/anope
|
||||||
|
|||||||
@@ -63,12 +63,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "services"
|
default: "services"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
description: "Container Variable DATAPERM"
|
description: "Container Variable DATAPERM"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: avorion
|
name: avorion
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: avorion
|
appVersion: avorion
|
||||||
description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
|
description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
|
||||||
home: https://truecharts.org/charts/incubator/avorion
|
home: https://truecharts.org/charts/incubator/avorion
|
||||||
|
|||||||
@@ -54,12 +54,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: blender
|
name: blender
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
|
description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
|
||||||
home: https://truecharts.org/charts/incubator/blender
|
home: https://truecharts.org/charts/incubator/blender
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: citadel-forgedwithfire
|
name: citadel-forgedwithfire
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: citadelfwf
|
appVersion: citadelfwf
|
||||||
description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.
|
description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.
|
||||||
home: https://truecharts.org/charts/incubator/citadel-forgedwithfire
|
home: https://truecharts.org/charts/incubator/citadel-forgedwithfire
|
||||||
|
|||||||
@@ -48,12 +48,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: electrum
|
name: electrum
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
|
description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
|
||||||
home: https://truecharts.org/charts/incubator/electrum
|
home: https://truecharts.org/charts/incubator/electrum
|
||||||
|
|||||||
@@ -23,12 +23,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "768"
|
default: "768"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
description: "Container Variable DATAPERM"
|
description: "Container Variable DATAPERM"
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: flextv
|
name: flextv
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: A super-sexy voice interface for the Plex HTPC.
|
description: A super-sexy voice interface for the Plex HTPC.
|
||||||
home: https://truecharts.org/charts/incubator/flextv
|
home: https://truecharts.org/charts/stable/flextv
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://registry.hub.docker.com/r/jcreynolds/flextv/
|
- https://registry.hub.docker.com/r/jcreynolds/flextv/
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/flextv
|
- https://github.com/truecharts/charts/tree/master/charts/stable/flextv
|
||||||
- https://hub.docker.com/r/jcreynolds/flextv
|
- https://hub.docker.com/r/jcreynolds/flextv
|
||||||
- https://github.com/d8ahazard/FlexTV
|
- https://github.com/d8ahazard/FlexTV
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -34,5 +34,5 @@ annotations:
|
|||||||
truecharts.org/category: MediaApp
|
truecharts.org/category: MediaApp
|
||||||
truecharts.org/max_helm_version: "3.13"
|
truecharts.org/max_helm_version: "3.13"
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: incubator
|
truecharts.org/train: stable
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -10,18 +10,9 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
|
# Include{containerAdvanced}
|
||||||
|
|
||||||
- variable: env
|
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: fluttercoin-wallet
|
name: fluttercoin-wallet
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
|
description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
|
||||||
home: https://truecharts.org/charts/incubator/fluttercoin-wallet
|
home: https://truecharts.org/charts/incubator/fluttercoin-wallet
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "768"
|
default: "768"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
description: "Container Variable DATAPERM"
|
description: "Container Variable DATAPERM"
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
|
||||||
|
|
||||||
# Include{containerBasic}
|
# Include{containerBasic}
|
||||||
# Include{containerAdvanced}
|
# Include{containerAdvanced}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kdenlive
|
name: kdenlive
|
||||||
version: 4.0.2
|
version: 4.0.3
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
|
description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
|
||||||
home: https://truecharts.org/charts/incubator/kdenlive
|
home: https://truecharts.org/charts/incubator/kdenlive
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kerbalspaceprogram-lmp
|
name: kerbalspaceprogram-lmp
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
|
description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
|
||||||
home: https://truecharts.org/charts/incubator/kerbalspaceprogram-lmp
|
home: https://truecharts.org/charts/incubator/kerbalspaceprogram-lmp
|
||||||
|
|||||||
@@ -23,11 +23,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "latest"
|
default: "latest"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "0000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ workload:
|
|||||||
env:
|
env:
|
||||||
DATA_PERM: "770"
|
DATA_PERM: "770"
|
||||||
LMP_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
LMP_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
||||||
UMASK: "0000"
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mediaelch
|
name: mediaelch
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
|
description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
|
||||||
home: https://truecharts.org/charts/incubator/mediaelch
|
home: https://truecharts.org/charts/incubator/mediaelch
|
||||||
|
|||||||
@@ -10,18 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mindustry
|
name: mindustry
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.
|
description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.
|
||||||
home: https://truecharts.org/charts/incubator/mindustry
|
home: https://truecharts.org/charts/incubator/mindustry
|
||||||
|
|||||||
@@ -35,12 +35,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Permissions for newly created files. Dont change unless you are knowing what you are doing!"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -38,4 +38,3 @@ workload:
|
|||||||
GAME_PARAMS: ""
|
GAME_PARAMS: ""
|
||||||
GAME_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
GAME_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
||||||
SRV_NAME: DockerMindustry
|
SRV_NAME: DockerMindustry
|
||||||
UMASK: "000"
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: neverwinternights-ee
|
name: neverwinternights-ee
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)."
|
description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)."
|
||||||
home: https://truecharts.org/charts/incubator/neverwinternights-ee
|
home: https://truecharts.org/charts/incubator/neverwinternights-ee
|
||||||
|
|||||||
@@ -131,12 +131,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ workload:
|
|||||||
RLD_W_E: "0"
|
RLD_W_E: "0"
|
||||||
SERVERVAULT: "0"
|
SERVERVAULT: "0"
|
||||||
SRV_NAME: Docker NWNEE
|
SRV_NAME: Docker NWNEE
|
||||||
UMASK: "000"
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: post-recording
|
name: post-recording
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.
|
description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.
|
||||||
home: https://truecharts.org/charts/incubator/post-recording
|
home: https://truecharts.org/charts/incubator/post-recording
|
||||||
|
|||||||
@@ -51,12 +51,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{containerBasic}
|
# Include{containerBasic}
|
||||||
# Include{containerAdvanced}
|
# Include{containerAdvanced}
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postscriptum
|
name: postscriptum
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: postscriptum
|
appVersion: postscriptum
|
||||||
description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
|
description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
|
||||||
home: https://truecharts.org/charts/incubator/postscriptum
|
home: https://truecharts.org/charts/incubator/postscriptum
|
||||||
|
|||||||
@@ -54,12 +54,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "770"
|
default: "770"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: preclear
|
name: preclear
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped.
|
description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped.
|
||||||
home: https://truecharts.org/charts/incubator/preclear
|
home: https://truecharts.org/charts/incubator/preclear
|
||||||
|
|||||||
@@ -27,11 +27,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: pvk-ii
|
name: pvk-ii
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: pvkii
|
appVersion: pvkii
|
||||||
description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.
|
description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.
|
||||||
home: https://truecharts.org/charts/incubator/pvk-ii
|
home: https://truecharts.org/charts/incubator/pvk-ii
|
||||||
|
|||||||
@@ -54,12 +54,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
description: "Container Variable DATAPERM"
|
description: "Container Variable DATAPERM"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: pyload-ng
|
name: pyload-ng
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
||||||
home: https://truecharts.org/charts/incubator/pyload-ng
|
home: https://truecharts.org/charts/incubator/pyload-ng
|
||||||
|
|||||||
@@ -10,19 +10,8 @@ questions:
|
|||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
# Include{podSpec}
|
# Include{podSpec}
|
||||||
# Include{containerMain}
|
# Include{containerMain}
|
||||||
|
# Include{containerBasic}
|
||||||
- variable: env
|
# Include{containerAdvanced}
|
||||||
label: Image Environment
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: quake3
|
name: quake3
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).
|
description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).
|
||||||
home: https://truecharts.org/charts/incubator/quake3
|
home: https://truecharts.org/charts/incubator/quake3
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "q3dm1"
|
default: "q3dm1"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: Q3_PORT
|
- variable: Q3_PORT
|
||||||
label: "Q3_PORT"
|
label: "Q3_PORT"
|
||||||
description: "Base Port"
|
description: "Base Port"
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ workload:
|
|||||||
GAME_PARAMS: +set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32
|
GAME_PARAMS: +set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32
|
||||||
Q3_MAP: q3dm1
|
Q3_MAP: q3dm1
|
||||||
Q3_PORT: "27960"
|
Q3_PORT: "27960"
|
||||||
UMASK: "000"
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: socials
|
name: socials
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: main
|
appVersion: main
|
||||||
description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!
|
description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!
|
||||||
home: https://truecharts.org/charts/incubator/socials
|
home: https://truecharts.org/charts/incubator/socials
|
||||||
|
|||||||
@@ -22,11 +22,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "info"
|
default: "info"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: starmade
|
name: starmade
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.
|
description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.
|
||||||
home: https://truecharts.org/charts/incubator/starmade
|
home: https://truecharts.org/charts/incubator/starmade
|
||||||
|
|||||||
@@ -35,12 +35,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "1024"
|
default: "1024"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
- variable: DATA_PERM
|
- variable: DATA_PERM
|
||||||
label: "DATA_PERM"
|
label: "DATA_PERM"
|
||||||
description: "Container Variable DATAPERM"
|
description: "Container Variable DATAPERM"
|
||||||
|
|||||||
@@ -32,6 +32,5 @@ workload:
|
|||||||
GAME_PARAMS: ""
|
GAME_PARAMS: ""
|
||||||
RUNTIME_NAME: basicjre
|
RUNTIME_NAME: basicjre
|
||||||
STARTER_PARAMS: -nogui
|
STARTER_PARAMS: -nogui
|
||||||
UMASK: "000"
|
|
||||||
XMS_SIZE: "1024"
|
XMS_SIZE: "1024"
|
||||||
XMX_SIZE: "1024"
|
XMX_SIZE: "1024"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: urban-terror
|
name: urban-terror
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.
|
description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.
|
||||||
home: https://truecharts.org/charts/incubator/urban-terror
|
home: https://truecharts.org/charts/incubator/urban-terror
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "true"
|
default: "true"
|
||||||
- variable: UMASK
|
|
||||||
label: "UMASK"
|
|
||||||
description: "Container Variable UMASK"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "000"
|
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: "Main Service"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ workload:
|
|||||||
env:
|
env:
|
||||||
CHECK_FOR_UPDATES: "true"
|
CHECK_FOR_UPDATES: "true"
|
||||||
START_PARAMS: ""
|
START_PARAMS: ""
|
||||||
UMASK: "000"
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user