mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-04 23:36:06 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="ubooquity-3.0.10"></a>
|
||||
### [ubooquity-3.0.10](https://github.com/truecharts/apps/compare/ubooquity-3.0.9...ubooquity-3.0.10) (2022-07-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* move icons into the apps folder ([#3139](https://github.com/truecharts/apps/issues/3139))
|
||||
|
||||
#### Fix
|
||||
|
||||
* make root fs writable ([#3142](https://github.com/truecharts/apps/issues/3142))
|
||||
|
||||
|
||||
|
||||
<a name="ubooquity-3.0.9"></a>
|
||||
### [ubooquity-3.0.9](https://github.com/truecharts/apps/compare/ubooquity-3.0.8...ubooquity-3.0.9) (2022-07-09)
|
||||
|
||||
@@ -84,16 +97,3 @@
|
||||
#### Fix
|
||||
|
||||
* remove malfunctioning SCALE migration script
|
||||
|
||||
#### Refactor
|
||||
|
||||
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
|
||||
|
||||
|
||||
|
||||
<a name="ubooquity-3.0.0"></a>
|
||||
### [ubooquity-3.0.0](https://github.com/truecharts/apps/compare/ubooquity-2.0.21...ubooquity-3.0.0) (2022-06-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* sync all apps persistence configuration and always default to PVC
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.2.1
|
||||
digest: sha256:ef841d6391d4d193203a60f6688ea2ee2a0b76c58dc55c84595db473bdcce690
|
||||
generated: "2022-07-09T20:24:18.962738963Z"
|
||||
generated: "2022-07-11T21:16:36.396739776Z"
|
||||
@@ -1,13 +1,13 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ubooquity
|
||||
version: 3.0.9
|
||||
version: 3.0.10
|
||||
appVersion: "2.1.2"
|
||||
description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity
|
||||
icon: https://truecharts.org/_static/img/appicons/ubooquity.png
|
||||
icon: https://truecharts.org/img/appicons/ubooquity.png
|
||||
keywords:
|
||||
- ubooquity
|
||||
sources:
|
||||
BIN
stable/ubooquity/3.0.10/icon.png
Normal file
BIN
stable/ubooquity/3.0.10/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -5,6 +5,7 @@ image:
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
@@ -2163,7 +2163,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
@@ -1,4 +1,4 @@
|
||||
icon_url: https://truecharts.org/_static/img/appicons/ubooquity.png
|
||||
icon_url: https://truecharts.org/img/appicons/ubooquity.png
|
||||
categories:
|
||||
- incubator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user