General NodePort and securityContext Cleanup (#827)

* make nodePort optional

* do not enter nodeport when loadbalancer is default

* add extra security contexts to questions.yaml

* Move to common 6.10.7

(cherry picked from commit 47fa27341c9c7869d4a6484c7b1523398e821d20)

* bump patch version

(cherry picked from commit 427ff52d902412975c73e69971b33ec797458929)

* bump some more apps

* Fix authelia mistake
This commit is contained in:
Kjeld Schouten-Lebbing
2021-08-28 14:27:27 +02:00
committed by GitHub
parent 548e78b915
commit a2911b7cec
174 changed files with 1314 additions and 363 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.10.6
version: 6.10.7
deprecated: false
description: P2P file synchronization application
home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
@@ -24,4 +24,4 @@ sources:
- https://github.com/syncthing/syncthing
- https://hub.docker.com/r/syncthing/syncthing
type: application
version: 6.8.2
version: 6.8.3
+11 -5
View File
@@ -229,7 +229,6 @@ questions:
min: 9000
max: 65535
default: 36024
required: true
- variable: listeners
label: "Syncthing Listening Service"
description: "This service is used to process incoming connections directly to this Syncthing instance"
@@ -335,7 +334,6 @@ questions:
min: 9000
max: 65535
default: 22000
required: true
- variable: udp
label: "UDP Service Port Configuration"
schema:
@@ -390,7 +388,6 @@ questions:
min: 9000
max: 65535
default: 22000
required: true
- variable: discovery
label: "Syncthing Listening Service"
description: "This service is used to process incoming connections directly to this Syncthing instance"
@@ -496,7 +493,6 @@ questions:
min: 9000
max: 65535
default: 21027
required: true
- variable: persistence
label: "Integrated Persistent Storage"
@@ -846,10 +842,20 @@ questions:
type: dict
attrs:
- variable: privileged
label: "Enable privileged mode for Common-Chart based charts"
label: Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: true
- variable: podSecurityContext
group: "Security and Permissions"