diff --git a/incubator/babybuddy/0.0.1/CHANGELOG.md b/incubator/babybuddy/0.0.1/CHANGELOG.md
deleted file mode 100644
index 95bac7794d..0000000000
--- a/incubator/babybuddy/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### babybuddy-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/babybuddy/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/babybuddy/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/babybuddy/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/babybuddy/0.0.2/CHANGELOG.md b/incubator/babybuddy/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..193e6235d2
--- /dev/null
+++ b/incubator/babybuddy/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [babybuddy-0.0.2](https://github.com/truecharts/apps/compare/babybuddy-0.0.1...babybuddy-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### babybuddy-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### babybuddy-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/babybuddy/0.0.1/CONFIG.md b/incubator/babybuddy/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/babybuddy/0.0.1/CONFIG.md
rename to incubator/babybuddy/0.0.2/CONFIG.md
diff --git a/incubator/babybuddy/0.0.2/Chart.lock b/incubator/babybuddy/0.0.2/Chart.lock
new file mode 100644
index 0000000000..1c6d7d9743
--- /dev/null
+++ b/incubator/babybuddy/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:33:10.396320195Z"
diff --git a/incubator/babybuddy/0.0.1/Chart.yaml b/incubator/babybuddy/0.0.2/Chart.yaml
similarity index 96%
rename from incubator/babybuddy/0.0.1/Chart.yaml
rename to incubator/babybuddy/0.0.2/Chart.yaml
index 1b0ad5b71e..57a97b4870 100644
--- a/incubator/babybuddy/0.0.1/Chart.yaml
+++ b/incubator/babybuddy/0.0.2/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.9.0"
kubeVersion: '>=1.16.0-0'
-version: 0.0.1
+version: 0.0.2
name: babybuddy
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
type: application
@@ -23,7 +23,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/babybuddy/0.0.1/README.md b/incubator/babybuddy/0.0.2/README.md
similarity index 96%
rename from incubator/babybuddy/0.0.1/README.md
rename to incubator/babybuddy/0.0.2/README.md
index ac338f072b..227e333db2 100644
--- a/incubator/babybuddy/0.0.1/README.md
+++ b/incubator/babybuddy/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/babybuddy/0.0.1/app-readme.md b/incubator/babybuddy/0.0.2/app-readme.md
similarity index 100%
rename from incubator/babybuddy/0.0.1/app-readme.md
rename to incubator/babybuddy/0.0.2/app-readme.md
diff --git a/incubator/babybuddy/0.0.1/charts/common-8.3.12.tgz b/incubator/babybuddy/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/babybuddy/0.0.1/charts/common-8.3.12.tgz
rename to incubator/babybuddy/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/babybuddy/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/babybuddy/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/babybuddy/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/babybuddy/0.0.1/helm-values.md b/incubator/babybuddy/0.0.2/helm-values.md
similarity index 100%
rename from incubator/babybuddy/0.0.1/helm-values.md
rename to incubator/babybuddy/0.0.2/helm-values.md
diff --git a/incubator/babybuddy/0.0.1/ix_values.yaml b/incubator/babybuddy/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/babybuddy/0.0.1/ix_values.yaml
rename to incubator/babybuddy/0.0.2/ix_values.yaml
diff --git a/incubator/babybuddy/0.0.1/questions.yaml b/incubator/babybuddy/0.0.2/questions.yaml
similarity index 100%
rename from incubator/babybuddy/0.0.1/questions.yaml
rename to incubator/babybuddy/0.0.2/questions.yaml
diff --git a/incubator/babybuddy/0.0.1/templates/common.yaml b/incubator/babybuddy/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/babybuddy/0.0.1/templates/common.yaml
rename to incubator/babybuddy/0.0.2/templates/common.yaml
diff --git a/incubator/babybuddy/0.0.1/values.yaml b/incubator/babybuddy/0.0.2/values.yaml
similarity index 100%
rename from incubator/babybuddy/0.0.1/values.yaml
rename to incubator/babybuddy/0.0.2/values.yaml
diff --git a/incubator/dsmr-reader/0.0.1/CHANGELOG.md b/incubator/dsmr-reader/0.0.1/CHANGELOG.md
deleted file mode 100644
index 1690655111..0000000000
--- a/incubator/dsmr-reader/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### dsmr-reader-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/dsmr-reader/0.0.1/Chart.lock b/incubator/dsmr-reader/0.0.1/Chart.lock
deleted file mode 100644
index 0f3da5ac2c..0000000000
--- a/incubator/dsmr-reader/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:22:03.887096868Z"
diff --git a/incubator/dsmr-reader/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/dsmr-reader/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/dsmr-reader/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/dsmr-reader/0.0.2/CHANGELOG.md b/incubator/dsmr-reader/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..7d6c1eae0f
--- /dev/null
+++ b/incubator/dsmr-reader/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [dsmr-reader-0.0.2](https://github.com/truecharts/apps/compare/dsmr-reader-0.0.1...dsmr-reader-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### dsmr-reader-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### dsmr-reader-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/dsmr-reader/0.0.1/CONFIG.md b/incubator/dsmr-reader/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/CONFIG.md
rename to incubator/dsmr-reader/0.0.2/CONFIG.md
diff --git a/incubator/dsmr-reader/0.0.2/Chart.lock b/incubator/dsmr-reader/0.0.2/Chart.lock
new file mode 100644
index 0000000000..50423780c7
--- /dev/null
+++ b/incubator/dsmr-reader/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:33:45.293252345Z"
diff --git a/incubator/dsmr-reader/0.0.1/Chart.yaml b/incubator/dsmr-reader/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/dsmr-reader/0.0.1/Chart.yaml
rename to incubator/dsmr-reader/0.0.2/Chart.yaml
index cb4c2f3a94..202964961f 100644
--- a/incubator/dsmr-reader/0.0.1/Chart.yaml
+++ b/incubator/dsmr-reader/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "latest-202"
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
name: dsmr-reader
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- dsmr-reader
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/dsmr-reader/0.0.1/README.md b/incubator/dsmr-reader/0.0.2/README.md
similarity index 96%
rename from incubator/dsmr-reader/0.0.1/README.md
rename to incubator/dsmr-reader/0.0.2/README.md
index be02388c44..28ddbee9de 100644
--- a/incubator/dsmr-reader/0.0.1/README.md
+++ b/incubator/dsmr-reader/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/dsmr-reader/0.0.1/app-readme.md b/incubator/dsmr-reader/0.0.2/app-readme.md
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/app-readme.md
rename to incubator/dsmr-reader/0.0.2/app-readme.md
diff --git a/incubator/dsmr-reader/0.0.1/charts/common-8.3.12.tgz b/incubator/dsmr-reader/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/charts/common-8.3.12.tgz
rename to incubator/dsmr-reader/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/dsmr-reader/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/dsmr-reader/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/dsmr-reader/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/dsmr-reader/0.0.1/helm-values.md b/incubator/dsmr-reader/0.0.2/helm-values.md
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/helm-values.md
rename to incubator/dsmr-reader/0.0.2/helm-values.md
diff --git a/incubator/dsmr-reader/0.0.1/ix_values.yaml b/incubator/dsmr-reader/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/ix_values.yaml
rename to incubator/dsmr-reader/0.0.2/ix_values.yaml
diff --git a/incubator/dsmr-reader/0.0.1/questions.yaml b/incubator/dsmr-reader/0.0.2/questions.yaml
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/questions.yaml
rename to incubator/dsmr-reader/0.0.2/questions.yaml
diff --git a/incubator/dsmr-reader/0.0.1/templates/common.yaml b/incubator/dsmr-reader/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/templates/common.yaml
rename to incubator/dsmr-reader/0.0.2/templates/common.yaml
diff --git a/incubator/dsmr-reader/0.0.1/values.yaml b/incubator/dsmr-reader/0.0.2/values.yaml
similarity index 100%
rename from incubator/dsmr-reader/0.0.1/values.yaml
rename to incubator/dsmr-reader/0.0.2/values.yaml
diff --git a/incubator/etherpad/0.0.1/CHANGELOG.md b/incubator/etherpad/0.0.1/CHANGELOG.md
deleted file mode 100644
index 793917b66f..0000000000
--- a/incubator/etherpad/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### etherpad-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/etherpad/0.0.1/Chart.lock b/incubator/etherpad/0.0.1/Chart.lock
deleted file mode 100644
index b7e042b902..0000000000
--- a/incubator/etherpad/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:22:37.712246544Z"
diff --git a/incubator/etherpad/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/etherpad/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/etherpad/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/etherpad/0.0.2/CHANGELOG.md b/incubator/etherpad/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..1c92a52cf8
--- /dev/null
+++ b/incubator/etherpad/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [etherpad-0.0.2](https://github.com/truecharts/apps/compare/etherpad-0.0.1...etherpad-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### etherpad-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### etherpad-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/etherpad/0.0.1/CONFIG.md b/incubator/etherpad/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/etherpad/0.0.1/CONFIG.md
rename to incubator/etherpad/0.0.2/CONFIG.md
diff --git a/incubator/recipes/0.0.1/Chart.lock b/incubator/etherpad/0.0.2/Chart.lock
similarity index 50%
rename from incubator/recipes/0.0.1/Chart.lock
rename to incubator/etherpad/0.0.2/Chart.lock
index 6a4a947d64..21670fd054 100644
--- a/incubator/recipes/0.0.1/Chart.lock
+++ b/incubator/etherpad/0.0.2/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:27:45.59521533Z"
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:34:19.91155474Z"
diff --git a/incubator/etherpad/0.0.1/Chart.yaml b/incubator/etherpad/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/etherpad/0.0.1/Chart.yaml
rename to incubator/etherpad/0.0.2/Chart.yaml
index 898cf16084..1406fcb020 100644
--- a/incubator/etherpad/0.0.1/Chart.yaml
+++ b/incubator/etherpad/0.0.2/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.8.14"
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
name: etherpad
description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
@@ -23,7 +23,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/etherpad/0.0.1/README.md b/incubator/etherpad/0.0.2/README.md
similarity index 96%
rename from incubator/etherpad/0.0.1/README.md
rename to incubator/etherpad/0.0.2/README.md
index 536f49d73a..faa0cba54e 100644
--- a/incubator/etherpad/0.0.1/README.md
+++ b/incubator/etherpad/0.0.2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/etherpad/0.0.1/app-readme.md b/incubator/etherpad/0.0.2/app-readme.md
similarity index 100%
rename from incubator/etherpad/0.0.1/app-readme.md
rename to incubator/etherpad/0.0.2/app-readme.md
diff --git a/incubator/etherpad/0.0.1/charts/common-8.3.12.tgz b/incubator/etherpad/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/etherpad/0.0.1/charts/common-8.3.12.tgz
rename to incubator/etherpad/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/etherpad/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/etherpad/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/etherpad/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/etherpad/0.0.1/helm-values.md b/incubator/etherpad/0.0.2/helm-values.md
similarity index 100%
rename from incubator/etherpad/0.0.1/helm-values.md
rename to incubator/etherpad/0.0.2/helm-values.md
diff --git a/incubator/etherpad/0.0.1/ix_values.yaml b/incubator/etherpad/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/etherpad/0.0.1/ix_values.yaml
rename to incubator/etherpad/0.0.2/ix_values.yaml
diff --git a/incubator/etherpad/0.0.1/questions.yaml b/incubator/etherpad/0.0.2/questions.yaml
similarity index 100%
rename from incubator/etherpad/0.0.1/questions.yaml
rename to incubator/etherpad/0.0.2/questions.yaml
diff --git a/incubator/etherpad/0.0.1/templates/common.yaml b/incubator/etherpad/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/etherpad/0.0.1/templates/common.yaml
rename to incubator/etherpad/0.0.2/templates/common.yaml
diff --git a/incubator/etherpad/0.0.1/values.yaml b/incubator/etherpad/0.0.2/values.yaml
similarity index 100%
rename from incubator/etherpad/0.0.1/values.yaml
rename to incubator/etherpad/0.0.2/values.yaml
diff --git a/incubator/firefox-syncserver/0.0.1/CHANGELOG.md b/incubator/firefox-syncserver/0.0.1/CHANGELOG.md
deleted file mode 100644
index 1c1ff6cbcb..0000000000
--- a/incubator/firefox-syncserver/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### firefox-syncserver-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/firefox-syncserver/0.0.1/Chart.lock b/incubator/firefox-syncserver/0.0.1/Chart.lock
deleted file mode 100644
index 0d940fe909..0000000000
--- a/incubator/firefox-syncserver/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:23:11.392552994Z"
diff --git a/incubator/firefox-syncserver/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/firefox-syncserver/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/firefox-syncserver/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/firefox-syncserver/0.0.2/CHANGELOG.md b/incubator/firefox-syncserver/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..23ecbe34c2
--- /dev/null
+++ b/incubator/firefox-syncserver/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [firefox-syncserver-0.0.2](https://github.com/truecharts/apps/compare/firefox-syncserver-0.0.1...firefox-syncserver-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### firefox-syncserver-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### firefox-syncserver-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/firefox-syncserver/0.0.1/CONFIG.md b/incubator/firefox-syncserver/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/CONFIG.md
rename to incubator/firefox-syncserver/0.0.2/CONFIG.md
diff --git a/incubator/firefox-syncserver/0.0.2/Chart.lock b/incubator/firefox-syncserver/0.0.2/Chart.lock
new file mode 100644
index 0000000000..40049c9fba
--- /dev/null
+++ b/incubator/firefox-syncserver/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:34:54.638855122Z"
diff --git a/incubator/firefox-syncserver/0.0.1/Chart.yaml b/incubator/firefox-syncserver/0.0.2/Chart.yaml
similarity index 96%
rename from incubator/firefox-syncserver/0.0.1/Chart.yaml
rename to incubator/firefox-syncserver/0.0.2/Chart.yaml
index 0146fe1f98..d142417b0d 100644
--- a/incubator/firefox-syncserver/0.0.1/Chart.yaml
+++ b/incubator/firefox-syncserver/0.0.2/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.8.0"
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
name: firefox-syncserver
description: This is an all-in-one package for running a self-hosted Firefox Sync server.
@@ -22,7 +22,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/firefox-syncserver/0.0.1/README.md b/incubator/firefox-syncserver/0.0.2/README.md
similarity index 96%
rename from incubator/firefox-syncserver/0.0.1/README.md
rename to incubator/firefox-syncserver/0.0.2/README.md
index edb3d1d825..eb7ff299ec 100644
--- a/incubator/firefox-syncserver/0.0.1/README.md
+++ b/incubator/firefox-syncserver/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/firefox-syncserver/0.0.1/app-readme.md b/incubator/firefox-syncserver/0.0.2/app-readme.md
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/app-readme.md
rename to incubator/firefox-syncserver/0.0.2/app-readme.md
diff --git a/incubator/firefox-syncserver/0.0.1/charts/common-8.3.12.tgz b/incubator/firefox-syncserver/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/charts/common-8.3.12.tgz
rename to incubator/firefox-syncserver/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/firefox-syncserver/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/firefox-syncserver/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/firefox-syncserver/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/firefox-syncserver/0.0.1/helm-values.md b/incubator/firefox-syncserver/0.0.2/helm-values.md
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/helm-values.md
rename to incubator/firefox-syncserver/0.0.2/helm-values.md
diff --git a/incubator/firefox-syncserver/0.0.1/ix_values.yaml b/incubator/firefox-syncserver/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/ix_values.yaml
rename to incubator/firefox-syncserver/0.0.2/ix_values.yaml
diff --git a/incubator/firefox-syncserver/0.0.1/questions.yaml b/incubator/firefox-syncserver/0.0.2/questions.yaml
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/questions.yaml
rename to incubator/firefox-syncserver/0.0.2/questions.yaml
diff --git a/incubator/firefox-syncserver/0.0.1/templates/common.yaml b/incubator/firefox-syncserver/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/templates/common.yaml
rename to incubator/firefox-syncserver/0.0.2/templates/common.yaml
diff --git a/incubator/firefox-syncserver/0.0.1/values.yaml b/incubator/firefox-syncserver/0.0.2/values.yaml
similarity index 100%
rename from incubator/firefox-syncserver/0.0.1/values.yaml
rename to incubator/firefox-syncserver/0.0.2/values.yaml
diff --git a/incubator/gotify/0.0.1/CHANGELOG.md b/incubator/gotify/0.0.1/CHANGELOG.md
deleted file mode 100644
index 38c9a4edb9..0000000000
--- a/incubator/gotify/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### gotify-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/gotify/0.0.1/Chart.lock b/incubator/gotify/0.0.1/Chart.lock
deleted file mode 100644
index c459ec2145..0000000000
--- a/incubator/gotify/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:23:44.218321138Z"
diff --git a/incubator/gotify/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/gotify/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/gotify/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/gotify/0.0.2/CHANGELOG.md b/incubator/gotify/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..c0ac7c5e33
--- /dev/null
+++ b/incubator/gotify/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [gotify-0.0.2](https://github.com/truecharts/apps/compare/gotify-0.0.1...gotify-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### gotify-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### gotify-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/gotify/0.0.1/CONFIG.md b/incubator/gotify/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/gotify/0.0.1/CONFIG.md
rename to incubator/gotify/0.0.2/CONFIG.md
diff --git a/incubator/gotify/0.0.2/Chart.lock b/incubator/gotify/0.0.2/Chart.lock
new file mode 100644
index 0000000000..50153f8d81
--- /dev/null
+++ b/incubator/gotify/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:35:29.562363358Z"
diff --git a/incubator/gotify/0.0.1/Chart.yaml b/incubator/gotify/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/gotify/0.0.1/Chart.yaml
rename to incubator/gotify/0.0.2/Chart.yaml
index 6709f3d536..73fc8ea43c 100644
--- a/incubator/gotify/0.0.1/Chart.yaml
+++ b/incubator/gotify/0.0.2/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "2.1.0"
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
name: gotify
description: a simple server for sending and receiving messages
@@ -22,7 +22,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/gotify/0.0.1/README.md b/incubator/gotify/0.0.2/README.md
similarity index 96%
rename from incubator/gotify/0.0.1/README.md
rename to incubator/gotify/0.0.2/README.md
index 93c58f4edf..f08fb27b46 100644
--- a/incubator/gotify/0.0.1/README.md
+++ b/incubator/gotify/0.0.2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/gotify/0.0.1/app-readme.md b/incubator/gotify/0.0.2/app-readme.md
similarity index 100%
rename from incubator/gotify/0.0.1/app-readme.md
rename to incubator/gotify/0.0.2/app-readme.md
diff --git a/incubator/gotify/0.0.1/charts/common-8.3.12.tgz b/incubator/gotify/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/gotify/0.0.1/charts/common-8.3.12.tgz
rename to incubator/gotify/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/gotify/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/gotify/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/gotify/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/gotify/0.0.1/helm-values.md b/incubator/gotify/0.0.2/helm-values.md
similarity index 100%
rename from incubator/gotify/0.0.1/helm-values.md
rename to incubator/gotify/0.0.2/helm-values.md
diff --git a/incubator/gotify/0.0.1/ix_values.yaml b/incubator/gotify/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/gotify/0.0.1/ix_values.yaml
rename to incubator/gotify/0.0.2/ix_values.yaml
diff --git a/incubator/gotify/0.0.1/questions.yaml b/incubator/gotify/0.0.2/questions.yaml
similarity index 100%
rename from incubator/gotify/0.0.1/questions.yaml
rename to incubator/gotify/0.0.2/questions.yaml
diff --git a/incubator/gotify/0.0.1/templates/_configmap.tpl b/incubator/gotify/0.0.2/templates/_configmap.tpl
similarity index 100%
rename from incubator/gotify/0.0.1/templates/_configmap.tpl
rename to incubator/gotify/0.0.2/templates/_configmap.tpl
diff --git a/incubator/gotify/0.0.1/templates/common.yaml b/incubator/gotify/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/gotify/0.0.1/templates/common.yaml
rename to incubator/gotify/0.0.2/templates/common.yaml
diff --git a/incubator/gotify/0.0.1/values.yaml b/incubator/gotify/0.0.2/values.yaml
similarity index 100%
rename from incubator/gotify/0.0.1/values.yaml
rename to incubator/gotify/0.0.2/values.yaml
diff --git a/incubator/joplin-server/0.0.1/CHANGELOG.md b/incubator/joplin-server/0.0.1/CHANGELOG.md
deleted file mode 100644
index 83157517fd..0000000000
--- a/incubator/joplin-server/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### joplin-server-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/joplin-server/0.0.1/Chart.lock b/incubator/joplin-server/0.0.1/Chart.lock
deleted file mode 100644
index fee316d811..0000000000
--- a/incubator/joplin-server/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:24:18.349675001Z"
diff --git a/incubator/joplin-server/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/joplin-server/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/joplin-server/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/joplin-server/0.0.2/CHANGELOG.md b/incubator/joplin-server/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..371a538b76
--- /dev/null
+++ b/incubator/joplin-server/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [joplin-server-0.0.2](https://github.com/truecharts/apps/compare/joplin-server-0.0.1...joplin-server-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### joplin-server-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### joplin-server-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/joplin-server/0.0.1/CONFIG.md b/incubator/joplin-server/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/joplin-server/0.0.1/CONFIG.md
rename to incubator/joplin-server/0.0.2/CONFIG.md
diff --git a/incubator/joplin-server/0.0.2/Chart.lock b/incubator/joplin-server/0.0.2/Chart.lock
new file mode 100644
index 0000000000..682a64d8be
--- /dev/null
+++ b/incubator/joplin-server/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:36:04.992448405Z"
diff --git a/incubator/joplin-server/0.0.1/Chart.yaml b/incubator/joplin-server/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/joplin-server/0.0.1/Chart.yaml
rename to incubator/joplin-server/0.0.2/Chart.yaml
index 75112d0ff0..85b1a67d92 100644
--- a/incubator/joplin-server/0.0.1/Chart.yaml
+++ b/incubator/joplin-server/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.5.1"
description: This server allows you to sync any Joplin client
name: joplin-server
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
keywords:
- joplin
@@ -20,7 +20,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/joplin-server/0.0.1/README.md b/incubator/joplin-server/0.0.2/README.md
similarity index 96%
rename from incubator/joplin-server/0.0.1/README.md
rename to incubator/joplin-server/0.0.2/README.md
index 3bd6396b5d..727e40aa54 100644
--- a/incubator/joplin-server/0.0.1/README.md
+++ b/incubator/joplin-server/0.0.2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/joplin-server/0.0.1/app-readme.md b/incubator/joplin-server/0.0.2/app-readme.md
similarity index 100%
rename from incubator/joplin-server/0.0.1/app-readme.md
rename to incubator/joplin-server/0.0.2/app-readme.md
diff --git a/incubator/joplin-server/0.0.1/charts/common-8.3.12.tgz b/incubator/joplin-server/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/joplin-server/0.0.1/charts/common-8.3.12.tgz
rename to incubator/joplin-server/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/joplin-server/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/joplin-server/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/joplin-server/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/joplin-server/0.0.1/helm-values.md b/incubator/joplin-server/0.0.2/helm-values.md
similarity index 100%
rename from incubator/joplin-server/0.0.1/helm-values.md
rename to incubator/joplin-server/0.0.2/helm-values.md
diff --git a/incubator/joplin-server/0.0.1/ix_values.yaml b/incubator/joplin-server/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/joplin-server/0.0.1/ix_values.yaml
rename to incubator/joplin-server/0.0.2/ix_values.yaml
diff --git a/incubator/joplin-server/0.0.1/questions.yaml b/incubator/joplin-server/0.0.2/questions.yaml
similarity index 100%
rename from incubator/joplin-server/0.0.1/questions.yaml
rename to incubator/joplin-server/0.0.2/questions.yaml
diff --git a/incubator/joplin-server/0.0.1/templates/common.yaml b/incubator/joplin-server/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/joplin-server/0.0.1/templates/common.yaml
rename to incubator/joplin-server/0.0.2/templates/common.yaml
diff --git a/incubator/joplin-server/0.0.1/values.yaml b/incubator/joplin-server/0.0.2/values.yaml
similarity index 100%
rename from incubator/joplin-server/0.0.1/values.yaml
rename to incubator/joplin-server/0.0.2/values.yaml
diff --git a/incubator/kanboard/0.0.1/CHANGELOG.md b/incubator/kanboard/0.0.1/CHANGELOG.md
deleted file mode 100644
index 8e7dcd2c86..0000000000
--- a/incubator/kanboard/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### kanboard-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/kanboard/0.0.1/Chart.lock b/incubator/kanboard/0.0.1/Chart.lock
deleted file mode 100644
index 3d4d9d9aaf..0000000000
--- a/incubator/kanboard/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:24:53.704187793Z"
diff --git a/incubator/kanboard/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/kanboard/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/kanboard/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/kanboard/0.0.2/CHANGELOG.md b/incubator/kanboard/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..a0e1f013d9
--- /dev/null
+++ b/incubator/kanboard/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [kanboard-0.0.2](https://github.com/truecharts/apps/compare/kanboard-0.0.1...kanboard-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### kanboard-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### kanboard-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/kanboard/0.0.1/CONFIG.md b/incubator/kanboard/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/kanboard/0.0.1/CONFIG.md
rename to incubator/kanboard/0.0.2/CONFIG.md
diff --git a/incubator/kanboard/0.0.2/Chart.lock b/incubator/kanboard/0.0.2/Chart.lock
new file mode 100644
index 0000000000..60bbc22112
--- /dev/null
+++ b/incubator/kanboard/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:36:39.402809244Z"
diff --git a/incubator/kanboard/0.0.1/Chart.yaml b/incubator/kanboard/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/kanboard/0.0.1/Chart.yaml
rename to incubator/kanboard/0.0.2/Chart.yaml
index 2196df1f7a..100fb27a43 100644
--- a/incubator/kanboard/0.0.1/Chart.yaml
+++ b/incubator/kanboard/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.2.20"
description: Kanboard is a free and open source Kanban project management software.
name: kanboard
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- kanboard
@@ -18,7 +18,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/kanboard/0.0.1/README.md b/incubator/kanboard/0.0.2/README.md
similarity index 96%
rename from incubator/kanboard/0.0.1/README.md
rename to incubator/kanboard/0.0.2/README.md
index 2649e01b27..29fc3ef91e 100644
--- a/incubator/kanboard/0.0.1/README.md
+++ b/incubator/kanboard/0.0.2/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/kanboard/0.0.1/app-readme.md b/incubator/kanboard/0.0.2/app-readme.md
similarity index 100%
rename from incubator/kanboard/0.0.1/app-readme.md
rename to incubator/kanboard/0.0.2/app-readme.md
diff --git a/incubator/kanboard/0.0.1/charts/common-8.3.12.tgz b/incubator/kanboard/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/kanboard/0.0.1/charts/common-8.3.12.tgz
rename to incubator/kanboard/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/kanboard/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/kanboard/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/kanboard/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/kanboard/0.0.1/helm-values.md b/incubator/kanboard/0.0.2/helm-values.md
similarity index 100%
rename from incubator/kanboard/0.0.1/helm-values.md
rename to incubator/kanboard/0.0.2/helm-values.md
diff --git a/incubator/kanboard/0.0.1/ix_values.yaml b/incubator/kanboard/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/kanboard/0.0.1/ix_values.yaml
rename to incubator/kanboard/0.0.2/ix_values.yaml
diff --git a/incubator/kanboard/0.0.1/questions.yaml b/incubator/kanboard/0.0.2/questions.yaml
similarity index 100%
rename from incubator/kanboard/0.0.1/questions.yaml
rename to incubator/kanboard/0.0.2/questions.yaml
diff --git a/incubator/kanboard/0.0.1/templates/common.yaml b/incubator/kanboard/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/kanboard/0.0.1/templates/common.yaml
rename to incubator/kanboard/0.0.2/templates/common.yaml
diff --git a/incubator/kanboard/0.0.1/values.yaml b/incubator/kanboard/0.0.2/values.yaml
similarity index 100%
rename from incubator/kanboard/0.0.1/values.yaml
rename to incubator/kanboard/0.0.2/values.yaml
diff --git a/incubator/librespeed/0.0.1/CHANGELOG.md b/incubator/librespeed/0.0.1/CHANGELOG.md
deleted file mode 100644
index aa9ae8b716..0000000000
--- a/incubator/librespeed/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.14...librespeed-0.0.1) (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/librespeed/0.0.1/Chart.lock b/incubator/librespeed/0.0.1/Chart.lock
deleted file mode 100644
index 56d026d62c..0000000000
--- a/incubator/librespeed/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:25:27.820410372Z"
diff --git a/incubator/librespeed/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/librespeed/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/librespeed/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/librespeed/0.0.2/CHANGELOG.md b/incubator/librespeed/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..9381045135
--- /dev/null
+++ b/incubator/librespeed/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [librespeed-0.0.2](https://github.com/truecharts/apps/compare/librespeed-0.0.1...librespeed-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.14...librespeed-0.0.1) (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.10...librespeed-0.0.1) (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/librespeed/0.0.1/CONFIG.md b/incubator/librespeed/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/librespeed/0.0.1/CONFIG.md
rename to incubator/librespeed/0.0.2/CONFIG.md
diff --git a/incubator/librespeed/0.0.2/Chart.lock b/incubator/librespeed/0.0.2/Chart.lock
new file mode 100644
index 0000000000..26cf982717
--- /dev/null
+++ b/incubator/librespeed/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:37:13.995250748Z"
diff --git a/incubator/librespeed/0.0.1/Chart.yaml b/incubator/librespeed/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/librespeed/0.0.1/Chart.yaml
rename to incubator/librespeed/0.0.2/Chart.yaml
index c897ac2a2a..c0b3bc2973 100644
--- a/incubator/librespeed/0.0.1/Chart.yaml
+++ b/incubator/librespeed/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "5.2.4"
description: Librespeed is a HTML5 webpage to test upload and download speeds
name: librespeed
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- librespeed
@@ -20,7 +20,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/librespeed/0.0.1/README.md b/incubator/librespeed/0.0.2/README.md
similarity index 96%
rename from incubator/librespeed/0.0.1/README.md
rename to incubator/librespeed/0.0.2/README.md
index ce3b62d42e..584b90df22 100644
--- a/incubator/librespeed/0.0.1/README.md
+++ b/incubator/librespeed/0.0.2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/librespeed/0.0.1/app-readme.md b/incubator/librespeed/0.0.2/app-readme.md
similarity index 100%
rename from incubator/librespeed/0.0.1/app-readme.md
rename to incubator/librespeed/0.0.2/app-readme.md
diff --git a/incubator/librespeed/0.0.1/charts/common-8.3.12.tgz b/incubator/librespeed/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/librespeed/0.0.1/charts/common-8.3.12.tgz
rename to incubator/librespeed/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/librespeed/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/librespeed/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/librespeed/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/librespeed/0.0.1/helm-values.md b/incubator/librespeed/0.0.2/helm-values.md
similarity index 100%
rename from incubator/librespeed/0.0.1/helm-values.md
rename to incubator/librespeed/0.0.2/helm-values.md
diff --git a/incubator/librespeed/0.0.1/ix_values.yaml b/incubator/librespeed/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/librespeed/0.0.1/ix_values.yaml
rename to incubator/librespeed/0.0.2/ix_values.yaml
diff --git a/incubator/librespeed/0.0.1/questions.yaml b/incubator/librespeed/0.0.2/questions.yaml
similarity index 100%
rename from incubator/librespeed/0.0.1/questions.yaml
rename to incubator/librespeed/0.0.2/questions.yaml
diff --git a/incubator/librespeed/0.0.1/templates/common.yaml b/incubator/librespeed/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/librespeed/0.0.1/templates/common.yaml
rename to incubator/librespeed/0.0.2/templates/common.yaml
diff --git a/incubator/librespeed/0.0.1/values.yaml b/incubator/librespeed/0.0.2/values.yaml
similarity index 100%
rename from incubator/librespeed/0.0.1/values.yaml
rename to incubator/librespeed/0.0.2/values.yaml
diff --git a/incubator/miniflux/0.0.1/CHANGELOG.md b/incubator/miniflux/0.0.1/CHANGELOG.md
deleted file mode 100644
index eb64f35fa4..0000000000
--- a/incubator/miniflux/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### miniflux-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/miniflux/0.0.1/Chart.lock b/incubator/miniflux/0.0.1/Chart.lock
deleted file mode 100644
index d8beadbcc6..0000000000
--- a/incubator/miniflux/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:26:01.837717252Z"
diff --git a/incubator/miniflux/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/miniflux/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/miniflux/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/miniflux/0.0.2/CHANGELOG.md b/incubator/miniflux/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..d05df92ee9
--- /dev/null
+++ b/incubator/miniflux/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [miniflux-0.0.2](https://github.com/truecharts/apps/compare/miniflux-0.0.1...miniflux-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### miniflux-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### miniflux-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/miniflux/0.0.1/CONFIG.md b/incubator/miniflux/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/miniflux/0.0.1/CONFIG.md
rename to incubator/miniflux/0.0.2/CONFIG.md
diff --git a/incubator/miniflux/0.0.2/Chart.lock b/incubator/miniflux/0.0.2/Chart.lock
new file mode 100644
index 0000000000..b59fe464f4
--- /dev/null
+++ b/incubator/miniflux/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:37:48.217069609Z"
diff --git a/incubator/miniflux/0.0.1/Chart.yaml b/incubator/miniflux/0.0.2/Chart.yaml
similarity index 94%
rename from incubator/miniflux/0.0.1/Chart.yaml
rename to incubator/miniflux/0.0.2/Chart.yaml
index 0396268c32..a8b1ad81de 100644
--- a/incubator/miniflux/0.0.1/Chart.yaml
+++ b/incubator/miniflux/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.0.33"
description: Miniflux is a minimalist and opinionated feed reader.
name: miniflux
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- miniflux
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/miniflux/0.0.1/README.md b/incubator/miniflux/0.0.2/README.md
similarity index 96%
rename from incubator/miniflux/0.0.1/README.md
rename to incubator/miniflux/0.0.2/README.md
index 527581d60b..8e90564e18 100644
--- a/incubator/miniflux/0.0.1/README.md
+++ b/incubator/miniflux/0.0.2/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/miniflux/0.0.1/app-readme.md b/incubator/miniflux/0.0.2/app-readme.md
similarity index 100%
rename from incubator/miniflux/0.0.1/app-readme.md
rename to incubator/miniflux/0.0.2/app-readme.md
diff --git a/incubator/miniflux/0.0.1/charts/common-8.3.12.tgz b/incubator/miniflux/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/miniflux/0.0.1/charts/common-8.3.12.tgz
rename to incubator/miniflux/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/miniflux/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/miniflux/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/miniflux/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/miniflux/0.0.1/helm-values.md b/incubator/miniflux/0.0.2/helm-values.md
similarity index 100%
rename from incubator/miniflux/0.0.1/helm-values.md
rename to incubator/miniflux/0.0.2/helm-values.md
diff --git a/incubator/miniflux/0.0.1/ix_values.yaml b/incubator/miniflux/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/miniflux/0.0.1/ix_values.yaml
rename to incubator/miniflux/0.0.2/ix_values.yaml
diff --git a/incubator/miniflux/0.0.1/questions.yaml b/incubator/miniflux/0.0.2/questions.yaml
similarity index 100%
rename from incubator/miniflux/0.0.1/questions.yaml
rename to incubator/miniflux/0.0.2/questions.yaml
diff --git a/incubator/miniflux/0.0.1/templates/common.yaml b/incubator/miniflux/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/miniflux/0.0.1/templates/common.yaml
rename to incubator/miniflux/0.0.2/templates/common.yaml
diff --git a/incubator/miniflux/0.0.1/values.yaml b/incubator/miniflux/0.0.2/values.yaml
similarity index 100%
rename from incubator/miniflux/0.0.1/values.yaml
rename to incubator/miniflux/0.0.2/values.yaml
diff --git a/incubator/odoo/0.0.1/CHANGELOG.md b/incubator/odoo/0.0.1/CHANGELOG.md
deleted file mode 100644
index c7ac7f4753..0000000000
--- a/incubator/odoo/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### odoo-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/odoo/0.0.1/Chart.lock b/incubator/odoo/0.0.1/Chart.lock
deleted file mode 100644
index 2e171b979a..0000000000
--- a/incubator/odoo/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:26:36.723494357Z"
diff --git a/incubator/odoo/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/odoo/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/odoo/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/odoo/0.0.2/CHANGELOG.md b/incubator/odoo/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..efe5dbcf50
--- /dev/null
+++ b/incubator/odoo/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [odoo-0.0.2](https://github.com/truecharts/apps/compare/odoo-0.0.1...odoo-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### odoo-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### odoo-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/odoo/0.0.1/CONFIG.md b/incubator/odoo/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/odoo/0.0.1/CONFIG.md
rename to incubator/odoo/0.0.2/CONFIG.md
diff --git a/incubator/odoo/0.0.2/Chart.lock b/incubator/odoo/0.0.2/Chart.lock
new file mode 100644
index 0000000000..d4853dcdf3
--- /dev/null
+++ b/incubator/odoo/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:38:22.262850955Z"
diff --git a/incubator/odoo/0.0.1/Chart.yaml b/incubator/odoo/0.0.2/Chart.yaml
similarity index 96%
rename from incubator/odoo/0.0.1/Chart.yaml
rename to incubator/odoo/0.0.2/Chart.yaml
index 7bb3691752..394df8b565 100644
--- a/incubator/odoo/0.0.1/Chart.yaml
+++ b/incubator/odoo/0.0.2/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "14.0"
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
name: odoo
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
@@ -25,7 +25,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/odoo/0.0.1/README.md b/incubator/odoo/0.0.2/README.md
similarity index 96%
rename from incubator/odoo/0.0.1/README.md
rename to incubator/odoo/0.0.2/README.md
index 5bfea45668..345b96714c 100644
--- a/incubator/odoo/0.0.1/README.md
+++ b/incubator/odoo/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/odoo/0.0.1/app-readme.md b/incubator/odoo/0.0.2/app-readme.md
similarity index 100%
rename from incubator/odoo/0.0.1/app-readme.md
rename to incubator/odoo/0.0.2/app-readme.md
diff --git a/incubator/odoo/0.0.1/charts/common-8.3.12.tgz b/incubator/odoo/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/odoo/0.0.1/charts/common-8.3.12.tgz
rename to incubator/odoo/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/odoo/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/odoo/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/odoo/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/odoo/0.0.1/helm-values.md b/incubator/odoo/0.0.2/helm-values.md
similarity index 100%
rename from incubator/odoo/0.0.1/helm-values.md
rename to incubator/odoo/0.0.2/helm-values.md
diff --git a/incubator/odoo/0.0.1/ix_values.yaml b/incubator/odoo/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/odoo/0.0.1/ix_values.yaml
rename to incubator/odoo/0.0.2/ix_values.yaml
diff --git a/incubator/odoo/0.0.1/questions.yaml b/incubator/odoo/0.0.2/questions.yaml
similarity index 100%
rename from incubator/odoo/0.0.1/questions.yaml
rename to incubator/odoo/0.0.2/questions.yaml
diff --git a/incubator/odoo/0.0.1/templates/common.yaml b/incubator/odoo/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/odoo/0.0.1/templates/common.yaml
rename to incubator/odoo/0.0.2/templates/common.yaml
diff --git a/incubator/odoo/0.0.1/values.yaml b/incubator/odoo/0.0.2/values.yaml
similarity index 100%
rename from incubator/odoo/0.0.1/values.yaml
rename to incubator/odoo/0.0.2/values.yaml
diff --git a/incubator/openkm/0.0.1/CHANGELOG.md b/incubator/openkm/0.0.1/CHANGELOG.md
deleted file mode 100644
index b439dbb769..0000000000
--- a/incubator/openkm/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### openkm-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/openkm/0.0.1/Chart.lock b/incubator/openkm/0.0.1/Chart.lock
deleted file mode 100644
index b1e8b40eca..0000000000
--- a/incubator/openkm/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:27:11.675618116Z"
diff --git a/incubator/openkm/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/openkm/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/openkm/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/openkm/0.0.2/CHANGELOG.md b/incubator/openkm/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..74486681f4
--- /dev/null
+++ b/incubator/openkm/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [openkm-0.0.2](https://github.com/truecharts/apps/compare/openkm-0.0.1...openkm-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### openkm-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### openkm-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/openkm/0.0.1/CONFIG.md b/incubator/openkm/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/openkm/0.0.1/CONFIG.md
rename to incubator/openkm/0.0.2/CONFIG.md
diff --git a/incubator/openkm/0.0.2/Chart.lock b/incubator/openkm/0.0.2/Chart.lock
new file mode 100644
index 0000000000..94f31adad0
--- /dev/null
+++ b/incubator/openkm/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:38:56.229031386Z"
diff --git a/incubator/openkm/0.0.1/Chart.yaml b/incubator/openkm/0.0.2/Chart.yaml
similarity index 96%
rename from incubator/openkm/0.0.1/Chart.yaml
rename to incubator/openkm/0.0.2/Chart.yaml
index 69f8ad03d2..22cf4ff6e0 100644
--- a/incubator/openkm/0.0.1/Chart.yaml
+++ b/incubator/openkm/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "6.3.11"
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
name: openkm
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- openkm
@@ -20,7 +20,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/openkm/0.0.1/README.md b/incubator/openkm/0.0.2/README.md
similarity index 96%
rename from incubator/openkm/0.0.1/README.md
rename to incubator/openkm/0.0.2/README.md
index be2817cc96..1e905cc33a 100644
--- a/incubator/openkm/0.0.1/README.md
+++ b/incubator/openkm/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/openkm/0.0.1/app-readme.md b/incubator/openkm/0.0.2/app-readme.md
similarity index 100%
rename from incubator/openkm/0.0.1/app-readme.md
rename to incubator/openkm/0.0.2/app-readme.md
diff --git a/incubator/openkm/0.0.1/charts/common-8.3.12.tgz b/incubator/openkm/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/openkm/0.0.1/charts/common-8.3.12.tgz
rename to incubator/openkm/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/openkm/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/openkm/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/openkm/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/openkm/0.0.1/helm-values.md b/incubator/openkm/0.0.2/helm-values.md
similarity index 100%
rename from incubator/openkm/0.0.1/helm-values.md
rename to incubator/openkm/0.0.2/helm-values.md
diff --git a/incubator/openkm/0.0.1/ix_values.yaml b/incubator/openkm/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/openkm/0.0.1/ix_values.yaml
rename to incubator/openkm/0.0.2/ix_values.yaml
diff --git a/incubator/openkm/0.0.1/questions.yaml b/incubator/openkm/0.0.2/questions.yaml
similarity index 100%
rename from incubator/openkm/0.0.1/questions.yaml
rename to incubator/openkm/0.0.2/questions.yaml
diff --git a/incubator/openkm/0.0.1/templates/_configmap.tpl b/incubator/openkm/0.0.2/templates/_configmap.tpl
similarity index 100%
rename from incubator/openkm/0.0.1/templates/_configmap.tpl
rename to incubator/openkm/0.0.2/templates/_configmap.tpl
diff --git a/incubator/openkm/0.0.1/templates/common.yaml b/incubator/openkm/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/openkm/0.0.1/templates/common.yaml
rename to incubator/openkm/0.0.2/templates/common.yaml
diff --git a/incubator/openkm/0.0.1/values.yaml b/incubator/openkm/0.0.2/values.yaml
similarity index 100%
rename from incubator/openkm/0.0.1/values.yaml
rename to incubator/openkm/0.0.2/values.yaml
diff --git a/incubator/recipes/0.0.1/CHANGELOG.md b/incubator/recipes/0.0.1/CHANGELOG.md
deleted file mode 100644
index f2d504672b..0000000000
--- a/incubator/recipes/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### recipes-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/recipes/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/recipes/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/recipes/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/recipes/0.0.2/CHANGELOG.md b/incubator/recipes/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..8a0e4372cc
--- /dev/null
+++ b/incubator/recipes/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [recipes-0.0.2](https://github.com/truecharts/apps/compare/recipes-0.0.1...recipes-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### recipes-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### recipes-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/recipes/0.0.1/CONFIG.md b/incubator/recipes/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/recipes/0.0.1/CONFIG.md
rename to incubator/recipes/0.0.2/CONFIG.md
diff --git a/incubator/recipes/0.0.2/Chart.lock b/incubator/recipes/0.0.2/Chart.lock
new file mode 100644
index 0000000000..5e79a078cc
--- /dev/null
+++ b/incubator/recipes/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:39:30.513956503Z"
diff --git a/incubator/recipes/0.0.1/Chart.yaml b/incubator/recipes/0.0.2/Chart.yaml
similarity index 96%
rename from incubator/recipes/0.0.1/Chart.yaml
rename to incubator/recipes/0.0.2/Chart.yaml
index 73b765e915..14379650b2 100644
--- a/incubator/recipes/0.0.1/Chart.yaml
+++ b/incubator/recipes/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.17.2"
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
name: recipes
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- recipes
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/recipes/0.0.1/README.md b/incubator/recipes/0.0.2/README.md
similarity index 96%
rename from incubator/recipes/0.0.1/README.md
rename to incubator/recipes/0.0.2/README.md
index f05a5cda2b..d43076db91 100644
--- a/incubator/recipes/0.0.1/README.md
+++ b/incubator/recipes/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/recipes/0.0.1/app-readme.md b/incubator/recipes/0.0.2/app-readme.md
similarity index 100%
rename from incubator/recipes/0.0.1/app-readme.md
rename to incubator/recipes/0.0.2/app-readme.md
diff --git a/incubator/recipes/0.0.1/charts/common-8.3.12.tgz b/incubator/recipes/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/recipes/0.0.1/charts/common-8.3.12.tgz
rename to incubator/recipes/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/recipes/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/recipes/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/recipes/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/recipes/0.0.1/helm-values.md b/incubator/recipes/0.0.2/helm-values.md
similarity index 100%
rename from incubator/recipes/0.0.1/helm-values.md
rename to incubator/recipes/0.0.2/helm-values.md
diff --git a/incubator/recipes/0.0.1/ix_values.yaml b/incubator/recipes/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/recipes/0.0.1/ix_values.yaml
rename to incubator/recipes/0.0.2/ix_values.yaml
diff --git a/incubator/recipes/0.0.1/questions.yaml b/incubator/recipes/0.0.2/questions.yaml
similarity index 100%
rename from incubator/recipes/0.0.1/questions.yaml
rename to incubator/recipes/0.0.2/questions.yaml
diff --git a/incubator/recipes/0.0.1/templates/common.yaml b/incubator/recipes/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/recipes/0.0.1/templates/common.yaml
rename to incubator/recipes/0.0.2/templates/common.yaml
diff --git a/incubator/recipes/0.0.1/templates/configmap.yaml b/incubator/recipes/0.0.2/templates/configmap.yaml
similarity index 100%
rename from incubator/recipes/0.0.1/templates/configmap.yaml
rename to incubator/recipes/0.0.2/templates/configmap.yaml
diff --git a/incubator/recipes/0.0.1/values.yaml b/incubator/recipes/0.0.2/values.yaml
similarity index 100%
rename from incubator/recipes/0.0.1/values.yaml
rename to incubator/recipes/0.0.2/values.yaml
diff --git a/incubator/shiori/0.0.1/CHANGELOG.md b/incubator/shiori/0.0.1/CHANGELOG.md
deleted file mode 100644
index 4e20b6007c..0000000000
--- a/incubator/shiori/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### shiori-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/shiori/0.0.1/Chart.lock b/incubator/shiori/0.0.1/Chart.lock
deleted file mode 100644
index 41cd5a1bd0..0000000000
--- a/incubator/shiori/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:28:20.331124395Z"
diff --git a/incubator/shiori/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/shiori/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/shiori/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/shiori/0.0.2/CHANGELOG.md b/incubator/shiori/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..fffabc8a00
--- /dev/null
+++ b/incubator/shiori/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [shiori-0.0.2](https://github.com/truecharts/apps/compare/shiori-0.0.1...shiori-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### shiori-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### shiori-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/shiori/0.0.1/CONFIG.md b/incubator/shiori/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/shiori/0.0.1/CONFIG.md
rename to incubator/shiori/0.0.2/CONFIG.md
diff --git a/incubator/shiori/0.0.2/Chart.lock b/incubator/shiori/0.0.2/Chart.lock
new file mode 100644
index 0000000000..7d2232ee22
--- /dev/null
+++ b/incubator/shiori/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:40:04.759249883Z"
diff --git a/incubator/shiori/0.0.1/Chart.yaml b/incubator/shiori/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/shiori/0.0.1/Chart.yaml
rename to incubator/shiori/0.0.2/Chart.yaml
index ccbd05007e..878044a18b 100644
--- a/incubator/shiori/0.0.1/Chart.yaml
+++ b/incubator/shiori/0.0.2/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.5.0"
-version: 0.0.1
+version: 0.0.2
kubeVersion: '>=1.16.0-0'
name: shiori
description: A simple bookmark manager built with Go
@@ -22,7 +22,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/shiori/0.0.1/README.md b/incubator/shiori/0.0.2/README.md
similarity index 96%
rename from incubator/shiori/0.0.1/README.md
rename to incubator/shiori/0.0.2/README.md
index 9648ec9acd..ede254a5fa 100644
--- a/incubator/shiori/0.0.1/README.md
+++ b/incubator/shiori/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/shiori/0.0.1/app-readme.md b/incubator/shiori/0.0.2/app-readme.md
similarity index 100%
rename from incubator/shiori/0.0.1/app-readme.md
rename to incubator/shiori/0.0.2/app-readme.md
diff --git a/incubator/shiori/0.0.1/charts/common-8.3.12.tgz b/incubator/shiori/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/shiori/0.0.1/charts/common-8.3.12.tgz
rename to incubator/shiori/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/shiori/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/shiori/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/shiori/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/shiori/0.0.1/helm-values.md b/incubator/shiori/0.0.2/helm-values.md
similarity index 100%
rename from incubator/shiori/0.0.1/helm-values.md
rename to incubator/shiori/0.0.2/helm-values.md
diff --git a/incubator/shiori/0.0.1/ix_values.yaml b/incubator/shiori/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/shiori/0.0.1/ix_values.yaml
rename to incubator/shiori/0.0.2/ix_values.yaml
diff --git a/incubator/shiori/0.0.1/questions.yaml b/incubator/shiori/0.0.2/questions.yaml
similarity index 100%
rename from incubator/shiori/0.0.1/questions.yaml
rename to incubator/shiori/0.0.2/questions.yaml
diff --git a/incubator/shiori/0.0.1/templates/common.yaml b/incubator/shiori/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/shiori/0.0.1/templates/common.yaml
rename to incubator/shiori/0.0.2/templates/common.yaml
diff --git a/incubator/shiori/0.0.1/values.yaml b/incubator/shiori/0.0.2/values.yaml
similarity index 100%
rename from incubator/shiori/0.0.1/values.yaml
rename to incubator/shiori/0.0.2/values.yaml
diff --git a/incubator/statping/0.0.1/CHANGELOG.md b/incubator/statping/0.0.1/CHANGELOG.md
deleted file mode 100644
index b2ae7de075..0000000000
--- a/incubator/statping/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### statping-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/statping/0.0.1/Chart.lock b/incubator/statping/0.0.1/Chart.lock
deleted file mode 100644
index 8c4faf1692..0000000000
--- a/incubator/statping/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:28:54.520997045Z"
diff --git a/incubator/statping/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/statping/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/statping/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/statping/0.0.2/CHANGELOG.md b/incubator/statping/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..cd4b6cda85
--- /dev/null
+++ b/incubator/statping/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [statping-0.0.2](https://github.com/truecharts/apps/compare/statping-0.0.1...statping-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### statping-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### statping-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/statping/0.0.1/CONFIG.md b/incubator/statping/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/statping/0.0.1/CONFIG.md
rename to incubator/statping/0.0.2/CONFIG.md
diff --git a/incubator/babybuddy/0.0.1/Chart.lock b/incubator/statping/0.0.2/Chart.lock
similarity index 50%
rename from incubator/babybuddy/0.0.1/Chart.lock
rename to incubator/statping/0.0.2/Chart.lock
index d7657c1321..de05abe2d1 100644
--- a/incubator/babybuddy/0.0.1/Chart.lock
+++ b/incubator/statping/0.0.2/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:21:30.07061126Z"
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:40:39.3310875Z"
diff --git a/incubator/statping/0.0.1/Chart.yaml b/incubator/statping/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/statping/0.0.1/Chart.yaml
rename to incubator/statping/0.0.2/Chart.yaml
index 0cf040a25f..d55493955c 100644
--- a/incubator/statping/0.0.1/Chart.yaml
+++ b/incubator/statping/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.90.74"
description: Status page for monitoring your websites and applications
name: statping
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- statping
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/statping/0.0.1/README.md b/incubator/statping/0.0.2/README.md
similarity index 96%
rename from incubator/statping/0.0.1/README.md
rename to incubator/statping/0.0.2/README.md
index 5c0d3e0e50..0532a7e230 100644
--- a/incubator/statping/0.0.1/README.md
+++ b/incubator/statping/0.0.2/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/statping/0.0.1/app-readme.md b/incubator/statping/0.0.2/app-readme.md
similarity index 100%
rename from incubator/statping/0.0.1/app-readme.md
rename to incubator/statping/0.0.2/app-readme.md
diff --git a/incubator/statping/0.0.1/charts/common-8.3.12.tgz b/incubator/statping/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/statping/0.0.1/charts/common-8.3.12.tgz
rename to incubator/statping/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/statping/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/statping/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/statping/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/statping/0.0.1/helm-values.md b/incubator/statping/0.0.2/helm-values.md
similarity index 100%
rename from incubator/statping/0.0.1/helm-values.md
rename to incubator/statping/0.0.2/helm-values.md
diff --git a/incubator/statping/0.0.1/ix_values.yaml b/incubator/statping/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/statping/0.0.1/ix_values.yaml
rename to incubator/statping/0.0.2/ix_values.yaml
diff --git a/incubator/statping/0.0.1/questions.yaml b/incubator/statping/0.0.2/questions.yaml
similarity index 100%
rename from incubator/statping/0.0.1/questions.yaml
rename to incubator/statping/0.0.2/questions.yaml
diff --git a/incubator/statping/0.0.1/templates/common.yaml b/incubator/statping/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/statping/0.0.1/templates/common.yaml
rename to incubator/statping/0.0.2/templates/common.yaml
diff --git a/incubator/statping/0.0.1/values.yaml b/incubator/statping/0.0.2/values.yaml
similarity index 100%
rename from incubator/statping/0.0.1/values.yaml
rename to incubator/statping/0.0.2/values.yaml
diff --git a/incubator/teedy/0.0.1/CHANGELOG.md b/incubator/teedy/0.0.1/CHANGELOG.md
deleted file mode 100644
index 0bd054325b..0000000000
--- a/incubator/teedy/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### teedy-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/teedy/0.0.1/Chart.lock b/incubator/teedy/0.0.1/Chart.lock
deleted file mode 100644
index 4e08b5392e..0000000000
--- a/incubator/teedy/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:29:27.952710427Z"
diff --git a/incubator/teedy/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/teedy/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/teedy/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/teedy/0.0.2/CHANGELOG.md b/incubator/teedy/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..55990d3399
--- /dev/null
+++ b/incubator/teedy/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [teedy-0.0.2](https://github.com/truecharts/apps/compare/teedy-0.0.1...teedy-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### teedy-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### teedy-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/teedy/0.0.1/CONFIG.md b/incubator/teedy/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/teedy/0.0.1/CONFIG.md
rename to incubator/teedy/0.0.2/CONFIG.md
diff --git a/incubator/teedy/0.0.2/Chart.lock b/incubator/teedy/0.0.2/Chart.lock
new file mode 100644
index 0000000000..cc5f4d503c
--- /dev/null
+++ b/incubator/teedy/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:41:13.725454634Z"
diff --git a/incubator/teedy/0.0.1/Chart.yaml b/incubator/teedy/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/teedy/0.0.1/Chart.yaml
rename to incubator/teedy/0.0.2/Chart.yaml
index 84b8d1ea80..647a518430 100644
--- a/incubator/teedy/0.0.1/Chart.yaml
+++ b/incubator/teedy/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.9"
description: Teedy is an open source, lightweight document management system for individuals and businesses.
name: teedy
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- teedy
@@ -20,7 +20,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/teedy/0.0.1/README.md b/incubator/teedy/0.0.2/README.md
similarity index 96%
rename from incubator/teedy/0.0.1/README.md
rename to incubator/teedy/0.0.2/README.md
index 79ab865c56..66af0f009d 100644
--- a/incubator/teedy/0.0.1/README.md
+++ b/incubator/teedy/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/teedy/0.0.1/app-readme.md b/incubator/teedy/0.0.2/app-readme.md
similarity index 100%
rename from incubator/teedy/0.0.1/app-readme.md
rename to incubator/teedy/0.0.2/app-readme.md
diff --git a/incubator/teedy/0.0.1/charts/common-8.3.12.tgz b/incubator/teedy/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/teedy/0.0.1/charts/common-8.3.12.tgz
rename to incubator/teedy/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/teedy/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/teedy/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/teedy/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/teedy/0.0.1/helm-values.md b/incubator/teedy/0.0.2/helm-values.md
similarity index 100%
rename from incubator/teedy/0.0.1/helm-values.md
rename to incubator/teedy/0.0.2/helm-values.md
diff --git a/incubator/teedy/0.0.1/ix_values.yaml b/incubator/teedy/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/teedy/0.0.1/ix_values.yaml
rename to incubator/teedy/0.0.2/ix_values.yaml
diff --git a/incubator/teedy/0.0.1/questions.yaml b/incubator/teedy/0.0.2/questions.yaml
similarity index 100%
rename from incubator/teedy/0.0.1/questions.yaml
rename to incubator/teedy/0.0.2/questions.yaml
diff --git a/incubator/teedy/0.0.1/templates/common.yaml b/incubator/teedy/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/teedy/0.0.1/templates/common.yaml
rename to incubator/teedy/0.0.2/templates/common.yaml
diff --git a/incubator/teedy/0.0.1/values.yaml b/incubator/teedy/0.0.2/values.yaml
similarity index 100%
rename from incubator/teedy/0.0.1/values.yaml
rename to incubator/teedy/0.0.2/values.yaml
diff --git a/incubator/traccar/0.0.1/CHANGELOG.md b/incubator/traccar/0.0.1/CHANGELOG.md
deleted file mode 100644
index 83ec2e5e5d..0000000000
--- a/incubator/traccar/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### traccar-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/traccar/0.0.1/Chart.lock b/incubator/traccar/0.0.1/Chart.lock
deleted file mode 100644
index 3d050dc3c0..0000000000
--- a/incubator/traccar/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:30:01.960629444Z"
diff --git a/incubator/traccar/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/traccar/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/traccar/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/traccar/0.0.2/CHANGELOG.md b/incubator/traccar/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..be741c09a3
--- /dev/null
+++ b/incubator/traccar/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [traccar-0.0.2](https://github.com/truecharts/apps/compare/traccar-0.0.1...traccar-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### traccar-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### traccar-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/traccar/0.0.1/CONFIG.md b/incubator/traccar/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/traccar/0.0.1/CONFIG.md
rename to incubator/traccar/0.0.2/CONFIG.md
diff --git a/incubator/traccar/0.0.2/Chart.lock b/incubator/traccar/0.0.2/Chart.lock
new file mode 100644
index 0000000000..f674f00d7f
--- /dev/null
+++ b/incubator/traccar/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:41:47.957825075Z"
diff --git a/incubator/traccar/0.0.1/Chart.yaml b/incubator/traccar/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/traccar/0.0.1/Chart.yaml
rename to incubator/traccar/0.0.2/Chart.yaml
index 514dbbb17b..f88c00c6be 100644
--- a/incubator/traccar/0.0.1/Chart.yaml
+++ b/incubator/traccar/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "4.14"
description: Traccar is an open source GPS tracking system.
name: traccar
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- traccar
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/traccar/0.0.1/README.md b/incubator/traccar/0.0.2/README.md
similarity index 96%
rename from incubator/traccar/0.0.1/README.md
rename to incubator/traccar/0.0.2/README.md
index 250a2f904a..40fec54dc1 100644
--- a/incubator/traccar/0.0.1/README.md
+++ b/incubator/traccar/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/traccar/0.0.1/app-readme.md b/incubator/traccar/0.0.2/app-readme.md
similarity index 100%
rename from incubator/traccar/0.0.1/app-readme.md
rename to incubator/traccar/0.0.2/app-readme.md
diff --git a/incubator/traccar/0.0.1/charts/common-8.3.12.tgz b/incubator/traccar/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/traccar/0.0.1/charts/common-8.3.12.tgz
rename to incubator/traccar/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/traccar/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/traccar/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/traccar/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/traccar/0.0.1/helm-values.md b/incubator/traccar/0.0.2/helm-values.md
similarity index 100%
rename from incubator/traccar/0.0.1/helm-values.md
rename to incubator/traccar/0.0.2/helm-values.md
diff --git a/incubator/traccar/0.0.1/ix_values.yaml b/incubator/traccar/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/traccar/0.0.1/ix_values.yaml
rename to incubator/traccar/0.0.2/ix_values.yaml
diff --git a/incubator/traccar/0.0.1/questions.yaml b/incubator/traccar/0.0.2/questions.yaml
similarity index 100%
rename from incubator/traccar/0.0.1/questions.yaml
rename to incubator/traccar/0.0.2/questions.yaml
diff --git a/incubator/traccar/0.0.1/templates/common.yaml b/incubator/traccar/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/traccar/0.0.1/templates/common.yaml
rename to incubator/traccar/0.0.2/templates/common.yaml
diff --git a/incubator/traccar/0.0.1/values.yaml b/incubator/traccar/0.0.2/values.yaml
similarity index 100%
rename from incubator/traccar/0.0.1/values.yaml
rename to incubator/traccar/0.0.2/values.yaml
diff --git a/incubator/tt-rss/0.0.1/CHANGELOG.md b/incubator/tt-rss/0.0.1/CHANGELOG.md
deleted file mode 100644
index 5946e999f7..0000000000
--- a/incubator/tt-rss/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### tt-rss-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/tt-rss/0.0.1/Chart.lock b/incubator/tt-rss/0.0.1/Chart.lock
deleted file mode 100644
index 69e20aef49..0000000000
--- a/incubator/tt-rss/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:30:36.941808486Z"
diff --git a/incubator/tt-rss/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/tt-rss/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/tt-rss/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/tt-rss/0.0.2/CHANGELOG.md b/incubator/tt-rss/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..202d7de8ef
--- /dev/null
+++ b/incubator/tt-rss/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [tt-rss-0.0.2](https://github.com/truecharts/apps/compare/tt-rss-0.0.1...tt-rss-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### tt-rss-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### tt-rss-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/tt-rss/0.0.1/CONFIG.md b/incubator/tt-rss/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/tt-rss/0.0.1/CONFIG.md
rename to incubator/tt-rss/0.0.2/CONFIG.md
diff --git a/incubator/tt-rss/0.0.2/Chart.lock b/incubator/tt-rss/0.0.2/Chart.lock
new file mode 100644
index 0000000000..264822dc2c
--- /dev/null
+++ b/incubator/tt-rss/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:42:22.341137858Z"
diff --git a/incubator/tt-rss/0.0.1/Chart.yaml b/incubator/tt-rss/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/tt-rss/0.0.1/Chart.yaml
rename to incubator/tt-rss/0.0.2/Chart.yaml
index 9ae689fb64..85284f1a89 100644
--- a/incubator/tt-rss/0.0.1/Chart.yaml
+++ b/incubator/tt-rss/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.9027.0"
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
name: tt-rss
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
@@ -17,7 +17,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/tt-rss/0.0.1/README.md b/incubator/tt-rss/0.0.2/README.md
similarity index 96%
rename from incubator/tt-rss/0.0.1/README.md
rename to incubator/tt-rss/0.0.2/README.md
index 81157a50cf..3f9c50421d 100644
--- a/incubator/tt-rss/0.0.1/README.md
+++ b/incubator/tt-rss/0.0.2/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/tt-rss/0.0.1/app-readme.md b/incubator/tt-rss/0.0.2/app-readme.md
similarity index 100%
rename from incubator/tt-rss/0.0.1/app-readme.md
rename to incubator/tt-rss/0.0.2/app-readme.md
diff --git a/incubator/tt-rss/0.0.1/charts/common-8.3.12.tgz b/incubator/tt-rss/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/tt-rss/0.0.1/charts/common-8.3.12.tgz
rename to incubator/tt-rss/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/tt-rss/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/tt-rss/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/tt-rss/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/tt-rss/0.0.1/helm-values.md b/incubator/tt-rss/0.0.2/helm-values.md
similarity index 100%
rename from incubator/tt-rss/0.0.1/helm-values.md
rename to incubator/tt-rss/0.0.2/helm-values.md
diff --git a/incubator/tt-rss/0.0.1/ix_values.yaml b/incubator/tt-rss/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/tt-rss/0.0.1/ix_values.yaml
rename to incubator/tt-rss/0.0.2/ix_values.yaml
diff --git a/incubator/tt-rss/0.0.1/questions.yaml b/incubator/tt-rss/0.0.2/questions.yaml
similarity index 100%
rename from incubator/tt-rss/0.0.1/questions.yaml
rename to incubator/tt-rss/0.0.2/questions.yaml
diff --git a/incubator/tt-rss/0.0.1/templates/common.yaml b/incubator/tt-rss/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/tt-rss/0.0.1/templates/common.yaml
rename to incubator/tt-rss/0.0.2/templates/common.yaml
diff --git a/incubator/tt-rss/0.0.1/values.yaml b/incubator/tt-rss/0.0.2/values.yaml
similarity index 100%
rename from incubator/tt-rss/0.0.1/values.yaml
rename to incubator/tt-rss/0.0.2/values.yaml
diff --git a/incubator/wikijs/0.0.1/CHANGELOG.md b/incubator/wikijs/0.0.1/CHANGELOG.md
deleted file mode 100644
index c75c1a9fa4..0000000000
--- a/incubator/wikijs/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### wikijs-0.0.1 (2021-10-19)
-
-#### Feat
-
-* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
-
diff --git a/incubator/wikijs/0.0.1/Chart.lock b/incubator/wikijs/0.0.1/Chart.lock
deleted file mode 100644
index c3313121de..0000000000
--- a/incubator/wikijs/0.0.1/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T12:31:11.039736947Z"
diff --git a/incubator/wikijs/0.0.1/charts/postgresql-3.0.18.tgz b/incubator/wikijs/0.0.1/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/incubator/wikijs/0.0.1/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/incubator/wikijs/0.0.2/CHANGELOG.md b/incubator/wikijs/0.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..af20774d2c
--- /dev/null
+++ b/incubator/wikijs/0.0.2/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Changelog
+
+
+
+### [wikijs-0.0.2](https://github.com/truecharts/apps/compare/wikijs-0.0.1...wikijs-0.0.2) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### wikijs-0.0.1 (2021-10-19)
+
+#### Feat
+
+* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
+
+
+
+
+### wikijs-0.0.1 (2021-10-16)
+
+#### Feat
+
+* Add more Apps using postgresql
diff --git a/incubator/wikijs/0.0.1/CONFIG.md b/incubator/wikijs/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/wikijs/0.0.1/CONFIG.md
rename to incubator/wikijs/0.0.2/CONFIG.md
diff --git a/incubator/wikijs/0.0.2/Chart.lock b/incubator/wikijs/0.0.2/Chart.lock
new file mode 100644
index 0000000000..77afe102b6
--- /dev/null
+++ b/incubator/wikijs/0.0.2/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:42:56.857980467Z"
diff --git a/incubator/wikijs/0.0.1/Chart.yaml b/incubator/wikijs/0.0.2/Chart.yaml
similarity index 95%
rename from incubator/wikijs/0.0.1/Chart.yaml
rename to incubator/wikijs/0.0.2/Chart.yaml
index 6462104a8a..6a5535b14e 100644
--- a/incubator/wikijs/0.0.1/Chart.yaml
+++ b/incubator/wikijs/0.0.2/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.5"
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
name: wikijs
-version: 0.0.1
+version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- wiki
@@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
maintainers:
- email: info@truecharts.org
name: TrueCharts
diff --git a/incubator/wikijs/0.0.1/README.md b/incubator/wikijs/0.0.2/README.md
similarity index 96%
rename from incubator/wikijs/0.0.1/README.md
rename to incubator/wikijs/0.0.2/README.md
index 031f328393..f7f460c92d 100644
--- a/incubator/wikijs/0.0.1/README.md
+++ b/incubator/wikijs/0.0.2/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/wikijs/0.0.1/app-readme.md b/incubator/wikijs/0.0.2/app-readme.md
similarity index 100%
rename from incubator/wikijs/0.0.1/app-readme.md
rename to incubator/wikijs/0.0.2/app-readme.md
diff --git a/incubator/wikijs/0.0.1/charts/common-8.3.12.tgz b/incubator/wikijs/0.0.2/charts/common-8.3.12.tgz
similarity index 100%
rename from incubator/wikijs/0.0.1/charts/common-8.3.12.tgz
rename to incubator/wikijs/0.0.2/charts/common-8.3.12.tgz
diff --git a/incubator/wikijs/0.0.2/charts/postgresql-3.0.20.tgz b/incubator/wikijs/0.0.2/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/incubator/wikijs/0.0.2/charts/postgresql-3.0.20.tgz differ
diff --git a/incubator/wikijs/0.0.1/helm-values.md b/incubator/wikijs/0.0.2/helm-values.md
similarity index 100%
rename from incubator/wikijs/0.0.1/helm-values.md
rename to incubator/wikijs/0.0.2/helm-values.md
diff --git a/incubator/wikijs/0.0.1/ix_values.yaml b/incubator/wikijs/0.0.2/ix_values.yaml
similarity index 100%
rename from incubator/wikijs/0.0.1/ix_values.yaml
rename to incubator/wikijs/0.0.2/ix_values.yaml
diff --git a/incubator/wikijs/0.0.1/questions.yaml b/incubator/wikijs/0.0.2/questions.yaml
similarity index 100%
rename from incubator/wikijs/0.0.1/questions.yaml
rename to incubator/wikijs/0.0.2/questions.yaml
diff --git a/incubator/wikijs/0.0.1/templates/common.yaml b/incubator/wikijs/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/wikijs/0.0.1/templates/common.yaml
rename to incubator/wikijs/0.0.2/templates/common.yaml
diff --git a/incubator/wikijs/0.0.1/values.yaml b/incubator/wikijs/0.0.2/values.yaml
similarity index 100%
rename from incubator/wikijs/0.0.1/values.yaml
rename to incubator/wikijs/0.0.2/values.yaml
diff --git a/stable/authelia/4.0.22/CHANGELOG.md b/stable/authelia/4.0.22/CHANGELOG.md
deleted file mode 100644
index cbfd4e76e3..0000000000
--- a/stable/authelia/4.0.22/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [authelia-4.0.22](https://github.com/truecharts/apps/compare/authelia-4.0.21...authelia-4.0.22) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/authelia/4.0.22/charts/postgresql-3.0.18.tgz b/stable/authelia/4.0.22/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/authelia/4.0.22/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/authelia/4.0.23/CHANGELOG.md b/stable/authelia/4.0.23/CHANGELOG.md
new file mode 100644
index 0000000000..8a2e110a6f
--- /dev/null
+++ b/stable/authelia/4.0.23/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [authelia-4.0.23](https://github.com/truecharts/apps/compare/authelia-4.0.22...authelia-4.0.23) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [authelia-4.0.22](https://github.com/truecharts/apps/compare/authelia-4.0.21...authelia-4.0.22) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [authelia-4.0.21](https://github.com/truecharts/apps/compare/authelia-4.0.20...authelia-4.0.21) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [authelia-4.0.20](https://github.com/truecharts/apps/compare/authelia-4.0.19...authelia-4.0.20) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [authelia-4.0.19](https://github.com/truecharts/apps/compare/authelia-4.0.18...authelia-4.0.19) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [authelia-4.0.18](https://github.com/truecharts/apps/compare/authelia-4.0.17...authelia-4.0.18) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [authelia-4.0.17](https://github.com/truecharts/apps/compare/authelia-4.0.16...authelia-4.0.17) (2021-10-12)
+
+#### Chore
+
+* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+
+
+
+
+### [authelia-4.0.16](https://github.com/truecharts/apps/compare/authelia-4.0.15...authelia-4.0.16) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
+### [authelia-4.0.15](https://github.com/truecharts/apps/compare/authelia-4.0.14...authelia-4.0.15) (2021-10-12)
+
+#### Chore
+
+* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
+
+
+
+
+### [authelia-4.0.14](https://github.com/truecharts/apps/compare/authelia-4.0.13...authelia-4.0.14) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
+
+
+
+
diff --git a/stable/authelia/4.0.22/CONFIG.md b/stable/authelia/4.0.23/CONFIG.md
similarity index 100%
rename from stable/authelia/4.0.22/CONFIG.md
rename to stable/authelia/4.0.23/CONFIG.md
diff --git a/stable/authelia/4.0.22/Chart.lock b/stable/authelia/4.0.23/Chart.lock
similarity index 60%
rename from stable/authelia/4.0.22/Chart.lock
rename to stable/authelia/4.0.23/Chart.lock
index b1a4f1beda..64e90b8659 100644
--- a/stable/authelia/4.0.22/Chart.lock
+++ b/stable/authelia/4.0.23/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
-digest: sha256:22d58ec0e370340603b0ef7ba65eebbfdb54b1b322434bb6c2d17b1e3f2c4261
-generated: "2021-10-19T11:06:54.675057644Z"
+digest: sha256:4cb20ff5bcc7a9516fe064f62a13340b53b8d5a3ab468a4fef4a40a8a963506c
+generated: "2021-10-19T13:43:32.408291535Z"
diff --git a/stable/authelia/4.0.22/Chart.yaml b/stable/authelia/4.0.23/Chart.yaml
similarity index 96%
rename from stable/authelia/4.0.22/Chart.yaml
rename to stable/authelia/4.0.23/Chart.yaml
index 4d1a98f188..34e87cb406 100644
--- a/stable/authelia/4.0.22/Chart.yaml
+++ b/stable/authelia/4.0.23/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
-version: 4.0.22
+version: 4.0.23
diff --git a/stable/authelia/4.0.22/README.md b/stable/authelia/4.0.23/README.md
similarity index 96%
rename from stable/authelia/4.0.22/README.md
rename to stable/authelia/4.0.23/README.md
index 621a37fcb9..365ddc4eb2 100644
--- a/stable/authelia/4.0.22/README.md
+++ b/stable/authelia/4.0.23/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.1 |
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/authelia/4.0.22/app-readme.md b/stable/authelia/4.0.23/app-readme.md
similarity index 100%
rename from stable/authelia/4.0.22/app-readme.md
rename to stable/authelia/4.0.23/app-readme.md
diff --git a/stable/authelia/4.0.22/charts/common-8.3.12.tgz b/stable/authelia/4.0.23/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/authelia/4.0.22/charts/common-8.3.12.tgz
rename to stable/authelia/4.0.23/charts/common-8.3.12.tgz
diff --git a/stable/authelia/4.0.23/charts/postgresql-3.0.20.tgz b/stable/authelia/4.0.23/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/authelia/4.0.23/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/authelia/4.0.22/charts/redis-15.4.1.tgz b/stable/authelia/4.0.23/charts/redis-15.4.1.tgz
similarity index 100%
rename from stable/authelia/4.0.22/charts/redis-15.4.1.tgz
rename to stable/authelia/4.0.23/charts/redis-15.4.1.tgz
diff --git a/stable/authelia/4.0.22/helm-values.md b/stable/authelia/4.0.23/helm-values.md
similarity index 100%
rename from stable/authelia/4.0.22/helm-values.md
rename to stable/authelia/4.0.23/helm-values.md
diff --git a/stable/authelia/4.0.22/ix_values.yaml b/stable/authelia/4.0.23/ix_values.yaml
similarity index 100%
rename from stable/authelia/4.0.22/ix_values.yaml
rename to stable/authelia/4.0.23/ix_values.yaml
diff --git a/stable/authelia/4.0.22/questions.yaml b/stable/authelia/4.0.23/questions.yaml
similarity index 100%
rename from stable/authelia/4.0.22/questions.yaml
rename to stable/authelia/4.0.23/questions.yaml
diff --git a/stable/authelia/4.0.22/templates/_configmap.tpl b/stable/authelia/4.0.23/templates/_configmap.tpl
similarity index 100%
rename from stable/authelia/4.0.22/templates/_configmap.tpl
rename to stable/authelia/4.0.23/templates/_configmap.tpl
diff --git a/stable/authelia/4.0.22/templates/_secrets.tpl b/stable/authelia/4.0.23/templates/_secrets.tpl
similarity index 100%
rename from stable/authelia/4.0.22/templates/_secrets.tpl
rename to stable/authelia/4.0.23/templates/_secrets.tpl
diff --git a/stable/authelia/4.0.22/templates/common.yaml b/stable/authelia/4.0.23/templates/common.yaml
similarity index 100%
rename from stable/authelia/4.0.22/templates/common.yaml
rename to stable/authelia/4.0.23/templates/common.yaml
diff --git a/stable/authelia/4.0.22/values.yaml b/stable/authelia/4.0.23/values.yaml
similarity index 100%
rename from stable/authelia/4.0.22/values.yaml
rename to stable/authelia/4.0.23/values.yaml
diff --git a/stable/fireflyiii/9.0.20/CHANGELOG.md b/stable/fireflyiii/9.0.20/CHANGELOG.md
deleted file mode 100644
index 1f05053160..0000000000
--- a/stable/fireflyiii/9.0.20/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [fireflyiii-9.0.20](https://github.com/truecharts/apps/compare/fireflyiii-9.0.19...fireflyiii-9.0.20) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/fireflyiii/9.0.20/Chart.lock b/stable/fireflyiii/9.0.20/Chart.lock
deleted file mode 100644
index 1c646d7f2c..0000000000
--- a/stable/fireflyiii/9.0.20/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T11:13:44.38107869Z"
diff --git a/stable/fireflyiii/9.0.20/charts/postgresql-3.0.18.tgz b/stable/fireflyiii/9.0.20/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/fireflyiii/9.0.20/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/fireflyiii/9.0.21/CHANGELOG.md b/stable/fireflyiii/9.0.21/CHANGELOG.md
new file mode 100644
index 0000000000..1ee5806400
--- /dev/null
+++ b/stable/fireflyiii/9.0.21/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [fireflyiii-9.0.21](https://github.com/truecharts/apps/compare/fireflyiii-9.0.20...fireflyiii-9.0.21) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [fireflyiii-9.0.20](https://github.com/truecharts/apps/compare/fireflyiii-9.0.19...fireflyiii-9.0.20) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [fireflyiii-9.0.19](https://github.com/truecharts/apps/compare/fireflyiii-9.0.18...fireflyiii-9.0.19) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [fireflyiii-9.0.18](https://github.com/truecharts/apps/compare/fireflyiii-9.0.17...fireflyiii-9.0.18) (2021-10-18)
+
+#### Fix
+
+* Change default permissions ([#1170](https://github.com/truecharts/apps/issues/1170))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [fireflyiii-9.0.17](https://github.com/truecharts/apps/compare/fireflyiii-9.0.16...fireflyiii-9.0.17) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [fireflyiii-9.0.16](https://github.com/truecharts/apps/compare/fireflyiii-9.0.15...fireflyiii-9.0.16) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [fireflyiii-9.0.15](https://github.com/truecharts/apps/compare/fireflyiii-9.0.14...fireflyiii-9.0.15) (2021-10-12)
+
+#### Chore
+
+* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+
+
+
+
+### [fireflyiii-9.0.14](https://github.com/truecharts/apps/compare/fireflyiii-9.0.13...fireflyiii-9.0.14) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
+### [fireflyiii-9.0.13](https://github.com/truecharts/apps/compare/fireflyiii-9.0.12...fireflyiii-9.0.13) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
+
+
+
+
+### [fireflyiii-9.0.12](https://github.com/truecharts/apps/compare/fireflyiii-9.0.11...fireflyiii-9.0.12) (2021-10-09)
+
+
+
+
diff --git a/stable/fireflyiii/9.0.20/CONFIG.md b/stable/fireflyiii/9.0.21/CONFIG.md
similarity index 100%
rename from stable/fireflyiii/9.0.20/CONFIG.md
rename to stable/fireflyiii/9.0.21/CONFIG.md
diff --git a/stable/fireflyiii/9.0.21/Chart.lock b/stable/fireflyiii/9.0.21/Chart.lock
new file mode 100644
index 0000000000..e915d38927
--- /dev/null
+++ b/stable/fireflyiii/9.0.21/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:44:22.764234793Z"
diff --git a/stable/fireflyiii/9.0.20/Chart.yaml b/stable/fireflyiii/9.0.21/Chart.yaml
similarity index 95%
rename from stable/fireflyiii/9.0.20/Chart.yaml
rename to stable/fireflyiii/9.0.21/Chart.yaml
index d463d714cb..c8958dd008 100644
--- a/stable/fireflyiii/9.0.20/Chart.yaml
+++ b/stable/fireflyiii/9.0.21/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
deprecated: false
description: A free and open source personal finance manager
home: https://github.com/firefly-iii/firefly-iii/
@@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
-version: 9.0.20
+version: 9.0.21
diff --git a/stable/fireflyiii/9.0.20/README.md b/stable/fireflyiii/9.0.21/README.md
similarity index 96%
rename from stable/fireflyiii/9.0.20/README.md
rename to stable/fireflyiii/9.0.21/README.md
index 214b0abfdf..80626e4bf6 100644
--- a/stable/fireflyiii/9.0.20/README.md
+++ b/stable/fireflyiii/9.0.21/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/fireflyiii/9.0.20/app-readme.md b/stable/fireflyiii/9.0.21/app-readme.md
similarity index 100%
rename from stable/fireflyiii/9.0.20/app-readme.md
rename to stable/fireflyiii/9.0.21/app-readme.md
diff --git a/stable/fireflyiii/9.0.20/charts/common-8.3.12.tgz b/stable/fireflyiii/9.0.21/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/fireflyiii/9.0.20/charts/common-8.3.12.tgz
rename to stable/fireflyiii/9.0.21/charts/common-8.3.12.tgz
diff --git a/stable/fireflyiii/9.0.21/charts/postgresql-3.0.20.tgz b/stable/fireflyiii/9.0.21/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/fireflyiii/9.0.21/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/fireflyiii/9.0.20/helm-values.md b/stable/fireflyiii/9.0.21/helm-values.md
similarity index 100%
rename from stable/fireflyiii/9.0.20/helm-values.md
rename to stable/fireflyiii/9.0.21/helm-values.md
diff --git a/stable/fireflyiii/9.0.20/ix_values.yaml b/stable/fireflyiii/9.0.21/ix_values.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.20/ix_values.yaml
rename to stable/fireflyiii/9.0.21/ix_values.yaml
diff --git a/stable/fireflyiii/9.0.20/questions.yaml b/stable/fireflyiii/9.0.21/questions.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.20/questions.yaml
rename to stable/fireflyiii/9.0.21/questions.yaml
diff --git a/stable/fireflyiii/9.0.20/templates/common.yaml b/stable/fireflyiii/9.0.21/templates/common.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.20/templates/common.yaml
rename to stable/fireflyiii/9.0.21/templates/common.yaml
diff --git a/stable/fireflyiii/9.0.20/values.yaml b/stable/fireflyiii/9.0.21/values.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.20/values.yaml
rename to stable/fireflyiii/9.0.21/values.yaml
diff --git a/stable/gitea/1.0.13/CHANGELOG.md b/stable/gitea/1.0.13/CHANGELOG.md
deleted file mode 100644
index 0c6ebc21c2..0000000000
--- a/stable/gitea/1.0.13/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [gitea-1.0.13](https://github.com/truecharts/apps/compare/gitea-1.0.12...gitea-1.0.13) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/gitea/1.0.13/charts/postgresql-3.0.18.tgz b/stable/gitea/1.0.13/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/gitea/1.0.13/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/gitea/1.0.14/CHANGELOG.md b/stable/gitea/1.0.14/CHANGELOG.md
new file mode 100644
index 0000000000..1302a9ff4c
--- /dev/null
+++ b/stable/gitea/1.0.14/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [gitea-1.0.14](https://github.com/truecharts/apps/compare/gitea-1.0.13...gitea-1.0.14) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [gitea-1.0.13](https://github.com/truecharts/apps/compare/gitea-1.0.12...gitea-1.0.13) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [gitea-1.0.12](https://github.com/truecharts/apps/compare/gitea-1.0.11...gitea-1.0.12) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [gitea-1.0.11](https://github.com/truecharts/apps/compare/gitea-1.0.10...gitea-1.0.11) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [gitea-1.0.10](https://github.com/truecharts/apps/compare/gitea-1.0.9...gitea-1.0.10) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [gitea-1.0.9](https://github.com/truecharts/apps/compare/gitea-1.0.8...gitea-1.0.9) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [gitea-1.0.8](https://github.com/truecharts/apps/compare/gitea-1.0.7...gitea-1.0.8) (2021-10-12)
+
+#### Chore
+
+* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+
+
+
+
+### [gitea-1.0.7](https://github.com/truecharts/apps/compare/gitea-1.0.6...gitea-1.0.7) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
+### [gitea-1.0.6](https://github.com/truecharts/apps/compare/gitea-1.0.5...gitea-1.0.6) (2021-10-12)
+
+#### Chore
+
+* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
+
+
+
+
+### [gitea-1.0.5](https://github.com/truecharts/apps/compare/gitea-1.0.4...gitea-1.0.5) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
+
+
+
+
diff --git a/stable/gitea/1.0.13/CONFIG.md b/stable/gitea/1.0.14/CONFIG.md
similarity index 100%
rename from stable/gitea/1.0.13/CONFIG.md
rename to stable/gitea/1.0.14/CONFIG.md
diff --git a/stable/gitea/1.0.13/Chart.lock b/stable/gitea/1.0.14/Chart.lock
similarity index 61%
rename from stable/gitea/1.0.13/Chart.lock
rename to stable/gitea/1.0.14/Chart.lock
index 5ff8923bb3..683915961c 100644
--- a/stable/gitea/1.0.13/Chart.lock
+++ b/stable/gitea/1.0.14/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.5
-digest: sha256:5109ba850b6ba15184534f2ad2cfd0c1dfb259ae0ccf57f655386d56d6d1e050
-generated: "2021-10-19T11:16:45.099456635Z"
+digest: sha256:aea9c31c232fdbb024d846fbb62d297bea5819720051da6eb88ef178f61eece3
+generated: "2021-10-19T13:44:59.121978042Z"
diff --git a/stable/gitea/1.0.13/Chart.yaml b/stable/gitea/1.0.14/Chart.yaml
similarity index 96%
rename from stable/gitea/1.0.13/Chart.yaml
rename to stable/gitea/1.0.14/Chart.yaml
index 86906e377b..79fc8b7006 100644
--- a/stable/gitea/1.0.13/Chart.yaml
+++ b/stable/gitea/1.0.14/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- condition: memcached.enabled
name: memcached
repository: https://charts.bitnami.com/bitnami
@@ -34,4 +34,4 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
-version: 1.0.13
+version: 1.0.14
diff --git a/stable/gitea/1.0.13/README.md b/stable/gitea/1.0.14/README.md
similarity index 96%
rename from stable/gitea/1.0.13/README.md
rename to stable/gitea/1.0.14/README.md
index c57a376b38..b1bb41353d 100644
--- a/stable/gitea/1.0.13/README.md
+++ b/stable/gitea/1.0.14/README.md
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.5 |
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/gitea/1.0.13/app-readme.md b/stable/gitea/1.0.14/app-readme.md
similarity index 100%
rename from stable/gitea/1.0.13/app-readme.md
rename to stable/gitea/1.0.14/app-readme.md
diff --git a/stable/gitea/1.0.13/charts/common-8.3.12.tgz b/stable/gitea/1.0.14/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/gitea/1.0.13/charts/common-8.3.12.tgz
rename to stable/gitea/1.0.14/charts/common-8.3.12.tgz
diff --git a/stable/gitea/1.0.13/charts/memcached-5.15.5.tgz b/stable/gitea/1.0.14/charts/memcached-5.15.5.tgz
similarity index 100%
rename from stable/gitea/1.0.13/charts/memcached-5.15.5.tgz
rename to stable/gitea/1.0.14/charts/memcached-5.15.5.tgz
diff --git a/stable/gitea/1.0.14/charts/postgresql-3.0.20.tgz b/stable/gitea/1.0.14/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/gitea/1.0.14/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/gitea/1.0.13/ci/basic-values.yaml b/stable/gitea/1.0.14/ci/basic-values.yaml
similarity index 100%
rename from stable/gitea/1.0.13/ci/basic-values.yaml
rename to stable/gitea/1.0.14/ci/basic-values.yaml
diff --git a/stable/gitea/1.0.13/ci/ingress-values.yaml b/stable/gitea/1.0.14/ci/ingress-values.yaml
similarity index 100%
rename from stable/gitea/1.0.13/ci/ingress-values.yaml
rename to stable/gitea/1.0.14/ci/ingress-values.yaml
diff --git a/stable/gitea/1.0.13/helm-values.md b/stable/gitea/1.0.14/helm-values.md
similarity index 100%
rename from stable/gitea/1.0.13/helm-values.md
rename to stable/gitea/1.0.14/helm-values.md
diff --git a/stable/gitea/1.0.13/ix_values.yaml b/stable/gitea/1.0.14/ix_values.yaml
similarity index 100%
rename from stable/gitea/1.0.13/ix_values.yaml
rename to stable/gitea/1.0.14/ix_values.yaml
diff --git a/stable/gitea/1.0.13/questions.yaml b/stable/gitea/1.0.14/questions.yaml
similarity index 100%
rename from stable/gitea/1.0.13/questions.yaml
rename to stable/gitea/1.0.14/questions.yaml
diff --git a/stable/gitea/1.0.13/templates/_configmap.tpl b/stable/gitea/1.0.14/templates/_configmap.tpl
similarity index 100%
rename from stable/gitea/1.0.13/templates/_configmap.tpl
rename to stable/gitea/1.0.14/templates/_configmap.tpl
diff --git a/stable/gitea/1.0.13/templates/_secrets.tpl b/stable/gitea/1.0.14/templates/_secrets.tpl
similarity index 100%
rename from stable/gitea/1.0.13/templates/_secrets.tpl
rename to stable/gitea/1.0.14/templates/_secrets.tpl
diff --git a/stable/gitea/1.0.13/templates/common.yaml b/stable/gitea/1.0.14/templates/common.yaml
similarity index 100%
rename from stable/gitea/1.0.13/templates/common.yaml
rename to stable/gitea/1.0.14/templates/common.yaml
diff --git a/stable/gitea/1.0.13/values.yaml b/stable/gitea/1.0.14/values.yaml
similarity index 100%
rename from stable/gitea/1.0.13/values.yaml
rename to stable/gitea/1.0.14/values.yaml
diff --git a/stable/home-assistant/8.2.6/CHANGELOG.md b/stable/home-assistant/8.2.6/CHANGELOG.md
deleted file mode 100644
index 04b4f0e6d9..0000000000
--- a/stable/home-assistant/8.2.6/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [home-assistant-8.2.6](https://github.com/truecharts/apps/compare/home-assistant-8.2.5...home-assistant-8.2.6) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/home-assistant/8.2.6/Chart.lock b/stable/home-assistant/8.2.6/Chart.lock
deleted file mode 100644
index b6449c75b6..0000000000
--- a/stable/home-assistant/8.2.6/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T11:20:06.27818373Z"
diff --git a/stable/home-assistant/8.2.6/charts/postgresql-3.0.18.tgz b/stable/home-assistant/8.2.6/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/home-assistant/8.2.6/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/home-assistant/8.2.7/CHANGELOG.md b/stable/home-assistant/8.2.7/CHANGELOG.md
new file mode 100644
index 0000000000..5b0f590e12
--- /dev/null
+++ b/stable/home-assistant/8.2.7/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [home-assistant-8.2.7](https://github.com/truecharts/apps/compare/home-assistant-8.2.6...home-assistant-8.2.7) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [home-assistant-8.2.6](https://github.com/truecharts/apps/compare/home-assistant-8.2.5...home-assistant-8.2.6) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [home-assistant-8.2.5](https://github.com/truecharts/apps/compare/home-assistant-8.2.4...home-assistant-8.2.5) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [home-assistant-8.2.4](https://github.com/truecharts/apps/compare/home-assistant-8.2.3...home-assistant-8.2.4) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [home-assistant-8.2.3](https://github.com/truecharts/apps/compare/home-assistant-8.2.2...home-assistant-8.2.3) (2021-10-18)
+
+#### Fix
+
+* Fix invisible items in Automation Dashboard ([#1163](https://github.com/truecharts/apps/issues/1163))
+
+
+
+
+### [home-assistant-8.2.2](https://github.com/truecharts/apps/compare/home-assistant-8.2.1...home-assistant-8.2.2) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [home-assistant-8.2.1](https://github.com/truecharts/apps/compare/home-assistant-8.2.0...home-assistant-8.2.1) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [home-assistant-8.2.0](https://github.com/truecharts/apps/compare/home-assistant-8.1.4...home-assistant-8.2.0) (2021-10-13)
+
+
+
+
+### [home-assistant-8.1.4](https://github.com/truecharts/apps/compare/home-assistant-8.1.3...home-assistant-8.1.4) (2021-10-13)
+
+
+
+
+### [home-assistant-8.1.3](https://github.com/truecharts/apps/compare/home-assistant-8.1.2...home-assistant-8.1.3) (2021-10-13)
+
+
+
+
+### [home-assistant-8.1.2](https://github.com/truecharts/apps/compare/home-assistant-8.1.1...home-assistant-8.1.2) (2021-10-13)
+
+
+
+
+### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
+
+
diff --git a/stable/home-assistant/8.2.6/CONFIG.md b/stable/home-assistant/8.2.7/CONFIG.md
similarity index 100%
rename from stable/home-assistant/8.2.6/CONFIG.md
rename to stable/home-assistant/8.2.7/CONFIG.md
diff --git a/stable/home-assistant/8.2.7/Chart.lock b/stable/home-assistant/8.2.7/Chart.lock
new file mode 100644
index 0000000000..a36e03e663
--- /dev/null
+++ b/stable/home-assistant/8.2.7/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:45:49.147182067Z"
diff --git a/stable/home-assistant/8.2.6/Chart.yaml b/stable/home-assistant/8.2.7/Chart.yaml
similarity index 96%
rename from stable/home-assistant/8.2.6/Chart.yaml
rename to stable/home-assistant/8.2.7/Chart.yaml
index be4fbace53..bcc3627e5c 100644
--- a/stable/home-assistant/8.2.6/Chart.yaml
+++ b/stable/home-assistant/8.2.7/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
deprecated: false
description: home-assistant App for TrueNAS SCALE
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
@@ -29,4 +29,4 @@ sources:
- https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server
type: application
-version: 8.2.6
+version: 8.2.7
diff --git a/stable/home-assistant/8.2.6/README.md b/stable/home-assistant/8.2.7/README.md
similarity index 96%
rename from stable/home-assistant/8.2.6/README.md
rename to stable/home-assistant/8.2.7/README.md
index 69fa68d2eb..6ff549ea4f 100644
--- a/stable/home-assistant/8.2.6/README.md
+++ b/stable/home-assistant/8.2.7/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/home-assistant/8.2.6/app-readme.md b/stable/home-assistant/8.2.7/app-readme.md
similarity index 100%
rename from stable/home-assistant/8.2.6/app-readme.md
rename to stable/home-assistant/8.2.7/app-readme.md
diff --git a/stable/home-assistant/8.2.6/charts/common-8.3.12.tgz b/stable/home-assistant/8.2.7/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/home-assistant/8.2.6/charts/common-8.3.12.tgz
rename to stable/home-assistant/8.2.7/charts/common-8.3.12.tgz
diff --git a/stable/home-assistant/8.2.7/charts/postgresql-3.0.20.tgz b/stable/home-assistant/8.2.7/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/home-assistant/8.2.7/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/home-assistant/8.2.6/helm-values.md b/stable/home-assistant/8.2.7/helm-values.md
similarity index 100%
rename from stable/home-assistant/8.2.6/helm-values.md
rename to stable/home-assistant/8.2.7/helm-values.md
diff --git a/stable/home-assistant/8.2.6/ix_values.yaml b/stable/home-assistant/8.2.7/ix_values.yaml
similarity index 100%
rename from stable/home-assistant/8.2.6/ix_values.yaml
rename to stable/home-assistant/8.2.7/ix_values.yaml
diff --git a/stable/home-assistant/8.2.6/questions.yaml b/stable/home-assistant/8.2.7/questions.yaml
similarity index 100%
rename from stable/home-assistant/8.2.6/questions.yaml
rename to stable/home-assistant/8.2.7/questions.yaml
diff --git a/stable/home-assistant/8.2.6/templates/_configmap.tpl b/stable/home-assistant/8.2.7/templates/_configmap.tpl
similarity index 100%
rename from stable/home-assistant/8.2.6/templates/_configmap.tpl
rename to stable/home-assistant/8.2.7/templates/_configmap.tpl
diff --git a/stable/home-assistant/8.2.6/templates/common.yaml b/stable/home-assistant/8.2.7/templates/common.yaml
similarity index 100%
rename from stable/home-assistant/8.2.6/templates/common.yaml
rename to stable/home-assistant/8.2.7/templates/common.yaml
diff --git a/stable/home-assistant/8.2.6/templates/secret.yaml b/stable/home-assistant/8.2.7/templates/secret.yaml
similarity index 100%
rename from stable/home-assistant/8.2.6/templates/secret.yaml
rename to stable/home-assistant/8.2.7/templates/secret.yaml
diff --git a/stable/home-assistant/8.2.6/values.yaml b/stable/home-assistant/8.2.7/values.yaml
similarity index 100%
rename from stable/home-assistant/8.2.6/values.yaml
rename to stable/home-assistant/8.2.7/values.yaml
diff --git a/stable/librespeed/3.0.14/CHANGELOG.md b/stable/librespeed/3.0.14/CHANGELOG.md
deleted file mode 100644
index b84b005a4a..0000000000
--- a/stable/librespeed/3.0.14/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [librespeed-3.0.14](https://github.com/truecharts/apps/compare/librespeed-3.0.13...librespeed-3.0.14) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/librespeed/3.0.15/CHANGELOG.md b/stable/librespeed/3.0.15/CHANGELOG.md
new file mode 100644
index 0000000000..60d24446c1
--- /dev/null
+++ b/stable/librespeed/3.0.15/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [librespeed-3.0.15](https://github.com/truecharts/apps/compare/librespeed-0.0.1...librespeed-3.0.15) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [librespeed-3.0.14](https://github.com/truecharts/apps/compare/librespeed-3.0.13...librespeed-3.0.14) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [librespeed-3.0.13](https://github.com/truecharts/apps/compare/librespeed-3.0.12...librespeed-3.0.13) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [librespeed-3.0.12](https://github.com/truecharts/apps/compare/librespeed-3.0.11...librespeed-3.0.12) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [librespeed-3.0.11](https://github.com/truecharts/apps/compare/librespeed-3.0.10...librespeed-3.0.11) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [librespeed-3.0.10](https://github.com/truecharts/apps/compare/librespeed-3.0.9...librespeed-3.0.10) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [librespeed-3.0.9](https://github.com/truecharts/apps/compare/librespeed-3.0.8...librespeed-3.0.9) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
+### [librespeed-3.0.8](https://github.com/truecharts/apps/compare/librespeed-3.0.7...librespeed-3.0.8) (2021-10-12)
+
+#### Chore
+
+* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
+
+
+
+
+### [librespeed-3.0.7](https://github.com/truecharts/apps/compare/librespeed-3.0.6...librespeed-3.0.7) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
+
+
+
+
+### [librespeed-3.0.6](https://github.com/truecharts/apps/compare/librespeed-3.0.5...librespeed-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/librespeed/3.0.14/CONFIG.md b/stable/librespeed/3.0.15/CONFIG.md
similarity index 100%
rename from stable/librespeed/3.0.14/CONFIG.md
rename to stable/librespeed/3.0.15/CONFIG.md
diff --git a/stable/librespeed/3.0.14/Chart.lock b/stable/librespeed/3.0.15/Chart.lock
similarity index 78%
rename from stable/librespeed/3.0.14/Chart.lock
rename to stable/librespeed/3.0.15/Chart.lock
index 52ecccbd6b..152083798b 100644
--- a/stable/librespeed/3.0.14/Chart.lock
+++ b/stable/librespeed/3.0.15/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.12
digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
-generated: "2021-10-19T11:23:50.129790284Z"
+generated: "2021-10-19T13:46:22.321762223Z"
diff --git a/stable/librespeed/3.0.14/Chart.yaml b/stable/librespeed/3.0.15/Chart.yaml
similarity index 97%
rename from stable/librespeed/3.0.14/Chart.yaml
rename to stable/librespeed/3.0.15/Chart.yaml
index 941e5a6e25..3ab919558c 100644
--- a/stable/librespeed/3.0.14/Chart.yaml
+++ b/stable/librespeed/3.0.15/Chart.yaml
@@ -20,4 +20,4 @@ sources:
- https://github.com/librespeed/speedtest
- https://hub.docker.com/r/linuxserver/librespeed
- https://github.com/truechartsapps/tree/master/charts/librespeed
-version: 3.0.14
+version: 3.0.15
diff --git a/stable/librespeed/3.0.14/README.md b/stable/librespeed/3.0.15/README.md
similarity index 100%
rename from stable/librespeed/3.0.14/README.md
rename to stable/librespeed/3.0.15/README.md
diff --git a/stable/librespeed/3.0.14/app-readme.md b/stable/librespeed/3.0.15/app-readme.md
similarity index 100%
rename from stable/librespeed/3.0.14/app-readme.md
rename to stable/librespeed/3.0.15/app-readme.md
diff --git a/stable/librespeed/3.0.14/charts/common-8.3.12.tgz b/stable/librespeed/3.0.15/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/librespeed/3.0.14/charts/common-8.3.12.tgz
rename to stable/librespeed/3.0.15/charts/common-8.3.12.tgz
diff --git a/stable/librespeed/3.0.14/ci/ct-values.yaml b/stable/librespeed/3.0.15/ci/ct-values.yaml
similarity index 100%
rename from stable/librespeed/3.0.14/ci/ct-values.yaml
rename to stable/librespeed/3.0.15/ci/ct-values.yaml
diff --git a/stable/librespeed/3.0.14/helm-values.md b/stable/librespeed/3.0.15/helm-values.md
similarity index 100%
rename from stable/librespeed/3.0.14/helm-values.md
rename to stable/librespeed/3.0.15/helm-values.md
diff --git a/stable/librespeed/3.0.14/ix_values.yaml b/stable/librespeed/3.0.15/ix_values.yaml
similarity index 100%
rename from stable/librespeed/3.0.14/ix_values.yaml
rename to stable/librespeed/3.0.15/ix_values.yaml
diff --git a/stable/librespeed/3.0.14/questions.yaml b/stable/librespeed/3.0.15/questions.yaml
similarity index 100%
rename from stable/librespeed/3.0.14/questions.yaml
rename to stable/librespeed/3.0.15/questions.yaml
diff --git a/stable/librespeed/3.0.14/templates/common.yaml b/stable/librespeed/3.0.15/templates/common.yaml
similarity index 100%
rename from stable/librespeed/3.0.14/templates/common.yaml
rename to stable/librespeed/3.0.15/templates/common.yaml
diff --git a/stable/librespeed/3.0.14/values.yaml b/stable/librespeed/3.0.15/values.yaml
similarity index 100%
rename from stable/librespeed/3.0.14/values.yaml
rename to stable/librespeed/3.0.15/values.yaml
diff --git a/stable/nextcloud/6.0.25/CHANGELOG.md b/stable/nextcloud/6.0.25/CHANGELOG.md
deleted file mode 100644
index fac3e9e41c..0000000000
--- a/stable/nextcloud/6.0.25/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [nextcloud-6.0.25](https://github.com/truecharts/apps/compare/nextcloud-6.0.24...nextcloud-6.0.25) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/nextcloud/6.0.25/charts/postgresql-3.0.18.tgz b/stable/nextcloud/6.0.25/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/nextcloud/6.0.25/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/nextcloud/6.0.26/CHANGELOG.md b/stable/nextcloud/6.0.26/CHANGELOG.md
new file mode 100644
index 0000000000..c032080073
--- /dev/null
+++ b/stable/nextcloud/6.0.26/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [nextcloud-6.0.26](https://github.com/truecharts/apps/compare/nextcloud-6.0.25...nextcloud-6.0.26) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [nextcloud-6.0.25](https://github.com/truecharts/apps/compare/nextcloud-6.0.24...nextcloud-6.0.25) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [nextcloud-6.0.24](https://github.com/truecharts/apps/compare/nextcloud-6.0.23...nextcloud-6.0.24) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [nextcloud-6.0.23](https://github.com/truecharts/apps/compare/nextcloud-6.0.22...nextcloud-6.0.23) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [nextcloud-6.0.22](https://github.com/truecharts/apps/compare/nextcloud-6.0.21...nextcloud-6.0.22) (2021-10-18)
+
+#### Fix
+
+* remove regex for mountPath on `redismaster` for now ([#1167](https://github.com/truecharts/apps/issues/1167))
+
+
+
+
+### [nextcloud-6.0.21](https://github.com/truecharts/apps/compare/nextcloud-6.0.20...nextcloud-6.0.21) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [nextcloud-6.0.20](https://github.com/truecharts/apps/compare/nextcloud-6.0.19...nextcloud-6.0.20) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [nextcloud-6.0.19](https://github.com/truecharts/apps/compare/nextcloud-6.0.18...nextcloud-6.0.19) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
+
+### [nextcloud-6.0.18](https://github.com/truecharts/apps/compare/nextcloud-6.0.17...nextcloud-6.0.18) (2021-10-12)
+
+#### Chore
+
+* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+
+
+
+
+### [nextcloud-6.0.17](https://github.com/truecharts/apps/compare/nextcloud-6.0.16...nextcloud-6.0.17) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
diff --git a/stable/nextcloud/6.0.25/CONFIG.md b/stable/nextcloud/6.0.26/CONFIG.md
similarity index 100%
rename from stable/nextcloud/6.0.25/CONFIG.md
rename to stable/nextcloud/6.0.26/CONFIG.md
diff --git a/stable/nextcloud/6.0.25/Chart.lock b/stable/nextcloud/6.0.26/Chart.lock
similarity index 60%
rename from stable/nextcloud/6.0.25/Chart.lock
rename to stable/nextcloud/6.0.26/Chart.lock
index 0a9591998e..370ad68d4d 100644
--- a/stable/nextcloud/6.0.25/Chart.lock
+++ b/stable/nextcloud/6.0.26/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
-digest: sha256:22d58ec0e370340603b0ef7ba65eebbfdb54b1b322434bb6c2d17b1e3f2c4261
-generated: "2021-10-19T11:27:14.904722921Z"
+digest: sha256:4cb20ff5bcc7a9516fe064f62a13340b53b8d5a3ab468a4fef4a40a8a963506c
+generated: "2021-10-19T13:46:50.383103995Z"
diff --git a/stable/nextcloud/6.0.25/Chart.yaml b/stable/nextcloud/6.0.26/Chart.yaml
similarity index 96%
rename from stable/nextcloud/6.0.25/Chart.yaml
rename to stable/nextcloud/6.0.26/Chart.yaml
index 79d3ffcc13..5cbd58191d 100644
--- a/stable/nextcloud/6.0.25/Chart.yaml
+++ b/stable/nextcloud/6.0.26/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
@@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
-version: 6.0.25
+version: 6.0.26
diff --git a/stable/nextcloud/6.0.25/README.md b/stable/nextcloud/6.0.26/README.md
similarity index 96%
rename from stable/nextcloud/6.0.25/README.md
rename to stable/nextcloud/6.0.26/README.md
index 982db1ce59..eb0ac69a3f 100644
--- a/stable/nextcloud/6.0.25/README.md
+++ b/stable/nextcloud/6.0.26/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.1 |
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/nextcloud/6.0.25/app-readme.md b/stable/nextcloud/6.0.26/app-readme.md
similarity index 100%
rename from stable/nextcloud/6.0.25/app-readme.md
rename to stable/nextcloud/6.0.26/app-readme.md
diff --git a/stable/nextcloud/6.0.25/charts/common-8.3.12.tgz b/stable/nextcloud/6.0.26/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/nextcloud/6.0.25/charts/common-8.3.12.tgz
rename to stable/nextcloud/6.0.26/charts/common-8.3.12.tgz
diff --git a/stable/nextcloud/6.0.26/charts/postgresql-3.0.20.tgz b/stable/nextcloud/6.0.26/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/nextcloud/6.0.26/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/nextcloud/6.0.25/charts/redis-15.4.1.tgz b/stable/nextcloud/6.0.26/charts/redis-15.4.1.tgz
similarity index 100%
rename from stable/nextcloud/6.0.25/charts/redis-15.4.1.tgz
rename to stable/nextcloud/6.0.26/charts/redis-15.4.1.tgz
diff --git a/stable/nextcloud/6.0.25/helm-values.md b/stable/nextcloud/6.0.26/helm-values.md
similarity index 100%
rename from stable/nextcloud/6.0.25/helm-values.md
rename to stable/nextcloud/6.0.26/helm-values.md
diff --git a/stable/nextcloud/6.0.25/ix_values.yaml b/stable/nextcloud/6.0.26/ix_values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.25/ix_values.yaml
rename to stable/nextcloud/6.0.26/ix_values.yaml
diff --git a/stable/nextcloud/6.0.25/questions.yaml b/stable/nextcloud/6.0.26/questions.yaml
similarity index 100%
rename from stable/nextcloud/6.0.25/questions.yaml
rename to stable/nextcloud/6.0.26/questions.yaml
diff --git a/stable/nextcloud/6.0.25/templates/_configmap.tpl b/stable/nextcloud/6.0.26/templates/_configmap.tpl
similarity index 100%
rename from stable/nextcloud/6.0.25/templates/_configmap.tpl
rename to stable/nextcloud/6.0.26/templates/_configmap.tpl
diff --git a/stable/nextcloud/6.0.25/templates/_cronjob.tpl b/stable/nextcloud/6.0.26/templates/_cronjob.tpl
similarity index 100%
rename from stable/nextcloud/6.0.25/templates/_cronjob.tpl
rename to stable/nextcloud/6.0.26/templates/_cronjob.tpl
diff --git a/stable/nextcloud/6.0.25/templates/_secrets.tpl b/stable/nextcloud/6.0.26/templates/_secrets.tpl
similarity index 100%
rename from stable/nextcloud/6.0.25/templates/_secrets.tpl
rename to stable/nextcloud/6.0.26/templates/_secrets.tpl
diff --git a/stable/nextcloud/6.0.25/templates/common.yaml b/stable/nextcloud/6.0.26/templates/common.yaml
similarity index 100%
rename from stable/nextcloud/6.0.25/templates/common.yaml
rename to stable/nextcloud/6.0.26/templates/common.yaml
diff --git a/stable/nextcloud/6.0.25/values.yaml b/stable/nextcloud/6.0.26/values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.25/values.yaml
rename to stable/nextcloud/6.0.26/values.yaml
diff --git a/stable/vaultwarden/9.0.20/CHANGELOG.md b/stable/vaultwarden/9.0.20/CHANGELOG.md
deleted file mode 100644
index 88d9f78adf..0000000000
--- a/stable/vaultwarden/9.0.20/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [vaultwarden-9.0.20](https://github.com/truecharts/apps/compare/vaultwarden-9.0.19...vaultwarden-9.0.20) (2021-10-19)
-
-#### Fix
-
-* fix previous SCALE bugfix not correctly being applied
-
diff --git a/stable/vaultwarden/9.0.20/Chart.lock b/stable/vaultwarden/9.0.20/Chart.lock
deleted file mode 100644
index f33a5dba53..0000000000
--- a/stable/vaultwarden/9.0.20/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.12
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.18
-digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
-generated: "2021-10-19T11:46:15.89904334Z"
diff --git a/stable/vaultwarden/9.0.20/charts/postgresql-3.0.18.tgz b/stable/vaultwarden/9.0.20/charts/postgresql-3.0.18.tgz
deleted file mode 100644
index 7f4a2a7284..0000000000
Binary files a/stable/vaultwarden/9.0.20/charts/postgresql-3.0.18.tgz and /dev/null differ
diff --git a/stable/vaultwarden/9.0.21/CHANGELOG.md b/stable/vaultwarden/9.0.21/CHANGELOG.md
new file mode 100644
index 0000000000..7e292eec58
--- /dev/null
+++ b/stable/vaultwarden/9.0.21/CHANGELOG.md
@@ -0,0 +1,99 @@
+# Changelog
+
+
+
+### [vaultwarden-9.0.21](https://github.com/truecharts/apps/compare/vaultwarden-9.0.20...vaultwarden-9.0.21) (2021-10-19)
+
+#### Chore
+
+* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
+* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
+
+
+
+
+### [vaultwarden-9.0.20](https://github.com/truecharts/apps/compare/vaultwarden-9.0.19...vaultwarden-9.0.20) (2021-10-19)
+
+#### Fix
+
+* fix previous SCALE bugfix not correctly being applied
+
+
+
+
+### [vaultwarden-9.0.19](https://github.com/truecharts/apps/compare/vaultwarden-9.0.18...vaultwarden-9.0.19) (2021-10-19)
+
+#### Fix
+
+* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
+
+
+
+
+### [vaultwarden-9.0.18](https://github.com/truecharts/apps/compare/vaultwarden-9.0.17...vaultwarden-9.0.18) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
+
+
+
+### [vaultwarden-9.0.17](https://github.com/truecharts/apps/compare/vaultwarden-9.0.16...vaultwarden-9.0.17) (2021-10-17)
+
+#### Chore
+
+* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
+
+#### Fix
+
+* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
+
+
+
+
+### [vaultwarden-9.0.16](https://github.com/truecharts/apps/compare/vaultwarden-9.0.15...vaultwarden-9.0.16) (2021-10-13)
+
+#### Chore
+
+* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
+
+
+
+
+### [vaultwarden-9.0.15](https://github.com/truecharts/apps/compare/vaultwarden-9.0.14...vaultwarden-9.0.15) (2021-10-12)
+
+#### Chore
+
+* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+
+
+
+
+### [vaultwarden-9.0.14](https://github.com/truecharts/apps/compare/vaultwarden-9.0.13...vaultwarden-9.0.14) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+
+
+
+
+### [vaultwarden-9.0.13](https://github.com/truecharts/apps/compare/vaultwarden-9.0.12...vaultwarden-9.0.13) (2021-10-12)
+
+#### Chore
+
+* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123))
+
+
+
+
+### [vaultwarden-9.0.12](https://github.com/truecharts/apps/compare/vaultwarden-9.0.11...vaultwarden-9.0.12) (2021-10-09)
+
+
+
+
+### [vaultwarden-9.0.11](https://github.com/truecharts/apps/compare/vaultwarden-9.0.10...vaultwarden-9.0.11) (2021-10-05)
+
+#### Chore
+
diff --git a/stable/vaultwarden/9.0.20/CONFIG.md b/stable/vaultwarden/9.0.21/CONFIG.md
similarity index 100%
rename from stable/vaultwarden/9.0.20/CONFIG.md
rename to stable/vaultwarden/9.0.21/CONFIG.md
diff --git a/stable/vaultwarden/9.0.21/Chart.lock b/stable/vaultwarden/9.0.21/Chart.lock
new file mode 100644
index 0000000000..512671ea1b
--- /dev/null
+++ b/stable/vaultwarden/9.0.21/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.20
+digest: sha256:aea718ddd1a7b93ffe12d9953c15f62a8bacd994cbbd1ca15b36c6158e232827
+generated: "2021-10-19T13:47:40.692521967Z"
diff --git a/stable/vaultwarden/9.0.20/Chart.yaml b/stable/vaultwarden/9.0.21/Chart.yaml
similarity index 95%
rename from stable/vaultwarden/9.0.20/Chart.yaml
rename to stable/vaultwarden/9.0.21/Chart.yaml
index 6cdf0dffac..2351c0e081 100644
--- a/stable/vaultwarden/9.0.20/Chart.yaml
+++ b/stable/vaultwarden/9.0.21/Chart.yaml
@@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.18
+ version: 3.0.20
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
@@ -28,4 +28,4 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
-version: 9.0.20
+version: 9.0.21
diff --git a/stable/vaultwarden/9.0.20/README.md b/stable/vaultwarden/9.0.21/README.md
similarity index 96%
rename from stable/vaultwarden/9.0.20/README.md
rename to stable/vaultwarden/9.0.21/README.md
index 4aa826a223..9442749eb5 100644
--- a/stable/vaultwarden/9.0.20/README.md
+++ b/stable/vaultwarden/9.0.21/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org/ | postgresql | 3.0.20 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/vaultwarden/9.0.20/app-readme.md b/stable/vaultwarden/9.0.21/app-readme.md
similarity index 100%
rename from stable/vaultwarden/9.0.20/app-readme.md
rename to stable/vaultwarden/9.0.21/app-readme.md
diff --git a/stable/vaultwarden/9.0.20/charts/common-8.3.12.tgz b/stable/vaultwarden/9.0.21/charts/common-8.3.12.tgz
similarity index 100%
rename from stable/vaultwarden/9.0.20/charts/common-8.3.12.tgz
rename to stable/vaultwarden/9.0.21/charts/common-8.3.12.tgz
diff --git a/stable/vaultwarden/9.0.21/charts/postgresql-3.0.20.tgz b/stable/vaultwarden/9.0.21/charts/postgresql-3.0.20.tgz
new file mode 100644
index 0000000000..6665e45b92
Binary files /dev/null and b/stable/vaultwarden/9.0.21/charts/postgresql-3.0.20.tgz differ
diff --git a/stable/vaultwarden/9.0.20/helm-values.md b/stable/vaultwarden/9.0.21/helm-values.md
similarity index 100%
rename from stable/vaultwarden/9.0.20/helm-values.md
rename to stable/vaultwarden/9.0.21/helm-values.md
diff --git a/stable/vaultwarden/9.0.20/ix_values.yaml b/stable/vaultwarden/9.0.21/ix_values.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.20/ix_values.yaml
rename to stable/vaultwarden/9.0.21/ix_values.yaml
diff --git a/stable/vaultwarden/9.0.20/questions.yaml b/stable/vaultwarden/9.0.21/questions.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.20/questions.yaml
rename to stable/vaultwarden/9.0.21/questions.yaml
diff --git a/stable/vaultwarden/9.0.20/templates/_configmap.tpl b/stable/vaultwarden/9.0.21/templates/_configmap.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.20/templates/_configmap.tpl
rename to stable/vaultwarden/9.0.21/templates/_configmap.tpl
diff --git a/stable/vaultwarden/9.0.20/templates/_secrets.tpl b/stable/vaultwarden/9.0.21/templates/_secrets.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.20/templates/_secrets.tpl
rename to stable/vaultwarden/9.0.21/templates/_secrets.tpl
diff --git a/stable/vaultwarden/9.0.20/templates/_validate.tpl b/stable/vaultwarden/9.0.21/templates/_validate.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.20/templates/_validate.tpl
rename to stable/vaultwarden/9.0.21/templates/_validate.tpl
diff --git a/stable/vaultwarden/9.0.20/templates/common.yaml b/stable/vaultwarden/9.0.21/templates/common.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.20/templates/common.yaml
rename to stable/vaultwarden/9.0.21/templates/common.yaml
diff --git a/stable/vaultwarden/9.0.20/values.yaml b/stable/vaultwarden/9.0.21/values.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.20/values.yaml
rename to stable/vaultwarden/9.0.21/values.yaml