diff --git a/incubator/babybuddy/0.0.1/CHANGELOG.md b/incubator/babybuddy/0.0.1/CHANGELOG.md
deleted file mode 100644
index 95bac7794db..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..193e6235d23
--- /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 00000000000..1c6d7d97432
--- /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 1b0ad5b71e8..57a97b48707 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 ac338f072b2..227e333db2d 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 00000000000..6665e45b92d
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 16906551119..00000000000
--- 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 0f3da5ac2cf..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..7d6c1eae0f1
--- /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 00000000000..50423780c7e
--- /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 cb4c2f3a944..202964961f4 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 be02388c44b..28ddbee9de6 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 00000000000..6665e45b92d
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 793917b66f5..00000000000
--- 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 b7e042b902c..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..1c92a52cf83
--- /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 6a4a947d64f..21670fd054e 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 898cf16084a..1406fcb020d 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 536f49d73aa..faa0cba54e8 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 00000000000..6665e45b92d
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 1c1ff6cbcba..00000000000
--- 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 0d940fe909f..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..23ecbe34c20
--- /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 00000000000..40049c9fba5
--- /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 0146fe1f98e..d142417b0da 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 edb3d1d8259..eb7ff299ec3 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 00000000000..6665e45b92d
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 38c9a4edb9c..00000000000
--- 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 c459ec21452..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..c0ac7c5e33e
--- /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 00000000000..50153f8d81a
--- /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 6709f3d536a..73fc8ea43c5 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 93c58f4edf2..f08fb27b46b 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 00000000000..6665e45b92d
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 83157517fde..00000000000
--- 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 fee316d8117..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..371a538b760
--- /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 00000000000..682a64d8be1
--- /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 75112d0ff08..85b1a67d929 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 3bd6396b5dc..727e40aa540 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 00000000000..6665e45b92d
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 8e7dcd2c86a..00000000000
--- 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 3d4d9d9aafd..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..a0e1f013d9a
--- /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 00000000000..60bbc221121
--- /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 2196df1f7ae..100fb27a435 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 2649e01b276..29fc3ef91ee 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 00000000000..6665e45b92d
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 aa9ae8b7160..00000000000
--- 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 56d026d62cf..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..93810451354
--- /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 00000000000..26cf9827177
--- /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 c897ac2a2a4..c0b3bc29731 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 ce3b62d42e8..584b90df220 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 00000000000..6665e45b92d
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 eb64f35fa48..00000000000
--- 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 d8beadbcc69..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..d05df92ee98
--- /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 00000000000..b59fe464f4f
--- /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 0396268c32a..a8b1ad81de7 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 527581d60be..8e90564e188 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 00000000000..6665e45b92d
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 c7ac7f4753c..00000000000
--- 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 2e171b979a3..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..efe5dbcf50a
--- /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 00000000000..d4853dcdf33
--- /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 7bb36917529..394df8b5650 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 5bfea45668d..345b96714cb 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 00000000000..6665e45b92d
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 b439dbb7699..00000000000
--- 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 b1e8b40ecac..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..74486681f40
--- /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 00000000000..94f31adad03
--- /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 69f8ad03d2c..22cf4ff6e06 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 be2817cc96e..1e905cc33a3 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 00000000000..6665e45b92d
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 f2d504672b7..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..8a0e4372ccf
--- /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 00000000000..5e79a078cc3
--- /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 73b765e915e..14379650b29 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 f05a5cda2bf..d43076db912 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 00000000000..6665e45b92d
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 4e20b6007c2..00000000000
--- 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 41cd5a1bd06..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..fffabc8a006
--- /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 00000000000..7d2232ee22b
--- /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 ccbd05007ea..878044a18b1 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 9648ec9acd3..ede254a5fa3 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 00000000000..6665e45b92d
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 b2ae7de0759..00000000000
--- 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 8c4faf16923..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..cd4b6cda85b
--- /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 d7657c13213..de05abe2d1c 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 0cf040a25fd..d55493955c1 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 5c0d3e0e50e..0532a7e230d 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 00000000000..6665e45b92d
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 0bd054325b6..00000000000
--- 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 4e08b5392e4..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..55990d33995
--- /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 00000000000..cc5f4d503ce
--- /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 84b8d1ea80e..647a5184303 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 79ab865c567..66af0f009dc 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 00000000000..6665e45b92d
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 83ec2e5e5d0..00000000000
--- 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 3d050dc3c00..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..be741c09a36
--- /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 00000000000..f674f00d7f6
--- /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 514dbbb17b5..f88c00c6bef 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 250a2f904a1..40fec54dc1d 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 00000000000..6665e45b92d
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 5946e999f7d..00000000000
--- 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 69e20aef49b..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..202d7de8ef6
--- /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 00000000000..264822dc2ca
--- /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 9ae689fb649..85284f1a890 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 81157a50cfd..3f9c50421d0 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 00000000000..6665e45b92d
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 c75c1a9fa48..00000000000
--- 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 c3313121de1..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..af20774d2ce
--- /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 00000000000..77afe102b60
--- /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 6462104a8a4..6a5535b14ed 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 031f328393f..f7f460c92d3 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 00000000000..6665e45b92d
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 cbfd4e76e3a..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..8a2e110a6f3
--- /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 b1a4f1bedaf..64e90b86596 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 4d1a98f188f..34e87cb4067 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 621a37fcb96..365ddc4eb28 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 00000000000..6665e45b92d
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 1f050531605..00000000000
--- 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 1c646d7f2c5..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..1ee58064001
--- /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 00000000000..e915d389276
--- /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 d463d714cbd..c8958dd008c 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 214b0abfdfe..80626e4bf62 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 00000000000..6665e45b92d
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 0c6ebc21c23..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..1302a9ff4c2
--- /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 5ff8923bb37..683915961c5 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 86906e377b3..79fc8b70066 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 c57a376b381..b1bb41353d7 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 00000000000..6665e45b92d
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 04b4f0e6d9d..00000000000
--- 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 b6449c75b64..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..5b0f590e129
--- /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 00000000000..a36e03e6635
--- /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 be4fbace53e..bcc3627e5c0 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 69fa68d2ebe..6ff549ea4fd 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 00000000000..6665e45b92d
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 b84b005a4a8..00000000000
--- 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 00000000000..60d24446c12
--- /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 52ecccbd6ba..152083798be 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 941e5a6e258..3ab919558c3 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 fac3e9e41cb..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..c0320800736
--- /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 0a9591998e5..370ad68d4da 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 79d3ffcc13e..5cbd58191d4 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 982db1ce59e..eb0ac69a3fd 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 00000000000..6665e45b92d
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 88d9f78adf7..00000000000
--- 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 f33a5dba536..00000000000
--- 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 7f4a2a72849..00000000000
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 00000000000..7e292eec58a
--- /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 00000000000..512671ea1b1
--- /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 6cdf0dffac4..2351c0e0811 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 4aa826a2234..9442749eb5d 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 00000000000..6665e45b92d
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