fix(koel): Run as root (#2191)

* feat(koel): move to stable and run as root

* no installcont

* test

* add port

* bump

* incubator only
This commit is contained in:
Stavros Kois
2022-03-17 00:11:53 +02:00
committed by GitHub
parent 13ef7cd217
commit 13f40de7cf
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ sources:
- https://github.com/koel/docker
- https://hub.docker.com/r/hyzual/koel
- https://github.com/koel/koel
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- media
+3 -3
View File
@@ -402,7 +402,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
# Include{securityContextAdvanced}
- variable: podSecurityContext
@@ -417,13 +417,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 33
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 33
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
+3
View File
@@ -15,6 +15,7 @@ env:
DB_CONNECTION: "mysql"
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
DB_PORT: "3306"
FORCE_HTTPS: false
MEMORY_LIMIT: 2048
LASTFM_API_KEY: ""
@@ -55,6 +56,8 @@ installContainers:
env:
- name: DB_CONNECTION
value: "mysql"
- name: DB_PORT
value: "3306"
- name: DB_USERNAME
value: "{{ .Values.mariadb.mariadbUsername }}"
- name: DB_DATABASE