Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-04 16:40:27 +00:00
parent 51676bf5e5
commit 3523806cc5
14 changed files with 232 additions and 34 deletions

View File

@ -1,25 +0,0 @@
---
hide:
- toc
---
# Security Overview
<link href="https://truecharts.org/_static/trivy.css" type="text/css" rel="stylesheet" />
## Helm-Chart
##### Scan Results
| No Misconfigurations found |
|:---------------------------------|
## Containers
##### Detected Containers
##### Scan Results

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="ubooquity-2.0.1"></a>
### [ubooquity-2.0.1](https://github.com/truecharts/apps/compare/ubooquity-2.0.0...ubooquity-2.0.1) (2022-03-04)
<a name="ubooquity-2.0.0"></a>
### [ubooquity-2.0.0](https://github.com/truecharts/apps/compare/ubooquity-1.0.1...ubooquity-2.0.0) (2022-03-03)
@ -92,8 +97,3 @@
* update helm general non-major helm releases ([#1828](https://github.com/truecharts/apps/issues/1828))
<a name="ubooquity-0.0.16"></a>
### [ubooquity-0.0.16](https://github.com/truecharts/apps/compare/ubooquity-0.0.15...ubooquity-0.0.16) (2022-01-25)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.0.0
digest: sha256:698ec3af3a62abac00301be695632853c20eb3be284f5a779019fc86730c5ca7
generated: "2022-03-03T23:33:31.971945056Z"
generated: "2022-03-04T16:33:19.041703653Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ubooquity
version: 2.0.0
version: 2.0.1
appVersion: "2.1.2"
description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
type: application

View File

@ -27,10 +27,10 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.admin.enabled | bool | `true` | |
| service.admin.ports.admin.enabled | bool | `true` | |
| service.admin.ports.admin.port | int | `2203` | |
| service.admin.ports.admin.targetPort | int | `2203` | |
| service.admin.ports.enabled | bool | `true` | |
| service.main.ports.main.port | int | `2202` | |
| service.main.ports.main.targetPort | int | `2202` | |

View File

@ -20,8 +20,8 @@ service:
targetPort: 2202
port: 2202
admin:
enabled: true
ports:
enabled: true
admin:
enabled: true
targetPort: 2203

File diff suppressed because one or more lines are too long