diff --git a/stable/ubooquity/3.0.9/CHANGELOG.md b/stable/ubooquity/3.0.10/CHANGELOG.md
similarity index 88%
rename from stable/ubooquity/3.0.9/CHANGELOG.md
rename to stable/ubooquity/3.0.10/CHANGELOG.md
index d3d51d90076..be2bca03893 100644
--- a/stable/ubooquity/3.0.9/CHANGELOG.md
+++ b/stable/ubooquity/3.0.10/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
+
+### [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))
+
+
+
### [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))
-
-
-
-
-### [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
diff --git a/stable/ubooquity/3.0.9/Chart.lock b/stable/ubooquity/3.0.10/Chart.lock
similarity index 80%
rename from stable/ubooquity/3.0.9/Chart.lock
rename to stable/ubooquity/3.0.10/Chart.lock
index ef11c188955..27288f2881a 100644
--- a/stable/ubooquity/3.0.9/Chart.lock
+++ b/stable/ubooquity/3.0.10/Chart.lock
@@ -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"
diff --git a/stable/ubooquity/3.0.9/Chart.yaml b/stable/ubooquity/3.0.10/Chart.yaml
similarity index 89%
rename from stable/ubooquity/3.0.9/Chart.yaml
rename to stable/ubooquity/3.0.10/Chart.yaml
index acfaba040eb..115ecb564ee 100644
--- a/stable/ubooquity/3.0.9/Chart.yaml
+++ b/stable/ubooquity/3.0.10/Chart.yaml
@@ -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:
diff --git a/stable/ubooquity/3.0.9/README.md b/stable/ubooquity/3.0.10/README.md
similarity index 100%
rename from stable/ubooquity/3.0.9/README.md
rename to stable/ubooquity/3.0.10/README.md
diff --git a/stable/ubooquity/3.0.9/app-readme.md b/stable/ubooquity/3.0.10/app-readme.md
similarity index 100%
rename from stable/ubooquity/3.0.9/app-readme.md
rename to stable/ubooquity/3.0.10/app-readme.md
diff --git a/stable/ubooquity/3.0.9/charts/common-10.2.1.tgz b/stable/ubooquity/3.0.10/charts/common-10.2.1.tgz
similarity index 100%
rename from stable/ubooquity/3.0.9/charts/common-10.2.1.tgz
rename to stable/ubooquity/3.0.10/charts/common-10.2.1.tgz
diff --git a/stable/ubooquity/3.0.10/icon.png b/stable/ubooquity/3.0.10/icon.png
new file mode 100644
index 00000000000..3af2e9d302e
Binary files /dev/null and b/stable/ubooquity/3.0.10/icon.png differ
diff --git a/stable/ubooquity/3.0.9/ix_values.yaml b/stable/ubooquity/3.0.10/ix_values.yaml
similarity index 95%
rename from stable/ubooquity/3.0.9/ix_values.yaml
rename to stable/ubooquity/3.0.10/ix_values.yaml
index e6d1d953d19..2a6c9ce479c 100644
--- a/stable/ubooquity/3.0.9/ix_values.yaml
+++ b/stable/ubooquity/3.0.10/ix_values.yaml
@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
+ readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
diff --git a/stable/ubooquity/3.0.9/questions.yaml b/stable/ubooquity/3.0.10/questions.yaml
similarity index 99%
rename from stable/ubooquity/3.0.9/questions.yaml
rename to stable/ubooquity/3.0.10/questions.yaml
index e8248d29672..c63222d61be 100644
--- a/stable/ubooquity/3.0.9/questions.yaml
+++ b/stable/ubooquity/3.0.10/questions.yaml
@@ -2163,7 +2163,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
- default: true
+ default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
diff --git a/stable/ubooquity/3.0.9/templates/common.yaml b/stable/ubooquity/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/ubooquity/3.0.9/templates/common.yaml
rename to stable/ubooquity/3.0.10/templates/common.yaml
diff --git a/stable/ubooquity/3.0.9/values.yaml b/stable/ubooquity/3.0.10/values.yaml
similarity index 100%
rename from stable/ubooquity/3.0.9/values.yaml
rename to stable/ubooquity/3.0.10/values.yaml
diff --git a/stable/ubooquity/item.yaml b/stable/ubooquity/item.yaml
index 08f6a7f5e1f..b7ec024e06b 100644
--- a/stable/ubooquity/item.yaml
+++ b/stable/ubooquity/item.yaml
@@ -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