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:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user