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:
@@ -3,7 +3,7 @@ appVersion: auto
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.10.6
|
||||
version: 6.10.7
|
||||
deprecated: false
|
||||
description: Community developed LDAP software
|
||||
home: https://www.openldap.org
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
type: application
|
||||
version: 1.4.2
|
||||
version: 1.4.3
|
||||
|
||||
@@ -349,7 +349,6 @@ questions:
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36094
|
||||
required: true
|
||||
- variable: ldaps
|
||||
label: "ldaps Service"
|
||||
description: "The ldaps service"
|
||||
@@ -447,7 +446,6 @@ questions:
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36095
|
||||
required: true
|
||||
|
||||
- variable: volumeClaimTemplates
|
||||
label: "Integrated Persistent Storage"
|
||||
@@ -760,7 +758,27 @@ questions:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: "100Gi"
|
||||
|
||||
- variable: securityContext
|
||||
group: "Security and Permissions"
|
||||
label: "Security Context"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
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: resources
|
||||
group: "Resources and Devices"
|
||||
label: ""
|
||||
|
||||
Reference in New Issue
Block a user