fix(apps): fix include (#1773)
* fix(apps): fix include * fix double include
This commit is contained in:
@@ -34,7 +34,7 @@ sources:
|
||||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
type: application
|
||||
version: 5.0.33
|
||||
version: 5.0.34
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- GIT
|
||||
|
||||
@@ -425,7 +425,8 @@ questions:
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true# Include{securityContextAdvanced}
|
||||
default: true
|
||||
# Include{securityContextAdvanced}
|
||||
|
||||
- variable: podSecurityContext
|
||||
group: "Security and Permissions"
|
||||
|
||||
Reference in New Issue
Block a user