Run as PUID/PGID by default and add startAsRoot option (#246)
This commit is contained in:
parent
048161293c
commit
4e6ceee3cb
|
@ -41,5 +41,5 @@ tests/test-report.txt
|
||||||
tests/test-report.xml
|
tests/test-report.xml
|
||||||
private_values.yaml
|
private_values.yaml
|
||||||
temp/
|
temp/
|
||||||
library/common-test/charts/*
|
library/common-test/charts/
|
||||||
Chart.lock
|
Chart.lock
|
||||||
|
|
|
@ -38,6 +38,19 @@ class Test < ChartTest
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe 'startAsRoot' do
|
||||||
|
it 'defaults to false = runAs 568' do
|
||||||
|
jq('.spec.template.spec.securityContext.runAsUser', resource('Deployment')).must_equal 568
|
||||||
|
jq('.spec.template.spec.securityContext.runAsGroup', resource('Deployment')).must_equal 568
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'can be enabled = runAs nil' do
|
||||||
|
chart.value startAsRoot: true
|
||||||
|
jq('.spec.template.spec.securityContext.runAsUser', resource('Deployment')).must_equal nil
|
||||||
|
jq('.spec.template.spec.securityContext.runAsGroup', resource('Deployment')).must_equal nil
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
describe 'hostNetwork' do
|
describe 'hostNetwork' do
|
||||||
it ' hostnetworking default = nil' do
|
it ' hostnetworking default = nil' do
|
||||||
jq('.spec.template.spec.hostNetwork', resource('Deployment')).must_equal nil
|
jq('.spec.template.spec.hostNetwork', resource('Deployment')).must_equal nil
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v0.9.0.5
|
tag: version-v0.9.0.5
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-0.6.9
|
tag: version-0.6.9
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
tag: 6.4.6.2
|
tag: 6.4.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -6,6 +6,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.15.3
|
tag: 1.15.3
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -12,7 +12,6 @@ services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
port: 6052
|
port: 6052
|
||||||
nodePort: 30052
|
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# ESPHOME_DASHBOARD_USE_PING: true
|
# ESPHOME_DASHBOARD_USE_PING: true
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-1.17.0
|
tag: version-1.17.0
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
tag: version-v2.7.1
|
tag: version-v2.7.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
tag: v1.23.1
|
tag: v1.23.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
#All values here are set as the docker defaults.
|
#All values here are set as the docker defaults.
|
||||||
envTpl:
|
envTpl:
|
||||||
# Permissions Settings
|
# Permissions Settings
|
||||||
|
|
|
@ -6,10 +6,12 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
port: 5800 #Required for web GUI
|
port: 5800 #Required for web GUI
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
@ -23,6 +25,7 @@ envTpl:
|
||||||
# Permissions Settings
|
# Permissions Settings
|
||||||
USER_ID: "{{ .Values.PUID }}"
|
USER_ID: "{{ .Values.PUID }}"
|
||||||
GROUP_ID: "{{ .Values.PGID }}"
|
GROUP_ID: "{{ .Values.PGID }}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# General Settings
|
# General Settings
|
||||||
KEEP_APP_RUNNING: "0"
|
KEEP_APP_RUNNING: "0"
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
tag: version-2.2.2
|
tag: version-2.2.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2021.1.5
|
tag: 2021.1.5
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,8 +8,10 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ:
|
# TZ:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v0.17.153
|
tag: version-v0.17.153
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-10.6.4-1
|
tag: version-10.6.4-1
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -9,6 +9,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
|
@ -7,7 +7,7 @@ version: 1.6.4
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
>>>>>>> [Common] Refactor Services (#212):charts/kms/2.0.0/Chart.yaml
|
>>>>>>> [Common] Refactor Services (#212):charts/kms/2.0.0/Chart.yaml
|
||||||
# upstream_version:
|
# upstream_version:
|
||||||
appVersion: "auto"
|
appVersion: "minimal"
|
||||||
description: Private Windows Activation Server for development and testing
|
description: Private Windows Activation Server for development and testing
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,9 @@
|
||||||
image:
|
image:
|
||||||
repository: pykmsorg/py-kms
|
repository: pykmsorg/py-kms
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: minimal
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
|
|
|
@ -176,70 +176,6 @@ questions:
|
||||||
|
|
||||||
## TrueCharts Specific
|
## TrueCharts Specific
|
||||||
|
|
||||||
- variable: appVolumeMounts
|
|
||||||
label: "app storage"
|
|
||||||
group: "Storage and Devices"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
# Config ------------------------
|
|
||||||
- variable: config
|
|
||||||
label: "config dataset"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
$ref:
|
|
||||||
- "normalize/ixVolume"
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enabled"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
- variable: setPermissions
|
|
||||||
label: "Automatic Permissions"
|
|
||||||
description: "Automatically set permissions on install"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
hidden: false
|
|
||||||
- variable: emptyDir
|
|
||||||
label: "emptyDir"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
- variable: datasetName
|
|
||||||
label: "Dataset Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "config"
|
|
||||||
required: true
|
|
||||||
editable: false
|
|
||||||
- variable: mountPath
|
|
||||||
label: "Mount Path"
|
|
||||||
description: "Path to mount inside the pod"
|
|
||||||
schema:
|
|
||||||
type: path
|
|
||||||
required: true
|
|
||||||
default: "/config"
|
|
||||||
editable: false
|
|
||||||
- variable: hostPathEnabled
|
|
||||||
label: "host Path Enabled"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: hostPath
|
|
||||||
label: "Host Path"
|
|
||||||
schema:
|
|
||||||
type: hostpath
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: additionalAppVolumeMounts
|
- variable: additionalAppVolumeMounts
|
||||||
label: "Custom app storage"
|
label: "Custom app storage"
|
||||||
group: "Storage and Devices"
|
group: "Storage and Devices"
|
||||||
|
|
|
@ -3,34 +3,14 @@
|
||||||
image:
|
image:
|
||||||
repository: pykmsorg/py-kms
|
repository: pykmsorg/py-kms
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: minimal
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
port: 1688
|
port: 1688
|
||||||
|
|
||||||
env: {}
|
|
||||||
# TZ: UTC
|
|
||||||
# PUID: 1001
|
|
||||||
# PGID: 1001
|
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: false
|
|
||||||
emptyDir: false
|
|
||||||
|
|
||||||
|
|
||||||
## TrueCharts Values
|
|
||||||
|
|
||||||
|
|
||||||
appVolumeMounts:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
emptyDir: true
|
|
||||||
setPermissions: true
|
|
||||||
mountPath: "/config"
|
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -8,6 +8,9 @@ image:
|
||||||
repository: linuxserver/lidarr
|
repository: linuxserver/lidarr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-0.8.0.1886
|
tag: version-0.8.0.1886
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v4.0.8
|
tag: v4.0.8
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -38,4 +38,4 @@ appVolumeMounts:
|
||||||
enabled: true
|
enabled: true
|
||||||
emptyDir: true
|
emptyDir: true
|
||||||
setPermissions: true
|
setPermissions: true
|
||||||
mountPath: "/config"
|
mountPath: "/data"
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v21.0
|
tag: version-v21.0
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v3.8.1
|
tag: version-v3.8.1
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
custom: true
|
custom: true
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v4.0.681
|
tag: version-v4.0.681
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -9,6 +9,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -9,6 +9,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,8 +8,10 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
# TZ: UTC
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
# PGID: 1001
|
# PGID: 1001
|
||||||
# UMASK: 022
|
# UMASK: 022
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-3.0.0.3989
|
tag: version-3.0.0.3989
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: nightly
|
tag: nightly
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-3.1.0
|
tag: version-3.1.0
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-3.0.4.993
|
tag: version-3.0.4.993
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.6.6
|
tag: v2.6.6
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-3.00-r2
|
tag: version-3.00-r2
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.3.2
|
tag: 1.3.2
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
@ -40,9 +42,6 @@ persistence:
|
||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,8 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
||||||
env: {}
|
env: {}
|
||||||
# PUID: 1000
|
# PUID: 1000
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,13 @@ image:
|
||||||
tag: 6.0.45
|
tag: 6.0.45
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
|
envTpl:
|
||||||
|
# Permissions Settings
|
||||||
|
UNIFI_GID: "{{ .Values.PUID }}"
|
||||||
|
UNIFI_UID: "{{ .Values.PGID }}"
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
||||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||||
|
|
|
@ -8,6 +8,13 @@ image:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
startAsRoot: true
|
||||||
|
|
||||||
|
envTpl:
|
||||||
|
# Permissions Settings
|
||||||
|
UNIFI_GID: "{{ .Values.PUID }}"
|
||||||
|
UNIFI_UID: "{{ .Values.PGID }}"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port:
|
port:
|
||||||
|
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue