Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b7e80ea1b9
commit
440ff1fec1
|
@ -1,4 +0,0 @@
|
|||
|
||||
<a name="unifi-8.0.1"></a>
|
||||
### [unifi-8.0.1](https://github.com/truecharts/apps/compare/unifi-8.0.0...unifi-8.0.1) (2021-09-26)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
<a name="unifi-8.0.2"></a>
|
||||
### [unifi-8.0.2](https://github.com/truecharts/apps/compare/unifi-8.0.1...unifi-8.0.2) (2021-09-28)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.0.8
|
||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||
generated: "2021-09-26T23:13:44.768041042Z"
|
||||
generated: "2021-09-28T08:10:21.179243272Z"
|
|
@ -21,4 +21,4 @@ sources:
|
|||
- https://github.com/jacobalberty/unifi-docker
|
||||
- https://unifi-network.ui.com
|
||||
type: application
|
||||
version: 8.0.1
|
||||
version: 8.0.2
|
|
@ -23,6 +23,10 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| persistence.config.mountPath | string | `"/unifi"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.comm.enabled | bool | `true` | |
|
||||
| service.comm.ports.comm.enabled | bool | `true` | |
|
||||
| service.comm.ports.comm.port | int | `8080` | |
|
|
@ -1600,7 +1600,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
@ -1610,7 +1610,7 @@ questions:
|
|||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: podSecurityContext
|
||||
group: "Security and Permissions"
|
||||
label: "Pod Security Context"
|
||||
|
@ -1622,13 +1622,13 @@ questions:
|
|||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
|
@ -54,6 +54,14 @@ service:
|
|||
targetPort: 8843
|
||||
protocol: HTTPS
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
env:
|
||||
# TZ:
|
||||
PUID: "568"
|
Loading…
Reference in New Issue