Publish new changes in catalog

This commit is contained in:
sonicaj
2024-08-01 11:04:12 +00:00
parent aa50afd42b
commit faf82f3179
59 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
version: 2.0.11
version: 2.0.12
apiVersion: v2
appVersion: 29.0.4
kubeVersion: '>=1.16.0-0'

View File

@@ -26,9 +26,9 @@ configmap:
fi
run_as() {
if [ "$(id -u)" = 0 ]; then
su -p "$user" -s /bin/bash -c 'php /var/www/html/occ "$@"' - "$@"
su -p "$user" -s /bin/bash -c "php /var/www/html/occ $(printf '%q ' "$@")"
else
/bin/bash -c 'php /var/www/html/occ "$@"' - "$@"
/bin/bash -c "php /var/www/html/occ $(printf '%q ' "$@")"
fi
}
run_as "$@"

View File

@@ -3,7 +3,7 @@ description: Minecraft is a sandbox game
annotations:
title: Minecraft
type: application
version: 1.2.16
version: 1.2.17
apiVersion: v2
appVersion: 2024.7.2
kubeVersion: '>=1.16.0-0'

View File

@@ -10,6 +10,7 @@ configmap:
*/}}
GUI: "FALSE"
EULA: {{ .Values.mcConfig.eula | quote | upper }}
MODE: {{ .Values.mcConfig.mode | quote }}
ENABLE_RCON: {{ .Values.mcConfig.enableRcon | quote | upper }}
SERVER_PORT: {{ .Values.mcNetwork.serverPort | quote }}
{{ if .Values.mcConfig.enableRcon }}