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:
Ethan Leisinger
2023-12-28 00:53:56 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 52474d27a8
commit 1d62d1963b
65 changed files with 45 additions and 263 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: conreq
version: 3.0.9
version: 3.0.10
appVersion: latest
description: Conreq, a Content Requesting platform.
home: https://truecharts.org/charts/incubator/conreq
+2 -13
View File
@@ -10,19 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ferdi-client
version: 3.0.9
version: 3.0.10
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.
home: https://truecharts.org/charts/incubator/ferdi-client
@@ -35,12 +35,6 @@ questions:
schema:
type: string
default: "768"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: go-auto-yt
version: 3.0.9
version: 3.0.10
appVersion: stable
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
+2 -13
View File
@@ -10,19 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
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{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
-1
View File
@@ -30,4 +30,3 @@ workload:
containers:
main:
env:
UMASK_SET: "0022"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: moviegrabber
version: 3.0.9
version: 3.0.10
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.
home: https://truecharts.org/charts/incubator/moviegrabber
+2 -12
View File
@@ -10,18 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "000"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: raneto
version: 3.0.9
version: 3.0.10
appVersion: latest
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
+2 -13
View File
@@ -10,19 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ungoogled-chromium
version: 3.0.9
version: 3.0.10
appVersion: latest
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
@@ -47,11 +47,6 @@ questions:
schema:
type: string
default: "768"
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: vorta
version: 3.0.9
version: 3.0.10
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.
home: https://truecharts.org/charts/incubator/vorta
-17
View File
@@ -35,23 +35,6 @@ questions:
schema:
type: string
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}
- variable: main
label: "Main Service"
-3
View File
@@ -35,8 +35,5 @@ workload:
main:
env:
APP_NAME: Vorta
GROUP_ID: "100"
SECURE_CONNECTION: "0"
USER_ID: "99"
VNC_PASSWORD: ""
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: anope
version: 4.0.1
version: 4.0.2
appVersion: latest
description: Anope is a set of IRC Services designed for flexibility and ease of use.
home: https://truecharts.org/charts/incubator/anope
-6
View File
@@ -63,12 +63,6 @@ questions:
schema:
type: string
default: "services"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: "DATA_PERM"
description: "Container Variable DATAPERM"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: avorion
version: 4.0.1
version: 4.0.2
appVersion: avorion
description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
home: https://truecharts.org/charts/incubator/avorion
-6
View File
@@ -54,12 +54,6 @@ questions:
schema:
type: boolean
default: true
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: blender
version: 4.0.1
version: 4.0.2
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**
home: https://truecharts.org/charts/incubator/blender
-6
View File
@@ -29,12 +29,6 @@ questions:
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: citadel-forgedwithfire
version: 4.0.1
version: 4.0.2
appVersion: citadelfwf
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
@@ -48,12 +48,6 @@ questions:
schema:
type: boolean
default: true
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: electrum
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/electrum
-6
View File
@@ -23,12 +23,6 @@ questions:
schema:
type: string
default: "768"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: "DATA_PERM"
description: "Container Variable DATAPERM"
+4 -4
View File
@@ -1,15 +1,15 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: flextv
version: 4.0.1
version: 4.0.2
appVersion: latest
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
deprecated: false
sources:
- 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://github.com/d8ahazard/FlexTV
maintainers:
@@ -34,5 +34,5 @@ annotations:
truecharts.org/category: MediaApp
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: stable
type: application
+2 -11
View File
@@ -10,18 +10,9 @@ questions:
# Include{replicas1}
# Include{podSpec}
# 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}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: fluttercoin-wallet
version: 4.0.1
version: 4.0.2
appVersion: latest
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
@@ -29,12 +29,6 @@ questions:
schema:
type: string
default: "768"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: "DATA_PERM"
description: "Container Variable DATAPERM"
-2
View File
@@ -10,8 +10,6 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: kdenlive
version: 4.0.2
version: 4.0.3
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.
home: https://truecharts.org/charts/incubator/kdenlive
-6
View File
@@ -29,12 +29,6 @@ questions:
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: kerbalspaceprogram-lmp
version: 4.0.1
version: 4.0.2
appVersion: latest
description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
home: https://truecharts.org/charts/incubator/kerbalspaceprogram-lmp
@@ -23,11 +23,6 @@ questions:
schema:
type: string
default: "latest"
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "0000"
- variable: DATA_PERM
label: "DATA_PERM"
schema:
@@ -29,7 +29,6 @@ workload:
env:
DATA_PERM: "770"
LMP_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
UMASK: "0000"
probes:
liveness:
enabled: false
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mediaelch
version: 4.0.1
version: 4.0.2
appVersion: latest
description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
home: https://truecharts.org/charts/incubator/mediaelch
+2 -12
View File
@@ -10,18 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "000"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mindustry
version: 4.0.1
version: 4.0.2
appVersion: latest
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
-6
View File
@@ -35,12 +35,6 @@ questions:
schema:
type: string
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}
- variable: main
label: "Main Service"
-1
View File
@@ -38,4 +38,3 @@ workload:
GAME_PARAMS: ""
GAME_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
SRV_NAME: DockerMindustry
UMASK: "000"
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: neverwinternights-ee
version: 4.0.1
version: 4.0.2
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)."
home: https://truecharts.org/charts/incubator/neverwinternights-ee
@@ -131,12 +131,6 @@ questions:
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -46,7 +46,6 @@ workload:
RLD_W_E: "0"
SERVERVAULT: "0"
SRV_NAME: Docker NWNEE
UMASK: "000"
probes:
liveness:
enabled: false
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: post-recording
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/post-recording
@@ -51,12 +51,6 @@ questions:
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postscriptum
version: 4.0.1
version: 4.0.2
appVersion: postscriptum
description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
home: https://truecharts.org/charts/incubator/postscriptum
@@ -54,12 +54,6 @@ questions:
schema:
type: string
default: "770"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: preclear
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/preclear
-5
View File
@@ -27,11 +27,6 @@ questions:
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pvk-ii
version: 4.0.1
version: 4.0.2
appVersion: pvkii
description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings &amp; Knights 2 and run it.
home: https://truecharts.org/charts/incubator/pvk-ii
-6
View File
@@ -54,12 +54,6 @@ questions:
schema:
type: boolean
default: true
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: "DATA_PERM"
description: "Container Variable DATAPERM"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pyload-ng
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/pyload-ng
+2 -13
View File
@@ -10,19 +10,8 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: quake3
version: 4.0.1
version: 4.0.2
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).
home: https://truecharts.org/charts/incubator/quake3
-6
View File
@@ -29,12 +29,6 @@ questions:
schema:
type: string
default: "q3dm1"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: Q3_PORT
label: "Q3_PORT"
description: "Base Port"
-1
View File
@@ -32,7 +32,6 @@ workload:
GAME_PARAMS: +set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32
Q3_MAP: q3dm1
Q3_PORT: "27960"
UMASK: "000"
probes:
liveness:
enabled: false
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: socials
version: 4.0.1
version: 4.0.2
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!
home: https://truecharts.org/charts/incubator/socials
-5
View File
@@ -22,11 +22,6 @@ questions:
schema:
type: string
default: "info"
- variable: UMASK
label: "UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: starmade
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/starmade
-6
View File
@@ -35,12 +35,6 @@ questions:
schema:
type: string
default: "1024"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: "DATA_PERM"
description: "Container Variable DATAPERM"
-1
View File
@@ -32,6 +32,5 @@ workload:
GAME_PARAMS: ""
RUNTIME_NAME: basicjre
STARTER_PARAMS: -nogui
UMASK: "000"
XMS_SIZE: "1024"
XMX_SIZE: "1024"
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: urban-terror
version: 4.0.1
version: 4.0.2
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.
home: https://truecharts.org/charts/incubator/urban-terror
@@ -29,12 +29,6 @@ questions:
schema:
type: string
default: "true"
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
# Include{serviceRoot}
- variable: main
label: "Main Service"
-1
View File
@@ -29,7 +29,6 @@ workload:
env:
CHECK_FOR_UPDATES: "true"
START_PARAMS: ""
UMASK: "000"
probes:
liveness:
enabled: false