diff --git a/incubator/sogo/4.0.7/CHANGELOG.md b/incubator/sogo/4.0.7/CHANGELOG.md
deleted file mode 100644
index 56fbf40b2f..0000000000
--- a/incubator/sogo/4.0.7/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [sogo-4.0.7](https://github.com/truecharts/apps/compare/sogo-4.0.6...sogo-4.0.7) (2021-09-28)
-
-#### Chore
-
-* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
-
diff --git a/incubator/sogo/4.0.8/CHANGELOG.md b/incubator/sogo/4.0.8/CHANGELOG.md
new file mode 100644
index 0000000000..27cd0e7ca6
--- /dev/null
+++ b/incubator/sogo/4.0.8/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [sogo-4.0.8](https://github.com/truecharts/apps/compare/sogo-4.0.7...sogo-4.0.8) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/incubator/sogo/4.0.7/CONFIG.md b/incubator/sogo/4.0.8/CONFIG.md
similarity index 100%
rename from incubator/sogo/4.0.7/CONFIG.md
rename to incubator/sogo/4.0.8/CONFIG.md
diff --git a/incubator/sogo/4.0.7/Chart.lock b/incubator/sogo/4.0.8/Chart.lock
similarity index 87%
rename from incubator/sogo/4.0.7/Chart.lock
rename to incubator/sogo/4.0.8/Chart.lock
index bc524c7d31..425a518ed4 100644
--- a/incubator/sogo/4.0.7/Chart.lock
+++ b/incubator/sogo/4.0.8/Chart.lock
@@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 5.15.2
digest: sha256:08a2dc445e5284e5f88bb46c390d904951919cf17894faa602f638acfa636054
-generated: "2021-09-28T08:33:30.33070115Z"
+generated: "2021-09-29T08:22:15.660098412Z"
diff --git a/incubator/sogo/4.0.7/Chart.yaml b/incubator/sogo/4.0.8/Chart.yaml
similarity index 97%
rename from incubator/sogo/4.0.7/Chart.yaml
rename to incubator/sogo/4.0.8/Chart.yaml
index 68f1d451ea..df74a38ee4 100644
--- a/incubator/sogo/4.0.7/Chart.yaml
+++ b/incubator/sogo/4.0.8/Chart.yaml
@@ -27,4 +27,4 @@ name: sogo
sources:
- https://www.sogo.nu/
type: application
-version: 4.0.7
+version: 4.0.8
diff --git a/incubator/sogo/4.0.7/README.md b/incubator/sogo/4.0.8/README.md
similarity index 100%
rename from incubator/sogo/4.0.7/README.md
rename to incubator/sogo/4.0.8/README.md
diff --git a/incubator/sogo/4.0.7/app-readme.md b/incubator/sogo/4.0.8/app-readme.md
similarity index 100%
rename from incubator/sogo/4.0.7/app-readme.md
rename to incubator/sogo/4.0.8/app-readme.md
diff --git a/incubator/sogo/4.0.7/charts/common-8.0.8.tgz b/incubator/sogo/4.0.8/charts/common-8.0.8.tgz
similarity index 100%
rename from incubator/sogo/4.0.7/charts/common-8.0.8.tgz
rename to incubator/sogo/4.0.8/charts/common-8.0.8.tgz
diff --git a/incubator/sogo/4.0.7/charts/memcached-5.15.2.tgz b/incubator/sogo/4.0.8/charts/memcached-5.15.2.tgz
similarity index 100%
rename from incubator/sogo/4.0.7/charts/memcached-5.15.2.tgz
rename to incubator/sogo/4.0.8/charts/memcached-5.15.2.tgz
diff --git a/incubator/sogo/4.0.7/charts/postgresql-3.0.3.tgz b/incubator/sogo/4.0.8/charts/postgresql-3.0.3.tgz
similarity index 100%
rename from incubator/sogo/4.0.7/charts/postgresql-3.0.3.tgz
rename to incubator/sogo/4.0.8/charts/postgresql-3.0.3.tgz
diff --git a/incubator/sogo/4.0.7/helm-values.md b/incubator/sogo/4.0.8/helm-values.md
similarity index 97%
rename from incubator/sogo/4.0.7/helm-values.md
rename to incubator/sogo/4.0.8/helm-values.md
index f4a59bcad9..3cc3101117 100644
--- a/incubator/sogo/4.0.7/helm-values.md
+++ b/incubator/sogo/4.0.8/helm-values.md
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
diff --git a/incubator/sogo/4.0.7/ix_values.yaml b/incubator/sogo/4.0.8/ix_values.yaml
similarity index 95%
rename from incubator/sogo/4.0.7/ix_values.yaml
rename to incubator/sogo/4.0.8/ix_values.yaml
index 5920270cf9..8ca0187fc4 100644
--- a/incubator/sogo/4.0.7/ix_values.yaml
+++ b/incubator/sogo/4.0.8/ix_values.yaml
@@ -11,7 +11,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
initContainers:
migrate-db:
diff --git a/incubator/sogo/4.0.7/questions.yaml b/incubator/sogo/4.0.8/questions.yaml
similarity index 100%
rename from incubator/sogo/4.0.7/questions.yaml
rename to incubator/sogo/4.0.8/questions.yaml
diff --git a/incubator/sogo/4.0.7/templates/_config.tpl b/incubator/sogo/4.0.8/templates/_config.tpl
similarity index 100%
rename from incubator/sogo/4.0.7/templates/_config.tpl
rename to incubator/sogo/4.0.8/templates/_config.tpl
diff --git a/incubator/sogo/4.0.7/templates/common.yaml b/incubator/sogo/4.0.8/templates/common.yaml
similarity index 100%
rename from incubator/sogo/4.0.7/templates/common.yaml
rename to incubator/sogo/4.0.8/templates/common.yaml
diff --git a/incubator/sogo/4.0.7/test_values.yaml b/incubator/sogo/4.0.8/test_values.yaml
similarity index 97%
rename from incubator/sogo/4.0.7/test_values.yaml
rename to incubator/sogo/4.0.8/test_values.yaml
index f955d7afca..42ff31faef 100644
--- a/incubator/sogo/4.0.7/test_values.yaml
+++ b/incubator/sogo/4.0.8/test_values.yaml
@@ -15,7 +15,7 @@ podSecurityContext:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
# -- services
service:
diff --git a/incubator/sogo/4.0.7/values.yaml b/incubator/sogo/4.0.8/values.yaml
similarity index 100%
rename from incubator/sogo/4.0.7/values.yaml
rename to incubator/sogo/4.0.8/values.yaml
diff --git a/stable/authelia/4.0.7/CHANGELOG.md b/stable/authelia/4.0.7/CHANGELOG.md
deleted file mode 100644
index 433f5d9b04..0000000000
--- a/stable/authelia/4.0.7/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [authelia-4.0.7](https://github.com/truecharts/apps/compare/authelia-4.0.6...authelia-4.0.7) (2021-09-28)
-
-#### Chore
-
-* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
-
diff --git a/stable/authelia/4.0.8/CHANGELOG.md b/stable/authelia/4.0.8/CHANGELOG.md
new file mode 100644
index 0000000000..a8626180ee
--- /dev/null
+++ b/stable/authelia/4.0.8/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [authelia-4.0.8](https://github.com/truecharts/apps/compare/authelia-4.0.7...authelia-4.0.8) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/stable/authelia/4.0.7/CONFIG.md b/stable/authelia/4.0.8/CONFIG.md
similarity index 100%
rename from stable/authelia/4.0.7/CONFIG.md
rename to stable/authelia/4.0.8/CONFIG.md
diff --git a/stable/authelia/4.0.7/Chart.lock b/stable/authelia/4.0.8/Chart.lock
similarity index 87%
rename from stable/authelia/4.0.7/Chart.lock
rename to stable/authelia/4.0.8/Chart.lock
index d733627ff2..fe89f5de5a 100644
--- a/stable/authelia/4.0.7/Chart.lock
+++ b/stable/authelia/4.0.8/Chart.lock
@@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.4.0
digest: sha256:8e4ce6cbe97c1e0bed84547459b86d5bbcfa6ccf00bd84420c843d13b5d4af5e
-generated: "2021-09-28T08:33:48.210493553Z"
+generated: "2021-09-29T08:22:35.121083309Z"
diff --git a/stable/authelia/4.0.7/Chart.yaml b/stable/authelia/4.0.8/Chart.yaml
similarity index 98%
rename from stable/authelia/4.0.7/Chart.yaml
rename to stable/authelia/4.0.8/Chart.yaml
index 40e47a9cd5..c28408d279 100644
--- a/stable/authelia/4.0.7/Chart.yaml
+++ b/stable/authelia/4.0.8/Chart.yaml
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
-version: 4.0.7
+version: 4.0.8
diff --git a/stable/authelia/4.0.7/README.md b/stable/authelia/4.0.8/README.md
similarity index 100%
rename from stable/authelia/4.0.7/README.md
rename to stable/authelia/4.0.8/README.md
diff --git a/stable/authelia/4.0.7/app-readme.md b/stable/authelia/4.0.8/app-readme.md
similarity index 100%
rename from stable/authelia/4.0.7/app-readme.md
rename to stable/authelia/4.0.8/app-readme.md
diff --git a/stable/authelia/4.0.7/charts/common-8.0.8.tgz b/stable/authelia/4.0.8/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/authelia/4.0.7/charts/common-8.0.8.tgz
rename to stable/authelia/4.0.8/charts/common-8.0.8.tgz
diff --git a/stable/authelia/4.0.7/charts/postgresql-3.0.3.tgz b/stable/authelia/4.0.8/charts/postgresql-3.0.3.tgz
similarity index 100%
rename from stable/authelia/4.0.7/charts/postgresql-3.0.3.tgz
rename to stable/authelia/4.0.8/charts/postgresql-3.0.3.tgz
diff --git a/stable/authelia/4.0.7/charts/redis-15.4.0.tgz b/stable/authelia/4.0.8/charts/redis-15.4.0.tgz
similarity index 100%
rename from stable/authelia/4.0.7/charts/redis-15.4.0.tgz
rename to stable/authelia/4.0.8/charts/redis-15.4.0.tgz
diff --git a/stable/authelia/4.0.7/helm-values.md b/stable/authelia/4.0.8/helm-values.md
similarity index 98%
rename from stable/authelia/4.0.7/helm-values.md
rename to stable/authelia/4.0.8/helm-values.md
index 3bf5b3b078..e895faf5a7 100644
--- a/stable/authelia/4.0.7/helm-values.md
+++ b/stable/authelia/4.0.8/helm-values.md
@@ -110,7 +110,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"authelia"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| probes.liveness.path | string | `"/api/health\""` | |
| probes.liveness.type | string | `"HTTP"` | |
| probes.readiness.path | string | `"/api/health"` | |
diff --git a/stable/authelia/4.0.7/ix_values.yaml b/stable/authelia/4.0.8/ix_values.yaml
similarity index 98%
rename from stable/authelia/4.0.7/ix_values.yaml
rename to stable/authelia/4.0.8/ix_values.yaml
index 0156603655..ace5d8ffb4 100644
--- a/stable/authelia/4.0.7/ix_values.yaml
+++ b/stable/authelia/4.0.8/ix_values.yaml
@@ -12,7 +12,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
enableServiceLinks: false
diff --git a/stable/authelia/4.0.7/questions.yaml b/stable/authelia/4.0.8/questions.yaml
similarity index 100%
rename from stable/authelia/4.0.7/questions.yaml
rename to stable/authelia/4.0.8/questions.yaml
diff --git a/stable/authelia/4.0.7/templates/_configmap.tpl b/stable/authelia/4.0.8/templates/_configmap.tpl
similarity index 100%
rename from stable/authelia/4.0.7/templates/_configmap.tpl
rename to stable/authelia/4.0.8/templates/_configmap.tpl
diff --git a/stable/authelia/4.0.7/templates/_secrets.tpl b/stable/authelia/4.0.8/templates/_secrets.tpl
similarity index 100%
rename from stable/authelia/4.0.7/templates/_secrets.tpl
rename to stable/authelia/4.0.8/templates/_secrets.tpl
diff --git a/stable/authelia/4.0.7/templates/common.yaml b/stable/authelia/4.0.8/templates/common.yaml
similarity index 100%
rename from stable/authelia/4.0.7/templates/common.yaml
rename to stable/authelia/4.0.8/templates/common.yaml
diff --git a/stable/authelia/4.0.7/test_values.yaml b/stable/authelia/4.0.8/test_values.yaml
similarity index 99%
rename from stable/authelia/4.0.7/test_values.yaml
rename to stable/authelia/4.0.8/test_values.yaml
index d66e582ab7..842737ffc7 100644
--- a/stable/authelia/4.0.7/test_values.yaml
+++ b/stable/authelia/4.0.8/test_values.yaml
@@ -8,7 +8,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
command: ["authelia"]
args: ["--config=/configuration.yaml"]
diff --git a/stable/authelia/4.0.7/values.yaml b/stable/authelia/4.0.8/values.yaml
similarity index 100%
rename from stable/authelia/4.0.7/values.yaml
rename to stable/authelia/4.0.8/values.yaml
diff --git a/stable/fireflyiii/9.0.6/CHANGELOG.md b/stable/fireflyiii/9.0.6/CHANGELOG.md
deleted file mode 100644
index 653c4eafda..0000000000
--- a/stable/fireflyiii/9.0.6/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [fireflyiii-9.0.6](https://github.com/truecharts/apps/compare/fireflyiii-9.0.5...fireflyiii-9.0.6) (2021-09-28)
-
-#### Chore
-
-* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
-
diff --git a/stable/fireflyiii/9.0.7/CHANGELOG.md b/stable/fireflyiii/9.0.7/CHANGELOG.md
new file mode 100644
index 0000000000..1ed8795fe4
--- /dev/null
+++ b/stable/fireflyiii/9.0.7/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [fireflyiii-9.0.7](https://github.com/truecharts/apps/compare/fireflyiii-9.0.6...fireflyiii-9.0.7) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/stable/fireflyiii/9.0.6/CONFIG.md b/stable/fireflyiii/9.0.7/CONFIG.md
similarity index 100%
rename from stable/fireflyiii/9.0.6/CONFIG.md
rename to stable/fireflyiii/9.0.7/CONFIG.md
diff --git a/stable/vaultwarden/9.0.6/Chart.lock b/stable/fireflyiii/9.0.7/Chart.lock
similarity index 84%
rename from stable/vaultwarden/9.0.6/Chart.lock
rename to stable/fireflyiii/9.0.7/Chart.lock
index 10ae22e958..294321cdb0 100644
--- a/stable/vaultwarden/9.0.6/Chart.lock
+++ b/stable/fireflyiii/9.0.7/Chart.lock
@@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 3.0.3
digest: sha256:697e6967cda7a0f63510ba9fc5b103af499f31d63957850c7059219c01299bb4
-generated: "2021-09-28T08:34:34.450540342Z"
+generated: "2021-09-29T08:22:52.724467627Z"
diff --git a/stable/fireflyiii/9.0.6/Chart.yaml b/stable/fireflyiii/9.0.7/Chart.yaml
similarity index 97%
rename from stable/fireflyiii/9.0.6/Chart.yaml
rename to stable/fireflyiii/9.0.7/Chart.yaml
index 9b2ef7e12c..3a05c31993 100644
--- a/stable/fireflyiii/9.0.6/Chart.yaml
+++ b/stable/fireflyiii/9.0.7/Chart.yaml
@@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
-version: 9.0.6
+version: 9.0.7
diff --git a/stable/fireflyiii/9.0.6/README.md b/stable/fireflyiii/9.0.7/README.md
similarity index 100%
rename from stable/fireflyiii/9.0.6/README.md
rename to stable/fireflyiii/9.0.7/README.md
diff --git a/stable/fireflyiii/9.0.6/app-readme.md b/stable/fireflyiii/9.0.7/app-readme.md
similarity index 100%
rename from stable/fireflyiii/9.0.6/app-readme.md
rename to stable/fireflyiii/9.0.7/app-readme.md
diff --git a/stable/fireflyiii/9.0.6/charts/common-8.0.8.tgz b/stable/fireflyiii/9.0.7/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/fireflyiii/9.0.6/charts/common-8.0.8.tgz
rename to stable/fireflyiii/9.0.7/charts/common-8.0.8.tgz
diff --git a/stable/fireflyiii/9.0.6/charts/postgresql-3.0.3.tgz b/stable/fireflyiii/9.0.7/charts/postgresql-3.0.3.tgz
similarity index 100%
rename from stable/fireflyiii/9.0.6/charts/postgresql-3.0.3.tgz
rename to stable/fireflyiii/9.0.7/charts/postgresql-3.0.3.tgz
diff --git a/stable/fireflyiii/9.0.6/helm-values.md b/stable/fireflyiii/9.0.7/helm-values.md
similarity index 96%
rename from stable/fireflyiii/9.0.6/helm-values.md
rename to stable/fireflyiii/9.0.7/helm-values.md
index 09e3085d82..961717c0ba 100644
--- a/stable/fireflyiii/9.0.6/helm-values.md
+++ b/stable/fireflyiii/9.0.7/helm-values.md
@@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"firefly"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
diff --git a/stable/fireflyiii/9.0.6/ix_values.yaml b/stable/fireflyiii/9.0.7/ix_values.yaml
similarity index 95%
rename from stable/fireflyiii/9.0.6/ix_values.yaml
rename to stable/fireflyiii/9.0.7/ix_values.yaml
index 6cd95c42f7..f591322a74 100644
--- a/stable/fireflyiii/9.0.6/ix_values.yaml
+++ b/stable/fireflyiii/9.0.7/ix_values.yaml
@@ -13,7 +13,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
initContainers:
init-postgresdb:
diff --git a/stable/fireflyiii/9.0.6/questions.yaml b/stable/fireflyiii/9.0.7/questions.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.6/questions.yaml
rename to stable/fireflyiii/9.0.7/questions.yaml
diff --git a/stable/fireflyiii/9.0.6/templates/common.yaml b/stable/fireflyiii/9.0.7/templates/common.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.6/templates/common.yaml
rename to stable/fireflyiii/9.0.7/templates/common.yaml
diff --git a/stable/fireflyiii/9.0.6/templates/secrets.yaml b/stable/fireflyiii/9.0.7/templates/secrets.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.6/templates/secrets.yaml
rename to stable/fireflyiii/9.0.7/templates/secrets.yaml
diff --git a/stable/fireflyiii/9.0.6/test_values.yaml b/stable/fireflyiii/9.0.7/test_values.yaml
similarity index 94%
rename from stable/fireflyiii/9.0.6/test_values.yaml
rename to stable/fireflyiii/9.0.7/test_values.yaml
index 19c841d5b7..91a0e80a5f 100644
--- a/stable/fireflyiii/9.0.6/test_values.yaml
+++ b/stable/fireflyiii/9.0.7/test_values.yaml
@@ -11,7 +11,7 @@ securityContext:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
service:
main:
diff --git a/stable/fireflyiii/9.0.6/values.yaml b/stable/fireflyiii/9.0.7/values.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.6/values.yaml
rename to stable/fireflyiii/9.0.7/values.yaml
diff --git a/stable/nextcloud/6.0.7/CHANGELOG.md b/stable/nextcloud/6.0.7/CHANGELOG.md
deleted file mode 100644
index 503b2dd93c..0000000000
--- a/stable/nextcloud/6.0.7/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [nextcloud-6.0.7](https://github.com/truecharts/apps/compare/nextcloud-6.0.6...nextcloud-6.0.7) (2021-09-28)
-
-#### Chore
-
-* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
-
diff --git a/stable/nextcloud/6.0.8/CHANGELOG.md b/stable/nextcloud/6.0.8/CHANGELOG.md
new file mode 100644
index 0000000000..0b5ce6a270
--- /dev/null
+++ b/stable/nextcloud/6.0.8/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/stable/nextcloud/6.0.7/CONFIG.md b/stable/nextcloud/6.0.8/CONFIG.md
similarity index 100%
rename from stable/nextcloud/6.0.7/CONFIG.md
rename to stable/nextcloud/6.0.8/CONFIG.md
diff --git a/stable/nextcloud/6.0.7/Chart.lock b/stable/nextcloud/6.0.8/Chart.lock
similarity index 87%
rename from stable/nextcloud/6.0.7/Chart.lock
rename to stable/nextcloud/6.0.8/Chart.lock
index 1739aeba2c..404d8b839d 100644
--- a/stable/nextcloud/6.0.7/Chart.lock
+++ b/stable/nextcloud/6.0.8/Chart.lock
@@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.4.0
digest: sha256:8e4ce6cbe97c1e0bed84547459b86d5bbcfa6ccf00bd84420c843d13b5d4af5e
-generated: "2021-09-28T08:34:17.812561566Z"
+generated: "2021-09-29T08:23:07.002190177Z"
diff --git a/stable/nextcloud/6.0.7/Chart.yaml b/stable/nextcloud/6.0.8/Chart.yaml
similarity index 98%
rename from stable/nextcloud/6.0.7/Chart.yaml
rename to stable/nextcloud/6.0.8/Chart.yaml
index 54962bd6da..88d953dfef 100644
--- a/stable/nextcloud/6.0.7/Chart.yaml
+++ b/stable/nextcloud/6.0.8/Chart.yaml
@@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
-version: 6.0.7
+version: 6.0.8
diff --git a/stable/nextcloud/6.0.7/README.md b/stable/nextcloud/6.0.8/README.md
similarity index 100%
rename from stable/nextcloud/6.0.7/README.md
rename to stable/nextcloud/6.0.8/README.md
diff --git a/stable/nextcloud/6.0.7/app-readme.md b/stable/nextcloud/6.0.8/app-readme.md
similarity index 100%
rename from stable/nextcloud/6.0.7/app-readme.md
rename to stable/nextcloud/6.0.8/app-readme.md
diff --git a/stable/nextcloud/6.0.7/charts/common-8.0.8.tgz b/stable/nextcloud/6.0.8/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/nextcloud/6.0.7/charts/common-8.0.8.tgz
rename to stable/nextcloud/6.0.8/charts/common-8.0.8.tgz
diff --git a/stable/nextcloud/6.0.7/charts/postgresql-3.0.3.tgz b/stable/nextcloud/6.0.8/charts/postgresql-3.0.3.tgz
similarity index 100%
rename from stable/nextcloud/6.0.7/charts/postgresql-3.0.3.tgz
rename to stable/nextcloud/6.0.8/charts/postgresql-3.0.3.tgz
diff --git a/stable/nextcloud/6.0.7/charts/redis-15.4.0.tgz b/stable/nextcloud/6.0.8/charts/redis-15.4.0.tgz
similarity index 100%
rename from stable/nextcloud/6.0.7/charts/redis-15.4.0.tgz
rename to stable/nextcloud/6.0.8/charts/redis-15.4.0.tgz
diff --git a/stable/nextcloud/6.0.7/helm-values.md b/stable/nextcloud/6.0.8/helm-values.md
similarity index 97%
rename from stable/nextcloud/6.0.7/helm-values.md
rename to stable/nextcloud/6.0.8/helm-values.md
index 5ef8f55390..2e243b2702 100644
--- a/stable/nextcloud/6.0.7/helm-values.md
+++ b/stable/nextcloud/6.0.8/helm-values.md
@@ -60,7 +60,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
diff --git a/stable/nextcloud/6.0.7/ix_values.yaml b/stable/nextcloud/6.0.8/ix_values.yaml
similarity index 97%
rename from stable/nextcloud/6.0.7/ix_values.yaml
rename to stable/nextcloud/6.0.8/ix_values.yaml
index 9fb509c8c8..4208980ae7 100644
--- a/stable/nextcloud/6.0.7/ix_values.yaml
+++ b/stable/nextcloud/6.0.8/ix_values.yaml
@@ -12,7 +12,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
strategy:
type: Recreate
diff --git a/stable/nextcloud/6.0.7/questions.yaml b/stable/nextcloud/6.0.8/questions.yaml
similarity index 100%
rename from stable/nextcloud/6.0.7/questions.yaml
rename to stable/nextcloud/6.0.8/questions.yaml
diff --git a/stable/nextcloud/6.0.7/templates/_configmap.tpl b/stable/nextcloud/6.0.8/templates/_configmap.tpl
similarity index 100%
rename from stable/nextcloud/6.0.7/templates/_configmap.tpl
rename to stable/nextcloud/6.0.8/templates/_configmap.tpl
diff --git a/stable/nextcloud/6.0.7/templates/_cronjob.tpl b/stable/nextcloud/6.0.8/templates/_cronjob.tpl
similarity index 100%
rename from stable/nextcloud/6.0.7/templates/_cronjob.tpl
rename to stable/nextcloud/6.0.8/templates/_cronjob.tpl
diff --git a/stable/nextcloud/6.0.7/templates/_secrets.tpl b/stable/nextcloud/6.0.8/templates/_secrets.tpl
similarity index 100%
rename from stable/nextcloud/6.0.7/templates/_secrets.tpl
rename to stable/nextcloud/6.0.8/templates/_secrets.tpl
diff --git a/stable/nextcloud/6.0.7/templates/common.yaml b/stable/nextcloud/6.0.8/templates/common.yaml
similarity index 100%
rename from stable/nextcloud/6.0.7/templates/common.yaml
rename to stable/nextcloud/6.0.8/templates/common.yaml
diff --git a/stable/nextcloud/6.0.7/test_values.yaml b/stable/nextcloud/6.0.8/test_values.yaml
similarity index 98%
rename from stable/nextcloud/6.0.7/test_values.yaml
rename to stable/nextcloud/6.0.8/test_values.yaml
index 07e285204c..07bcb1b91a 100644
--- a/stable/nextcloud/6.0.7/test_values.yaml
+++ b/stable/nextcloud/6.0.8/test_values.yaml
@@ -17,7 +17,7 @@ podSecurityContext:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
service:
main:
ports:
diff --git a/stable/nextcloud/6.0.7/values.yaml b/stable/nextcloud/6.0.8/values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.7/values.yaml
rename to stable/nextcloud/6.0.8/values.yaml
diff --git a/stable/postgresql/3.0.3/CHANGELOG.md b/stable/postgresql/3.0.3/CHANGELOG.md
deleted file mode 100644
index 352321d4f1..0000000000
--- a/stable/postgresql/3.0.3/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [postgresql-3.0.3](https://github.com/truecharts/apps/compare/postgresql-3.0.2...postgresql-3.0.3) (2021-09-28)
-
-#### Chore
-
-* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
-
diff --git a/stable/postgresql/3.0.4/CHANGELOG.md b/stable/postgresql/3.0.4/CHANGELOG.md
new file mode 100644
index 0000000000..d0a9df1c7b
--- /dev/null
+++ b/stable/postgresql/3.0.4/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/stable/postgresql/3.0.3/CONFIG.md b/stable/postgresql/3.0.4/CONFIG.md
similarity index 100%
rename from stable/postgresql/3.0.3/CONFIG.md
rename to stable/postgresql/3.0.4/CONFIG.md
diff --git a/stable/postgresql/3.0.3/Chart.lock b/stable/postgresql/3.0.4/Chart.lock
similarity index 78%
rename from stable/postgresql/3.0.3/Chart.lock
rename to stable/postgresql/3.0.4/Chart.lock
index a82e42429a..5ac45b5d8c 100644
--- a/stable/postgresql/3.0.3/Chart.lock
+++ b/stable/postgresql/3.0.4/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
-generated: "2021-09-28T07:42:36.987891045Z"
+generated: "2021-09-29T08:23:23.63472913Z"
diff --git a/stable/postgresql/3.0.3/Chart.yaml b/stable/postgresql/3.0.4/Chart.yaml
similarity index 97%
rename from stable/postgresql/3.0.3/Chart.yaml
rename to stable/postgresql/3.0.4/Chart.yaml
index a9fa4cb16b..b267d8e8b4 100644
--- a/stable/postgresql/3.0.3/Chart.yaml
+++ b/stable/postgresql/3.0.4/Chart.yaml
@@ -25,4 +25,4 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
-version: 3.0.3
+version: 3.0.4
diff --git a/stable/postgresql/3.0.3/README.md b/stable/postgresql/3.0.4/README.md
similarity index 100%
rename from stable/postgresql/3.0.3/README.md
rename to stable/postgresql/3.0.4/README.md
diff --git a/stable/postgresql/3.0.3/app-readme.md b/stable/postgresql/3.0.4/app-readme.md
similarity index 100%
rename from stable/postgresql/3.0.3/app-readme.md
rename to stable/postgresql/3.0.4/app-readme.md
diff --git a/stable/postgresql/3.0.3/charts/common-8.0.8.tgz b/stable/postgresql/3.0.4/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/postgresql/3.0.3/charts/common-8.0.8.tgz
rename to stable/postgresql/3.0.4/charts/common-8.0.8.tgz
diff --git a/stable/postgresql/3.0.3/helm-values.md b/stable/postgresql/3.0.4/helm-values.md
similarity index 97%
rename from stable/postgresql/3.0.3/helm-values.md
rename to stable/postgresql/3.0.4/helm-values.md
index 2094c4c895..4bb82adc74 100644
--- a/stable/postgresql/3.0.3/helm-values.md
+++ b/stable/postgresql/3.0.4/helm-values.md
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
-| image.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| image.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
diff --git a/stable/postgresql/3.0.3/ix_values.yaml b/stable/postgresql/3.0.4/ix_values.yaml
similarity index 95%
rename from stable/postgresql/3.0.3/ix_values.yaml
rename to stable/postgresql/3.0.4/ix_values.yaml
index 4ad04da36d..3ad3c3f123 100644
--- a/stable/postgresql/3.0.3/ix_values.yaml
+++ b/stable/postgresql/3.0.4/ix_values.yaml
@@ -7,7 +7,7 @@
image:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
initContainers:
diff --git a/stable/postgresql/3.0.3/questions.yaml b/stable/postgresql/3.0.4/questions.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/questions.yaml
rename to stable/postgresql/3.0.4/questions.yaml
diff --git a/stable/postgresql/3.0.3/templates/backup-postgres-config.yaml b/stable/postgresql/3.0.4/templates/backup-postgres-config.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/templates/backup-postgres-config.yaml
rename to stable/postgresql/3.0.4/templates/backup-postgres-config.yaml
diff --git a/stable/postgresql/3.0.3/templates/common.yaml b/stable/postgresql/3.0.4/templates/common.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/templates/common.yaml
rename to stable/postgresql/3.0.4/templates/common.yaml
diff --git a/stable/postgresql/3.0.3/templates/secret.yaml b/stable/postgresql/3.0.4/templates/secret.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/templates/secret.yaml
rename to stable/postgresql/3.0.4/templates/secret.yaml
diff --git a/stable/postgresql/3.0.3/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/3.0.4/templates/upgrade-backup-postgres-hook.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/templates/upgrade-backup-postgres-hook.yaml
rename to stable/postgresql/3.0.4/templates/upgrade-backup-postgres-hook.yaml
diff --git a/stable/postgresql/3.0.3/test_values.yaml b/stable/postgresql/3.0.4/test_values.yaml
similarity index 95%
rename from stable/postgresql/3.0.3/test_values.yaml
rename to stable/postgresql/3.0.4/test_values.yaml
index 36bd7dea89..4f630d8e7f 100644
--- a/stable/postgresql/3.0.3/test_values.yaml
+++ b/stable/postgresql/3.0.4/test_values.yaml
@@ -1,7 +1,7 @@
image:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
securityContext:
readOnlyRootFilesystem: false
diff --git a/stable/postgresql/3.0.3/values.yaml b/stable/postgresql/3.0.4/values.yaml
similarity index 100%
rename from stable/postgresql/3.0.3/values.yaml
rename to stable/postgresql/3.0.4/values.yaml
diff --git a/stable/vaultwarden/9.0.6/CHANGELOG.md b/stable/vaultwarden/9.0.6/CHANGELOG.md
deleted file mode 100644
index d7e36349a6..0000000000
--- a/stable/vaultwarden/9.0.6/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [vaultwarden-9.0.6](https://github.com/truecharts/apps/compare/vaultwarden-9.0.5...vaultwarden-9.0.6) (2021-09-28)
-
-#### Chore
-
-* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
-
diff --git a/stable/vaultwarden/9.0.7/CHANGELOG.md b/stable/vaultwarden/9.0.7/CHANGELOG.md
new file mode 100644
index 0000000000..ac775f2926
--- /dev/null
+++ b/stable/vaultwarden/9.0.7/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [vaultwarden-9.0.7](https://github.com/truecharts/apps/compare/vaultwarden-9.0.6...vaultwarden-9.0.7) (2021-09-29)
+
+#### Chore
+
+* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+
diff --git a/stable/vaultwarden/9.0.6/CONFIG.md b/stable/vaultwarden/9.0.7/CONFIG.md
similarity index 100%
rename from stable/vaultwarden/9.0.6/CONFIG.md
rename to stable/vaultwarden/9.0.7/CONFIG.md
diff --git a/stable/fireflyiii/9.0.6/Chart.lock b/stable/vaultwarden/9.0.7/Chart.lock
similarity index 84%
rename from stable/fireflyiii/9.0.6/Chart.lock
rename to stable/vaultwarden/9.0.7/Chart.lock
index af501b5f32..db2b0c34be 100644
--- a/stable/fireflyiii/9.0.6/Chart.lock
+++ b/stable/vaultwarden/9.0.7/Chart.lock
@@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 3.0.3
digest: sha256:697e6967cda7a0f63510ba9fc5b103af499f31d63957850c7059219c01299bb4
-generated: "2021-09-28T08:34:04.700304888Z"
+generated: "2021-09-29T08:23:34.469652457Z"
diff --git a/stable/vaultwarden/9.0.6/Chart.yaml b/stable/vaultwarden/9.0.7/Chart.yaml
similarity index 98%
rename from stable/vaultwarden/9.0.6/Chart.yaml
rename to stable/vaultwarden/9.0.7/Chart.yaml
index 4181f615cf..5262e57739 100644
--- a/stable/vaultwarden/9.0.6/Chart.yaml
+++ b/stable/vaultwarden/9.0.7/Chart.yaml
@@ -31,4 +31,4 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
-version: 9.0.6
+version: 9.0.7
diff --git a/stable/vaultwarden/9.0.6/README.md b/stable/vaultwarden/9.0.7/README.md
similarity index 100%
rename from stable/vaultwarden/9.0.6/README.md
rename to stable/vaultwarden/9.0.7/README.md
diff --git a/stable/vaultwarden/9.0.6/app-readme.md b/stable/vaultwarden/9.0.7/app-readme.md
similarity index 100%
rename from stable/vaultwarden/9.0.6/app-readme.md
rename to stable/vaultwarden/9.0.7/app-readme.md
diff --git a/stable/vaultwarden/9.0.6/charts/common-8.0.8.tgz b/stable/vaultwarden/9.0.7/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/vaultwarden/9.0.6/charts/common-8.0.8.tgz
rename to stable/vaultwarden/9.0.7/charts/common-8.0.8.tgz
diff --git a/stable/vaultwarden/9.0.6/charts/postgresql-3.0.3.tgz b/stable/vaultwarden/9.0.7/charts/postgresql-3.0.3.tgz
similarity index 100%
rename from stable/vaultwarden/9.0.6/charts/postgresql-3.0.3.tgz
rename to stable/vaultwarden/9.0.7/charts/postgresql-3.0.3.tgz
diff --git a/stable/vaultwarden/9.0.6/helm-values.md b/stable/vaultwarden/9.0.7/helm-values.md
similarity index 97%
rename from stable/vaultwarden/9.0.6/helm-values.md
rename to stable/vaultwarden/9.0.7/helm-values.md
index a997e72d6c..f888893d61 100644
--- a/stable/vaultwarden/9.0.6/helm-values.md
+++ b/stable/vaultwarden/9.0.7/helm-values.md
@@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"vaultwarden"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| service.main.ports.main.port | int | `8080` | |
| service.ws.ports.ws.enabled | bool | `true` | |
| service.ws.ports.ws.port | int | `3012` | |
diff --git a/stable/vaultwarden/9.0.6/ix_values.yaml b/stable/vaultwarden/9.0.7/ix_values.yaml
similarity index 96%
rename from stable/vaultwarden/9.0.6/ix_values.yaml
rename to stable/vaultwarden/9.0.7/ix_values.yaml
index 5154284bb1..3a433b3fe0 100644
--- a/stable/vaultwarden/9.0.6/ix_values.yaml
+++ b/stable/vaultwarden/9.0.7/ix_values.yaml
@@ -12,7 +12,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
envTpl:
diff --git a/stable/vaultwarden/9.0.6/questions.yaml b/stable/vaultwarden/9.0.7/questions.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.6/questions.yaml
rename to stable/vaultwarden/9.0.7/questions.yaml
diff --git a/stable/vaultwarden/9.0.6/templates/_configmap.tpl b/stable/vaultwarden/9.0.7/templates/_configmap.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.6/templates/_configmap.tpl
rename to stable/vaultwarden/9.0.7/templates/_configmap.tpl
diff --git a/stable/vaultwarden/9.0.6/templates/_secrets.tpl b/stable/vaultwarden/9.0.7/templates/_secrets.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.6/templates/_secrets.tpl
rename to stable/vaultwarden/9.0.7/templates/_secrets.tpl
diff --git a/stable/vaultwarden/9.0.6/templates/_validate.tpl b/stable/vaultwarden/9.0.7/templates/_validate.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.6/templates/_validate.tpl
rename to stable/vaultwarden/9.0.7/templates/_validate.tpl
diff --git a/stable/vaultwarden/9.0.6/templates/common.yaml b/stable/vaultwarden/9.0.7/templates/common.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.6/templates/common.yaml
rename to stable/vaultwarden/9.0.7/templates/common.yaml
diff --git a/stable/vaultwarden/9.0.6/test_values.yaml b/stable/vaultwarden/9.0.7/test_values.yaml
similarity index 99%
rename from stable/vaultwarden/9.0.6/test_values.yaml
rename to stable/vaultwarden/9.0.7/test_values.yaml
index 4a2eef685b..674c31cdf3 100644
--- a/stable/vaultwarden/9.0.6/test_values.yaml
+++ b/stable/vaultwarden/9.0.7/test_values.yaml
@@ -8,7 +8,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
- tag: 13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c
+ tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36
service:
main:
diff --git a/stable/vaultwarden/9.0.6/values.yaml b/stable/vaultwarden/9.0.7/values.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.6/values.yaml
rename to stable/vaultwarden/9.0.7/values.yaml