diff --git a/stable/pgadmin/3.0.4/CHANGELOG.md b/stable/pgadmin/3.0.4/CHANGELOG.md
deleted file mode 100644
index d183db89e6..0000000000
--- a/stable/pgadmin/3.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05)
-
-#### Chore
-
-* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
-
diff --git a/stable/pgadmin/3.0.5/CHANGELOG.md b/stable/pgadmin/3.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..38b32cdba0
--- /dev/null
+++ b/stable/pgadmin/3.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12)
+
+#### Chore
+
+* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124))
+
diff --git a/stable/pgadmin/3.0.4/CONFIG.md b/stable/pgadmin/3.0.5/CONFIG.md
similarity index 100%
rename from stable/pgadmin/3.0.4/CONFIG.md
rename to stable/pgadmin/3.0.5/CONFIG.md
diff --git a/stable/photoprism/3.0.6/Chart.lock b/stable/pgadmin/3.0.5/Chart.lock
similarity index 78%
rename from stable/photoprism/3.0.6/Chart.lock
rename to stable/pgadmin/3.0.5/Chart.lock
index d9abdae0c2..77fd1fe7a8 100644
--- a/stable/photoprism/3.0.6/Chart.lock
+++ b/stable/pgadmin/3.0.5/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
-generated: "2021-10-05T12:26:00.167178336Z"
+generated: "2021-10-12T07:51:57.847194519Z"
diff --git a/stable/pgadmin/3.0.4/Chart.yaml b/stable/pgadmin/3.0.5/Chart.yaml
similarity index 94%
rename from stable/pgadmin/3.0.4/Chart.yaml
rename to stable/pgadmin/3.0.5/Chart.yaml
index 1652d8b5e2..73cc012da7 100644
--- a/stable/pgadmin/3.0.4/Chart.yaml
+++ b/stable/pgadmin/3.0.5/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "5.7"
+appVersion: "6.0"
dependencies:
- name: common
repository: https://truecharts.org
@@ -24,4 +24,4 @@ name: pgadmin
sources:
- https://www.pgadmin.org/
type: application
-version: 3.0.4
+version: 3.0.5
diff --git a/stable/pgadmin/3.0.4/README.md b/stable/pgadmin/3.0.5/README.md
similarity index 100%
rename from stable/pgadmin/3.0.4/README.md
rename to stable/pgadmin/3.0.5/README.md
diff --git a/stable/pgadmin/3.0.4/app-readme.md b/stable/pgadmin/3.0.5/app-readme.md
similarity index 100%
rename from stable/pgadmin/3.0.4/app-readme.md
rename to stable/pgadmin/3.0.5/app-readme.md
diff --git a/stable/pgadmin/3.0.4/charts/common-8.2.2.tgz b/stable/pgadmin/3.0.5/charts/common-8.2.2.tgz
similarity index 100%
rename from stable/pgadmin/3.0.4/charts/common-8.2.2.tgz
rename to stable/pgadmin/3.0.5/charts/common-8.2.2.tgz
diff --git a/stable/pgadmin/3.0.4/helm-values.md b/stable/pgadmin/3.0.5/helm-values.md
similarity index 93%
rename from stable/pgadmin/3.0.4/helm-values.md
rename to stable/pgadmin/3.0.5/helm-values.md
index b877019bcd..115c942212 100644
--- a/stable/pgadmin/3.0.4/helm-values.md
+++ b/stable/pgadmin/3.0.5/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/dpage/pgadmin4"` | |
-| image.tag | string | `"5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96"` | |
+| image.tag | string | `"6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/lib/pgadmin"` | |
diff --git a/stable/pgadmin/3.0.4/ix_values.yaml b/stable/pgadmin/3.0.5/ix_values.yaml
similarity index 85%
rename from stable/pgadmin/3.0.4/ix_values.yaml
rename to stable/pgadmin/3.0.5/ix_values.yaml
index 07651d9f23..68a13544dd 100644
--- a/stable/pgadmin/3.0.4/ix_values.yaml
+++ b/stable/pgadmin/3.0.5/ix_values.yaml
@@ -7,7 +7,7 @@
image:
repository: docker.io/dpage/pgadmin4
pullPolicy: IfNotPresent
- tag: 5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96
+ tag: 6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691
##
diff --git a/stable/pgadmin/3.0.4/questions.yaml b/stable/pgadmin/3.0.5/questions.yaml
similarity index 100%
rename from stable/pgadmin/3.0.4/questions.yaml
rename to stable/pgadmin/3.0.5/questions.yaml
diff --git a/stable/pgadmin/3.0.4/templates/common.yaml b/stable/pgadmin/3.0.5/templates/common.yaml
similarity index 100%
rename from stable/pgadmin/3.0.4/templates/common.yaml
rename to stable/pgadmin/3.0.5/templates/common.yaml
diff --git a/stable/pgadmin/3.0.4/test_values.yaml b/stable/pgadmin/3.0.5/test_values.yaml
similarity index 86%
rename from stable/pgadmin/3.0.4/test_values.yaml
rename to stable/pgadmin/3.0.5/test_values.yaml
index 04817eeeb4..e4b21ccdf0 100644
--- a/stable/pgadmin/3.0.4/test_values.yaml
+++ b/stable/pgadmin/3.0.5/test_values.yaml
@@ -3,7 +3,7 @@
image:
repository: docker.io/dpage/pgadmin4
pullPolicy: IfNotPresent
- tag: 5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96
+ tag: 6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691
securityContext:
runAsNonRoot: false
diff --git a/stable/pgadmin/3.0.4/values.yaml b/stable/pgadmin/3.0.5/values.yaml
similarity index 100%
rename from stable/pgadmin/3.0.4/values.yaml
rename to stable/pgadmin/3.0.5/values.yaml
diff --git a/stable/photoprism/3.0.6/CHANGELOG.md b/stable/photoprism/3.0.6/CHANGELOG.md
deleted file mode 100644
index 494f3066d3..0000000000
--- a/stable/photoprism/3.0.6/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [photoprism-3.0.6](https://github.com/truecharts/apps/compare/photoprism-3.0.5...photoprism-3.0.6) (2021-10-05)
-
-#### Chore
-
-* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
-
diff --git a/stable/photoprism/3.0.7/CHANGELOG.md b/stable/photoprism/3.0.7/CHANGELOG.md
new file mode 100644
index 0000000000..4db7cba7e9
--- /dev/null
+++ b/stable/photoprism/3.0.7/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [photoprism-3.0.7](https://github.com/truecharts/apps/compare/photoprism-3.0.6...photoprism-3.0.7) (2021-10-12)
+
+#### Chore
+
+* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124))
+
diff --git a/stable/photoprism/3.0.6/CONFIG.md b/stable/photoprism/3.0.7/CONFIG.md
similarity index 100%
rename from stable/photoprism/3.0.6/CONFIG.md
rename to stable/photoprism/3.0.7/CONFIG.md
diff --git a/stable/pgadmin/3.0.4/Chart.lock b/stable/photoprism/3.0.7/Chart.lock
similarity index 78%
rename from stable/pgadmin/3.0.4/Chart.lock
rename to stable/photoprism/3.0.7/Chart.lock
index b620ae25dc..50ee43083c 100644
--- a/stable/pgadmin/3.0.4/Chart.lock
+++ b/stable/photoprism/3.0.7/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
-generated: "2021-10-05T12:25:48.512703796Z"
+generated: "2021-10-12T07:52:09.97411865Z"
diff --git a/stable/photoprism/3.0.6/Chart.yaml b/stable/photoprism/3.0.7/Chart.yaml
similarity index 94%
rename from stable/photoprism/3.0.6/Chart.yaml
rename to stable/photoprism/3.0.7/Chart.yaml
index 0de5942c25..6f27cfd045 100644
--- a/stable/photoprism/3.0.6/Chart.yaml
+++ b/stable/photoprism/3.0.7/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211002"
+appVersion: "20211010"
dependencies:
- name: common
repository: https://truecharts.org
@@ -22,4 +22,4 @@ name: photoprism
sources:
- https://github.com/photoprism/photoprism
- https://hub.docker.com/r/photoprism/photoprism
-version: 3.0.6
+version: 3.0.7
diff --git a/stable/photoprism/3.0.6/README.md b/stable/photoprism/3.0.7/README.md
similarity index 100%
rename from stable/photoprism/3.0.6/README.md
rename to stable/photoprism/3.0.7/README.md
diff --git a/stable/photoprism/3.0.6/app-readme.md b/stable/photoprism/3.0.7/app-readme.md
similarity index 100%
rename from stable/photoprism/3.0.6/app-readme.md
rename to stable/photoprism/3.0.7/app-readme.md
diff --git a/stable/photoprism/3.0.6/charts/common-8.2.2.tgz b/stable/photoprism/3.0.7/charts/common-8.2.2.tgz
similarity index 100%
rename from stable/photoprism/3.0.6/charts/common-8.2.2.tgz
rename to stable/photoprism/3.0.7/charts/common-8.2.2.tgz
diff --git a/stable/photoprism/3.0.6/helm-values.md b/stable/photoprism/3.0.7/helm-values.md
similarity index 90%
rename from stable/photoprism/3.0.6/helm-values.md
rename to stable/photoprism/3.0.7/helm-values.md
index 7ca6d211b8..acce6c2419 100644
--- a/stable/photoprism/3.0.6/helm-values.md
+++ b/stable/photoprism/3.0.7/helm-values.md
@@ -22,8 +22,9 @@ You will, however, be able to use all values referenced in the common chart here
| env.UMASK | string | `nil` | Sets UMASK. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
-| image.tag | string | `"20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2"` | image tag |
+| image.tag | string | `"20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/stable/photoprism/3.0.6/ix_values.yaml b/stable/photoprism/3.0.7/ix_values.yaml
similarity index 84%
rename from stable/photoprism/3.0.6/ix_values.yaml
rename to stable/photoprism/3.0.7/ix_values.yaml
index 3bb5e25c6f..99e9a855d0 100644
--- a/stable/photoprism/3.0.6/ix_values.yaml
+++ b/stable/photoprism/3.0.7/ix_values.yaml
@@ -7,7 +7,7 @@
image:
repository: docker.io/photoprism/photoprism
pullPolicy: IfNotPresent
- tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2
+ tag: 20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7
##
# Most other defaults are set in questions.yaml
diff --git a/stable/photoprism/3.0.6/questions.yaml b/stable/photoprism/3.0.7/questions.yaml
similarity index 99%
rename from stable/photoprism/3.0.6/questions.yaml
rename to stable/photoprism/3.0.7/questions.yaml
index 516aa03dd5..26009190ff 100644
--- a/stable/photoprism/3.0.6/questions.yaml
+++ b/stable/photoprism/3.0.7/questions.yaml
@@ -1200,7 +1200,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
- default: true
+ default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
diff --git a/stable/photoprism/3.0.6/templates/common.yaml b/stable/photoprism/3.0.7/templates/common.yaml
similarity index 100%
rename from stable/photoprism/3.0.6/templates/common.yaml
rename to stable/photoprism/3.0.7/templates/common.yaml
diff --git a/stable/photoprism/3.0.6/test_values.yaml b/stable/photoprism/3.0.7/test_values.yaml
similarity index 91%
rename from stable/photoprism/3.0.6/test_values.yaml
rename to stable/photoprism/3.0.7/test_values.yaml
index 9bec1fe02a..ad5d676a46 100644
--- a/stable/photoprism/3.0.6/test_values.yaml
+++ b/stable/photoprism/3.0.7/test_values.yaml
@@ -9,10 +9,13 @@ image:
# -- image repository
repository: docker.io/photoprism/photoprism
# -- image tag
- tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2
+ tag: 20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7
# -- image pull policy
pullPolicy: IfNotPresent
+securityContext:
+ readOnlyRootFilesystem: false
+
# -- environment variables. See [image docs](https://docs.photoprism.org/getting-started/config-options/) for more details.
# @default -- See below
env:
diff --git a/stable/photoprism/3.0.6/values.yaml b/stable/photoprism/3.0.7/values.yaml
similarity index 100%
rename from stable/photoprism/3.0.6/values.yaml
rename to stable/photoprism/3.0.7/values.yaml